/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
	-webkit-text-fill-color: #4f4f4f !important;
}
form input, form select, form textarea {
    width: 320px;
    height: 48px;
    border: 1px solid #B40051;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 0 23px;
    font-size: 18px;
    margin-right: 36px;
}
.wpcf7-form input+span, .wpcf7-form select+span, .wpcf7-form textarea+span {
	font-size: 12px;
}
.wpcf7-form [type="radio"]+span {
	font-size: 14px;
}
.wpcf7-form .wrap-field {
	margin-bottom: 16px;
}
.wpcf7-response-output {
	display: none
}
.ptlo-icon-work {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}
.ptlo-icon-work:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    position: relative;
    z-index: 20;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.floating-btn {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: fixed;
	bottom: 5%;
	right: 5%;
	width: 80px;
	height: 80px;
	background-image: url("data:image/svg+xml,%3Csvg width='51' height='51' viewBox='0 0 51 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='25.3223' cy='25.125' r='25' fill='%2336353A' fill-opacity='0.3'/%3E%3Ccircle cx='25.3223' cy='25.125' r='20' fill='%23B40051'/%3E%3Cpath d='M34.3185 30.5803L31.4162 27.6778C30.8382 27.1021 29.8809 27.1196 29.2827 27.718L27.8205 29.1798C27.7282 29.1289 27.6326 29.0757 27.532 29.0193C26.6087 28.5077 25.345 27.8065 24.0152 26.4757C22.6814 25.1421 21.9795 23.8764 21.4664 22.9525C21.4122 22.8546 21.3603 22.7602 21.3091 22.6706L22.2904 21.6908L22.7729 21.2077C23.372 20.6084 23.3885 19.6514 22.8118 19.074L19.9096 16.1711C19.3329 15.5945 18.3751 15.612 17.776 16.2113L16.9581 17.0339L16.9804 17.0561C16.7062 17.4061 16.477 17.8097 16.3064 18.245C16.1492 18.6593 16.0513 19.0547 16.0066 19.4508C15.6233 22.6278 17.0751 25.5313 21.0151 29.4713C26.4613 34.9171 30.8502 34.5057 31.0395 34.4856C31.4519 34.4363 31.8471 34.3378 32.2487 34.1818C32.6802 34.0133 33.0836 33.7844 33.4333 33.5107L33.4512 33.5266L34.2798 32.7152C34.8777 32.116 34.8949 31.1587 34.3185 30.5803Z' fill='white'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	text-decoration: none;
	transition: 3s;
	animation-name: rotate-icon;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	z-index: 999;
}
@keyframes rotate-icon {
  0% {
    transform: rotate(360deg);
  }
  50% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*ECO*/
.eco {
	padding: 65px 0;
}
.eco__box {
	position: relative;
}
.eco__info {
	width: 740px;
	background: rgba(255, 255, 255, 0.75);
	position: absolute;
	top: 270px;
	left: 0;
	padding-left: 8%;
}
.eco__wrap {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 50px 105px 25px 15px;
}
.eco__img {
	position: absolute;
	top: 20px;
	left: 75px;
	width: 450px;
}
.eco__text {
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 33px;
}
.eco__text strong {
	font-weight: bold;
}
.eco__form .wrap-field {
    margin-left: 36px;
}
.eco__form .form__field {
    margin-right: 0;
}

/*VAN*/
.van {
	padding: 128px 0 65px;
}
.van__box {
	margin-top: 112px;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.van__item {
	width: 315px;
	margin-bottom: 50px;
}
.van__name {
	color: #4F4F4F;
	font-weight: 700;
	font-size: 24px;
	margin-top: 22px;
	white-space: nowrap;
}
.van__name:after {
	display: block;
	content: '';
	width: 297.48px;
	height: 2.38px;
	background: #B14B81;
	margin: 13px 0 12px;
}
.van__block {
	height: 159px;
}
.van__text {
	font-size: 21px;
	line-height: 29px;
}
.van__ta {
	text-align: center;
	width: 240px;
}
/*HIT*/
.hit {
	padding: 65px 0 70px;
}
.hit__box {
	flex-wrap: wrap;
	justify-content: space-between;
}
.hit__item {
	flex-basis: 350px;
	margin-bottom: 33px;
}
.hit__up {
	position: relative;
}
.hit__vio {
	position: absolute;
	bottom: 0;
	background: rgba(180, 0, 81, 0.8);
	font-size: 24px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: 600;
	width: 100%;
    text-align: center;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hit__down {
	background: #F2F2F2;
	padding: 32px 20px 44px;
}
.hit__name {
	text-align: center;
	font-weight: 400;
	font-size: 24px;
	line-height: 130%;
	color: #333333;
	height: 52px;
	margin-bottom: 20px;
	display: block;
}
.hit__flex {
	justify-content: center;
}
.hit__color {
	color: #828282;
	font-size: 16px;
	font-weight: 300;
}
.hit__info {
	color: #333333;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	margin: 0 9px 0 5px;
}
.hit__price {
	font-size: 18px;
	margin-left: 9px;
	margin-top: -1%;
}
.hit__price span {
	font-weight: 700;
	font-size: 24px;
 }
 .hit__item .bttn {
 	margin: 30px auto 0;
 	border: 2px solid #9E1F63;
	box-sizing: border-box;
	border-radius: 50px;
	color: #9E1F63;
	font-size: 18px;
	background: transparent;
	width: 150px;
	height: 43px;
 }
 .hit__item .bttn:hover {
 	background: #9E1F63;
 	color: #fff;
 }
/*CEILING*/
.ceiling {
	padding: 65px 0 85px;
}
#tabs .tab__flex li a {
    display: inline-block;
	line-height: 33px;
    padding: 5px 10px;
    cursor: pointer;
    position: relative;
    z-index:5;
    border-bottom: 2px solid transparent;
    color: #333333;
}
#tabs li.active a {
   border-bottom: 2px solid #9E1F63;
   font-weight: bold;
}
#tabs .tabContent {
    width: 100%;
    position: relative;
    top: -1px;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#tabs .tabContent img {
	padding: 4px;
	width: 33.33%;
}
#tabs .tab__flex li a:hover {
   border-bottom: 2px solid #9E1F63;

}
#tabs .hide {
    display: none;
}
#tabs .show {
    display: flex;
}
.nav-tabs {
	font-size: 24px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.4em;
	padding: 0 10px;
}
/*
.ceiling__box {
	margin-top: 87px;
	margin-bottom: 132px;
} */
/* akciya */
.akciya__info .pink {
    font-weight: 600;
}
.akciya__info ul li {
	padding: 5px 0 5px 20px;
}
.akciya__info ul li:before {
        content: "\2022";
        color: #B40051;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
}
.akciya__form {
	display: flex;
}
.akciya__form [data-name="your-tel"] {
	position: relative;
}
.akciya__form .wpcf7-not-valid-tip {
	color: yellow;
	position: absolute;
}
/*HEADER__copy*/
.header__copy {
	background: url(../img/maincopy.png) no-repeat center center / cover;
}
.header__copy .container {
	 max-width: 1270px;
}
.header__copy .header__left {
	width: 1159px;
	margin-left: -341px;
	padding: 35px 75px 35px 341px;
	flex: 1 0 auto;
	max-width: 1159px;
}
.header__copy .header__right {
	margin-left: 87px;
	width: 335px;
}
.header__copy .header__block {
	padding: 37px 24px;
}
.header__copy .header__title {
	font-size: 26.8561px;
	line-height: 119.8%;
}
.header__copy .header__text {
	font-size: 20.1421px;
	line-height: 119.8%;
	margin-bottom: 22px;
}
.header__copy h1 {
	font-size: 40.2842px;
	line-height: 54px;

}
.header__copy .header__list li {
	font-size: 17.0406px;
	line-height: 211.1%;
}
.header__copy .header__free span{
	font-size: 34.4094px;
	line-height: 211.1%;
}
.header__copy .header__what {
	font-size: 15px;
	line-height: 120.1%;
}

/*PRICE*/
/* .price {} */
.price__box {
	position: relative;
}
.price__block  {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 28px 15px 47px 26px;
	text-align: right;
}
.price__img {
	margin-left: -335px;
}
.price__title {
	font-size: 30px;
	line-height: 40px;
	color: #9E1F63;
	margin-bottom: 6px;
	font-weight: bold;
}
.price__text {
	font-size: 24px;
	line-height: 33px;
	max-width: 411px;
	margin-left: auto;
	margin-bottom: 21px;
}
.sale .price__title {
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	font-weight: normal;
	max-width: 588px;
	margin-left: auto;
	margin-bottom: 32px;
}
.sale .price__title .pink {
	font-weight: bold;
	font-size: 1.2em;
}
.sale .price__block {
	padding: 28px 10px 70px 131px;
}
.part__img {
	margin-left: 36%;
}
.part .price__block {
	right: auto;
	left: 0;
	text-align: left;
	padding: 30px 15px;
	width: 36%;
}
.part .price__text {
    font-size: 20px;
    margin: 30px 0 0;
	color: rgba(0, 0, 0, .4);
}
.price__form {
	flex-direction: column;
}
.price__form .form__field {
	margin-right: 0;
}
.phone-price {
	font-size: 32px;
	font-weight: bold;
	color: #000000;
}
/*TECH*/
.tech {
	padding: 65px 0 65px;
}
.tech__box {
	margin-top: 94px;
	position: relative;
}
.tech .header__block {
	width: 335px;
	padding: 47px 36px;
	position: absolute;
	border: none;
	top: 40px;
	left: 40px;
	background: rgba(255, 255, 255, 0.6);
	height: auto;
}
.tech .header__title {
	font-size: 25.8561px;
	line-height: 119.8%;
}
.tech .header__text {
	font-size: 20.1421px;
	line-height: 119.8%;
	margin-bottom: 22px;
}
.tech .header__btn {
	height: 48px;
	font-size: 17.6243px;
	line-height: 23px;
}
.tech__form {
	flex-direction: column;
}
.tech__form .form__field {
	margin-right: 0;
}

/*TEAM*/
.team {
	padding: 130px 0 140px;
}
.team__slider{
	margin-top: 85px;
}
.slider__info {
	margin-left: 88px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.slider__job {
	font-size: 22px;
	line-height: 94%;
  	margin-bottom: 10px;
}
.slider__name {
	font-size: 30px;
	line-height: 94%;
	color: #4F4F4F;
}
.slider__name .pink {
	font-weight: 600;
	color:  #9E1F63;
}
.slider__btn {
	border: 2px solid #9E1F63;
	color: #9E1F63;
	background: transparent;
	width: 283px;
	font-size: 21px;
	line-height: 28px;
}
.slider__btn:hover {
	border: 2px solid #6C0D40;
	color: #6C0D40;
	background: transparent;
}
.slider__text {
	font-size: 18px;
	line-height: 25px;
	font-style: italic;
	position: relative;
	overflow: visible;
	max-width: 448px;
}
.slider__text .top, .slider__text .bottom{
	font-style: italic;
	font-weight: normal;
	font-size: 44px;
	line-height: 25px;
	color: #000000;
	height: 25px;
	display: inline-block;
	position: absolute;
}
.slider__text .top {
	top: -7px;
	left: -17px;
}
.slider__text .bottom {
	right: -7px;
	bottom: -7px;
}
.slider-nav {
	margin-top: 64px;
}
.slider-nav__item.slick-current img {
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.4);
}
.slider-nav__item {
	text-align: center;
}
.slider-nav__item img {
	margin: 0 auto;
}
.slider-nav__job {
	font-size: 14px;
	line-height: 28px;
  	font-family: "Evolventa-Regular";
	margin-top: 11px;
}
.slider-nav__name {
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	margin-top: -10px;
}
.slick-arrow {
	width: 52px;
	height: 52px;
	margin-top: -25px;
}
.slick-prev {
	left: -70px;
}
.slick-next {
	right: -70px;
}
.slick-prev:before, .slick-next:before {
	display: none;
}
/* reviews */
.reviews .carousel-revs {
	z-index: 3
}

.reviews .carousel-revs-fn-1 {
	background-color: #F2F2F2;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
	width: 70%;
	height: 80%;
	z-index: 2
}

.reviews .carousel-revs-fn-2 {
	background-color: #F2F2F2;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
	width: 80%;
	height: 60%;
	z-index: 1
}

.reviews .carousel-revs .slick-list {
	background-color: #FFFFFF;
	width: 60%;
    margin: 0 auto;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}

.reviews .carousel-revs .slick-slide {
	padding: 20px 50px;
}
.reviews .carousel-revs .slick-slide .rev {
	font-size: 18px;
}
.reviews .carousel-revs .slick-slide .rev .name {
	font-size: 20px;
	font-weight: 600;
	margin-top: .6em;
}
/*FOOTER*/
.footer {
	position: relative;
	overflow: visible;
}
.footer h2 {
	margin: 90px 0px 60px;
}
#map {
	height: 445px;
	flex-grow: 1;
}
.ymaps-layers-pane {
  filter: grayscale(100%);
}
.footer__box {
	display: flex;
}
.footer__block {
	flex-basis: 610px;
	height: 445px;
	background: #686868;
	margin-left: 28px;
	padding: 38px 115px;
	position: relative;
}
.footer__phone {
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 38px;
	line-height: 1;
	margin-bottom: 35px;
	color: #FFFFFF;
}
.footer__phone:hover {
	color: #fff;
}
.footer__phone img {
	margin-right: 12px;
}
.footer__address {
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	margin-bottom: 35px;
}
.footer__address img {
	margin-right: 22px;
}
.footer__schedule {
	font-size: 18px;
	line-height: 28px;
	color: #FFFFFF;
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}
.footer__schedule img {
	margin-right: 22px;
	margin-top: 7px;
}
.footer__socials {
	color: #fff;
    font-size: 18px;
	display: flex;
    justify-content: space-between;
    width: 295px;
}
.footer__invent {
	font-size: 16px;
	line-height: 22px;
	text-align: right;
	color: #FFFFFF;
	position: absolute;
	bottom: 14px;
	right: 28px;
}
.footer__invent a {
	color: #fff;
	text-decoration: underline;
}
.footer_links {
    position: absolute;
    bottom: 12px;
	color: #fff;
	font-size: 14px;
    line-height: 1.5;
}
.footer_links a {
    text-decoration: underline;
    display: block;
}
.footer-goal {
	position: absolute;
	right: 0;
	top: -117px;
	width: 300px;
}
.hit__yes {
	color: #9E1F63;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
}
.hit__yes img {
	margin-left: 4px;
	margin-bottom: -2px;
}
/*VIDEO*/
.video {
	padding: 130px 0 65px;
}
.video h2 {
	display: block;
	padding-left: 37px;
	position: relative;
	margin-bottom: 84px;
}
.video h2:before {
	position: absolute;
	height: 97px;
	left: 0px;
}
.video__box {
	display: flex;
	flex-wrap: wrap;
	margin-left: -4px;
}
.video__item {
	width: 32.6%;
	position:relative;
	padding-bottom:20.25%;
	padding-top:25px;
	height:0;
	margin: 4px;
}
.video__item iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/*BEST*/
.best {
	padding: 130px 0;
}
/*
.best__box {
	margin-top: 50px;
}*/
.best__item {
	width: 25%;
	padding-bottom: 45px;
	border: 1px solid #5F5F5F;
}
.best__item:nth-child(2n) .best__title {
	background: #DBDCDD;
}
.best__img {
	width: 100%;
	height: 201px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.best__title {
	width: 100%;
	height: 52px;
	background: #EFEFF0;
	border-top: 1px solid #5F5F5F;
	border-bottom: 1px solid #5F5F5F;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 21px;
	line-height: 28px;
	font-weight: bold;
}
.best__list {
	margin-top: 41px;
	margin-left: 15%;
}
.best__list li img {
	margin-right: 8px;
}
.best__list li {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	margin-bottom: 9px;
}
.best__item:nth-child(1) .best__list {
	margin-left: 74px;
}
.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}
.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}
.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}
.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}
.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}
.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}
.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}
.tab-content>.tab-pane{visibility: hidden; position: absolute; max-width: 100%}.tab-content>.active{ visibility: visible; position: relative;}
.tab-pane {
	width: 100%;
}
.tab-content {
	position: relative;
}

/*POPUP*/
.popup-call__box {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 50px 60px 40px;
}
.popup-call__logo {
	text-align: center;
	margin-bottom: 20px;
}
.popup-call__logo img {
	width: 310px;
}
.popup input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #BDBDBD !important;
}
.popup input::-moz-placeholder { /* Firefox 19+ */
  color: #BDBDBD !important;
}
 .popup input:-ms-input-placeholder { /* IE 10+ */
  color: #BDBDBD !important;
}
.popup input:-moz-placeholder { /* Firefox 18- */
  color: #BDBDBD !important; }
.popup-parol__box .close__pic {
  width: 32px;
  height: 32px;
}
 input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #828282 !important;
  font-weight: 300;
}
 input::-moz-placeholder { /* Firefox 19+ */
  color: #828282 !important;
  font-weight: 300;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #828282 !important;
  font-weight: 300;
}
 input:-moz-placeholder { /* Firefox 18- */
  color: #828282 !important;
  font-weight: 300;
}
.box-modal__close {
  position: absolute;
  top: 5px;
  right: 4px;
  transition: all 0.5s ease;
}
.box-modal__close img:hover {
	cursor: pointer;
}
.box-modal {
  position: relative;
}
.popup-call__box input,
.popup-pay__box input,
.popup-pay__box select,
#popup-tell textarea {
	border: none;
	border-radius: 0;
	background: transparent;
	border-bottom: 1px solid #333333;
	width: 400px;
	height: 46px;
	font-size: 22px;
	margin-right: 0;
}
.popup-call__box label,
.popup-pay__box label {
	color: #000000;
	font-size: 14px;
	display: block;
}
.popup-call__box .wrap-field {
	margin-bottom: 20px;
}
.popup__btn {
	font-size: 26px;
	width: 348px;
	height: 60px;
	margin: 39.5px auto 0;
	outline: none;
	border: none;
	border-radius: 30px;
}

#popup-tell textarea {
	height: 46px;
    width: 100%;
    padding-left: 0;
    line-height: 46px;
    padding-top: 11px;
}
.popup__wrap-scroll {
	height: calc(100vh - 60px);
	padding: 10px 0;
}
.popup-pay__box {
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 40px 45px;
	/* height: 100%; */
	overflow-y: auto;
}
.pay__name {
    color: #9E1F63;
    font-size: 24px;
	font-weight: 600;
}
.pay__item {
	align-items: center;
	margin-top: 27px;
}
.pay__content {
	margin-left: 16px;
}
.pay__content h4 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 6px;
}
.pay__content p {
	color: #828282;
	font-size: 16px;
	font-weight: 300;
}
.pay__content p span {
	color: #4F4F4F;
	text-transform: uppercase;
	font-weight: 600;
}
.pay__item {
	padding-bottom: 32px;
	border-bottom: 1px solid #B14B81;
}
.pay__money {
	font-weight: 600;
	font-size: 21px;
	color: #333333;
	margin-top: 20px;
	text-align: right;
}
.pay__money span {
	font-size: 14px;
}
.popup__pay img {
	margin-right: 10px;
	margin-top: -4px;
}
.popup__pay {
	border: none;
}
.zae {
	justify-content: flex-start;
    margin-top: 10px;
    width: auto;
    margin: 10px auto 0;
}
.zae [class$="label"] {
	padding-left: 32px;
}
.zae input {
	width: 18px;
	height: 18px;
}
.wpcf7-radio {
	display: flex;
	flex-direction: column;
}
.pay__info {
	font-size: 18px;
	margin-top: 28px;
}
.number {
	align-items: center;
	justify-content: flex-end;
}
.pay__num {
	margin-left: auto;
}
.plus {
	margin-left: 5px;
}
.plus img {
	margin-bottom: -2px;
}
.number input {
	margin: 0 5px;
	width: 27px;
	height: auto;
	font-size: 21px;
	line-height: 130%;
	text-align: center;
	color: #4F4F4F;
	font-weight: 600;
	padding: 0;
	border: none;
}
input[type=radio] {display: none;}

input[type=radio] + [class$="label"] {
    position: relative;
}
input[type=radio]:checked + [class$="label"]:before,
input[type=radio]:not(:checked) + [class$="label"]:before,
input[type=radio]:checked + label:before,
input[type=radio]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 100%;
  background: #fff;
}
input[type=radio]:checked + [class$="label"]:after,
input[type=radio]:not(:checked) + [class$="label"]:after,
input[type=radio]:checked + label:after,
input[type=radio]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #B40051;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
input[type=radio]:not(:checked) + [class$="label"]:after,
input[type=radio]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
input[type=radio]:checked + [class$="label"]:after,
input[type=radio]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(240, 240, 240, 0.91);
    overflow: hidden;
    display: none;
    z-index: 10000;
}
#loader img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
}

#overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000c;
    left: 0px;
    top: 0px;
    z-index: 10000;
}
#thx {
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#popup-tell button, .popup-call__box button {
	border: none;
}
.thx__line {
	text-align: center;
	margin-bottom: 30px;
}
.thx__line p {
	margin-left: 20px;
	font-size: 18px;
	line-height: 25px;
	margin-top: 10px;
}
.thx__name {
	text-align: center;
	font-size: 26px;
	font-weight: 500;
	color: #000000;
	margin-bottom: 9px;
}
.thx__info {
	font-size: 21px;
	font-weight: 300;
	line-height: 29px;
	width: 400px;
	text-align: center;
}
.thx__like {
	font-weight: 500;
	width: 210px;
	height: 56px;
	border-radius: 28px;
	margin: 25px auto;
	font-size: 26px;
}
.thx__like img {
	margin-right: 6px;
}
.thx__one {
	text-align: center;
	font-size: 14px;
}
.thx__socials {
	margin-top: 13px;
	justify-content: center;
	align-items: center;
}
.thx__socials a {
	margin: 0 15px;
}
.thx__box {
	width: 100%;
	height: 100%;
	padding: 50px 60px 40px;
	background: rgba(217, 217, 217, 0.3);
}
.slider__item img {
	max-width: 624px;
}
.tu {
	position: relative;
	height: 100vh;
	width: 100%;
	background: url(../img/thx-logo.png) no-repeat center center;
	background-color: #E5E5E5;
}
.pay__money {
	display: flex;
	justify-content: flex-end;
}
#sum input {
	border: none;
	max-width: 90px;
	height: 27px;
	text-align: center;
	padding: 0 12px;
	position: relative;
}
.pay-pic {
	max-width: 100px;
}
#pr {
	font-size: 20px;
	margin-right: 5px;
}
/*
.plus {
	position: relative;
	padding-left: 24px;
}
.plus:before {
	content: 'м\00B2';
	display: block;
	position: absolute;
	right: 25px;
    top: 1px;
    font-size: 15px;
} */

.fingerPrint__wrapper,
.fingerPrint__wrapper_small {
	position: relative;
	padding-right: 35px;
}
.fingerPrint__icon {
	background: url(../img/fingerPrint.png) no-repeat center;
    background-size: contain;
    animation: self_bomb 0.6s infinite ease-in-out;
    transform: translateY(-50%);
    position: absolute;
    right: 10px;
    top: 50%;
    height: 32px;
    width: 32px;   
}
.fingerPrint__wrapper_small .fingerPrint__icon {
	right: 8px;
    height: 26px;
    width: 26px;   
}
.fingerPrint__icon_move {
	right: 24px;
}
.nav__top .fingerPrint__icon {
	right: 16px;
}
@keyframes self_bomb {
	0% {margin: 0px -1.5px;}
	20% {margin: 1.5px 0px;}
	40% {margin: 0px 2px;}
	60% {margin: -2px -2px;}
	80% {margin: 0px 1.5px;}
	100% {margin: 0px -2px;}
}

@media screen and (max-width: 1599.98px) {
	.header__right {
		margin-left: 50px;
	}
	.header__left {
		padding: 35px 50px 35px 183px;
	}
	h1 {
		font-size: 44px;
	}
	.van__item {
    	width: 368px;
	}
	.part__img {
        object-fit: cover;
        width: 1050px;
    }
	#map iframe {
		width: 100%;
	}
}
@media screen and (max-width: 1499.98px) {
	.hit__box {
        justify-content: space-evenly;
    }
	.hit__item {
        flex-basis: 340px;
    }
	.eco__box .eco__bg {
        height: 555px;
        object-fit: cover;
    }
	.price__box .part__img {
		height: 520px;
	}
}
@media screen and (max-width: 1299px) {
	h1 {
		font-size: 40px;
	}
	.header__text {
		font-size: 21px;
	}
	.header__copy .header__right {
	    margin-left: 35px;
	}
	.part__img {
	    margin-left: 208px;
	}
	.footer__block {
	    padding: 38px 70px;
	}
}
@media screen and (max-width: 1199px) {
	.header__left {
		width: 1010px;
		padding: 35px 25px 35px 183px;
	}
	.header__right {
		margin-left: 32px;
		padding: 11px;
	}
	.header__block {
		padding: 25px;
	}
	.header__btn{
		font-size: 20px;
	}
	.header__text {
		font-size: 23px;
	}
	.header__copy .header__left {
	    width: 950px;
	}
	.hit__box {
		justify-content: center;
	}
	.hit__item {
		margin: 0 10px 33px;
	}
	.part .price__block {
		padding: 51px 55px 47px 15px;
		background: rgba(255,255,255,.8);
	}
	.part__img {
	    margin-left: 38px;
	}
	.slider__wrap img {
		width: 500px;
	}
	.slider__info{
		margin-left: 55px;
	}
	.slider__text .bottom {
		right: 5px;
	}
	.slider-nav__item img {
		width: 100%;
	}
	.slider-nav__item{
		margin: 0 10px;
	}
	.slider__text{
		margin: 15px 0;
		font-size: 15px;
	}
	.slider__wrap {
		align-items: center;
	}
	.video h2:before {
		height: 100%;
	}
	.video h2 br {
		display: none;
	}
	.video__item {
		width: 31.6%;
	}
	.tech__img {
		margin-left: -500px;
	}
	.van__item {
    	width: 45%;
	}
	.best__title {
		font-size: 19px;
	}
	.best__item:nth-child(1) .best__list {
    	margin-left: 18px;
	}
	.best__item {
		padding-bottom: 20px;
	}
	.best__item .best__list {
    	margin-left: 18px;
	}
	.footer__block {
	    padding: 38px 30px;
	    flex-basis: 430px;
		margin-left: 15px;
	}
	.tu {
		 background-size: 100%;
	}
}
@media screen and (max-width: 991px) {
	#main {
		padding-top: 65px;
	}
	.nav__top {
        height: 65px;
    }
	.custom-logo-link {
	    width: 150px;
    }
	.nav__top .nav__btn {
        display: none;
    }
	/* banner */
	.banner .item .desktop {
        height: 500px;
    }
	.banner .header .highlight {
        font-size: 40px;
    }
	.banner .header .highlight-min {
        font-size: 24px;
    }
    .banner .header :nth-child(n+4) {
        font-size: 24px;
		max-width: 570px;
    }
	.slider-banner .wrap-btn {
        margin-bottom: 30px;
    }
	
	.nav-tabs {
	    font-size: 20px;
		/* flex-wrap: wrap;
		justify-content: flex-start; */
	}
	#tabs .tab{
		margin: 0 7px;
	}
	h2:before {
		position: absolute;
    	left: 0;
    	height: 100%;
	}
	h2 {
		position: relative;
    	display: block;
	}
	.header__copy .header__left {
		width: 100%;
		margin-left: 0;
		padding-left: 15px;
	}
	h2 span{
		margin-right: 10px;
	}
	.header__copy .header__right{
		margin-left: auto;
	}
	.part .price__title {
		text-align: left;
		font-weight: bold;
		font-size: 20px;
        line-height: 1.5;
	}
	.part__img {
    	margin-left: 0;
	}
	.slider__wrap img{
		width: 400px;
	}
	.slider__name {
		font-size: 28px;
	}
	.video__item {
	    width: 48.6%;
	    position: relative;
	    padding-bottom: 27.25%;
	}
	.eco__img {
        top: 25px;
        left: 0px;
        width: 380px;
    }
	.tech__img {
		margin-left: -700px;
	}
	.van__name {
		font-size: 22px;
	}
	.van__text {
    	font-size: 19px;
	}
	.van__block {
    	height: 138px;
	}
	.best__box {
		flex-wrap: wrap;
	}
	.best__item {
		width: calc(50% - 3px);
		padding-bottom: 44px;
	}
	.best__item:nth-child(odd) {
		margin-right: 6px;
	}
	.best__item:nth-child(-n+2) {
		margin-bottom: 15px;
	}
	.best__item:nth-child(1) .best__list {
    	margin-left: 65px;
	}
	.best__item .best__list {
    	margin-left: 44px;
	}

	.footer h2 {
        margin: 40px 0px 30px;
    }
	.footer__phone {
		font-size: 31px;
	}
	.footer__address{
		font-size: 14px;
	}
	.footer__schedule{
		font-size: 14px;
	}
	.footer__block {
		margin-left: 10px;
	}
	.footer-goal {
        width: 240px;
        top: -80px;
    }
}
@media screen and (max-width: 767px) {
	.nav__btn {
		display: none;
	}
	.header__left {
		width: 100%;
		margin-left: 0;
		padding-left: 15px;
	}
	h1:after {
		width: 100%;
	}
	.akciya__form {
	    flex-direction: column;
    }
	.akciya__form p:first-of-type {
	    margin: 0 0 16px 0;
    }
	.akciya__form input,
	.akciya__form button {
        margin-right: 0;
    }
	/* .eco__box {
		margin-top: 30px;
	} */
	.eco__box .eco__bg {
		height: 450px;
	}
	.eco__info {
		width: 120%;
		margin-left: -10%;

	}
	.eco__wrap {
		padding: 93px 50px 27px 60px;
	}
	#tabs .tab{
		font-size: 22px;
		line-height: 30px;
	}
	.ceiling {
		padding: 30px 0;
	}
	.eco {
		padding: 30px 0;
	}
	.ceiling__box{
		margin-top: 30px;
		margin-bottom: 70px;
	}
	.tabContent .slick-arrow, .hit__box .slick-arrow, .slider .slick-arrow, .video .slick-arrow {
		z-index: 10;
		margin-top: 0;
	}
	.tabContent .slick-prev, .hit__box .slick-prev, .slider .slick-prev, .video .slick-prev {
		left: 0px;
	}
	.tabContent .slick-next, .hit__box .slick-next, .slider .slick-next, .video .slick-next  {
		right: 0px;
	}
	.hit__box .slick-arrow  {
		top: 25%;
	}
	.slider .slick-arrow  {
		top: 200px;
	}
	#tabs .tabContent {
		margin-left: 0;
	}
	.slick-dots li {
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background : #C4C4C4;
		margin: 0 5px;
	}
	.slick-dots li.slick-active {
		background: #B14B81;
	}
	.slick-dots{
		bottom: -35px;
	}
	.slick-dots li button {
		width: 100%;
		height: 100%;
	}
	.slick-dots li button:before {
		display: none;
	}
	#tabs .tabContent img {
		margin: 0;
	}
	.hit__box {
		margin: 0 10px;
	}
	.hit__item {
		margin: 0;
	}
	.price__box {
        padding-bottom: 195px;
    }
	.part .price__block {
        right: auto;
    text-align: left;
    padding: 12px 15px 0;
    width: 454px;
    top: auto;
    bottom: 0;
    transform: translateY(0%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
        background: #fff;
    }
	.price__form,
	.eco__form {
		flex-direction: column;
	}
	.price__form input {
		margin-right: 0;	
		margin-left: auto;
	}
	.eco .price__form input {
		margin-left: 0;
		margin-bottom: 15px;
		width: 320px;	
	}
	.part .price__form {
		flex-direction: column;
	}
	.part .price__form input {
		margin-left: auto;
	}
	.slider-nav {
		display: none !important;
	}
	.slider__wrap {
		flex-direction: column;
	}
	.slider__wrap img {
		width: 100%;
	}
	.slider__info {
		margin-left: 0;
		background: #F7F7F7;
		padding: 30px;
		width: 100%;
	}
	.slider__text {
		max-width: 100%;
	}
	.price__img {
		display: none;
	}
	.price-end {
		background: url(../img/prmob.png) no-repeat center top / cover;
		padding-top: 150px;
	}
	.price-end .price__block {
		position: relative;
		top: auto;
	}
	.video__item {
		padding-bottom: 4%;
	}
	.video h2 {
		margin-bottom: 30px;
	}
	.tech__box {
		margin-top: 30px;
	}
	.tech__img {
		width: 110%;
    	margin-left: -5%;
	}
	.van__box {
    	margin-top: 60px;
	}
	.van__block {
    	height: 106px;
	} 
	.van__name:after {
		width: 236px;
	}
	.van__name {
   		font-size: 16px;
	}
	.van__text {
    	font-size: 15px;
	}
	.van {
    	padding: 60px 0 25px;
	}
	.van__block img {
		width: 50%;
		max-width: 100px;
	}
	.best__list li {
		font-size: 14px;
	}
	.best__item .best__list {
    	margin-left: 20px;
	}
	.best__item:nth-child(1) .best__list {
    	margin-left: 50px;
	}
	
	/* reviews */
	.reviews .carousel-revs-fn-1,
	.reviews .carousel-revs-fn-2 {
		display: none
	}
	.reviews .carousel-revs .slick-list {
		width: auto;
		box-shadow: none
	}
    .reviews .carousel-revs .slick-slide {
	    padding: 0
    }
    .reviews .carousel-revs .slick-slide .rev {
	    font-size: 16px;
	    font-weight: 400;
    }
	
	.tech {
		overflow: visible;
    	margin-bottom: 204px;
	}
	.tech .header__block {
		height: 405px;
		bottom: -405px;
		background: #F2F2F2;
		left: 50%;
		margin-left: -167.5px;
		top: 100px;
	}
	.footer__box {
		flex-direction: column;
	}
	#map {
		width: 100%;
	}
	.footer__block {
		width: 100%;
		margin-left: 0;
		flex-basis: 390px;
	}
	.footer__phone,
	.footer__address {
		margin-bottom: 30px;
	}
	.video{
		padding: 60px 0 30px;
	}
	.tech{
		padding-top: 30px;
	}
	.team {
		padding: 60px 0;
	}
	.team__slider {
		margin-top: 30px;
	}
	.hit {
		padding: 30px 0;
	}
	.best {
		padding: 30px 0;
	}
	.van__box {
		margin-top: 30px;
	}
	.van__item {
		margin-bottom: 40px;
	}
	.hit__yes {
		display: flex;
		justify-content: center;
	}
	.hit__yes img {
		margin-bottom: 2px;
	}
	.price-ceil .price__img {
		display: block;
	}
	.footer-goal {
		display: none;
	}
}
@media screen and (max-width: 575px) {
	.floating-btn {
	    width: 50px;
	    height: 50px;
	}
	.bttn,
	form input, 
	form select {
		height: 42px;
		font-size: 16px;
	}
	form textarea {
		height: 70px;
        font-size: 16px;
	}
	.popup-call__box input, 
	.popup-pay__box input, 
	.popup-pay__box select  {
        height: 42px;
        font-size: 16px;
		width: 100%;
    }
	#popup-tell textarea {
        font-size: 16px;
		width: 100%;
    }
	.custom-logo-link {
		padding-top: 4px;
        width: 100px;
    }
	.nav__phone {
		font-size: 20px;
        font-weight: 500;
		margin-right: 12px;
		padding-top: 6px;
		align-items: center;
	}
	.nav__phone img {
        display: none;
    }
	.nav__tg, .nav__viber {
		
	}
	.nav__tg img, .nav__viber img {
		width: 25px;
	}
	.header__left {
		width: 120%;
		margin-left: -10%;
		padding: 10px 35px 25px;
		background: rgba(255, 255, 255, 0.8);
	}
	h1, .header__copy h1 {
		font-size: 25px;
		line-height: 33px;
	}
	.header__list li, .header__copy .header__list li {
		font-size: 12px;
		line-height: 150%;
	}
	.header__list li:before {
		width: 5px;
		height: 5px;
		max-width: 5px;
	}
	.header__free span, .header__copy .header__free span {
		font-size: 16px;
		line-height: 211.1%;
	}
	.header__what, .header__copy .header__what {
		font-size: 14px;
		line-height: 120.1%;
	}
	.header {
		margin-bottom: 258px;
		padding-bottom: 0;
		position: relative;
		overflow: visible;
	}
	.header-main .header__right{
		position: absolute;
		height: 258px;
	    bottom: -258px;
	    width: 100%;
	    left: 0;
	    margin-top: 0;
	    background: #F2F2F2;
	}
	.header__title, .header__copy .header__title {
		font-size: 17.7019px;
		line-height: 119.8%;
		text-align: center;
		margin-bottom: 7px;
	}
	.header__block, .header__copy .header__block{
		width: 280px;
		margin: 15px auto;
	}
	.header__copy .header__block {
		padding: 25px;
	}
	.header__text, .header__copy .header__text {
		font-size: 11px;
		line-height: 130%;
		margin-bottom: 6px;
	}
	.header__form input {
		height: 30px;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.header__btn {
		width: 100%;
		height: 36px;
		font-size: 14px;
		line-height: 19px;
	}
	.header__block {
		height: auto;
	}
	h2 {
		font-size: 21px;
		line-height: 28px;
	}
	h2 span {
		margin-right: 8px;
	}
	
	/* banner */
	.banner .item .desktop {
        display: none
    }
	.banner .item .mobile {
        display: block;
		width: 100%;
    }
	.banner .item .content {
        padding: 15px calc(50% - 160px) 10px;
        left: 0;
	    bottom: 0;
        transform: translateX(0%);
    }
	.banner .header {
        margin: 20px 0;
    }
	.banner .header .highlight-min {
        margin-bottom: 10px;
    }
	.banner .header :nth-child(n+4) {
		max-width: 330px;
        font-size: 18px;
    }
	.slider-banner .wrap-btn {
		margin-bottom: 30px;
	    text-align: center;
    }
	.akciya__form .wpcf7-not-valid-tip {
		color: #dc3232;
        position: static;
    }
	.akciya__info .pink {
		line-height: 3em;
        font-weight: 600;
	}
	.akciya__info ul li {
		padding: 5px 0 5px 20px;
	}
	.akciya__info ul li:before {
        content: "\2022";
        color: #B40051;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }
	.eco__wrap {
    	padding: 22px 0 24px;
        width: 320px;
        margin: 0 auto;
	}
	.eco__text {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 25px;
	}
	.eco__img {
        top: 35px;
        left: -60px;
        width: 245px;
	}
	.eco__info {
        margin-left: 0;
        width: 100%;
        padding: 0;
        top: 195px;
    }
	.eco__form .wrap-field {
        margin-left: 0;
        order: -1;
    }
	.tabContent .slick-next {
		right: 0;
	}
	.tabContent .slick-prev {
		left: 0;
	}
	.slick-dots li.slick-active button:before {
		display: none;
	}
	.eco .price__form input {
		width: 240px;
	}
	.slick-dots li {
		width: 4px;
		height: 4px;
	}
	.nav-tabs {
		font-size: 14px;
		line-height: 19px;
		flex-wrap: wrap;
	}
	.header__copy .header__left {
		width: 120%;
	    margin-left: -10%;
	    padding: 10px 35px 25px;
	    background: rgba(255, 255, 255, 0.75);
	}
	.header__copy .header__right {
	    position: absolute;
	    height: 258px;
	    bottom: -258px;
	    width: 100%;
	    left: 0;
	    margin-top: 0;
	    background: #F2F2F2;
	}
	.header__copy {
		position: relative;
		margin-bottom: 258px;
	}
	.hit__down {
        padding: 28px 18px 32px;
    }
	.price__box {
        padding-bottom: 260px;
    }
	.price__title {
		font-size: 16px;
		line-height: 21px
	}
	.sale .price__title{
		font-size: 14px;
		line-height: 19px;
		font-weight: 600;
	}
	.price__img {
		margin-left: -563px;
	}
	.price-ceil .price__block {
		top: auto;
		bottom: 0;
		right: -15px;
	}
	.part .part__img {
		height: 245px;
	}
	.part .price__block {
		padding: 0;
		align-items: center;
    	width: 100%;
	}
	.part .price__title {
		font-size: 14px;
		line-height: 19px;
		width: 320px;
		margin-left: 0;
	}
	.part .price__text {
        font-size: 16px;
        margin: 25px 0 0;
		text-align: center;
    }
	.phone-price {
        font-size: 24px;
    }
	.slider__job{
		font-size: 14.6628px;
		line-height: 94%;
	}
	.slider__name {
		font-size: 21.9942px;
		line-height: 120%;
	}
	.slider__text {
		font-size: 12px;
		line-height: 16px;
	}
	.slider__btn{
		width: 160px;
		height: 36px;
		margin: 20px auto 0;
		font-size: 14px;
		line-height: 19px;
	}
	.slider__text .top, .slider__text .bottom {
		font-size: 21px;
		line-height: 29px;
	}
	.slider .slick-arrow {
    	top: 111px;
	}
	.price-end .price__block{
		padding: 30px;
		margin-right: -15px;
	}
	.price__form input {
		font-size: 16px;
	}
	.van__name {
   		font-size: 12px;
   		margin-top: 0;
   		line-height: 18px;
	}
	.van__text {
    	font-size: 10px;
    	line-height: 14px;
	}
	.van__name:after {
		width: 130px;
		margin: 4px 0 5px;
		height: 1px;
	}
	.van__block {
    	height: 60px;
	}
	.van__ta {
		text-align: left;
	}
	.van__block img {
		width: 38%;
		max-width: 50px;
	}
	.van__ta img {
		width: 16%;
	}
	.best__title {
		font-size: 12px;
		height: 37px;
	}
	.best__img img {
		width: 39%;
		max-width: 55px;
	}
	.best__item:last-child .best__img img {
		padding: 0 3%;
	}
	.best__img {
		height: 96px;
	}
	.best__list li {
		font-size: 10px;
		line-height: 14px;
		margin-bottom: 5px;
	}
	.best__item .best__list {
    	margin-left: 10px;
	}
	.best__item:nth-child(1) .best__list {
    	margin-left: 18px;
	}
	.best__list li img {
    	margin-right: 4px;
   		width: 7%;
	}
	.best__list {
    	margin-top: 15px;
	}
	.best__item {
    	padding-bottom: 18px;
	}
	.best__wi {
		width: 53%;
	}
	.best {
    	padding: 30px 0 60px;
	}
	.popup-pay__box {
		width: 320px;
		padding: 35px 20px 30px;
		max-height: 84vh;
	}
	.pay__name {
		font-size: 18px;
	}
	.pay__item {
    	padding-bottom: 20px;
    	margin-top: 15px;
	}
	.pay__content h4, .pay__content p {
		font-size: 12px;
	}
	.pay-pic {
		width: 26%;
	}
	.pay__content h4 {
		line-height: 16px;
		margin-bottom: 2px;
	}
	.pay__content {
    	margin-left: 8px;
	}
	.pay__money {
		font-size: 14px;
		margin-top: 12px;
	}
	.pay__money span {
		font-size: 10px;
	}
	#pr {
	    font-size: 16px;
    }
	.popup__pay {
        margin-top: 25px;
        width: 100%;
    }
	.popup-call__logo img {
        width: 205px;
    }
	.popup-call__box label {
		margin-top: 25px;
		font-size: 12px;
	}
	.popup-call__box input{
		font-size: 16px;
	}
	.popup-call__box input, .popup-call__box button {
		width: 100%;
	}
	#popup-pay .zae input {
		width: 18px;
		flex: 1 0 auto;
    	max-width: 18px;
	}
	.pay__info {
		font-size: 11px;
	}
	.popup-call__box label {
		font-size: 10px;
		line-height: 130%;
		margin-top: 5px;
		margin-left: 5px;
	}
	.zae  {
		margin: 6px auto 0;
	}

	.popup-call__box input {
		padding-left: 12px;
	}
	.popup-call__box button {
		width: 208px;
		height: 40px;
		margin-top: 30px;
		font-size: 16px;
	}
	.popup-call__box button  img {
		width: 8%;
	}
	.tech__img {
		width: 200%;
		margin-left: -90%;
	}
	.tech .header__block{
		top: auto;
		height: 350px;
		bottom: -350px;
	}
	.tech {
		margin-bottom: 350px;
		padding-bottom: 0;

	}
	.footer__box {
		flex-direction: column;
	}
	.footer h2 {
		text-align: center;
    }
	.footer__block {
		padding: 11px 20px;
		height: auto;
		flex-basis: 290px;
		padding-bottom: 50px;
	}
	.footer__phone {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.footer__address {
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 20px;
	}
	.footer__schedule {
		font-size: 12px;
		line-height: 17px;
		margin-bottom: 15px;
	}
	.footer__socials {
        font-size: 12px;
        width: 240px;
    }
	.footer__invent {
		font-size: 10px;
		line-height: 11px;
	}
	.video h2 {
		padding-left: 15px;
	}
	.popup-call__box .number input {
		padding-left: 0;
	}
	.number {
		font-size: 14px;
		width: 67px;
	}
	.number input {
		margin: 0 -23px;
	}
	.popup-call__box {
		width: 300px;
		padding: 60px 25px 30px;
		height: auto;
	}
	.popup-call__box input {
		font-size: 12px;
		height: 25px;
	}
	.why {
		margin-bottom: 20px;
	}
	#popup-tell textarea {
		width: 100%;
		font-size: 16px;
		height: 25px;
		line-height: 25px;
	}
	#popup-tell .why {
		margin-bottom: 20px;
	}
	#thx {
		width: 300px;
		padding: 8px;
	}
	.thx__box {
		padding: 28px 20px 15px;
	}
	.thx__line p {
		font-size: 10px;
		line-height: 14px;
		margin-left: 10px;
	}
	.thx__line img {
		width: 70px;
	}
	.thx__line {
		margin-bottom: 15px;
	}
	.thx__name {
		font-size: 21px;
	}
	.thx__info {
		font-size: 12px;
		line-height: 16px;
		width: 100%;
	}
	.thx__like {
	    width: 208px;
	    height: 40px;
	    margin: 27px auto 19px;
	    font-size: 16px;
	}
	.thx__like img {
	    margin-right: 8px;
	    margin-bottom: 2px;
	    width: 28px;
	}
	.thx__one {
		font-size: 12px;
	}
	.number input {
		margin: 0 4px;
		height: 20px;
		width: 16px;
		font-size: 14px;
	}
	#sum input {
		font-size: 16px;
		max-width: 70px;
		height: 35px;
		margin-top: -3px;
	}
	#sum+span {
		font-size: 12px;
	}
	input[type=radio]:checked + label:before{
		font-size: 16px;
	}
	.pay__color {
		line-height: 20px;
	}
	.thx__line p {
		margin-top: 0;
	}
	.fingerPrint__wrapper,
    .fingerPrint__wrapper_small {
		padding-right: 26px;
	}
	.fingerPrint__icon {
		animation: self_bomb 0.7s infinite ease-in-out;
	    height: 26px;
	    width: 26px;   
	}
	.fingerPrint__wrapper_small .fingerPrint__icon {
	    height: 24px;
	    width: 24px;   
	}
	.fingerPrint__icon_move {
		right: 30px;
	}
	@keyframes self_bomb {
		0% {margin: 0px -1px;}
		20% {margin: 1.5px 0px;}
		40% {margin: 0px 1.5px;}
		60% {margin: -1px -1.5px;}
		80% {margin: 0px 1px;}
		100% {margin: 0px -1.5px;}
	}
	
	.footer_links {
		bottom: 14px;
	}
	.footer_links a {
		font-size: 10px;
	}
}

@media screen and (max-width:320px) {
    .advantages .seven .wrap-doc {
        top: 24px
    }

    .advantages .seven .wrap-doc .doc-mobile {
        height: 275px;
        width: 90px
    }
}