/*
--------------------
Подключение шрифтов
--------------------
*/
@font-face {font-family: "opensans"; src: url(../fonts/opensans-light.eot) format('eot'), url(../fonts/opensans-light.woff) format('woff'), url(../fonts/opensans-light.ttf)  format('truetype'),url(../fonts/opensans-light.svg#svgopensans-light) format('svg'); font-display: swap; font-weight:300; font-style:normal;}
@font-face {font-family: "opensans"; src: url(../fonts/opensans.eot) format('eot'), url(../fonts/opensans.woff) format('woff'), url(../fonts/opensans.ttf)  format('truetype'),url(../fonts/opensans.svg#svgopensans) format('svg'); font-display: swap; font-weight:400; font-style:normal;}
@font-face {font-family: "opensans"; src: url(../fonts/opensans-semibold.eot) format('eot'), url(../fonts/opensans-semibold.woff) format('woff'), url(../fonts/opensans-semibold.ttf)  format('truetype'),url(../fonts/opensans-semibold.svg#svgopensans-semibold) format('svg'); font-display: swap; font-weight:600; font-style:normal;}
@font-face {font-family: "opensans"; src: url(../fonts/opensans-bold.eot) format('eot'), url(../fonts/opensans-bold.woff) format('woff'), url(../fonts/opensans-bold.ttf)  format('truetype'),url(../fonts/opensans-bold.svg#svgopensans-bold) format('svg'); font-display: swap; font-weight:700; font-style:normal;}
@font-face {font-family: "proximanova"; src: url(../fonts/proximanova-light.eot) format('eot'), url(../fonts/proximanova-light.woff) format('woff'), url(../fonts/proximanova-light.ttf)  format('truetype'),url(../fonts/proximanova-light.svg#svgproximanova-light) format('svg'); font-display: swap; font-weight:300; font-style:normal;}
@font-face {font-family: "proximanova"; src: url(../fonts/proximanova.eot) format('eot'), url(../fonts/proximanova.woff) format('woff'), url(../fonts/proximanova.ttf)  format('truetype'),url(../fonts/proximanova.svg#svgproximanova) format('svg'); font-display: swap; font-weight:400; font-style:normal;}
@font-face {font-family: "proximanova"; src: url(../fonts/proximanova-semibold.eot) format('eot'), url(../fonts/proximanova-semibold.woff) format('woff'), url(../fonts/proximanova-semibold.ttf)  format('truetype'),url(../fonts/proximanova-semibold.svg#svgproximanova-semibold) format('svg'); font-display: swap; font-weight:600; font-style:normal;}
@font-face {font-family: "proximanova"; src: url(../fonts/proximanova-bold.eot) format('eot'), url(../fonts/proximanova-bold.woff) format('woff'), url(../fonts/proximanova-bold.ttf)  format('truetype'),url(../fonts/proximanova-bold.svg#svgproximanova-bold) format('svg'); font-display: swap; font-weight:700; font-style:normal;}
@font-face {font-family: "montserrat"; src: url(../fonts/montserrat.eot) format('eot'), url(../fonts/montserrat.woff) format('woff'), url(../fonts/montserrat.ttf)  format('truetype'),url(../fonts/montserrat.svg#svgmontserrat) format('svg'); font-display: swap; font-weight:400; font-style:normal;}


/*
--------------------.slick-arrow
Основные стили
--------------------
*/
html, body {height: 100% !important;}

body {
	font-family: "opensans", "arial", sans-serif;
	font-size: 16px;
	color: #333333;
	padding-top: 80px;
	line-height: 20px;
}

.btn-warning {
	background: #FFA902;
	border-radius: 20px;
	border: 4px solid #FFA902;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
}

.btn-warning:hover {
	background: #FFA902;
	border: 4px solid #FFA902;
	color: #ffffff;
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.3), 0px -5px 30px rgba(0, 0, 0, 0.3);
}

.fon .btn-warning:hover {box-shadow: 0px 5px 30px rgba(255, 255, 255, 0.2), 0px -5px 30px rgba(255, 255, 255, 0.2);}

.btn-warning:focus, .btn-warning:active,
.btn-warning:not(:disabled):not(.disabled):active {
	background: #FFA902;
	color: #ffffff;
	box-shadow: 0 0 6px 6px rgba(255, 169, 2, 0.3) !important;
	border: none;
}

.btn-outline-warning {
	background: #FFFFFF;
	border: 1px solid #FFA902;
	border-radius: 20px;
	color: #FFA902;
	font-weight: 700;
	height: 42px;
}

.btn-outline-warning:hover {
	background: #FFFFFF;
	border: 1px solid #FFA902;
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.3), 0px -5px 30px rgba(0, 0, 0, 0.3) !important;
	border-radius: 20px;
	color: #FFA902;
}

.btn-grey {
	background: #302F2E;
	border-radius: 20px;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
}

.btn-grey:hover, .btn-grey:focus {
	color: #ffffff;
}

.btn-grey:hover {
    box-shadow: 0px -5px 20px rgba(0, 0, 0, 0.2), 0px 5px 20px rgba(0, 0, 0, 0.2);
}

.btn-grey:focus {
    border: 4px solid #cacaca;
}

.grecaptcha-badge {
    display: none !important;
}

.btn-outline-warning:focus, .btn-outline-warning:active,
.btn-outline-warning:not(:disabled):not(.disabled):active {
	background: #FFFFFF;
	color: #FFA902;
	border-radius: 20px;
	border: 3px solid rgba(255, 169, 2, 0.3);
}

.inlbl {
	display: inline-block;
	width: 100%;
	padding: 30px 0;
}

.list-unstyled {
	margin: 0;
	padding: 0;
}

h1 {
	text-align: center;
	font-weight: 600;
	font-size: 36px;
	line-height: 47px;
	color: #4C4C4C;
	margin: 35px 0 45px;
}

h2 {
	font-weight: 600;
	font-size: 36px;
	line-height: 47px;
	text-align: center;
	margin: 0 auto 30px;
}

:focus, input, textarea, a:focus, input:focus, button:active, button:focus, select:focus {outline:none !important; box-shadow: none !important;}
button::-moz-focus-inner {border: 0 !important;}

input:not([type=checkbox]):not([type=radio]),
textarea, 
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* 
------------------
Styles for Header
------------------
*/
header {
	background: #2C2B2B;
	padding: 14px 0 15px;
	color: #FFFFFF;
	font-size: 15px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
/*header.headertop {padding: 4px 0 5px;}*/
header p {margin: 0;}

.email a , .tel {
	position: relative;
	padding-left: 55px;
}

.email a:before, .tel .icon {
	content: "";
	background: #FFA902 url(../img/email.svg) center no-repeat;
	width: 44px;
	height: 44px;
	line-height: 41px;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-align: center;
}

.email a {
	font-size: 20px;
	line-height: 27px;
	color: #ffffff;
	margin: 0;
}

.tel .icon {background: #FFA902;}

.tel a, .tel button {
    font-size: 25px;
    line-height: 31px;
    color: #FFA902;
    font-weight: 700;
    padding: 0;
    background: none;
    border: none;
}

.tel p {letter-spacing: 0.2px;}

.logo {
	background: url(../img/logo2.png) left center no-repeat;
	padding-left: 55px;
}

.logo p {
	text-align: center;
	color: #ffffff;
}

.logo:hover {text-decoration: none;}

.experience h2 span, .experience-text p span {
    color: #ffb14f;
}

/* 
------------------
Styles for Nav
------------------
*/
nav {
	background: #2C2B2B;
	position: relative;	
}

nav:before {
	content: "";
	background: linear-gradient(90deg, #1E1E1E 0%, rgba(30, 30, 30, 0) 94.77%);
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 50%;
	position: relative;
	-ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}

nav ul li {padding: 8px 40px 13px 0;}

nav ul li a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

nav ul li a:hover {
	color: #FFA902;
	text-decoration: none;
}

.current-menu-item {color: #FFA902;}


/* 
------------------
Styles for Baner
------------------
*/
.baner {
	background: #2C2B2B;
	padding: 40px 0 45px;
	position: relative;
	color: #ffffff;
	min-height: 700px;
}

.baner-foto {width: 100%;}
.baner-text {width: 100%;}

.baner-foto:before {
    background: #FFE600;
    box-shadow: 0px 4px 180px 20px #FFC700;
    content: "";
    width: 450px;
    height: 300px;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    z-index: -1;
	animation: showDiv 0.5s forwards;
}

@keyframes showDiv {
  0%, 99% {opacity: 0;}
  100% {opacity: 1;}
}

@-webkit-keyframes showDiv {
  0%, 99% {opacity: 0;}
  100% {opacity: 1;}
}

.baner-foto img {max-width: 100%;}

.baner-text h1 {
	font-weight: 600;
	font-size: 32px;
	line-height: 120%;
	margin: 0 0 35px;
	text-align: center;
	color: #ffffff;
}

.baner-text p {
	font-weight: 300;
	font-size: 22px;
	opacity: 0.9;
	text-align: center;
	line-height: 29px;
}

.baner-form {
	position: relative;
	background: #FFA902;
	border-radius: 20px;
	margin-top: 25px;
	text-align: center;
	padding: 20px 24px;
	color: #302F2E;
}

.baner-form h3 {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 5px;
	font-weight: 600;
}

.baner-form p {
	font-size: 15px;
	margin-bottom: 15px;
	text-align: center;
	opacity: 0.9;
}

.forms {padding: 0 20px;}
.forms .form-group:first-child {margin-bottom: 10px;}

.forms  .form-control {
	background: #FFFFFF;
	border-radius: 15px;
	height: 50px;
	text-align: center;
	color: #495057;
	border: none;
}

.form-control::-webkit-input-placeholder {color: rgb(148,145,145,0.5);}
.form-control:-moz-placeholder {color: rgb(148,145,145,0.5);}
.form-control::-moz-placeholder {color: rgb(148,145,145,0.5);}
.form-control:-ms-input-placeholder {color: rgb(148,145,145,0.5);}

form button {
	width: 100%;
	height: 62px;
}

@-moz-keyframes cycle {
  35% {transform: rotate(0) translate(0, 0);}
  40% {transform: rotate(5deg) translate(0, -2px);}
  45% {transform: rotate(-3deg) translate(0, -2px);}
  50% {transform: rotate(5deg) translate(0, -2px);}
  55% {transform: rotate(-3deg) translate(0, -2px);}
  60% {transform: rotate(5deg) translate(0, -2px);}
  65% {transform: rotate(-3deg) translate(0, -2px);}
  70% {transform: rotate(0) translate(0, 0);}
}

@-webkit-keyframes cycle {
  35% {transform: rotate(0) translate(0, 0);}
  40% {transform: rotate(5deg) translate(0, -2px);}
  45% {transform: rotate(-3deg) translate(0, -2px);}
  50% {transform: rotate(5deg) translate(0, -2px);}
  55% {transform: rotate(-3deg) translate(0, -2px);}
  60% {transform: rotate(5deg) translate(0, -2px);}
  65% {transform: rotate(-3deg) translate(0, -2px);}
  70% {transform: rotate(0) translate(0, 0);}
}

.baner-form button, .offer-text-block button, .calc form button {
	-moz-animation: cycle 10s linear infinite;            
	-webkit-animation: cycle 10s linear infinite;
	animation-delay: 4s;
}

p.agreement {
    font-size: 10px !important;
    line-height: 15px !important;
    text-align: center;
    color: #6B6B6B;
    margin: 10px auto 0 !important;
    max-width: 100% !important;
    position: relative;
	letter-spacing: 0.02em;
    z-index: 99;
    opacity: 1 !important;
}

p.agreement a {text-decoration: underline; color: #6B6B6B;}
p.agreement a:hover {color: #007bff; text-decoration: none;}
.baner-foto li span {display: block;}
.baner-foto li span.upps {text-transform: uppercase; display: inline-block;}

/* 
------------------
Styles for Slider
------------------
*/
.slick-list {
	overflow: hidden;
	margin: auto;
	max-width: 1110px;
}

.slick-track {
	min-width: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.slider {
	visibility: hidden;
	position: relative;
}

.mobile-slider {visibility: visible;}
.slick-initialized { visibility: visible; }

.slick-arrow {
    overflow: hidden;
    position: absolute;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    z-index: 10;
    border: none;
    padding: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.slick-arrow span {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #FFA902 url(../img/arrow_slide.png) center no-repeat;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	font-size: 0;
	display: block;
	overflow: hidden;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.slick-arrow span:hover {box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.3), 0px -5px 30px rgba(0, 0, 0, 0.3) !important;}
.slick-arrow span:focus {box-shadow: 0 0 6px 6px rgba(255, 169, 2, 0.3) !important;}

.slick-arrow.slick-prev {left: -45px;}
.slick-arrow.slick-next {right: -45px;}

.slick-arrow.slick-prev span {
  -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
}

.slick-arrow.slick-disabled {opacity: 0.2;}

.slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-top: 15px;
}

.slick-dots li {
	width: 16px;
	height: 16px;
	background: #FFA902;
	border-radius: 50%;
	opacity: 0.5;
	list-style: none;
	margin: 0 5px;
}

.slick-dots li.slick-active{opacity: 1;}
.slick-dots li button {display: none;}

.slick-arrow span:before {
	width: 250px;
	height: 200px;
	content: "";
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, 1.0);
	border-radius: 100%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	z-index: 20;  
	top: 0;
	left: 0;
	-webkit-animation: ripple 4s linear infinite;
	-moz-animation: ripple 4s linear infinite;
	-ms-animation: ripple 4s linear infinite;
	-o-animation: ripple 4s linear infinite;
	animation: ripple 4s linear infinite;
}

@keyframes ripple {  
  20% {     
    opacity: 0;     
    transform: scale(2.5);
    }
  100% {     
    opacity: 0;     
    transform: scale(2.5);
    }
} 


/* 
--------------------
Styles for Complect
--------------------
*/
.complect {padding: 60px 0 20px;}

.complect h2 {
	max-width: 760px;
	margin: 0 auto 10px;
}

.complect .card {
	background: #FFFFFF;
	box-shadow: 2px 6px 20px rgba(51, 51, 51, 0.08), -2px -2px 20px rgba(51, 51, 51, 0.06) ;
	border-radius: 20px;
	margin: 40px 20px;
	padding: 30px 20px;
	text-align: center;
	border: none;
}

.complect .card:hover {box-shadow: 5px -2px 10px rgba(51, 51, 51, 0.1), 5px 20px 30px rgba(51, 51, 51, 0.15);}
.complect .card:focus {border: none; outline: none; box-shadow: 5px -2px 10px rgba(51, 51, 51, 0.1), 5px 20px 30px rgba(51, 51, 51, 0.15); !important;}

.complect .card h5 {
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #4C4C4C;
	margin: 15px 0;
}

.complect .card-body, .complect .card-footer {padding: 0;}

.complect .card-footer {
	background: none;
	border: none;
	border-radius: 0;
}

.card-foto {
	display: block;
	width: 100%;
	height: 225px;
	line-height: 225px;
}

.card-foto img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.card-footer p {
	font-family: "proximanova";
	font-size: 18px;
	line-height: 23px;
	color: #000000;
	margin-bottom: 10px;
}

.card-footer p span {
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	color: #373737;
}

.card-footer button {
    display: block;
    max-width: 207px;
    margin: 0 auto;
    border-radius: 10px;
    width: 100%;
}

.complect .card:hover .card-footer button, .complect .card:focus .card-footer button {border-radius: 10px; background: #FFA902; box-shadow: none !important; color: #ffffff;}
.complect .card .btn-outline-warning:focus {border-radius: 10px;}

.complectmodal .modal-content {
	border-radius: 20px;
	background: none;
	border: none;
}

.complectmodal .modal-body {
	padding: 0;
	margin-left: 20px;
}

.complectmodal .baner-form {
	margin: 0;
	height: 100%;
	padding: 70px 35px;
}

.complectmodal .baner-form h3 {
	font-weight: 600;
	font-size: 22px;
	line-height: 29px;
	text-align: center;
	color: #302F2E;
}

.complectmodal .baner-form p {margin: 40px 0 50px;}
.complectmodal .baner-form .forms {padding: 0;}
.complectmodal .baner-form p.agreement {margin: 10px 0 0;}

.complect-modal-foto {
	background: #ffffff;
	border-radius: 20px 0 0 20px;
	padding: 30px 20px 40px 0;
}

.complect-modal-foto h5 {
	font-weight: 600;
	font-size: 22px;
	line-height: 29px;
	text-align: center;
	max-width: 470px;
	margin: 0 auto 15px;
	color: #4C4C4C;
}

.complect-modal-text {
	padding: 0;
/*	margin-left: -20px;*/
	margin: 0 auto;
}

.complect-modal-slider .slick-arrow, .complect-modal-slider .slick-arrow span {
	width: 40px;
	height: 40px;
	margin: 0 !important;
}

.complect-modal-slider .slick-arrow.slick-prev {left: 10px;}
.complect-modal-slider .slick-arrow.slick-next {right: 30px;}

.slider-big .slick-list {max-width: 485px;}
.slider-sm .slick-list {max-width: 457px;}
.slider-sm  .slick-track {margin-left: 12px;}


.slider-big span {
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	width: 100%;
	margin: 20px;
}

.slider-big span img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	border-radius: 5px;
}

.slider-sm span img {
	width: auto;
	height: 100%;
}

.slider-sm {margin-top: -10px;}

.slider-sm span {
	height: 87px;
	margin-right: 12px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	text-align: center;
}

.slider-sm .slick-current {border: 1px solid #FFA902;}

button.close {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(142, 142, 147, 0.6) url(../img/close.svg) center no-repeat;
	opacity: 1;
	position: absolute;
	top: 16px;
	right: 30%;
	z-index: 99;
}

/* 
-----------------------------
Styles for Modal Call-back
-----------------------------
*/
.call-back .modal-dialog {max-width:500px;}

.call-back .modal-content {
	background: none;
	border: none;
}

.call-back .modal-body {padding: 0;}
.call-back .baner-form {margin-top: 0;}
.call-back button.close {right: 16px;}

/* 
------------------
Styles for Offer
------------------
*/
.offer {
	padding: 0;
	position: relative;
	background: #333333;
	display: -ms-flexbox!important;
    display: flex!important;
}

.offer:before {
	content: "";
	background: url(../img/offer.jpg) center no-repeat;
	background-size: cover;
	opacity: 0.1;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.offer-text {
    padding: 70px 0;
    width: 100%;
    float: right;
    position: relative;
    z-index: 10;
    color: #ffffff;
    max-width: 740px;
}

.offer-text:before {
    content: "";
    background: url(../img/arrow3.svg) left center no-repeat;
    width: 229px;
    height: 195px;
    position: absolute;
    display: block;
    top: 41%;
    right: 85%;
}

.offer-text h2 {
	text-align: right;
	font-size: 48px;
	margin-bottom: 75px;
}

.offer-text img {
    max-width: 340px;
    position: absolute;
    right: 115%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.offer-text-block {
	max-width: 560px;
	font-size: 24px;
	line-height: 30px;
	text-align: justify;
	position: relative;
	z-index: 50;
	float: right;
}

.offer-text-block p {
/*    max-width: 490px;*/
}

.offer-text-block p span:last-child {display: inline-block;}

.offer-text-block p span {
	font-weight: 700;
	color: #FFA902;
}

.offer-text-block button {
	width: 100%;
	height: 62px;
}

.offer .forms {
    padding: 0;
    margin-top: 70px;
}

.offer p.agreement, .offer p.agreement a {color: #E0E0E0;}


/* 
----------------
Styles for Calc
----------------
*/
.calc {
	background: url(../img/calc.png) 300px 75% no-repeat;
	padding: 70px 0 50px;
}

.calc h2 {
	max-width: 715px;
	margin: 0 auto 65px;
}

.calc-text {
	max-width: 480px;
	float: right;
	counter-reset: list;
	position: relative;
}

.calc-text h3 {
    position: relative;
    padding-left: 20px;
    font-weight: 600;
    font-size: 17px;
    color: #333333;
}

.calc-text h3:before {
	counter-increment: list;
	content: counter(list) ".";
	position: absolute;
	top: 0;
	left: 0;
}

.radio {
    margin: 16px 0;
    display: block;
    cursor: pointer;
}

.inl {
	display: inline-block;
	margin: 0 5px 0 0;
}

.radio input {display: none;}

.radio input + span {
	line-height: 18px;
	height: 18px;
	padding-left: 18px;
	display: block;
	position: relative;
}
.radio input + span:not(:empty) {padding-left: 30px;}

.radio input + span:before, .radio input + span:after {
	content: '';
	width: 18px;
	height: 18px;
	display: block;
	border-radius: 50%;
	left: 0;
	top: 0;
	position: absolute;
	border: 1px solid #FFA902;
}

.radio input:checked + span:after {
	background: #FFA902;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
}

.radio2 {margin-right: 5px;}
.radio2 input {display: none;}

.radio2 input + span {
	width: 26px;
	height: 26px;
	border: 1px solid #FFA902;
	color: #333333;
	font-size: 12px;
	font-family: "proximanova";
	display: inline-block;
	line-height: 26px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
}

.radio2 input:checked + span {
	background: #FFA902;
	color: #ffffff;
}

.type2 {padding-left: 30px;}

.calc .form-control {
	background: #FFFFFF;
	border: 0.5px solid rgba(51, 51, 51, 0.5);
	border-radius: 15px;
	height: 42px;
}


/* 
------------------
Styles for Analiz
------------------
*/

.grey {background: #E7E7E7;}

.analiz {
    background: #333333;
    position: relative;
    padding: 25px 0 70px;
    color: #ffffff;
}

.analiz h2 {
    max-width: 650px;
    margin: 0 0 50px auto;
}

.analinz-img {
    position: absolute;
    right: 70%;
    bottom: 0;
    text-align: right;
    width: 450px;
	min-height: 540px;
}

.analinz-img img {
    width: 100%;
}

.analinz-img span {
    font-style: italic;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #333333;
    background: #ffffff;
    border-radius: 60px;
    max-width: 230px;
    padding: 14px;
    display: block;
    text-align: center;
    position: absolute;
    top: 65px;
    right: -120px;
}

.analinz-img span:before {
	content: "";
	width: 49px;
	height: 26px;
	background: url(../img/mess.png) center no-repeat;
	position: absolute;
	left: -20px;
	bottom: 0;
}

.analiz-block {
	max-width: 880px;
	float: right;
}

.analiz-block .baner-form {
    margin-top: 0;
    padding: 50px 24px 40px;
}

.analiz-name {
    background: url(../img/union.png) center no-repeat;
    background-size: 100% 100%;
    width: 120%;
    padding: 10px;
    height: 98px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 65px;
    margin: 30px 0 -18px -50px;
	font-size: 14px;
}

.analiz-name p {
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
}

.analiz-text {
    position: relative;
    color: #ffffff;
    width: 60%;
}

.analiz-text h3 {
	font-weight: bold;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF;
	display: none;
	margin-bottom: 14px;
}

.lists-md {display: none;}

.analiz-text .zamer-price:after {
    content: "";
    background: url(../img/arroww.png) center no-repeat;
    background-size: cover;
    width: 145px;
    height: 78px;
    display: block;
    position: absolute;
    right: 9%;
    top: 84%;
    z-index: 99;
}

.analiz-text p.zamer-price {
	color: #FFA902;;
	font-weight: 700;
	font-size: 42px;
	line-height: 40px;
	margin: 15px 0 0;
	position: relative;
}

.analiz-text p span {
    font-weight: 600;
    font-size: 35px;
    line-height: 120%;
    color: #ffffff;
    font-weight: 600;
    line-height: 42px;
    font-size: 35px;
    display: inline-block;
    padding: 10px 0;
    position: relative;
}

.analiz-text p span.rub {font-family: "montserrat", arial, open-sans;}

.analiz-text p span:after {
	content: "";
	background: url(../img/old.png) left center no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 96px;
	height: 60px;
	top: 0;
}

.analiz-text p span.rub:after {content: none;}

.analiz-block .baner-form h3 {margin-bottom: 30px;}

.lists {padding: 0;}

.lists li {
    position: relative;
    list-style: none;
    font-weight: 600;
    font-size: 20px;
    padding-left: 35px;
    line-height: 120%;
}

.lists li:not(:last-child) {margin-bottom: 14px;}

.lists li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 31px;
    height: 27px;
    background: url(../img/lists.png) center no-repeat;
}

/* 
----------------------
Styles for Materials
----------------------
*/
.materials {
	padding: 65px 0 100px;
}

.materialbl button {
	border: none;
	background: none;
}

.materialbl span {
	border-radius: 50%;
	width: 230px;
	height: 230px;
	display: block;
}

.materialbl img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.materialbl img:hover {
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.5));
}

.materialbl p {
    margin: 12px 0;
	text-align: center;
	font-weight: 600;
	font-size: 25px;
	line-height: 30px;
	color: #333333;
}

.materialbl:nth-child(even) {margin-top: 65px;}

.material-slider .slick-arrow {top: 45%;}
.material-slider .slick-arrow.slick-prev {left:15px;}
.material-slider .slick-arrow.slick-next {right: 15px;}
 {padding: 0 65px;}

.materialblk span {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 20%);
    border-radius: 5px;
    display: block;
	text-align: center;
}

.materialblk span img {max-width: 100%; border-radius: 5px;}
.materialss .modal-dialog {max-width: 1140px;}
.materialss .modal-body {margin-left: 0;}
.materialss .modal-content {background: #ffffff;}
.materialss .complect-modal-foto {width: 62%; padding: 35px 0;}
.materialss .complect-modal-text {max-width: 437px;}
.materialblk {margin: 15px 65px;}
.materialss button.close {right: 16px;}

/* 
----------------------
Styles for Experience
----------------------
*/
.experience {padding: 70px 0 90px;}
.experience h2 {margin-bottom: 65px;}
.experience-slide .slick-list {max-width: 540px; border-radius: 10px;}

.experience-text {
    padding-left: 100px;
    text-align: justify;
}

.experience-text p {
    font-family: "proximanova";
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #333333;
}

.experience-slide .slick-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}


/* 
-------------------
Styles for Example
-------------------
*/
.examples {
	padding: 40px 0 0;
}

.examples h2 {margin: 0 auto 40px;}

.examples ul {
	list-style: none;
	margin: 15px 0;
	padding-left: 30px;
}

.examples ul li {
	font-size: 18px;
	line-height: 150%;
	color: #333333;
}

.examples ul li span {
	font-weight: 600;
}


.examples ul li:last-child span {color: #333333;}

.examples-block {
    position: relative;
    max-width: 840px;
    margin: auto;
}

.examples .slick-list {max-width: 760px;}

.examples img {
	width: 100%;
	border-radius: 10px;
}

.examples .slick-arrow {top: 40%;}


/* 
-------------------
Styles for Reviews
-------------------
*/
.reviews {padding: 70px 0;}

.reviews p {
  text-align: center;
  font-size: 30px;
  color: #4C4C4C;
  line-height: 39px;
}

.reviews h2  {
  overflow: hidden;
  text-align: center;
  margin-bottom: 0;
}

.reviews h2:before,
.reviews h2:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 1px;
  background: rgba(0,0,0,0.2);
  position: relative;
}

.reviews h2:before {
  margin-left: -100%;
  left: -40px;
}

.reviews h2:after {
  margin-right: -100%;
  right: -40px;
}

.embed-responsive {
  border-radius: 20px 20px 0 0;
  height: 350px;
}

.button-play {
  width: 100%;
  height: 100%;
  background: url(../img/play.png) center no-repeat;
  background-size: 90px;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
}

.reviewbl {
  background: #FFFFFF;
  box-shadow: 4px 10px 40px rgba(51, 51, 51, 0.2), -4px -4px 30px rgba(51, 51, 51, 0.2);
  border-radius: 20px;
  height: 100%;
}

.review-video {
  position: relative;
}

.review-text {
    background: #ffffff;
    padding: 20px 30px;
    border-radius: 0 0 20px 20px;
}
.review-text p {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  text-align: left;
  margin: 0;
}

.review-text p:first-child {color: #FFA902;}

.review-text ul {
  border-top: 0.5px solid rgba(51, 51, 51, 0.5);
  padding-top: 5px;
  margin-top: 5px;
}

.review-text ul li {
  font-size: 18px;
  line-height: 27px;
  color: #333333;
}

.review-text ul li span {font-weight: 600;}

.review-text ul li span.price {
  background: rgb(255,169,2);
  background: -moz-linear-gradient(top,  rgba(255,169,2,1) 0%, rgba(226,149,0,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,169,2,1) 0%,rgba(226,149,0,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,169,2,1) 0%,rgba(226,149,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa902', endColorstr='#e29500',GradientType=0 );
  -webkit-background-clip: text;
  color: transparent;
}

.reviews .col {
  margin: 35px 0;
  max-width: 565px;
}

.review-more a {
  padding: 14px 15px;
  max-width: 240px;
  width: 100%;
  margin-top: 25px;
}

.review-more a:focus {padding: 15px;}





.fancybox-navigation .fancybox-button div {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #FFA902 url(../img/arrow2.svg) center no-repeat;
  padding: 0;
    -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.fancybox-navigation .fancybox-button div:hover {box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.3), 0px -5px 30px rgba(0, 0, 0, 0.3) !important;}
.fancybox-navigation .fancybox-button div:focus {box-shadow: 0 0 6px 6px rgba(255, 169, 2, 0.3) !important;}

.fancybox-navigation .fancybox-button svg {display: none;}

.fancybox-navigation .fancybox-button--arrow_left div {
  -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
}

.fancybox-navigation .fancybox-button--arrow_left,
.fancybox-navigation .fancybox-button--arrow_right {padding: 0;}

.fancybox-navigation .fancybox-button {
  width: 64px;
  height: 64px;
  background: none;
  overflow: hidden;
  border-radius: 50%;
}

.fancybox-navigation .fancybox-button[disabled],
.fancybox-navigation .fancybox-button[disabled]:hover {opacity: 0.5;}

.fancybox-navigation .fancybox-button div:before {
    width: 250px;
    height: 200px;
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 1.0);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    z-index: 20;
    top: 0;
    left: 0;
    -webkit-animation: ripple 4s linear infinite;
    -moz-animation: ripple 4s linear infinite;
    -ms-animation: ripple 4s linear infinite;
    -o-animation: ripple 4s linear infinite;
    animation: ripple 4s linear infinite;
}

.fancybox-active {overflow: hidden;}
.fancybox-slide {padding: 40px 100px;}

.fancybox-navigation .fancybox-button--arrow_left {left: 20px;}
.fancybox-navigation .fancybox-button--arrow_right {right: 20px;}
.fancybox-image {border-radius: 10px;}

.entry-title {margin: 25px 0;}

.entry-content {
	text-align: justify;
	padding-bottom: 50px;
}

.entry-content h2 {
    font-size: 16px;
    text-align: left;
    line-height: 1;
    margin: 15px 0;
    font-weight: bolder;
}

.entry-content .mb0 {margin-bottom: 0;}
.entry-content ul {padding-left: 0;}
.entry-content ul li {list-style: none;}

.entry-content ul li:before {
	content: "- ";
}


.experience .slick-slide {
	display: block;
}

.experience .slick-slide img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.slider-sm {display: none;}


/*
-----------------------
Styles for Breadcrumb
-----------------------
*/
.breadcrumb-block ul {
	background: none;
	padding-left: 0;
}

.breadcrumb-block ul li a {color: #000000;}


/* 
------------------------
Styles for Sertificates
------------------------
*/
.sertificates {padding-top: 50px;}

.sertificates h2 {
  max-width: 800px;
  margin-bottom: 65px;
}

.slider-sertificates .slick-slide {
	display: block;
	margin: 15px;
	box-shadow: -2px -2px 20px rgba(51, 51, 51, 0.06), 2px 6px 20px rgba(51, 51, 51, 0.08);
}

.slider-sertificates .slick-slide span {display: block;}
.slider-sertificates .slick-slide img {width: 100%;}
.slider-sertificates .slick-slide:hover {filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.3));}

.rekvizity p {
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	color: #4C4C4C;
	margin-bottom: 0;
}

.ask-us .baner-form {
	max-width: 600px;
	margin: 0 auto;
}

.ask-us .baner-form:after {
    content: "";
    display: block;
    width: 90%;
    height: 10%;
    margin: auto;
    box-shadow: 0px 20px 20px rgb(0 0 0 / 30%);
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    border-radius: 20px;
	z-index: -1;
}

.contact-blk {
	background: #FFFFFF;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	padding: 20px 54px;
}

.contact-blk h3 {
	font-size: 16px;
	line-height: 21px;
	color: #4C4C4C;
	margin: 0 0 7px;
}

.contact-number a {
	font-weight: bold;
	font-size: 20px;
	line-height: 27px;
	color: #FFA902;
	display: block;
}

.contact-blk  p {
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	color: #4C4C4C;
	margin-bottom: 0;
}

.contact-number p {font-size: 13px;}

.contact-blk .row div:nth-child(3) {padding-left: 25px;}

.write-us a, .write-us span {
	font-size: 16px;
	line-height: 21px;
	color: #4C4C4C;
	display: block;
}

.write-us a:after, .write-us span:after {
	content: "";
	width: 35px;
	height: 35px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}

.write-us a:nth-child(1):after {background: url(../img/contact-icon1.png) center no-repeat; background-size: cover;}
.write-us a:nth-child(2):after, .write-us span:after {background: url(../img/contact-icon2.png) center no-repeat; background-size: cover;}

.contact-block iframe {
	width: 100%;
	border: none;
	margin-bottom: 100px;
}

.modal-backdrop.show {
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.faq .accordion {
    color: #4C4C4C;
    max-width: 720px;
    margin: auto;
    padding-left: 30px;
}

.faq .accordion .card {
	border: none;
	border-radius: 0;
	padding: 15px 0;
	border-bottom: 1px solid #FFA902;
	overflow: visible;
}

.faq .accordion .card-header {
	background: none;
	padding: 0;
	border: none;
}

.faq .accordion .card-header button {
	font-weight: normal;
	font-size: 20px;
	line-height: 26px;
	padding: 0;
	text-align: left;
}

.faq .accordion .card-header button.collapsed {color: #4C4C4C;}
.faq .accordion .card-header button {color: #FFA902;}

.faq .accordion .card-header button:before {
    content: "-";
    width: 17px;
    height: 17px;
    border: 1px solid #D7D7D7;
    font-size: 20px;
    line-height: 11px;
    color: #D7D7D7;
    position: absolute;
    left: -30px;
    top: 20px;
    text-align: center;
    border-radius: 50%;
}

.faq .accordion .card-header button.collapsed:before {
	content: "+";
	border: 1px solid #FFA902;
	color: #FFA902;
	 line-height: 15px;
}

.faq .accordion .card-body {
	padding: 15px 0 0;
}

.faq .accordion .card-body p {
	line-height: 21px;
	margin-bottom: 0;
}

.question-form {
	padding: 0 15px;
	max-width: 830px;
	margin: 5px auto 100px;
}

.question-form .baner-form h3 {
	margin: 0 auto 30px;
	max-width: 400px;
}

.question-form .baner-form .textarea {
    height: 87px;
    overflow: auto;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -ms-flexbox;
    display: flex;
}

.question-form .baner-form .textarea:empty::before {
    content: attr(data-placeholder);
    color: #d0cfcf;
	margin: auto;
}


/*
----------------------
Styles for Mobile-nav
----------------------
*/
.mobile-nav {
    position: relative;
    z-index: 999;
    border: none;
    outline: none;
    background: none;
    display: block;
	padding: 0;
	overflow: hidden;
	cursor: pointer;
}

.mobile-nav span {
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
}

.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	width: 60px;
    height: 60px;
	margin: -10px 0 -10px -15px;
}

.hamRotate.active {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hamRotate180.active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.line {
    fill:none;
    -webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke:#ffffff;
    stroke-width:6;
    stroke-linecap:round;
}

.ham1 .top {stroke-dasharray: 40 139;}
.ham1 .bottom {stroke-dasharray: 40 180;}
.ham1.active .top {stroke-dashoffset: -98px;}
.ham1.active .bottom {stroke-dashoffset: -138px;}

/* 
------------------
Styles for Footer
------------------
*/
footer {
	background: #333333;
	padding: 10px 0;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 20px;
}

.footer-block {
	padding: 0 0 10px;
}

footer p {margin: 0;}

.fblk {
	padding-top: 5px;
	padding-bottom: 20px;
}

.fblk:not(:first-child) {padding-left: 40px;}
.fblk:not(:last-child) {border-right: 1px solid #FFFFFF;}

.fblk ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.fblk ul li {margin-bottom: 1px;}

.fblk ul li a {
	font-size: 14px;
	line-height: 19px;
	color: #FFFFFF;
}

.fblk:nth-child(1) ul li {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 27px;
}

.fblk:nth-child(1) ul li a, .fblk h3 {
	font-weight: normal;
	font-size: 20px;
	line-height: 27px;
	color: #FFA902;
}

.fblk h3 a {color: #FFA902;}
.fblk:nth-child(1) {width: 13%;}
.fblk:nth-child(2) {width: 44%;}
.fblk:nth-child(3) {width: 24%;}
.fblk:nth-child(4) {width: 19%;}

.fblk:nth-child(2) ul {
    -webkit-column-count:2;  
    -moz-column-count:2;  
    column-count:2;
    overflow: hidden;
}

.fblk:nth-child(2) ul li {
    -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
    width: 100%;
}


/*
--------------------
Styles for Scroll
--------------------
*/
.scroll {
	width: 100%;
	height: 100%;
}

.mCustomScrollBox {
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 100%;
	outline: none;
	direction: ltr;
}

.mCSB_scrollTools {
	position: absolute;
	z-index: 10;
	width: 6px;
	height: auto;
	left: auto;
	top: 0;
	right: 20px;
	bottom: 0;
	opacity: 1;
}

.scroll:hover .mCSB_scrollTools {opacity: 1;}

.mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 2%;
	left: 0;
	bottom: 0;
	right: 0;
	height: 96%;
}

.mCSB_scrollTools .mCSB_draggerRail {
	background: #ffffff;
	width: 1px;
	height: 100%;
}

.mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 100%;
	height: 33px !important;
	max-height: 33px !important;
	z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #FFA902;
	position: relative;
	width: 33px;
	height: 100%;
	border-radius: 50%;
	margin-left: -15px;
}

a.whatsapp {
    width: 75px;
    height: 75px;
    background: url(../img/whatsApp.png) center no-repeat;
    background-size: cover;
    position: fixed;
    right: 20px;
    bottom: 150px;
    z-index: 99;
}

.ask-us {padding-bottom: 60px;}



/* Стили для адаптивности */
@media (min-width: 1200px) {
.container {max-width: 1230px;}
#toTop {bottom: 50px;cursor: pointer;display: none;height: 29px;position: fixed;right: 20px;width: 53px;z-index: 99;background: url(../img/up-arrow.png) center no-repeat;}
.fancybox-slide--iframe .fancybox-content {height: 850px;}
.offer .forms .form-group {width: 48%; margin-bottom: 20px;}
.analinz-img img {width: 92%;}
.bottom_address {
	text-align: center;
    font-size: 11px;
    margin-top: -26px;
}
}

@media (min-width: 992px) {
.baner-foto {width: 55%; height: 100%; position: absolute; top: 0; left: 0; z-index: 20;}
.baner-text {width: 43%; float: right;}
.slider-big .slick-list {max-width: 100%;}
.slider-sm .slick-list {max-width: 435px;}
.slider-sm .slick-track {margin-left: 5px;}
.baner-foto ul {width: 260px;position: absolute; top: 60%; left: 63%;}
.radio2 p {display: none;}
.baner .baner-form:before {content: "";background: url(../img/arrow.svg) center no-repeat;background-size: cover;width: 145px;height: 335px;display: block;position: absolute;right: -22%;top: -20%;}
.calc-text:after {content: "";background: url(../img/arrow.svg) center no-repeat;background-size: cover;width: 120px;height: 250px;display: block;position: absolute;right: -16%;top: 45%;}
}

@media (min-width: 1400px) and (max-width: 1650px) {
.analinz-img {right: 68.5%;}
.fancybox-slide--iframe .fancybox-content {height: 670px;}
.calc {background: url(../img/calc.png) 100px 75% no-repeat;}
.analiz-name {margin-left: -20px; padding-left: 55px;}
}

@media (min-width: 1200px) and (max-width: 1399px) {
.container {max-width: 990px;}
.slick-arrow.slick-prev {left: -80px;}
.slick-arrow.slick-next {right: -80px;}
.baner-text {width: 45%;}
.baner .baner-form:before {right: -27%;}
.baner-foto ul {left: 62%;}
.baner-text h1 {font-size: 27px;}
.baner-form p {font-size: 14px;}
.offer-text h2 {font-size: 42px;}
.offer-text img {right: 105%;}
.offer-text:before {right: 80%;}
.calc {background: url(../img/calc.png) 0px 75% no-repeat; background-size: 650px;}
.analinz-img {width: 420px; right: 65%; min-height: 570px;}
.analiz-block {max-width: 690px;}
.analiz-block .baner-form {padding: 20px 10px; margin-top: 30px;}
.analiz-text p.zamer-price {font-size: 36px;}
.analiz-text p span {font-size: 34px;}
.experience-slide .slick-arrow.slick-prev {left: -65px;}
.experience-slide .slick-arrow.slick-next {right: -65px;}
.experience-text p {font-size: 16px;}
.fancybox-slide--iframe .fancybox-content {height: 550px;}
.analiz-text {padding: 25px 20px; width: 92%;}
.materialbl span {width: 200px; height: 200px;}
.analiz-text .zamer-price:after {top: 65%; right: 0;}
.baner-foto:before {width: 420px; height: 300px;}
.fblk:nth-child(1) ul li a, .fblk h3 {font-size: 18px;}
.fblk:not(:first-child) {padding-left: 25px;}
footer .container {max-width: 1130px;}
.analiz-name {width: 130%;  margin: 15px 0 -42px -30px;}
.analinz-img span {top: 105px; font-size: 14px;}
.analinz-img img {width: 100%;}
}

@media (min-width: 992px) and (max-width: 1199px) {
h2 {font-size: 28px;}
.baner .container, .calc .container, .complect .container, .experience .container {max-width: 820px;}
.baner {overflow: hidden;}
.baner-text h1 {font-size: 21px;}
.baner-text h1 span:nth-child(2) {font-size: 23px;}
.baner-text p {font-size: 18px; line-height: 24px;}
.baner-form h3 {margin-bottom: 15px; line-height: 1.3;}
.baner-form p {font-size: 15px; line-height: 15px;}
.forms {padding: 0;}
.baner .baner-form:before {right: -32%; background-size: 250px;}
.baner-foto {text-align: center;}
.baner-foto ul {left: 0; position: relative; top: 0; margin: auto; width: 400px; text-align: left;}
.baner-foto li span {display: inline-block;}
.slick-arrow.slick-prev {left: -40px;}
.slick-arrow.slick-next {right: -40px;}
.complect .slick-arrow.slick-prev {left: -80px;}
.complect .slick-arrow.slick-next {right: -80px;}
.offer-text h2 {font-size: 34px;}
.offer-text img {right: 85%;}
.offer-text:before {left: 50px;}
.offer-text-block {max-width: 450px;}
.calc {background: url(../img/calc.png) -180px 75% no-repeat; background-size: 650px;}
.analinz-img {width: 410px; min-height: 550px; right: 60%;}
.analiz-block {max-width: 590px;}
.analiz-text {padding: 25px 20px; width: 90%;}
.analiz-block .baner-form {width: 70%;}
.lists li {font-size: 18px;}
.lists li:not(:last-child) {margin-bottom: 20px;}
.analiz-text p.zamer-price {font-size: 30px;}
.analiz-text p span {font-size: 30px;}
.analiz-text .zamer-price:after {top: 55%; right: -30px; background-size: 120px;}
.experience-text {padding-left: 70px;}
.experience-text p {line-height: 20px; font-size: 14px;}
.experience-slide .slick-arrow, .experience-slide .slick-arrow span {width: 50px; height: 50px;}
.experience-slide .slick-arrow.slick-prev {left: -45px;}
.experience-slide .slick-arrow.slick-next {right: -45px;}
.reviews .col {margin: 15px 0;}
.reviews p {margin-bottom: 20px;}
.review-text p {margin: 0;}
.fancybox-slide--iframe .fancybox-content {height: 450px;}
.slick-dots {margin: 30px 0 0;}
.slick-dots li {margin: 0 5px;}
.complect-slider .slick-dots {margin: 0 0 30px;}
.materialbl span {width: 180px; height: 180px;}
.baner-foto:before {width: 65%; height: 35%;}
.contact-blk {padding: 20px;}
.write-us a, .write-us span {font-size: 14px;}
.materialbl {width: 20%;}	
.fblk:nth-child(1) {width: 100%; border-right: none; border-bottom: 1px solid #FFFFFF; padding-bottom: 16px; margin-bottom: 19px;}
.fblk:nth-child(1) ul {display: -ms-flexbox; display: flex;}
.fblk:nth-child(1) ul li {margin-right: 30px; margin-bottom: 0;}
.fblk:nth-child(2) {padding-left: 0; width: 45%; padding-right: 30px;}
.fblk:nth-child(3) {width: 30%;}
.fblk:nth-child(4) {width: 25%;}
footer {padding: 10px 0 0;}
.analiz h2 {max-width: 500px; font-size: 26px; line-height: 30px;}
.analiz-name {width: 130%; margin: 15px 0 -42px -30px; padding-left: 60px;}
.analinz-img span {top: 58px; font-size: 14px;}
.material-slider .slick-arrow {top: 43%;}
}

@media (max-width: 991px) {
.complectmodal .baner-form {padding: 20px 30px;}
.complectmodal .modal-body {margin-left: 0;}
.complect-modal-foto {border-radius: 20px 20px 0 0; padding: 40px 10px;}
.slider-big .slick-list{max-width: 100%;}
.slider-sm .slick-list {max-width: 96%;}
.slider-sm .slick-track {margin-left: 7px;}
.complect-modal-text {margin: -20px 0 0;}
.complectmodal .baner-form p {margin: 20px 0;}
.complect-modal-text .form-group {width: 49%;}
button.close {right: 16px;}
.analiz-text p span {background-size: contain;}
.card-foto {height: 100%; line-height: 1;}
.materialss .complect-modal-foto {width: 100%;}
.materialss .complect-modal-text {max-width: 100%;}
.materialblk {margin: 15px;}
.sertificates .slick-arrow {top: 40%;}
}

@media (min-width: 768px) and (max-width: 991px) {
.container {padding: 0;}
.email a {font-size: 0;}
.baner-text h1, .baner-text h1 span:nth-child(1) {font-size: 24px; letter-spacing: 0; line-height: 1.2; text-align: center; font-weight: 700;}
.baner-text h1 span:nth-child(2) {font-size: 24px;}
.baner-text h1 {max-width: 450px; margin: 0 auto 20px;}
.baner-text p {text-align: center; max-width: 450px; margin: 0 auto 10px;}
.baner-foto {text-align: center; z-index: 20; position: relative; margin-top: 25px;}
.baner-foto:before {top: 50%; -webkit-transform: translate(0, -50%);transform: translate(0, -50%);}
.baner-foto ul {text-align: left; -webkit-column-count:3; -moz-column-count:3; column-count:3;}
.baner-foto ul li { -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; width: 100%; font-size: 16px;}
p.agreement {margin-top: 10px;}
h2 {font-size: 24px; line-height: 30px;}
.complect h2 {max-width: 400px; margin-bottom: 0;}
.slick-list {max-width: 80%;}
.slick-arrow.slick-prev {left: 0;}
.slick-arrow.slick-next {right: 0;}
.offer-text {width: 72%; padding: 50px 0 40px;}
.offer-text h2 {font-size: 34px; margin-bottom: 35px;}
.offer .forms {margin-top: 20px;}
.offer-text-block {max-width: 430px;}
.offer-text img {max-width: 250px; right: 95%;}
.offer .forms .form-group {margin-bottom: 10px;}
.calc {background: url(../img/calc.png) left 40px no-repeat; background-size: 215px; padding-bottom: 40px; padding-top: 50px;}
.calc-text {float: none; max-width: 100%; margin: 0 auto;}
.radio2 p {display: inline-block; margin: 0 0 0 5px;}
.calcbl:nth-child(3) .type2 {padding-left: 0;}
.calcbl {padding: 0;}
.calc-text h3 {font-size: 17px;}
.baner .form-group, .calcbl .form-group, .calcbl form button {width: 49%;}
.baner-form p {font-size: 16px;}
.calc .form-control, .calcbl form button {height: 50px; text-align: center;}
.analinz-img {display: none;}
.analiz-block .forms {padding: 0;}
.analiz-block .baner-form h3 {font-size: 16px;}
.analiz-block .baner-form h3 {margin-bottom: 10px;}
.analiz-block .forms .form-control {height: 40px;}
.analiz-block .forms button {height: 44px;}
.analiz-text p.zamer-price {font-size: 30px; text-align: center;}
.analiz-text p span {font-size: 24px;}
.analiz-text p span.rub	{margin: 0 10px 0 -5px;}
.lists li {font-size: 16px; margin-left: 15px; padding-left: 25px;}
.analiz-block .baner-form, .analiz-text {width: 50%;}
.lists li:not(:last-child) {margin-bottom: 15px;}
.lists li:before {width: 19px; height: 19px; background-size: contain;}
.analiz-text .zamer-price:after {top: 50%; -webkit-transform: rotate(-15deg); transform: rotate(-15deg); right: 5%;}
.analiz {padding: 30px 0;}
.complect {padding: 45px 0 35px;}
.sertificates {padding: 40px 0;}
.sertificates h2 {max-width: 500px;}
.slider-sertificates .slick-dots li {margin: 30px 5px 0;}
.experience-text {padding-left: 15px; margin-top: 20px;}
.slick-arrow, .slick-arrow  span {width: 52px; height: 52px;}
.experience-slide .slick-dots li {margin: 20px 5px 0;}
.experience-text p {font-size: 16px;}
.teambl span {width: 168px; height: 168px;}
.teambl, .teambl h5 {font-size: 14px;}
.reviews .col {max-width: 100%;}
.complectmodal .baner-form {padding: 20px 30px;}
.complectmodal .modal-body {margin-left: 0;}
.complect-modal-foto {border-radius: 20px 20px 0 0; padding: 40px 10px;}
.slider-big .slick-list{max-width: 100%;}
.slider-sm .slick-list {max-width: 96%;}
.slider-sm .slick-track {margin-left: 7px;}
.complect-modal-text {margin: -20px 0 0;}
.complectmodal .baner-form p {margin: 20px 0;}
.complect-modal-text .form-group {width: 49%;}
button.close {right: 16px;}
.fancybox-slide--iframe .fancybox-content {height: 360px;}
.offer-text:before {background: url(../img/arrow5.png) left center no-repeat; width: 93px; height: 40px; left: -20px; top: auto; bottom: 20%;}
.experience .slick-arrow.slick-prev {left: 20px;}
.experience .slick-arrow.slick-next {right: 20px;}
.materialbl span {width: 140px; height: 140px;}
.inl {margin-right: 15px;}
.calcbl:nth-child(4) .type .radio {display: inline-block; min-width: 140px;}
.radio input + span:before, .radio input + span:after {width: 32px; height: 32px;}
.radio input + span:not(:empty) {padding-left: 40px;}
.radio input + span {line-height: 32px; height: 32px;}
.calc h2 {padding-left: 150px; margin: 0 auto 100px;}
.analiz-text p span:after {width: 52px; height: 57px; background-size: contain;}
.materials {padding: 30px 0;}
.materialbl {font-size: 18px;}
.examples {padding: 50px 0;}
.examples h2 {margin-bottom: 50px;}
.examples .slick-list {max-width: 80%;}
.experience .slick-arrow {top: 45%;}
.examples .slick-arrow {top: 35%;}
.contact-blk {padding: 20px;}
.contact-number {margin-bottom: 20px;}
.contact-blk .row div:nth-child(3) {padding-left: 15px;}
.materialbl {width: 20%;}
.materialbl p {font-size: 22px;}
.fblk:not(:first-child) {padding-left: 20px;}
.fblk:nth-child(1) {width: 100%; border-right: none; border-bottom: 1px solid #FFFFFF; padding-bottom: 16px; margin-bottom: 19px;}
.fblk:nth-child(1) ul {display: -ms-flexbox; display: flex;}
.fblk:nth-child(1) ul li {margin-right: 30px; margin-bottom: 0;}
.fblk:nth-child(2) {padding-left: 0; width: 50%; padding-right: 20px;}
.fblk:nth-child(3) {width: 25%; -ms-flex-order: 1; order: 1; border-left: 1px solid #ffffff; border-right: none;}
.fblk:nth-child(4) {width: 25%;}
footer {padding: 10px 0 0;}
.fblk ul li a {font-size: 11px; line-height: 15px;}
.fblk:nth-child(1) ul li a, .fblk h3 {font-size: 16px; line-height: 22px;}
.contact-number a {font-size: 16px; line-height: 22px;}
.contact-blk p {font-size: 12px; line-height: 16px;}
.contact-number p {font-size: 11px; line-height: 15px;}
.write-us a, .write-us span {font-size: 14px; line-height: 18px;}
.write-us a:after, .write-us span:after {margin-left: 10px; width: 25px; height: 25px;}
.analiz-name {display: none;}
.analiz h2 {font-size: 28px; line-height: 36px; max-width: 600px; margin: 0 auto 50px;}
.analiz-block {-ms-flex-align: start!important; align-items: flex-start!important;}
.analiz-text h3 {display: block; padding-left: 40px;}
.analiz-text .lists {display: none;}
.analiz-text .lists.lists-md {display: block;}
.material-slider .slick-arrow {top: 43%;}
}

@media (max-width: 767px) {
body {line-height: 1.3; padding-top: 64px;}
header {padding: 10px 0;}
.logo {font-size: 11px;}
.logo img {max-width: 120px;}
.email a {font-size: 0;}
.tel a {font-size: 24px; line-height: 1;}
.email a:before, .tel .icon {width: 34px; height: 34px; line-height: 30px; background-size: 20px;}
.tel .icon img {max-width: 18px;}
.tel p {letter-spacing: -0.01em;}
.baner, .offer-text, .analiz, .sertificates, .team {padding: 30px 0;}
.baner-text h1, .baner-text h1 span:nth-child(2) {text-align: center; font-size: 26px; letter-spacing: 0; font-weight: 700; line-height: 140%;}
.baner-text p {text-align: center; line-height: 1.3; margin: 0 auto 15px; font-weight: bold;}
.baner-foto img {width: 100%;}
.baner .lists {text-align: center;}
.baner .lists li {display: inline-block;}
.forms .form-control, .forms button {height: 50px;}
.form-group {margin-bottom: 10px;}
h2 {font-size: 26px; line-height: 1.3;}
.slick-list, .experience-slide .slick-list {max-width: 75%;}
.slick-arrow.slick-prev {left: 0;}
.slick-arrow.slick-next {right: 0;}
.slider-sm .slick-list {max-width: 95%;}
.slider-sm .slick-track {margin-left: 8px;}
.offer-text {width: 100%; float: none;}
.offer-text h2 {text-align: center; font-size: 30px; margin-bottom: 30px;}
.offer-text img {position: relative; right: 0; top: 0; transform: none; -webkit-transform: none; max-height: 300px; display: block; margin: auto;}
.offer-text:before, .analiz-text .zamer-price:after {content: none;}
.offer:before {background: url(../img/offer.jpg) 83% 50% no-repeat; background-size: cover;}
.offer-text-block p {margin-top: 15px;}
.offer .forms {margin-top: 25px;}
.radio2 p {display: none;}
.calcbl:nth-child(3) .type2 {padding-left: 0;}
.slick-dots, .slick-dots li {margin: 10px 5px 0;}
.calc-text {max-width: 100%; float: none; margin: 0;}
.calc {background: none; padding: 40px 0;}
.calc h2 {margin-bottom: 35px;}
.type2 {padding-left: 0;}
.calcbl form button {height: 42px;}
.form-group {margin-bottom: 15px;}
.calc .form-control {text-align: center;}
.analinz-img {position: relative; text-align: center; right: 0; width: auto; -ms-flex-direction: column; flex-direction: column; display: -ms-flexbox; display: flex;}
.analinz-img img {max-width: 260px; margin: auto; -ms-flex-order: 2; order: 2;}
.analiz-text {margin: 0 auto; width: 94%; border-radius: 20px 20px 0 0; text-align: center;}
.analiz .lists {text-align: left; max-width: 400px; margin: auto;}
.analiz-text p.zamer-price {font-size: 34px; text-align: center; margin: 25px 0;}
.analiz-text p span {font-size: 30px;}
.analiz-block .baner-form h3 {font-size: 20px;}
.complect .slick-dots li {margin-top: 0;}
.slick-arrow, .slick-arrow  span {width: 40px; height: 40px; background-size: 10px;}
.experience .row {margin: 0;}
.experience-foto, .experience-text {padding: 0;}
.experience-text {margin-top: 25px;}
.experience h2 {margin-bottom: 20px;}
.teambl span {width: 156px; height: 156px;}
.teambl h5, .teambl p {font-size: 14px; margin-bottom: 5px;}
.reviews .col {margin: 15px 0;}
.baner-foto li span {display: inline-block;}
.fancybox-slide--iframe .fancybox-content {height: 400px;}
.fancybox-slide {padding: 40px 10px;}
.fancybox-navigation .fancybox-button {display: none;}
.materialbl {width: 33%; text-align: center;}
.materialbl p {font-size: 16px;}
.materialbl span {width: 120px; height: 120px; margin: auto;}
.materialbl:nth-child(even) {margin-top: 0;}
.logo {background: none; padding-left: 0;}
.complect {padding: 40px 0 25px;}
.complect h2 {margin-bottom: 10px;}
.baner-foto {position: relative;z-index: 20;}
.baner-foto:before {width: 70%; top: 50%; -webkit-transform: translate(0, -50%);  transform: translate(0, -50%); height: 50%;}
.materials, .examples, .reviews {padding: 40px 0;}
.examples h2 {margin-bottom: 40px;}
.experience {padding: 35px 0;}
.experience h2 {margin-bottom: 25px;}
.reviews p {font-size: 24px;}
.analiz-block .baner-form {padding: 25px;}
.analiz-text p span:after {width: 52px; height: 57px; background-size: contain; margin: 0 0 0 5px;}
.examples ul {padding-left: 0;}
.examples ul li {font-size: 16px;}
.complectmodal .baner-form h3 {font-size: 18px; line-height: 1.3;}
.complect-modal-foto h5 {padding: 0 15px;}
.complectmodal .baner-form p {font-size: 14px; margin-top: 0;}
.offer {padding-bottom: 30px;}
.experience .slick-arrow {top: 45%;}
.examples .slick-arrow {top: 32%;}
.calcbl {font-size: 16px;}
.examples .slick-slide a {display: block; max-width: 75%; margin: auto;}
.examples .slick-dots, .examples .slick-dots li {margin-top: 0;}
.analiz-text p span.rub	{margin: 0 10px 0 -5px;}
.btn {border-radius: 15px !important;}
.complect .slick-list {max-width: 80%; margin: auto;}
.reviewbl {border-radius: 10px;}
.review-text {border-radius: 0 0 10px 10px;}
.embed-responsive {border-radius: 10px 10px 0 0;}
.baner-form h3 {margin: 0 0 5px; font-weight: 600; font-size: 20px; line-height: 132.91%;}
.complect button.btn.btn-outline-warning {background: #FFA902; color: #ffffff;}
.complect button.btn.btn-outline-warning:hover {background: #ffffff; color: #FFA902;}
.experience .slick-slide {height: 260px;}
.baner-foto:before {animation: showDiv 2s forwards;}
.tel button {display: none;}
nav ul {width: 100%;}
.contact-blk {padding: 20px;}
.contact-number {margin-bottom: 20px;}
.write-us a:after, .write-us span:after {width: 25px; height:25px;}
.write-us a, .write-us span {font-size: 15px;}
.contact-blk .row div:nth-child(3) {padding-left:15px;}
footer {padding: 10px 0;}
.footer-block {padding: 0;}
nav .menu-menu-1-container {display: none;}
.footer-nav {display: none;}
.footer-nav.active {display: block;}
.fblk {position: relative;}
.fblk:nth-child(1), .fblk:nth-child(2), .fblk:nth-child(3), .fblk:nth-child(4){width: 100%; padding: 15px;}
.fblk:nth-child(2) ul {-webkit-column-count: 1; -moz-column-count: 1; column-count: 1;}
.fblk:not(:last-child) {border-right: none;}
.fblk h3 {margin-bottom: 13px;}
.fblk ul li {margin-bottom: 5px;}
.fblk ul li a {font-size: 18px; line-height: 26px;}
.fblk:not(:last-child):after {content: ""; width: 175px; height: 1px; background: #ffffff; display: block; position: absolute; bottom: 0; left: 0;}
.footer-nav.active {position: fixed; top: 0; left: 0; background: #333333; z-index: 99999; height: 100%; padding-top: 40px; width: 100%; overflow: auto;}
nav.active {position: fixed; top: 0; left: 0; z-index: 999999; width: 100%;}
nav.active .container {max-width: 100%;}
.faq .accordion .card {padding-left: 30px;}
.faq .accordion .card-header button:before {left: 0;}
.faq .accordion {padding-left: 0;}
a.whatsapp {width: 50px; height: 50px; bottom: 20px;}
.analiz h2 {font-size: 26px; line-height: 36px; max-width: 500px; margin: 0 auto 35px;}
.analinz-img span {position: relative; margin: auto; width: 85%; max-width: 400px; -ms-flex-order: 1; order: 1; top: 0; right: 0;}	
.analinz-img span:before {left: 65%; bottom: -13px; -webkit-transform: rotate(-11.25deg); transform: rotate(-11.25deg);}
.analiz-name {background: #858585; box-shadow: 0px 4px 4px rgb(0 0 0 / 25%); border-radius: 10px; width: 85%; max-width: 300px; padding: 10px; margin: 0 auto 30px; height: auto; -ms-flex-order: 1; order: 1;}
.analiz-text {-ms-flex-direction: column; flex-direction: column; display: -ms-flexbox; display: flex;}
.analiz .lists, .analiz-text p.zamer-price {-ms-flex-order: 2; order: 2;}
.analinz-img {min-height: 100%;}
.material-slider .slick-arrow {top: 40%;}
.embed-responsive {height: 100%;}
.bottom_address {
	text-align: center;
    font-size: 11px;
    margin-top: 0px;

}

}

@media (min-width: 576px) {
.modal-dialog {max-width: 1040px; width: 96%;}
}

@media (max-width: 575px) {
body {font-size: 14px; padding-top: 64px;}
.baner-text h1 {font-size: 20px;}
.baner-text p {font-weight: bold; font-size: 16px; line-height: 1.5; text-align: center; color: #FFFFFF; opacity: 0.9;}
.baner-form p {font-weight: normal; font-size: 14px; line-height: 132.91%;  text-align: center; color: #333333; opacity: 0.9; margin-bottom: 20px;}
.baner-form h3 {margin-bottom: 15px;}
h2, .offer-text h2 {font-size: 20px;}
.reviews h2:before, .reviews h2:after {content: none;}
.slider-sm span {height: 55px;}
.offer-text-block {font-size: 18px; line-height: 130%;}
.calcbl:nth-child(3) .type2 .radio2 {display: block;}
.radio2 p {display: inline-block; margin: 0 0 0 5px;}
.slick-arrow, .slick-arrow  span {width: 33px; height: 33px; background-size: 7px;}
.teambl h5, .teambl p {font-size: 12px;}
.email {display: none;}
.baner .lists li {font-size: 14px;}
.lists li:before {width: 19px; height: 20px; background-size: contain;}
.lists li:not(:last-child) {margin-bottom: 10px;}
.forms {padding: 0;}
.forms .form-control, .forms button {height: 40px;}
.forms .form-group:first-child {margin-bottom: 15px;}
.inl {display: block; margin: 0 0 10px 0;}
.calcbl .form-group, .calcbl form button {width: 100%;}
.analiz-text p.zamer-price, .analiz-text p span {font-size: 24px;}
.lists li {font-size: 14px;}
.team-slider .slick-list {max-width: 100%;}
.review-text {padding: 15px 10px;}
.review-text p, .review-text ul li {font-size: 14px;}
.complect-modal-foto {padding: 25px 0 40px;}
.experience-text p {font-size: 16px;}
.reviews h2	{line-height:1.5; font-size: 22px;}
.reviews p {font-size: 20px; line-height: 130%;}
.review-more {padding: 0 15px;}
.review-more a {padding: 4px 15px;max-width: 100%;}
.complect-modal-text .form-group {width: 100%;}
footer {font-size: 11px;}
.tel {padding-left: 40px;}
.fancybox-slide--iframe .fancybox-content {height: 230px;}
.materialbl span {width: 95px; height: 95px;}
.card-body {min-height: auto;}
.calcbl {font-size: 18px;}
.calc button {height: 42px;}
.complect .slick-list {max-width: 100%; margin: 0 20px;}
.reviews .col {margin: 10px 0;}
.experience .slick-slide {height: 220px;}
nav ul li {padding-right: 20px;}
nav ul li a {font-size: 14px;}
.contact-blk .row div:not(:last-child) {margin-bottom: 20px;}
.faq .accordion .card-header button {font-size: 16px; line-height: 22px;}
.question-form .baner-form h3 {font-size: 16px;}
.analiz h2 {font-size: 19px; line-height: 25px;}
.analinz-img span {font-size: 14px; line-height: 16px; width: 95%; max-width: 350px;}
.examples .slick-arrow {top: 30%;}
}

@media (max-width: 401px) {
body {padding-top: 57px;}
.baner .lists li {font-size: 12px;}
.examples .slick-arrow {top: 28%;}
.reviews h2 {font-size: 20px;}
.tel a {font-size: 20px;}
.tel p {letter-spacing: -0.025em; font-size: 13px;}
.experience .slick-slide {height: 180px;}
}

@media (max-width: 374px) {
body {padding-top: 51px;}
.logo img {max-width: 110px;}
header, footer {font-size: 10px;}
.tel {padding-left: 35px;}
.tel a {font-size: 16px;}
.tel p {letter-spacing: -0.055em; font-size: 11px;}
.tel .icon {width: 30px; height: 30px; line-height: 30px;}
.baner .lists li {font-size: 10px;}
.slick-list, .experience-slide .slick-list {max-width: 75%;}
.complect .card h5 {font-size: 14px; line-height: 1.2; margin-bottom: 0;}
.offer-text-block {font-size: 14px; line-height: 1.5;}
.review-text ul li span {display: block;}
.teambl span {width: 135px; height: 135px;}
.teambl h5, .teambl p {font-size: 11px;}
h2 {font-size: 17px;}
.fancybox-slide--iframe .fancybox-content {height: 200px;}
.examples ul li {font-size: 12px;}
.reviews h2 {max-width: 290px; margin: auto;}
.experience .slick-slide {height: 160px;}
.question-form .baner-form h3 {font-size: 14px;}
.fblk ul li a {font-size: 16px;}
.analinz-img span {width: 100%; font-size: 12px;}
.analiz-name {width: 98%;}
}

.rekviziti div{
	text-align: center;
    font-size: 15px;
    line-height: 1.6;
}

/* new styles 14.12.21 */
.list-ol {
	padding: 0px 0px 0px 14px;
	margin: 0px 0px 20px 0px;
  }
  
  .list-ol li:not(:last-child) {
	margin: 0px 0px 4px 0px;
  }
  
  .list-ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
  }
  
  .list-ul li {
	position: relative;
	padding-left: 14px;
  }
  
  .list-ul li:not(:last-child) {
	margin: 0px 0px 4px 0px;
  }
  
  .list-ul li::before {
	content: '';
	position: absolute;
	top: 7px;
	left: 0px;
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #000;
  }
  
  .info {
	background: #E7E7E7;
	padding: 50px 0px 64px 0px;
  }
  
  .info .container {
	position: relative;
  }
  
  .info h5 {
	text-align: center;
	color: #4C4C4C;
	font-size: 14px;
	font-weight: 600;
	line-height: 19px;
	margin: 0px 0px 20px 0px;
  }
  
  .info p {
	font-size: 12px;
	line-height: 16px;
	color: #4C4C4C;
	margin: 0px 0px 20px 0px;
  }
  
  .info .list-label {
	font-size: 13px;
	margin: 0px 0px 4px 0px;
  }
  
  .info ol {
	font-size: 12px;
	line-height: 16px;
	color: #4C4C4C;
  }
  
  .info ul {
	font-size: 12px;
	line-height: 16px;
	color: #4C4C4C;
  }
  
  .info ul li {
	padding-left: 10px;
  }
  
  .info ul li::before {
	top: 6px;
	width: 3px;
	height: 3px;
  }
  
  .info-frame {
	position: relative;
	background: #FFFFFF;
	border-radius: 20px;
	padding: 25px 20px;
	width: 100%;
	max-width: 353px;
	margin-bottom: 30px;
	z-index: 2;
  }
  
  .info-frame h5 {
	text-align: left;
	margin: 0px 0px 13px 0px;
  }
  
  .info-frame ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
  }
  
  .info-frame ul li {
	padding: 0px;
  }
  
  .info-frame ul li:not(:last-child) {
	margin: 0px 0px 4px 0px;
  }
  
  .info-frame ul li a {
	font-size: 12px;
	line-height: 16px;
	color: #4C4C4C;
  }
  
  .info-btn-more {
	display: block;
	width: 100%;
	max-width: 249px;
	min-height: 40px;
	color: #4C4C4C;
	font-size: 15px;
	line-height: 21px;
	font-weight: 700;
	background: #FFFFFF;
	border: 1px solid #4C4C4C;
	border-radius: 15px;
	padding: 0px 20px;
	margin: 0px auto;
  }
  
  .info-li-more.active {
	display: block;
  }
  
  .info-text-more {
	height: 45px;
	overflow: hidden;
  }
  
  .info-text-more.active {
	height: 100%;
	overflow: visible;
  }
  
  .info-blur {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 55px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(43.75%, #E7E7E7), to(rgba(231, 231, 231, 0)));
	background: -o-linear-gradient(top, #E7E7E7 43.75%, rgba(231, 231, 231, 0) 100%);
	background: linear-gradient(180deg, #E7E7E7 43.75%, rgba(231, 231, 231, 0) 100%);
	-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
			transform: rotate(-180deg);
	z-index: 1;
  }
  
  .info-arrow-more {
	position: absolute;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translate(-50%, 0px);
		-ms-transform: translate(-50%, 0px);
			transform: translate(-50%, 0px);
	display: block;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #FFFFFF;
	cursor: pointer;
	z-index: 2;
  }
  
  .info-arrow-more::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -30%);
		-ms-transform: translate(-50%, -30%);
			transform: translate(-50%, -30%);
	background: url(../img/arrow-down.svg) center/cover no-repeat;
	display: block;
	width: 22px;
	height: 13px;
  }
  
  .article {
	padding: 0px 0px 60px 0px;
  }
  
  .article h5 {
	text-align: center;
	font-weight: 600;
	margin: 26px 0px 16px 0px;
  }
  
  @media (min-width: 768px) {
	.info-frame {
	  float: right;
	  margin-left: 42px;
	}
  
	.info-frame .info-btn-more {
	  display: none;
	}
  }
  
  @media (max-width: 1200px) {
	.info-arrow-more {
	  width: 42px;
	  height: 42px;
	}
  
	.info-arrow-more::before {
	  width: 14px;
	  height: 9px;
	}
  }
  
  @media (max-width: 992px) {
	.info-frame {
	  max-width: 290px;
	}
  
	.info-frame h5 {
	  text-align: center;
	}
  
	.info-frame ul {
	  text-align: center;
	}
  }
  
  @media (max-width: 768px) {
	.info-frame {
	  max-width: none;
	}
  
	.info-frame ul {
	  margin: 0px 0px 17px 0px;
	}
  
	.info-li-more {
	  display: none;
	}
  
	.article h1 {
	  font-size: 26px;
	  line-height: 34px;
	  margin: 35px 0 25px;
	}
  }
  
  @media (max-width: 576px) {
	.info {
	  padding: 40px 0px;
	}
  
	.info h5 {
	  font-size: 12px;
	  margin: 0px 0px 11px 0px;
	}
  
	.info p {
	  font-size: 12px;
	  margin: 0px 0px 11px 0px;
	}
  
	.info .list-label {
	  font-size: 10px;
	}
  
	.info ol {
	  font-size: 12px;
	}
  
	.info ul {
	  font-size: 12px;
	}
  
	.info-frame {
	  padding: 16px 15px 18px 15px;
	}
  
	.info-arrow-more {
	  width: 33px;
	  height: 33px;
	}
  
	.info-arrow-more::before {
	  width: 11px;
	  height: 7px;
	}
  
	.article {
	  padding: 0px 0px 35px 0px;
	}
  }
  
  @media (any-hover: hover) {
	.info-btn-more:hover {
	  background: #F6F6F6;
	}
  
	.info-arrow-more:hover {
	  background: #F6F6F6;
	}
  }

.success {font-size: 32px !important;line-height: normal;font-weight: bold;color: green;}
.error {font-size: 32px !important;line-height: normal;font-weight: bold;color: red;}
