html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline;
}
main, article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	position: relative;
	background: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #021209;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
* {
	outline: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
img {
	border: none;
	vertical-align: top;
	max-width: 100%;
}
input, textarea, select, button {
	width: 100%;
	border: none;
	resize: none;
	display: block;
	font-family: 'Roboto', sans-serif;
}
input[type="text"],
input[type="tel"],
input[type="mail"] {
	background: #fff;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
button[type="submit"] {
	cursor: pointer;
}
select::-ms-expand {
    display: none;
}
::-moz-placeholder {
	opacity: 1;
}
::-webkit-input-placeholder {
    opacity: 1;
}
::-ms-placeholder {
    opacity: 1;
}
::placeholder {
    opacity: 1;
}
input:focus::-moz-placeholder {
	opacity: 0;
}
input:focus::-webkit-input-placeholder {
    opacity: 0;
}
input:focus::-ms-placeholder {
    opacity: 0;
}
input:focus::placeholder {
    opacity: 0;
}
H2 {
	padding-top: 30px;
	font-weight: 500;
	font-size: 28px;
	line-height: 120%;
}
H3 {
	margin-top: 40px;
	padding: 3px 0 3px 20px;
	border-left: 3px solid #006DB0;
	font-size: 20px;
	line-height: 150%;
}
H4 {
	margin-top: 40px;
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
}
H5 {
	margin-top: 15px;
	font-weight: 500;
}
label {
	cursor: pointer;
}
ul, ul li {
	list-style: none;
}
ul li {
	position: relative;
	margin-top: 10px;
	padding-left: 18px;
	color: #676767;
}
ul li:before {
	content: '';
	display: block;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 7px;
	background: #6AC23B;
	width: 8px;
	height: 8px;
}

ol {
	list-style-type: none;
	counter-reset: item;
}
ol li {
	position: relative;
	margin-top: 20px;
	padding-left: 18px;
	color: #676767;
}
ol li:before {
	content: counter(item) ') ';
	counter-increment: item;
	color: #6AC23B;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 500;
}
table {
	min-width: 500px;
	width: 100%;
	border-collapse: collapse;
	margin: 30px 0;
} 
table th {
	padding: 5px 10px;
	background: #006DB0;
	font-size: 16px;
	text-align: left;
	font-weight: 500;
	border: solid 1px #006DB0;
	color: #fff;
}
table td {
	padding: 5px 10px;
	font-size: 14px;
	text-align: left;
	border: solid 1px #006DB0;
}
.scroll-x {
	overflow: auto;
	padding-bottom: 20px;
}
a {
	transition: all 300ms ease;
	text-decoration: none;
	color: #006DB0;
}
p {
	margin-top: 20px;
	color: #676767;
}
.bold {
	font-weight: 700;
}
.text-center {
	text-align: center;
}
.hidden {
	display: none;
}
.viewport-wrapper {
	position: relative;
	min-width: 300px;
	overflow: hidden;
}
.viewport-wrapper.overflow {
    width: 100%;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
}
.bt-menu {
	position: relative;
	z-index: 10;
	cursor: pointer;
	width: 24px;
	height: 20px;
	display: flex;
	align-items: center;
	margin: 11px 0 0 20px;
}
.bt-menu span {
	display: block;
	width: 100%;
	height: 2px;
	background: #006DB0;
	transition: .3s;
}
.open-menu .bt-menu span {
	background: transparent;
}
.bt-menu span:before,
.bt-menu span:after {
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #006DB0;
	transition: .3s;
}
.bt-menu span:after {
	top: calc(100% - 2px);
}
.open-menu .bt-menu span:before {
	top: 8px;
	transform: rotate(45deg);
}
.open-menu .bt-menu span:after {
	top: 8px;
	transform: rotate(-45deg);
}


.widget{
  position: fixed;
  top:50%;
  min-height: 230px;  
  width: 245px;
  right: -196px; 
  transition: all 0.4s ease;
  z-index: 90;
}
.widget_moved{
  transition: all 0.4s ease;
}
.widget-item{
  display: block;
  
}
.widget-item a{
  display: block;
    display: flex; 
    background: rgba(0, 109, 176, 0.8);
    margin-bottom: 10px;
    padding: 0px;
    padding-left: 51px;
    height: 50px;
    align-items: center;
  position: relative;
  color:#fff;
  text-transform: uppercase;
  line-height: 1.2em;
  font-size: 12px;
  padding-right: 10px;
}
.widget-item a::before{
  position: absolute;
  left:10px;
  top:11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  width: 30px;
  height: 30px;
  background: #62BC78;
  border-radius: 50%;
}
.widget-item.viber a:before {
    background: #8A5FCC;
}
.close-wid{
    display: flex;
    background: rgba(0, 109, 176, 0.8);
    padding: 0px;   
    height: 35px;
  text-align: center;
    align-items: center;
  position: relative;
  color:#fff;
  text-transform: uppercase;
  line-height: 1.2em;
  font-size: 12px;
  width: 150px;
  padding-left: 40px;
  position: relative;
  transform: translateX(10px);
  transition: all 0.4s ease;
  cursor: pointer;
}
.close-wid:before {
  position: absolute;
  left:5px;
  top:11px;
  display: block;
  width: 30px;
  height: 30px;
}
.widget_moved .w-btm .close-wid{ 
  transition: all 0.4s ease;
  background: rgba(0, 109, 176, 0.9);
}
.widget_moved .w-btm .close-wid:after{
  transform: rotate(180deg);
}
.w-btm{
	justify-content: flex-start ;
	transition: all 0.4s ease;
}


	.close-wid::after {
		left:10px;
		transform: rotate(180deg);
	}
	.widget_moved{
		right: 0;
		transition: all 0.4s ease;
	}
	.widget_moved .w-btm .close-wid {
		transform: translateX(96px);
		transition: all 0.4s ease;
	}








.bt {
	position: relative;
	display: inline-block;
	padding: 15px 35px;
	background: #006DB0;
	border-radius: 5px;
	font-weight: bold;
	font-size: 16px;
	line-height: 120%;
	text-align: center;
	color: #FFFFFF;
}
a.bt {
	display: inline-flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.bt-str {
	position: relative;
	display: inline-block;
	padding: 20px 35px;
	border: 1px solid #006DB0;
	border-radius: 5px;
	font-weight: bold;
	font-size: 18px;
	line-height: 120%;
	text-align: center;
	color: #006DB0;
}
a.bt-str {
	display: inline-flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}



.contacts-wrapper {
	margin-top: 17px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.contacts-wrapper .tel {
	display: inline-block;
	margin-right: 15px;
	font-weight: 300;
font-size: 20px;
line-height: 150%;
color: #3F4140
}
.contacts-wrapper .tel span {
	font-weight: 700;
}
.messenger {
	display: flex;
	align-items: center;
}
.messenger a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	color: #fff;
	font-size: 11px;
}
.messenger a + a {
	margin-left: 5px;
}
.messenger .viber {
	background: #8A5FCC;
}
.messenger .whatsapp {
	background: #62BC78;
}


.viewport-wrapper .header {
	z-index: 100 !important;
}
.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
	background: #fff;
	background: #FFFFFF;
box-shadow: 0px 20px 40px rgba(0, 109, 176, 0.25);
overflow: hidden;
}
.header-wrapper {
	height: 40px;
}
.header-logo {
	padding-top: 5px;
	margin-right: auto;
}
.header-logo img {
	height: 30px;
}
.header-contacts {
	margin-top: 10px;
}
.header-catalog {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
}
.bt-catalog {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    height: 26px;
    border: solid 1px #006DB0;
    border-radius: 0 0 5px 5px;
    font-weight: bold;
    font-size: 14px;
    line-height: 120%;
    color: #006DB0;
    z-index: 2;
}



.catalog-menu {
	background: #006DB0;
	z-index: 10;
	position: relative;
	color: #fff;
	padding-bottom: 10px;
	display: none;
}
.catalog-menu .title {
	padding: 10px 25px;
	background: #FFFFFF;
	color: #006DB0;
	font-weight: bold;
	font-size: 24px;
	line-height: 150%;
}
.catalog-menu li {
	margin: 0;
	padding: 0;
}
.catalog-menu li:before {
	display: none;
}
.catalog-menu li a {
	position: relative;
	display: block;
	padding: 11px 10px 11px 70px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 18px;
line-height: 150%;
color: #fff;
}
.catalog-menu li a:before {
	position: absolute;
	left: 26px;
	top: 11px;
	font-size: 25px;
}
.catalog-menu li a.mPS2id-highlight-last {
    color: #FFC30D;
}
.catalog-menu .bt {
	margin: 20px 25px;
	display: block;
	padding: 16px 16px 17px;
	color: #564512;
	background: #FFC30D;
	font-size: 14px;
	line-height: 120%;
}





.header-nav {
	display: none;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 100%;
	width: 100%;
	background: #fff;
}
.open-menu .header-nav {
    transform: translateX(0%);
}



.header-nav .wrapper {
	padding: 0 15px;
}
.header-nav li {
	padding: 0;
}
.header-nav li:before {
	display: none;
}
.header-nav li a {
	display: inline-block;
	font-size: 16px;
	line-height: 150%;
	color: #021209;
}
.header-nav li .mPS2id-highlight-last {
	color: #006DB0;
	font-weight: 700;
	text-decoration: underline;
}
.header-info {
	padding: 15px 0;
}
.header-info .work-time {
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
}
.header-info .phone {
	margin: 3px 9px 0 0;
	font-weight: bold;
	font-size: 22px;
}
.header-info .tel a {
	display: inline-block;
	line-height: 33px;
	text-decoration: none;
}
.header-info .tel .dark {
	color: #021209;
	text-decoration: none;
}
.header-info .messenger {
	margin-bottom: 5px;
}
.header-info .mail {
	font-weight: bold;
font-size: 18px;
line-height: 150%;
text-decoration: underline;
}

.header-contacts .tel a {
	font-size: 0;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-contacts .tel a:before {
	font-size: 20px;
	color: #6AC23B;
}




.preview-block {
	position: relative;
	z-index: 1;
}
.preview-slider {
	position: relative;
}
.preview-slider .list {
	position: relative;
	overflow: hidden;
	z-index: 1;
	max-height: 470px;
	background: #051824;
}
.preview-slider .slick-slider {
	max-height: 100%;
}
.preview-slider .item {
	position: relative;
	z-index: 2;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0 80px;
	color: #fff;
}
.preview-slider .item:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: linear-gradient(133.32deg, #02070B 3.95%, rgba(2, 7, 11, 0.756968) 42.28%, rgba(2, 7, 11, 0) 76.03%);
}
.preview-slider .title {
	font-weight: 500;
	font-size: 25px;
	line-height: 105%;
}
.preview-slider .title strong {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
}
.preview-slider .subtitle {
	margin-top: 5px;
	color: #FFC30D;
	font-weight: 500;
	font-size: 20px;
	line-height: 125%;
}
.preview-slider .bt {
	margin-top: 30px;
	width: 100%;
}
.preview-slider .slider-control {
	position: absolute;
	bottom: 33px;
	left: 0;
	z-index: 10;
	padding: 0 15px; 
}
.preview-slider .slick-dots li:not(.slick-active) {
	background: #fff;
}


.catalog-block {
	padding-bottom: 30px;
}
.category-section {
	margin-top: 40px;
	position: relative;
	padding-bottom: 2px;
}
.category-title {
	color: #006DB0;
	font-weight: 500;
font-size: 20px;
line-height: 150%;
}
.category-section .bt-all {
	display: inline-flex;
	align-items: center;
	position: absolute;
	left: 0;
	bottom: 0;
}
.category-section .bt-all:after {
	content: '+';
	display: flex;
	align-items: center;
	justify-content: center;
	background: #006DB0;
	border-radius: 5px;
	width: 36px;
	height: 36px;
	font-weight: 500;
font-size: 24px;
line-height: 120%;
color: #fff;
}
.category-section.open .bt-all:after {
	content: '-';
}
.category-section .bt-all span {
	margin-right: 15px;
	text-decoration: underline;
	display: block;
}


.catalog-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
	padding-top: 15px;
}
.catalog-item {
	position: relative;
	z-index: 2;
	margin: 10px 1% 0;
	width: 48%;
	padding: 0 5px;
	background: #FFFFFF;
	overflow: hidden;
	box-shadow: 0px 20px 40px rgba(0, 109, 176, 0.15);
	border-radius: 5px;
	display: flex;
	flex-direction: column;
}
.catalog-item:nth-child(1n+9) {
	display: none;
}
.category-section.open .catalog-item:nth-child(1n+9) {
	display: flex;
}
.catalog-item .top {
	position: relative;
}
.catalog-item .image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 160px;
	margin: 0 -5px;
}
.catalog-item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.catalog-item .image:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.75%, rgba(0, 0, 0, 0.670376) 81.63%, #000000 100%);*/
}
.catalog-item .top .labels {
	position: absolute;
	z-index: 2;
	top: 10px;
	left: 0;
}
.catalog-item .labels {
	margin-top: 10px;
}
.labels span {
	display: inline-block;
	background: #6AC23B;
	line-height: 20px;
	padding: 0 7px;
	color: #fff;
	font-size: 10px;
}
.labels .yellow {
	background: #FFC30D;
	color: #564512;
}
.catalog-item .title {
	margin-top: 5px;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
}
.catalog-item .price {
	margin-top: 5px;
	color: #3F4140;
}
.catalog-item .price span {
	color: #006DB0;
	font-weight: 500;
}
.catalog-item .buttons {
	padding: 15px 0 10px;
	margin: auto -3px 0;
	display: flex;
	justify-content: space-between;
}
.catalog-item .bt-str,
.catalog-item .bt {
	padding: 0 5px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 120%;
	font-size: 12px;
	flex-grow: 1;
	margin: 0 3px;
	position: relative;
	z-index: 10;
}
.catalog-item .detail-wrapper {
	position: relative;
	background: #F2F7F9;
	box-shadow: 0px 20px 40px rgba(0, 109, 176, 0.15);
	border-radius: 5px;
	padding: 10px;
	height: 100%;
	margin: 0 -5px;
	display: flex;
	flex-direction: column;
	transition: all 300ms ease;

}
.catalog-item .detail-wrapper .title {
	margin: 0;
}
.catalog-item .detail-wrapper p {
	margin-top: 10px;
}
.catalog-item .detail-wrapper ul {
	padding-bottom: 15px;
}
.catalog-item .detail-wrapper li {
	margin-top: 12px;
	padding-left: 35px;
	color: #021209;
	font-weight: 500;
}
.catalog-item .detail-wrapper li:before {
	border-radius: 0;
	font-size: 20px;
	color: #006DB0;
	top: 0;
	width: 20px;
	height: 20px;
	background: 0;
}
.catalog-item .detail-wrapper .bt {
	margin: auto 0 0;
	background: #FFC30D;
	color: #564512;
	height: 40px;
	flex-grow: 0;
}
.catalog-item .detail {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}



.video {
	display: inline-flex;
	align-items: center;
	position: absolute;
	z-index: 10;
	left: 10px;
	bottom: 10px;
	font-size: 12px;
	color: #fff;
}
.video .icon-play {
	position: relative;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid rgba(255,255,255,.5);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	padding: 4px;
}
.video .icon-play:before {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #006DB0;
	width: 100%;
	height: 100%;
	font-size: 15px;
}



.service-block {
	padding: 30px 0;
	background: linear-gradient(148.26deg, #F2F7F9 45.75%, rgba(242, 247, 249, 0) 69.1%), url(../i/bg0.png) no-repeat 50% 0, #F2F7F9;
}
.service-block H2 {
	font-size: 28px;
	font-weight: 700;
	line-height: 130%;
}
.service-block .subtitle {
	font-size: 20px;
	line-height: 150%;
	color: #3F4140;
}
.service-block p {
	font-size: 16px;
}
.service-block .bt {
	display: flex;
	margin-top: 30px;
	padding-left: 0;
	padding-right: 0;
}
.reason-list  {
	padding-top: 10px;
	margin: 0 -2%;
}
.reason-list .item {
	margin: 15px 2% 0;
	width: 46%;
	background: #FFFFFF;
	border-radius: 5px;
	padding: 25px 15px 15px;
	color: #676767;
}
.reason-list .item .icon {
	height: 45px;
}


.advantage-block {
	padding-bottom: 30px;
}
.advantage-item {
	margin-top: 25px;
}
.advantage-item .icon img {
	height: 35px;
}

.advantage-item .title {
	margin-top: 15px;
	font-weight: bold;
font-size: 16px;
line-height: 130%;
}
.advantage-item p {
	margin-top: 10px;
}


.specialist-box {
	position: relative;
	z-index: 2;
	margin-top: 30px;
	background: linear-gradient(180deg, #006DB0 19.77%, rgba(0, 109, 176, 0) 57.14%), linear-gradient(270deg, #006DB0 34.94%, rgba(0, 109, 176, 0.3) 76.82%), url(../i/bg1.png) 0 100% no-repeat, #006DB0;
	box-shadow: 0px 20px 40px rgba(0, 109, 176, 0.15);
	border-radius: 5px;
	padding: 30px 160px 30px 30px;
	color: #fff;
	font-weight: 500;
	font-size: 22px;
	line-height: 150%;
	height: 320px;
}
.specialist-box img {
	width: 180px;
	position: absolute;
	right: 0px;
	bottom: 0;
	z-index: -1;
}



.about-block {
	background: #F2F7F9;
	padding-bottom: 30px;
}
.annotation {
	margin-top: 25px;
	border-left: 2px solid #006DB0;
	padding: 1px 0 2px 20px;
	color: #676767;
}
.about-block .bt {
	margin-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
}
.about-block .gallery {
	position: relative;
	margin-top: 30px;
}


.crt-slider {
	max-width: 300px;
	position: relative;
	z-index: 2;
	margin: -60px auto 0;
	overflow: hidden;
}
.crt-slider.slick-slider {
	overflow: visible;
}
.crt-slider .slick-list {
	margin: 0 -20px;
	overflow: hidden;
}
.crt-slider .item {
	padding-top: 30px;
	margin: 0 20px;
	text-align: center;
	font-weight: 500;
}
.crt-slider .item a {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 5px solid #FFFFFF;
	filter: drop-shadow(0px 5px 10px rgba(0, 109, 176, 0.15));
	border-radius: 5px;
}
.crt-slider .item a img {
	width: 100%;
}
.crt-slider .item .title {
	margin-top: 10px;
	font-size: 14px;
	line-height: 150%;
}
.crt-slider .item .info {
	color: #676767;
	font-size: 13px;
}
.crt-slider .slick-dots {
	margin-top: 20px;
}
.dotsCount {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
.dotsCount li + li {
	display: none;
}
.dotsCount li {
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-size: 14px;
	line-height: 180%;
	color: #BDBDBD
}
.dotsCount li:before {
	display: none;
}
.dotsCount li span {
	color: #3E3E3E;
	font-size: 20px;
	font-weight: 400;
}


.service-list  {
	padding-top: 10px;
	margin: 0 -2%;
}
.service-list .item {
	margin: 15px 2% 0;
	width: 46%;
	background: #FFFFFF;
	border-radius: 5px;
	padding: 25px 15px 15px;
	font-weight: 500;
}
.service-list .item .icon {
	height: 45px;
}



.project-block {
	padding-bottom: 30px;
}


.project-slider {
	position: relative;
	margin-top: 30px;
}
.project-slider .list {
	margin: 0 -5px;
	overflow: hidden;
	max-height: 264px;
}
.project-slider .slick-slider {
	max-height: 100%;
}
.project-item {
	position: relative;
	margin: 0 5px;
	background: #FFFFFF;
	overflow: hidden;
	border: 1px solid rgba(0, 109, 176, 0.2);
	border-radius: 5px;
	display: flex;
	flex-direction: column;
}
.project-item .top {
	position: relative;
}
.project-item .image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 160px;
}
.project-item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.project-item .image:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.75%, rgba(0, 0, 0, 0.670376) 81.63%, #000000 100%);
}
.project-item .labels {
	position: absolute;
	z-index: 2;
	top: 10px;
	left: 0;
}
.project-item .labels div {
	margin-bottom: 3px;
}
.project-item .labels span {
	display: inline-block;
	background: #6AC23B;
	line-height: 20px;
	padding: 0 7px;
	color: #fff;
	font-size: 10px;
	border-radius: 0 5px 5px 0;
}
.project-item .labels .yellow {
	background: #FFC30D;
	color: #564512;
}
.project-item .title {
	padding: 10px 20px 20px 10px;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
}
.project-slider .slider-control {
	margin-top: 20px;
}


.review-block {
	background: #006DB0;
	padding: 5px 0 30px;
	color: #fff;
}
.review-block p {
	color: inherit;
}
.review-block .subtitle {
	margin-top: 10px;
	font-size: 20px;
	line-height: 150%;
}
.review-slider {
	margin: 0 auto;
	background: #FFFFFF;
	box-shadow: 0px 20px 40px rgba(0, 109, 176, 0.15);
	border-radius: 5px;
	padding: 15px 15px 20px;
	max-width: 300px;
}
.review-slider .slick-list {
	margin: 0 -5px;
	overflow: hidden;
}
.review-slider .slick-dots {
	margin-top: 20px;
}
.review-slider .item {
	border-radius: 5px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
}
.review-slider .item img {
	width: 100%;
}
.review-block .map {
	width: 660px;
}


.partner-wrapper {
	margin-top: 30px;
}
.partner-wrapper p {
	margin-top: 10px;
	font-size: 18px;
	line-height: 150%;
}
.logo-list {
	padding-top: 10px;
	margin: 0 -2%;
}
.logo-list .item {
	margin: 15px 2% 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46%;
}


.contact-box {
	position: relative;
	z-index: 10;
	padding: 30px 0;
}
.contact-box H2 {
	padding: 0;
}
.contact-box .title {
	margin-top: 20px;
	color: #006DB0;
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
}
.contact-item {
	position: relative;
	padding-left: 42px;
	margin-top: 15px;
	font-size: 18px;
line-height: 150%;
}
.contact-item:before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 22px;
	color: #006DB0;
}
.contact-item .phone {
	margin-right: 16px;
}
.contact-item .tel {
	line-height: 22px;
	color: #021209;
	font-weight: 700;
}
.contact-item .tel + .tel {
	margin-top: 4px;
}
.contact-item .tel a {
	color: inherit;
	text-decoration: none;
}
.contact-item a {
	text-decoration: underline;
}
.contact-item .messenger a {
	text-decoration: none;
}
.contact-item a.dark {
	color: #021209;
	text-decoration: none;
}



.contact-block .map {
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 320px;
}
.contact-block .map .widget {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
[class*="ymaps-2"][class*="-ground-pane"]{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter:grayscale(100%);
}



.footer {
	position: relative;
	padding: 15px 0;
	text-align: center;
}
.footer-links {
	margin-top: 15px;
}
.footer-links li {
	margin: 5px 0 0;
	padding: 0;
	text-align: center;
	line-height: 15px;
}
.footer-links li:before {
	display: none;
}
.footer-links li a {
	display: inline-block;
	color: #97897C;
	font-weight: 300;
font-size: 12px;
line-height: 15px;
text-decoration: underline;
}
.footer-design {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 15px;
	text-align: center;
}
.footer-design a {
	font-weight: 300;
font-size: 10px;
line-height: 15px;
color: #97897C;
text-transform: uppercase;
}
.footer-design .text {
	display: block;
	max-width: 206px;
	margin: 10px auto 0;
}


.modal-text {
  position: relative;
  z-index: 1;
  background: #F5F6FA;
  border-radius: 6px;
  max-width: 600px;
  padding: 40px 20px 50px;
  margin: 0 auto;
}
.modal-text H4 {
  margin: 0;
  line-height: 1.4;
  padding-bottom: 10px;
  font-size: 18px;
}


.modal {
	position: relative;
	margin: 0 auto;
	background: #F5F6FA;
	padding: 25px;
	max-width: 965px;
}
.modal .title {
	font-weight: 700;
	font-size: 24px;
	line-height: 120%;
}
.modal .bt {
	margin-top: 30px;
	width: 100%;
}
.thank-wrapper .photo {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 157px;
	height: 157px;
	overflow: hidden;
}
.thank-wrapper .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.thank-wrapper .text {
	padding-top: 30px;
}
.thank-wrapper p {
	margin-top: 9px;
	font-size: 20px;
	line-height: 150%;
	color: #3F4140;
}



.modal-product {
	position: relative;
	margin: 0 auto;
	background: #F5F6FA;
	padding: 15px;
	max-width: 965px;
	max-height: 96vh;
	overflow: auto;
}
.modal-product .title {
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
}
.modal-product .bt {
	margin-top: 20px;
	padding: 20px 40px;
}
.product-info {
	position: relative;
	border: 1px solid rgba(0, 109, 176, 0.2);
	border-radius: 5px;
	background: #fff;
	margin-top: 20px;
	max-width: 330px;
	margin-bottom: 120px;
}
.product-info .labels {
	position: absolute;
	z-index: 2;
	top: 20px;
	right: 0;
}
.product-info .gallery:not(.slick-slider),
.product-info .slick-list {
	overflow: hidden;
}
.product-info .bt {
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: 30px;
}


.product-info .gallery .item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 240px;
}
.product-info .gallery .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-info .gallery .item:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.75%, rgba(0, 0, 0, 0.670376) 81.63%, #000000 100%);*/
}
.product-info .video {
	position: absolute;
	top: 190px;
	left: 10px;
	bottom: auto;
}
.product-info .price {
	padding: 10px 10px 15px;
	color: #3F4140;
}
.product-info .price span {
	color: #006DB0;
	font-weight: 500;
}
.product-info .slick-arrow {
	position: absolute;
	bottom: 6px;
	right: 15px;
}
.product-info .slick-prev {
	right: 65px;
}
.product-content p {
	color: #000;
}
.product-content li {
	color: #000;
} 
.product-content ol li:before {
    color: #000;
}



.form-item {
	margin-top: 30px;
}
.form-item input {
	border: 1px solid #BDBDBD;
height: 60px;
border-radius: 5px;
padding: 0 10px 0 53px;
font-size: 18px;
line-height: 120%;
color: #3F4140;
}
.form-item .icon-user {
	background: #fff url(../i/user.svg) 20px 50% no-repeat;
}
.form-item .icon-phone {
	background: #fff url(../i/phone-blue.svg) 20px 50% no-repeat;
}
.form-item input.error {
	border-color: #ff0000;
}
.form-item input.error::-moz-placeholder {
	color: #ff0000;
}
.form-item input.error::-webkit-input-placeholder {
    color: #ff0000;
}
.form-item input.error::-ms-placeholder {
    color: #ff0000;
}
.form-item input.error::placeholder {
    color: #ff0000;
}
.form-item textarea {
	border: 1px solid #BDBDBD;
height: 120px;
border-radius: 5px;
padding: 15px 15px;
font-size: 18px;
line-height: 120%;
color: #3F4140;
}




.agree {
	position: relative;
	display: inline-block;
	margin-top: 30px;
	padding: 2px 0 2px 44px;
	color: #3F4140;
}
.agree input {
	position: absolute;
	left: 0; top: 0;
	width: 24px;
	height: 24px;
	cursor: pointer;
	z-index: 2;
	opacity: 0;
}
.checkbox-custom {
	position: absolute;
	left: 0; top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border: 1px solid #BCBEC6;
	border-radius: 2px;
}
.checkbox-custom:before {
	content: "\e910";
	display: block;
	opacity: 0;
	font-family: 'icomoon' !important;
	color: #006DB0;
}
input:checked + .checkbox-custom:before {
	opacity: 1;
}
.agree a {
	text-decoration: underline;
}


.up-button {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 20;
	cursor: pointer;
	z-index: 10;
	background: #006DB0;
	width: 42px;
	height: 42px;
	display: none;
	border-radius: 50%;
	border: solid 2px #fff;
	box-shadow: 0px 4px 8px rgba(0, 109, 176, 0.15);
	color: #fff;
}
.up-button .icon-arrow {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.up-button .icon-arrow:before {
	position: relative;
	display: block;
	transform: rotate(90deg);
	font-size: 12px;
}




.slick-slider {
	display: block;
	height: auto;
}
.slick-track {
	display: flex;
}
.slick-arrow {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	z-index: 10;
	background: #006DB0;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 0;
	color: #fff;
}
.slick-arrow:before {
	font-family: 'icomoon' !important;
	font-size: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.slick-prev:before {
	content: "\e900";
}
.slick-next:before {
	content: "\e915";
}
.slick-disabled {
	background: #BDBDBD;
}

.slick-dots {
	display: flex;
	justify-content: center;
}
.slick-dots li * {
	display: none;
}
.slick-dots li {
	cursor: pointer;
	width: 12px;
	height: 12px;
	margin: 0;
	border-radius: 1px;
	padding: 0;
	transition: all .3s;
	background: #BDBDBD;
}
.slick-dots li + li {
	margin-left: 10px;
}
.slick-dots li:before {
	display: none;
}
.slick-dots li:hover,
.slick-dots li.slick-active {
	background: #006DB0;
}



@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?u0n62u');
  src:  url('fonts/icomoon.eot?u0n62u#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?u0n62u') format('truetype'),
    url('fonts/icomoon.woff?u0n62u') format('woff'),
    url('fonts/icomoon.svg?u0n62u#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}


[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-calculator:before {
  content: "\e916";
}
.icon-phone_call:before {
  content: "\e917";
}
.icon-chevron-r:before {
  content: "\e918";
}

.icon-home:before {
  content: "\e912";
}
.icon-laborers:before {
  content: "\e913";
}
.icon-truck:before {
  content: "\e914";
}
.icon-cow:before {
  content: "\e90a";
  color: #fff;
}
.icon-fan:before {
  content: "\e90b";
  color: #fff;
}
.icon-goat:before {
  content: "\e90c";
  color: #fff;
}
.icon-milk:before {
  content: "\e90d";
  color: #fff;
}
.icon-milking:before {
  content: "\e90e";
  color: #fff;
}
.icon-sacred-cow:before {
  content: "\e90f";
  color: #fff;
}


.icon-clock:before {
  content: "\e905";
}
.icon-credit-card:before {
  content: "\e906";
}
.icon-envelope:before {
  content: "\e907";
}
.icon-phone-call:before {
  content: "\e908";
}
.icon-pin:before {
  content: "\e909";
}


.icon-play:before {
  content: "\e904";
}
.icon-arrow:before {
  content: "\e900";
}
.icon-phone:before {
  content: "\e901";
}
.icon-viber:before {
  content: "\e902";
}
.icon-whatsapp:before {
  content: "\e903";
}


.header {
	overflow: visible;
}
.header-nav {
	display: block;
	transition: all 300ms ease;
	transform: translateX(-120%);
}

/* hover style */

@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0) {



}