/*FONTS*/
@font-face {
    font-family: "Evolventa-Bold";
    src: url("../fonts/10360.eot"); /* IE9 Compat Modes */
    src: url("../fonts/10360.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/10360.otf") format("opentype"), /* Open Type Font */ url("../fonts/10360.svg") format("svg"), /* Legacy iOS */ url("../fonts/10360.ttf") format("truetype"), /* Safari, Android, iOS */ url("../fonts/10360.woff") format("woff"), /* Modern Browsers */ url("../fonts/10360.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Evolventa-Regular";
    src: url("../fonts/10359.eot"); /* IE9 Compat Modes */
    src: url("../fonts/10359.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/10359.otf") format("opentype"), /* Open Type Font */ url("../fonts/10359.svg") format("svg"), /* Legacy iOS */ url("../fonts/10359.ttf") format("truetype"), /* Safari, Android, iOS */ url("../fonts/10359.woff") format("woff"), /* Modern Browsers */ url("../fonts/10359.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

/*Specifications*/
body {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 21px;
    font-weight: 400;
    line-height: 29px;
    color: #333333;
    background: #FFFFFF;
    margin: 0;
}

body {
    overflow-y: visible !important;
}

.body__wrap {
    overflow-x: hidden !important;
}

div, form, input, p, a, span {
    box-sizing: border-box;
}

ul, li, p {
    display: block;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

a, a:hover, button {
    text-decoration: none;
    cursor: pointer;
    transition: 0.5s ease;
}

button:active, button:focus, input:active, input:focus {
    outline: none !important;
    text-decoration: none !important;
}

button:hover {
    cursor: pointer;
}

section, footer, header {
    overflow: hidden;
}

:focus {
    outline: none !important;
}

h1, h2, h3, h4 {
    font-weight: bold;

}

h1 {
    font-family: "Evolventa-Bold";
    font-size: 48px;
    line-height: 64px;
}

h2 {
    font-family: "Evolventa-Regular";
    font-size: 40px;
    line-height: 53px;
    display: flex;
    align-items: center;
}

h2 span {
    color: #B14B81;
    font-family: "Evolventa-Bold";
    margin-right: 15px;
}

a:hover {
    color: #B14B81;
}

.d-block {
    display: block;
}

.d-lg-none {
    display: none;
}

.d-lg-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.bttn {
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #9E1F63;
    border-radius: 41.9627px;
    width: 240px;
    height: 48px;
    font-size: 18px;
    color: #fff;
    font-family: "Evolventa-Bold";
}

.bttn:hover {
    cursor: pointer;
    background: #6C0D40;
    transition: all 0.5s ease;
    color: #fff;
}

.d-flex {
    display: flex;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1270px;
}

h2:before {
    display: inline-block;
    content: '';
    width: 2px;
    height: 60px;
    background: #B14B81;
    margin-right: 38px;
}

.pink {
    color: #9E1F63;
}

/*NAV*/
.nav__top {
    height: 84px;
    align-items: center;
}

.nav .container {
    max-width: 1510px;
}

.nav {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 100000;
}

.nav__phone {
    margin-left: auto;
    font-size: 24px;
    line-height: 33px;
    font-weight: 600;
    margin-right: 38px;
    color: #333333;
}

.nav__btn {
    width: 240px;
    height: 40px;
    margin-right: 59px;
}

.nav__tg {
    margin-right: 17px;
}

/*HEADER*/
.header {
    background: url(../img/main.png) no-repeat center center / cover;
    padding: 229px 0 107px;
}

.header .container {
    max-width: 1510px;

}

.header__left {
    background: rgba(255, 255, 255, 0.5);
    width: 1157px;
    margin-left: -183px;
    padding: 35px 75px 35px 183px;
}

.header__right {
    width: 400px;
    background: rgba(255, 255, 255, 0.5);
    padding: 11px;
    margin-left: 104px;
}

.header__block {
    border: 1px solid #B14B81;
    width: 100%;
    height: 100%;
}

h1:after {
    display: block;
    content: '';
    width: 572px;
    height: 2px;
    background: #B14B81;
    margin-bottom: 18px;
    margin-top: 10px;
}

.header__list li {
    font-weight: 600;
    font-size: 20.3044px;
    line-height: 211.1%;
    display: flex;
    align-items: center;
}

.header__list li:before {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #9E1F63;
    margin-right: 10px;
    flex: 1 0 auto;
    max-width: 14px;
    display: block;
    content: '';
}

.header__free {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.header__free span {
    font-weight: bold;
    font-size: 41px;
    line-height: 211.1%;
    text-transform: uppercase;
    color: #9E1F63;
    display: block;
    margin-right: 16px;
}

.header__what {
    font-weight: 600;
    font-size: 18px;
    line-height: 120.1%;
    width: 237px;
}

.header__block {
    padding: 46px 31px;
}

.header__title {
    font-weight: bold;
    font-size: 32px;
    line-height: 119.8%;
    color: #9E1F63;
    margin-bottom: 20px;
}

.header__text {
    font-size: 24px;
    line-height: 119.8%;
    margin-bottom: 27px;
}

.header__text strong {
    font-weight: bold;
}

.header__form input {
    background: #FFFFFF;
    border: 1px solid #9E1F63;
    border-radius: 50px;
    padding: 0 16px;
    height: 47px;
    width: 100%;
    margin-bottom: 37px;
    font-size: 18px;
}

.header__btn {
    width: 100%;
    outline: none;
    border: none;
    font-size: 21px;
    line-height: 28px;
}

label.error {
    font-size: 13px;
    position: absolute;
    color: #6C0D40;
    margin-left: -314px;
    margin-top: 45px;
    padding-left: 16px;
}

/*ECO*/
.eco {
    padding: 65px 0;
}

.eco__box {
    margin-top: 89px;
    position: relative;
}

.eco__info {
    width: 740px;
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    top: 181px;
    left: 0;
}

.eco__wrap {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 93px 105px 27px 15px;
}

.eco__img {
    position: absolute;
    top: -131px;
    left: 75px;
}

.eco__text {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 33px;

}

.eco__text strong {
    font-weight: bold;
}

.eco__btn {
    width: 320px;
    height: 48px;
    font-size: 21px;
    line-height: 28px;
    outline: none;
    border: none;
}

/*VAN*/
.van {
    padding: 65px 0 65px;
}

.van__box {
    margin-top: 70px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.van__box-second {

}

.van__title {
    margin-top: 50px;
    margin-bottom: 50px;
}

.van__item {
    width: 295px;
    margin-bottom: 50px;
}
.van__box-second .van__item {
    width: 28%;
}

.van__name {
    color: #4F4F4F;
    font-weight: 700;
    font-size: 24px;
    margin-top: 42px;
}

.van__name:after {
    display: block;
    content: '';
    width: 297.48px;
    height: 2.38px;
    background: #B14B81;
    margin: 13px 0 12px;
}

.van__block {
    text-align: center;
    height: 110px;
}

.van__block img {
    max-width: 110px;
    max-height: 100%;
}

.van__info {
}

.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;
    margin-top: 84px;
    justify-content: space-between;
}

.hit__item {
    width: 288px;
    margin-bottom: 33px;
}

.hit__up {
    position: relative;
}
.hit__up img {
    margin: auto;
    max-width: 400px;
    width: 100%;
}

.hit__vio {
    position: absolute;
    bottom: 0;
    background: rgb(177, 75, 129, 0.8);
    font-size: 21px;
    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: 2px 20px 30px;
}

.hit__name {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #333333;
    height: 52px;
    margin-bottom: 20px;
    display: block;
}

.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__prise {
    font-size: 18px;
    margin-left: 9px;
    margin-top: -1%;
}

.hit__prise 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;
    font-size: 24px;
    line-height: 33px;
    padding: 5px 5px;
    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;
    margin: -4px;
}

#tabs .tabContent img {
    margin: 4px;
    width: 32.6%;
}

#tabs .tab__flex li a:hover {
    border-bottom: 2px solid #9E1F63;

}

#tabs .hide {
    display: none;
}

#tabs .show {
    display: flex;
}

.tab__flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 42px;
}

.ceiling__box {
    margin-top: 87px;
    margin-bottom: 132px;
}

/*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: 15.1066px;
    line-height: 120.1%;
}

/*PRICE*/
.price {

}

.price__box {
    position: relative;
}

.price__block {
    position: absolute;
    right: 0;
    top: 60px;
    background: rgba(250, 250, 250, 0.7);
    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: 700px;
    margin-left: auto;
    margin-bottom: 21px;
}

.price__form {
    justify-content: flex-end;
}

.price__form input {
    width: 305px;
    height: 48px;
    border: 1px solid #9E1F63;
    border-radius: 50px;
    box-sizing: border-box;
    padding: 0 23px;
    font-size: 18px;
    margin-right: 36px;
}

.price__btn {
    width: 240px;
    font-size: 18px;
    outline: none;
    border: none;
    line-height: 24px;
}

.price__download {
    background: #fff;
    color: #9E1F63;
    border: 1px solid #9E1F63;
    border-radius: 50px;
    box-sizing: border-box;
    padding: 0 23px;
    font-size: 18px;
}

.sale .price__title {
    font-size: 30px;
    line-height: 40px;
    color: #333333;
    font-weight: normal;
    max-width: 588px;
    margin-bottom: 30px;
}

.sale .price__title .pink {
    font-weight: bold;
}

.sale .price__block {
    padding: 60px 10px 10px 131px;
}

.sale .price__form {
    margin-bottom: 20px;
}

.part__img {
    margin-left: 408px;
}

.part .price__block {
    right: auto;
    left: 0;
    text-align: left;
    padding: 51px 55px 47px 15px;
}

.part .price__form input {
    margin-right: 0;
    margin-left: 36px;
}

.price-ceil .price__form {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-wrap: wrap;
}
.price-ceil .price__block {
    padding: 15px 20px;
    top: 20px;
}
.price-ceil .price__btn {
    margin-top: 20px;
}
.price-ceil .eco__text {
    margin-bottom: 10px;
}

/*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;
}

/*TEAM*/
.team {
    padding: 130px 0 140px;
}

.team__slider {
    margin-top: 85px;
}

.slider__wrap {

}

.slider__info {
    margin-left: 88px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.slider__job {
    font-size: 22.695px;
    line-height: 94%;
    font-family: "Evolventa-Regular";
    margin-bottom: 10px;

}

.slider__name {
    font-size: 30.4965px;
    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;
}

/*CLIENTS*/
.clients {
    padding: 65px 0;
}

.clients__box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 60px;
}

.clients__item {
    text-align: center;
    margin: 20px;
    width: 140px;
}

.clients__item img {
    max-width: 100%;
}

/*CLIENTS*/

/*FOOTER*/
.footer {
    padding: 65px 0 0;
}

.footer__box {
    margin-top: 89px;
}

#map {
    height: 445px;
    width: 959px;
    margin-left: -340px;
}

.ymaps-layers-pane {
    filter: grayscale(100%);
}

.footer__box {
    display: flex;
    justify-content: space-between;
}

.footer__block {
    width: 606.7px;
    height: 445px;
    background: #B14B81;
    margin-left: 28px;
    padding: 60px 10px 0px 30px;
    position: relative;
}

.footer__row {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footer__left {
    color: #fff;
    width: 50%;
}

.footer__right {
    color: #fff;
    font-size: 16px;
    width: 50%;
}

.footer__phone {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 24px;
    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: 24px;

}

.footer__address img {
    margin-right: 22px;
}

.footer__schedule {
    font-size: 18.9091px;
    line-height: 28px;
    color: #FFFFFF;
    display: flex;
    align-items: flex-start;
}

.footer__schedule img {
    margin-right: 22px;
    margin-top: 7px;
}

.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__visa {
    margin-top: 20px;
}

.hit__yes {
    color: #9E1F63;
    font-size: 12px;
    text-align: right;
    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__link {
    margin-bottom: 50px;
}

.video__link a {
    color: #000;
}

.video__link span,
.video__link img {
    vertical-align: middle;
}

.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: 84px;
}

.best__item {
    width: 25%;
    background: #9E1F63;
    padding-bottom: 45px;
}

.best__item:nth-child(2n) {
    background: #B14B81;
}

.best__img {
    width: 100%;
    height: 201px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.best__title {
    width: 100%;
    height: 52px;
    background: rgba(255, 255, 255, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    line-height: 28px;
    font-family: "Evolventa-Bold";
}

.best__list {
    margin-top: 41px;
    margin-left: 27px;
}

.best__list li img {
    margin-right: 8px;

}

.best__list li {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    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 {
    width: 496px;
    height: 512px;
    background: #fff;
    position: absolute;
    margin-left: -248px;
    top: 50%;
    left: 50%;
    margin-top: -256px;
    padding: 138px 47px 76px;
}

.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: 0px;
    right: 0px;
    transition: all 0.5s ease;
}

.box-modal {
    position: relative;
}

.popup-call__box input, #popup-tell textarea {
    border: none;
    background: transparent;
    border-bottom: 1px solid #333333;
    width: 400px;
    height: 46px;
    padding-left: 20px;
    font-size: 24px;
}

.popup-call__box label {
    color: #BDBDBD;
    font-weight: 300;
    font-size: 14px;
    margin-top: 50px;
    display: block;
}

.popup-call__box label:nth-child(1) {
    margin-top: 0;
}

.popup__btn {
    font-size: 24px;
    width: 348px;
    height: 63px;
    margin: 39.5px auto 0;
    outline: none;
    border: none;
}

#popup-tell textarea {
    height: 46px;
    width: 100%;
    padding-left: 0;
    line-height: 46px;
    padding-top: 11px;
}

.popup-pay__box {
    height: auto;
    background: #fff;
    position: absolute;
    margin-left: -248px;
    top: 50%;
    left: 50%;
    margin-top: -335px;
    padding: 54px 45px 47px;
}

.pay__name {
    color: #9E1F63;
    font-size: 24px;
    font-family: "Evolventa-Bold";
}

.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 label {
    margin-top: -2px;
    color: #333333;
    font-size: 12px;
    font-weight: 400;
    margin-left: 8px;
}

.zae label:before {
    border-radius: 3px;
}

.zae input {
    width: 18px;
    height: 18px;
}

.pay__info {
    font-size: 18px;
    margin-top: 28px;
}

.number {
    align-items: center;
    justify-content: flex-end;
}

.pay__num {
    margin-left: auto;
}

.plus {
    align-self: flex-end;
}

.plus img {
    margin-bottom: -2px;
}

.number input {
    margin: 0 22px 0 5px;
    width: 25px;
    height: auto;
    font-size: 21px;
    line-height: 130%;
    text-align: center;
    color: #4F4F4F;
    font-weight: 600;
    padding: 0;
    border: 0;
}

input[type=radio] {
    display: none;
}

input[type=radio] + label:before {
    content: "\26AB";
    border: 1px solid #000;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #000;
    font-size: 20px;
    line-height: 20px;
    margin: -5px 5px 0 0;
    height: 20px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 0;
    color: #9E1F63;
    transition: font-size ease .3s;
}

input[type=radio]:checked + label:before {
    font-size: 20px;
}

#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;
    cursor: pointer;
    z-index: 10000;
}

#thx {
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -305px;
    top: 50%;
    width: 610px;
    margin-top: -300px;
    box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.15);
    padding: 16px;
    background: #F2F2F2;
}

#popup-tell button, .popup-call__box button {
    border: none;
}

.thx__line {
    align-items: center;
    margin-bottom: 63px;
}

.thx__line p {
    margin-left: 20px;
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
}

.thx__name {
    text-align: center;
    font-size: 44px;
    color: #9E1F63;
    margin-bottom: 9px;
    font-family: "Evolventa-Bold";
}

.thx__info {
    font-size: 21px;
    line-height: 29px;
}

.thx__link {
    width: 348px;
    height: 63px;
    margin: 25px auto;
    font-size: 24px;
}

.thx__link img {
    margin-right: 11px;
    margin-bottom: 5px;
}

.thx__one {
    text-align: center;
    font-size: 14px;
}
.thx__one *{
    vertical-align: middle;
}

.thx__socials {
    margin-top: 13px;
    justify-content: center;
    align-items: center;
}

.thx__socials a {
    margin: 0 15px;
}

.thx__box {
    width: 100%;
    height: 100%;
    border: 1px solid #9E1F63;
    padding: 44px 65px 85px
}

.slider__item img {
    max-width: 624px;
}

#thx {
    background-color: #E5E5E5;
}

.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;
}

.pay-pic {
    max-width: 100px;
}

#pr {
    font-size: 21px;
    line-height: 130%;
    margin-right: 5px;
}

.plus {
    position: relative;
}

.plus:before {
    content: 'м2';
    display: block;
    position: absolute;
    right: 25px;
    top: 2px;
    font-size: 15px;

}

.fingerPrint__wrapper,
.fingerPrint__wrapper_small {
    position: relative;
    padding-right: 30px;
}

.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: 6px;
    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: 1499px) {
    .header__right {
        margin-left: 50px;
    }

    .header__left {
        padding: 35px 50px 35px 183px;
    }

    h1 {
        font-size: 44px;
    }

    .header {
        padding-top: 150px;
    }

    .van__item {
        width: 368px;
    }
}

@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;
    }

    #tabs .tabContent img {
        width: 32.5%;
    }

    .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;
    }

    .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,
    .van__box-second .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;
        width: 437px;
    }

    .tu {
        background-size: 100%;
    }
}

@media screen and (max-width: 991px) {
    .nav__btn {
        margin-right: 23px;
    }

    .header {
        padding-top: 150px;
    }

    .header__box {
        flex-direction: column;
    }

    .header__right {
        margin: 30px auto 0;
    }

    .tab__flex {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    #tabs .tab {
        margin: 0 7px;
    }

    #tabs .tabContent img {
        width: 32.2%;
    }

    h2:before {
        position: absolute;
        left: 0;
        height: 100%;
    }

    h2 {
        position: relative;
        padding-left: 25px;
        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__img {
        margin-left: -185px;
    }

    .slider__wrap img {
        width: 400px;
    }

    .slider__name {
        font-size: 28px;
    }

    .video__item {
        width: 48.6%;
        position: relative;
        padding-bottom: 27.25%;
    }

    .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: 50%;
        padding-bottom: 44px;
        border: 2.5px solid #fff;
    }

    .best__item:nth-child(1) .best__list {
        margin-left: 65px;
    }

    .best__item .best__list {
        margin-left: 44px;
    }

    #map {
        width: 500px;
        margin-left: -140px;
    }

    .footer__phone {
        font-size: 31px;
    }

    .footer__address {
        font-size: 14px;
    }

    .footer__schedule {
        font-size: 14px;
    }

    .footer__block {
        margin-left: 10px;
    }
}

@media screen and (max-width: 767px) {
    .nav__btn {
        display: none;
    }

    .header__left {
        width: 100%;
        margin-left: 0;
        padding-left: 15px;
    }

    h1:after {
        width: 100%;
    }

    .eco__box {
        margin-top: 50px;

    }

    .eco__bg {
        margin-left: -15px;
    }

    .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;
    }

    .eco__box {
        margin-top: 30px;
    }

    .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 {
        width: 288px;
        margin: 30px auto 0;
    }

    .hit__item {
        margin: 0;
    }
    .hit__flex {
        justify-content: center;
    }

    .price__form {
        flex-direction: column;
    }
    .price__form_file-wrap {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-end;
    }
    .price__form_file-wrap .price__download {
        margin-top: 10px;
    }

    .price__block {
        padding: 28px 20px 47px 26px;
    }

    .price__form input {
        margin-right: 0;
        margin-left: auto;

    }

    .eco .price__form input {
        margin-left: 0;
        margin-bottom: 15px;
        width: 320px;
    }

    .price__btn {
        margin-left: auto;
        margin-top: 15px;
    }

    .price__block {
        top: 37px;
    }

    .part .price__title {
        text-align: right;
        font-weight: bold;
    }

    .sale .price__title {
        font-weight: bold;
    }

    .price__title {
        font-weight: bold;
    }

    .part .price__form {
        flex-direction: column-reverse;
    }

    .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;*/
        margin-top: 0px;
    }

    .van__block {
        height: auto;
        flex: 0 0 70px;
    }

    .van__name:after {
        width: 236px;
    }

    .van__name {
        font-size: 16px;
    }

    .van__text {
        font-size: 15px;
    }

    .van {
        padding: 10px 0 25px;
    }

    .van__block img {
        max-width: 60%;
    }

    .best__list li {
        font-size: 14px;
    }

    .best__item .best__list {
        margin-left: 20px;
    }

    .best__item:nth-child(1) .best__list {
        margin-left: 50px;
    }

    .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 {
        margin-left: 0;
        width: 100%;
    }

    .footer__block {
        width: 100%;
        margin-left: 0;
    }

    .footer__box {
        margin-top: 30px;
    }

    .footer {
        padding-top: 30px;
    }

    .footer .container {
        padding: 0;
    }
    .footer .container h2 {
        margin-left: 15px;
    }
    .video {
        padding: 60px 0 30px;
    }

    .tech {
        padding-top: 30px;
    }

    .team {
        padding: 60px 0;
    }

    .team__slider, .best__box {
        margin-top: 30px;
    }

    .hit {
        padding: 30px 0;
    }

    .best {
        padding: 30px 0;
    }

    .van__box {
        /*margin-top: 30px;*/
    }

    .van__item {
        display: flex;
        align-items: center;
        margin-bottom: 40px;
        width: 100%;
    }
    .van__box-second .van__item {
        flex-direction: column;
        padding: 5px;
        width: 50%;
    }
    .van__box-second .van__name {
        white-space: normal;
    }

    .hit__yes {
        display: flex;
        justify-content: center;
    }

    .hit__yes img {
        margin-bottom: 2px;
    }

    .price-ceil .price__img {
        display: block;
    }
}

@media screen and (max-width: 575px) {
    .nav__logo img {
        max-width: 92px;
    }

    .nav__phone {
        font-size: 18px;
    }

    .nav__tg img, .nav__viber img {
        width: 25px;
    }

    .nav__phone {
        margin-right: 13px;
    }

    .header {
        padding-top: 128px;
    }

    .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;
    }

    .eco__wrap {
        padding: 93px 35px 27px 35px;
        max-width: 400px;
    }

    .eco__text {
        font-size: 14px;
        line-height: 19px;

    }

    .eco__btn {
        width: 240px;
        height: 36px;
        font-size: 14px;
        line-height: 19px;
        margin-left: 0 auto;
    }

    .eco__img {
        position: absolute;
        top: -60px;
        left: 38px;
        max-width: 150px;
    }

    .eco__box {
        height: 487px;
    }

    .eco__bg {
        height: 100%;
    }

    .eco__info {
        margin-left: -35px;
    }

    .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;
    }

    #tabs .tab__flex li a {
        font-size: 14px;
        line-height: 19px;
    }

    h2 {
        padding-left: 15px;
    }

    .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;
    }

    .price__title {
        font-size: 16px;
        line-height: 21px
    }

    .price__text, .sale .price__title {
        font-size: 14px;
        line-height: 19px;
        font-weight: 600;
    }

    .price__form input {
        width: 240px;
        height: 36px;
    }

    .price__form_file-wrap .price__download {
        width: 240px;
        height: 36px;
    }

    .price__btn {
        width: 240px;
        height: 36px;
        font-size: 14px;
    }

    .price__img {
        margin-left: -360px;
    }

    .price-ceil .price__block {
        top: 60px;
        bottom: 0;
        right: -15px;
    }

    .part {
        background: url(../img/bgmob.png) no-repeat center center / cover;
    }

    .part__img {
        display: none;
    }

    .part .price__block {
        position: relative;
        padding: 23px 15px;
        top: auto;
        left: auto;
        margin: 148px 0 0;
        margin-left: -15px;
        max-width: 85%;
    }

    .part .price__title {
        font-size: 14px;
        line-height: 19px;
    }

    .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: 20px;
        margin-right: -15px;
    }
    .price-end .eco__text {
        margin-bottom: 10px;
    }

    .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__ta {
        text-align: left;
    }

    .van__block img {
        /*width: 38%;*/
        /*max-width: 50px;*/
    }

    .van__ta img {
        width: 16%;
    }

    .best__title {
        font-size: 12px;
        height: 37px;
        text-align: center;
        line-height: 1.2;
    }

    .best__img img {
        width: 39%;
        max-width: 55px;
    }

    .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 {
        border: 0;
        padding-bottom: 18px;
        margin: 0;
    }
    .best__item:nth-child(3) {
        order: 4;
    }
    .best__item:nth-child(4) {
        order: 3;
    }

    .best__wi {
        width: 53%;
    }

    .best {
        padding: 30px 0 60px;
    }

    .popup-pay__box {
        width: 300px;
        margin-left: -150px;
        padding: 34px 20px 36px;
        margin-top: -200px;
    }

    .pay__name {
        font-size: 15px;
    }

    .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: 9px;
    }

    .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: -50%;
    }

    .tech .header__block {
        top: auto;
        height: 350px;
        bottom: -350px;
    }

    .tech {
        margin-bottom: 350px;
        padding-bottom: 0;

    }

    .footer__box {
        flex-direction: column;
    }

    #map {
        width: 100%;
        height: 227px;
    }

    .footer__block {
        padding: 40px 15px 50px;
        height: auto;
    }

    .footer__phone {
        font-size: 18px;
        line-height: 1;
        margin-bottom: 20px;
    }
    .footer__phone img {
        margin-right: 6px;
        width: 18px;
    }

    .footer__address {
        font-size: 11.3873px;
        line-height: 14px;
        margin-bottom: 27px;
    }
    .footer__address img {
        margin-right: 8px;
        width: 16px;
    }

    .footer__schedule {
        font-size: 12px;
        line-height: 17px;
    }
    .footer__schedule img {
        margin-right: 10px;
        margin-top: 7px;
        width: 16px;
    }

    .footer__invent {
        font-size: 10px;
        line-height: 11px;
    }

    .footer__left {
        padding-right: 10px;
    }
    .footer__right {
        font-size: 12px;
        line-height: 2;
        padding-left: 0px;
    }

    .video h2 {
        padding-left: 15px;
    }

    .popup-call__box .number input {
        padding-left: 0;
    }

    .number input {
        margin: 0 -23px;
    }

    .popup-call__box {
        width: 300px;
        margin-left: -150px;
        margin-top: -273px;
        padding: 82px 27px 40px;
        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;
        margin-left: -150px;
        margin-top: -200px;
        padding: 8px;
    }

    .thx__box {
        padding: 18px 27px 30px;
    }

    .thx__line p {
        font-size: 10px;
        line-height: 14px;
        margin-left: 10px;
    }

    .thx__line img {
        width: 26%;
    }

    .thx__line {
        margin-bottom: 80px;
    }

    .thx__name {
        font-size: 21px;
        text-align: left;

    }

    .thx__info {
        font-size: 12px;
        line-height: 16px;
    }

    .thx__link {
        width: 208px;
        height: 40px;
        margin: 27px auto 19px;
        font-size: 16px;
    }

    .thx__link img {
        margin-right: 8px;
        margin-bottom: 2px;
        width: 9%;
    }

    .thx__one {
        font-size: 12px;
    }

    .nav__tg, .nav__viber, .nav__phone {
        margin-top: 18px;
    }

    .number input {
        margin: 0 5px;
        width: 20px;
    }

    #sum input {
        font-size: 23px;
        max-width: 70px;
        height: 35px;
        margin-top: -5px;
    }

    input[type=radio]:checked + label:before {
        font-size: 16px;
    }

    .pay__color {
        line-height: 20px;
    }

    .thx__line p {
        margin-top: 0;
    }

    .thx__line img {
        width: 100%;
    }

    .header {
        background: url(../img/mainmob.png) no-repeat center center / cover;
    }
    .header__copy {
        background: url(../img/mainmobcopy.png) no-repeat center center / cover;
    }

    .plus:before {
        font-size: 12px;
        top: 0;
    }

    .number input {
        margin: 0 19px 0 5px;
    }

    .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 {
    position: absolute;
    bottom: 12px;
    line-height: 22px;
}

.footer_links a {
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
    display: block;
}

@media screen and (max-width: 500px) {
    .footer_links {
        bottom: 14px;
    }

    .footer_links a {
        font-size: 10px;
        line-height: 11px;
    }
}

}
