.s__general {
    padding: 110px 0 200px;
}
.s__general .s__pretitle {
    color: var(--gray3);
    font-weight: 400;
    font-size: 3rem;
    margin-bottom: 60px;
}
.s__general .s__pretitle strong {
    font-weight: 800;
    letter-spacing: -0.5px;
    /*color: green;*/
    background: linear-gradient(90deg, #F0411B 0%, #F01B9B 84.17%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.s__general .s__pretitle span {
    color: green;
}
.s__general .s__title {
    font-family: 'Bruta Glb Extended';
    font-weight: 900;
    font-size: 11rem;
    line-height: 1.2;
    color: var(--white);
    margin-bottom: 60px;
    left: -5px;
    letter-spacing: 3.5px;
}
.s__general .s__title:after {
    width: 268px;
    bottom: 0px;
    left: 5px;
}
.s__general .s__text {
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 65px;
    color: var(--gray3);
}
.s__general .s__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.s__general .btn {}

.s__general .btn__scroll {
    position: relative;
    top: -12px;
    left: 2px;
    cursor: pointer;
    width: 93px;
    height: 93px;
    border-radius: 100%;
    border: 1px solid var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.s__general .btn__scroll:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(143.42deg, #F0411B 15.06%, #F01B9B 85.32%);
    border-radius: 100%;
    opacity: 0;
    transition: 0.5s;
}

.s__general .btn__scroll:hover {
  box-shadow: 0px 10px 30px rgba(247, 23, 90, 0.25);
}

.s__general .btn__scroll:hover:before {
    opacity: 1;
}

.s__general .btn__scroll svg {
    transition: 0.5s;
    position: relative;
    z-index: 2;
}
.s__general .btn__scroll circle {
    transition: 0.5s;
}
.s__general .btn__scroll:hover svg {}
.s__general .btn__scroll:hover circle {
    fill: green;
    /*fill: linear-gradient(143.42deg, #F0411B 15.06%, #F01B9B 85.32%);*/
}

.s__general .s__image {
    position: absolute;
    bottom: -200px;
    right: -26%;
    z-index: -1;
}
.s__general .s__image img {}


@media screen and (max-width: 1700px) {
    .s__general {
        padding: 40px 0 80px;

        /*delete*/
        /*height: 970px;*/
        /*delete*/
    }
    .s__general .s__pretitle {
        margin-bottom: 20px;
    }
    .s__general .s__title {
        font-size: 9rem;
        margin-bottom: 40px;
    }
    .s__general .s__text {
        margin-bottom: 40px;
    }
    .s__general .s__image {
        bottom: -80px;
        /*right: 0%;*/
        right: -10%;
        max-width: 740px;
    }
}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1199px) {
    .s__general {
        padding: 60px 0 130px;
    }
    .s__general .s__pretitle {
        margin-bottom: 50px;
    }
    .s__general .s__title {
        margin-bottom: 50px;
    }
    .s__general .s__text {
        margin-bottom: 60px;
    }
    .s__general .s__image {
        bottom: -130px;
        right: -21%;
        max-width: 860px;
    }

}
@media screen and (max-width: 999px) {

    .s__general {
        padding-bottom: 120px;
    }
    .s__general .s__pretitle {
        font-size: 2.4rem;
    }
    .s__general .s__title {
        font-size: 8rem;
    }
    .s__general .s__text {
        font-size: 2rem;
        max-width: 470px;
    }
    .s__general .s__image {
        bottom: -120px;
        right: -25%;
        max-width: 782px;
    }
    .s__general .column_1 {
        max-width: 500px;
    }
}
@media screen and (max-width: 767px) {
    .s__general {
        padding: 50px 0 0;
    }
    .s__general .container {
        display: flex;
        flex-direction: column;
    }
    .s__general .column_1 {
        margin-bottom: 0;
    }
    .s__general .s__pretitle {
        margin-bottom: 30px;
    }
    .s__general .s__title {
        font-size: 7.3rem;
        margin-bottom: 38px;
    }
    .s__general .s__text {
        font-size: 1.8rem;
        margin-bottom: 56px;
    }
    .s__general .s__wrap {
        justify-content: center;
        margin-bottom: 25px;
    }
    .s__general .btn {
        margin-right: 0;
    }
    .s__general .btn__scroll {
        display: none;
    }
    .s__general .s__image {
        order: 2;
        position: relative;
        bottom: 0;
        max-width: 459px;
        right: initial;
        left: 50%;
        margin-left: calc(-459px / 2);
    }
}
@media screen and (max-width: 479px) {
    .s__general .s__pretitle {
        font-size: 1.8rem;
    }
    .s__general .s__title {
        font-size: 4.9rem;
        letter-spacing: 2.5px;
        margin-bottom: 46px;
    }
    .s__general .s__title:after {
        width: 130px;
    }
    .s__general .s__text {
        font-size: 1.6rem;
        margin-bottom: 46px;
    }
}


.s__private {}
.s__private .s__title {}
.s__private .s__text {}
.s__private .s__text span {
    background: linear-gradient(90deg, #F0411B 0%, #F01B9B 84.17%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
}
.s__private .s__image {}
.s__private .s__image img {}


@media screen and (max-width: 1700px) {}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1199px) {}
@media screen and (max-width: 999px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 479px) {
    .s__private {
        padding-bottom: 58px;
    }
}

.s__personalization {}
.s__personalization .s__title {
    margin-bottom: 80px;
}
.s__personalization .s__text {
    color: var(--gray3);
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 10px;
}


@media screen and (max-width: 1700px) {}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1199px) {
    .s__personalization .s__text {
        font-size: 3.6rem;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 999px) {

    .s__personalization .s__title {
        margin-bottom: 70px;
    }
    .s__personalization .s__text {
        font-size: 2.8rem;
        margin-bottom: 8px;
    }
}
@media screen and (max-width: 767px) {
    .s__personalization .s__title {
        margin-top: -5px;
        margin-bottom: 60px;
    }
    .s__personalization .s__text {
        font-size: 2.2rem;
        max-width: 400px;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 479px) {
    .s__personalization .s__title {
        margin-bottom: 50px;
    }
    .s__personalization .s__text {
        font-size: 2rem;
        margin-bottom: -6px;
    }
}




.s__fields {}
.s__fields .s__title {
    margin-bottom: 100px;
}
.s__fields .s__text {
    font-size: 3rem;
    margin-bottom: 55px;
}
.s__fields .field__lists {
    display: flex;
    justify-content: space-between;
}
.s__fields .field__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-right: 30px;
    max-width: 570px;
    width: 100%;
    flex-direction: column;
}
.s__fields .field__list:nth-child(2n) {
    margin-right: 0;
}

.s__fields .field__item {
    /*order: 1;*/
    border-top: 1px solid var(--gray2);
}
.s__fields .field__item:nth-child(2n) {
    /*margin-right: 0;*/
    /*order: 2;*/
}

.s__fields .field__item:nth-last-child(2) {
    /*border-bottom: 1px solid var(--gray2);*/
}
.s__fields .field__item:nth-last-child(1) {
    border-bottom: 1px solid var(--gray2);
}


.s__fields .field__title {
    font-weight: 600;
    font-size: 2.4rem;
    /*margin-bottom: 30px;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 29px 0;
    color: var(--black);
    cursor: pointer;
}
.s__fields .field__control {
    width: 22px;
    height: 22px;
    position: relative;
}
.s__fields .field__control-minus {
    opacity: 0;
    transition: 0.5s;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.s__fields .field__control-plus {
    opacity: 1;
    transition: 0.5s;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.s__fields .field__item.active .field__title span {    
background: linear-gradient(90deg, #F0411B 0%, #F01B9B 100%), #1C2228;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.s__fields .field__item.active .field__control-minus {
    opacity: 1;
}
.s__fields .field__item.active .field__control-plus {
    opacity: 0;
}

.s__fields .field__body {
    font-size: 2rem;
    font-weight: 500;
    /*display: none;*/
    padding-bottom: 30px;
}
.s__fields .field__body ul {}
.s__fields .field__body ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.s__fields .field__body ul li:last-of-type {
    margin-bottom: 0;
}
.s__fields .field__body ul li:before {
    content: '';
    width: 27px;
    height: 20px;
    margin-right: 15px;
    background: url(../../assets/i/ico_check_field.svg) no-repeat center;
    display: block;
    flex-shrink: 0;
}

.s__fields .field__item.active .field__body {
    /*display: block;*/
}


@media screen and (max-width: 1700px) {
    .s__fields .s__text {
        margin-bottom: 60px;
    }
    .s__fields .field__list {
        margin-bottom: 5px;
    }
    .s__fields .field__title {
        padding: 28px 0;
    }
    .s__fields .field__body {
        padding-bottom: 26px;
    }
    .s__fields .field__body ul li:before {
        margin-right: 12px;
    }
}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1199px) {
    .s__fields .s__text {
        font-size: 2.6rem;
    }
    .s__fields .field__lists {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .s__fields .field__list {
        margin-right: 0;
        max-width: 100%;
    }
    .s__fields .field__title {
        padding: 27.5px 0;
    }
}
@media screen and (max-width: 999px) {
    .s__fields .s__title {
        margin-bottom: 80px;
    }
    .s__fields .s__text {
        font-size: 2.4rem;
        margin-bottom: 46px;
    }
    .s__fields .field__lists {
        margin-bottom: 10px;
    }
    .s__fields .field__body {
        font-size: 1.8rem;
        padding: 4px 0 28px;
    }
    .s__fields .field__body ul li {
        margin-bottom: 23px;
    }
}
@media screen and (max-width: 767px) {
    .s__fields .s__title {
        margin-bottom: 62px;
    }
    .s__fields .s__text {
        font-size: 2rem;
        margin-bottom: 50px;
    }
    .s__fields .field__body {
        padding: 0 0 30px;
    }
    .s__fields .field__body ul {
        max-width: 300px;
    }
    .s__fields .field__body ul li {
        margin-bottom: 20px;
    }
    .s__fields .field__body ul li:before {
        margin-right: 20px;
    }
}
@media screen and (max-width: 479px) {

    .s__fields .s__title {
        margin-bottom: 58px;
    }
    .s__fields .s__text {
        font-size: 1.8rem;
        margin-bottom: 36px;
    }
    .s__fields .field__lists {
        /*margin-bottom: -5px;*/
    }
    .s__fields .field__list1 {
        margin-bottom: 0;
    }
    .s__fields .field__list1 .field__item:nth-last-child(1) {
        border-bottom: 0;
    }
    .s__fields .field__list2 {}
    .s__fields .field__title {
        font-size: 2.2rem;
    }
    .s__fields .field__body {
        font-size: 1.6rem;
        padding: 6px 0 30px;
    }
    .s__fields .field__body ul li {
        margin-bottom: 27px;
    }
}

.s__result {}
.s__result .s__title {}
.s__result .column_1 {
    max-width: 804px;
    width: 100%;
}
.s__result .column_2 {
    max-width: 118px;
}
.s__result .s__text {
    margin-bottom: 60px;
}
.s__result .s__text ul {}
.s__result .s__text ul li {
    max-width: 100%;
    margin-bottom: 30px;
}
.s__result .s__text ul li:last-of-type {
    margin-bottom: 0;
}
.s__result .s__text ul li:before {
    content: '';
    width: 27px;
    height: 20px;
    margin-right: 15px;
    background: url(../../assets/i/ico_check_field.svg) no-repeat center;
    display: block;
    flex-shrink: 0;
}
.s__result .s__text2 {
    margin-bottom: 80px;
    font-size: 2.6rem;
    font-weight: 600;
    color: var(--gray2);
}
.s__result .s__wrap {}
.s__result .btn {}
.s__result .s__compozition {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.s__result .s__element {
    border: 1px solid var(--gray2);
    width: 118px;
    height: 118px;
    border-radius: 100%;
    margin-bottom: 30px;
    font-family: 'Bruta Glb Extended';
    font-weight: 900;
    font-size: 5rem;
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
}
.s__result .s__image {
    margin-bottom: 30px;
}
.s__result .s__image img {}

.s__result .columns-desc {}
.s__result .columns-mob {
    display: none;
}


@media screen and (max-width: 1700px) {
    .s__result .s__compozition {
        margin-top: 10px;
    }
    .s__result .s__text {
        margin-bottom: 48px;
    }
    .s__result .s__text2 {
        margin-bottom: 70px;
    }
    .s__result .s__element:nth-last-child {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1199px) {
    .s__result .column_1 {
        max-width: 610px;
    }
    .s__result .s__text {
        font-size: 2rem;
    }
}
@media screen and (max-width: 999px) {
    .s__result .column_1 {
        max-width: 514px;
    }
    .s__result .s__text {
        font-size: 1.8rem;
        margin-bottom: 58px;
    }
    .s__result .s__text2 {
        font-size: 2.2rem;
    }
    .s__result .s__text ul li {
        margin-bottom: 36px;
    }
    .s__result .s__element {
        width: 112px;
        height: 112px;
    }
    .s__result .s__image {
        max-height: 208px;
    }
}
@media screen and (max-width: 767px) {


    .s__result .columns-desc .s__text2,
    .s__result .columns-desc .s__wrap {
        display: none;
    }
    .s__result .columns-mob {
        display: block;
    }

    .s__result .s__title {
        margin-top: 5px;
        line-height: 1.4;
        margin-bottom: 50px;
    }
    .s__result .column__text {
        order: 1;
        max-width: 312px;
    }
    .s__result .column_2 {
        max-width: 90px;
        margin-bottom: 15px;
    }
    .s__result .column__image {
        order: 2;
        max-width: 90px;
    }
    .s__result .s__element {
        width: 90px;
        height: 90px;
        font-size: 4rem;
    }
    .s__result .s__text {
        margin-top: 10px;
    }
    .s__result .s__text ul li {
        margin-bottom: 30px;
    }
    .s__result .s__text2 {
        font-size: 2rem;
        margin-top: -10px;
        margin-bottom: 60px;
    }
    .s__result .s__image {
        max-height: 158px;
        margin-bottom: 24px;
    }
    .s__result .s__wrap {
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 479px) {
    .s__result .s__title {
        margin-top: -5px;
        margin-bottom: 40px;
        line-height: 1.5;
    }
    .s__result .s__text {
        font-size: 1.6rem;
        width: 101%;
    }
    .s__result .column__image {
        display: none;
    }
    .s__result .s__text2 {
        margin-bottom: 44px;
    }
    .s__result .s__wrap {
        display: flex;
        justify-content: center;
        margin-bottom: 14px;
    }
}

.s__profile {}
.s__profile .s__title {
    margin-top: 10px;
    margin-bottom: 95px;
}
.s__profile .s__text {
    font-size: 3rem;
    margin-bottom: 50px;
    max-width: 100%;
}
.s__profile .profile__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -30px;
}
.s__profile .profile__item {
    max-width: 366px;
    width: 100%;
    margin-right: 36px;
    margin-bottom: 50px;
}
.s__profile .profile__item:nth-child(3n) {
    margin-right: 0;
}
.s__profile .profile__num {
    font-size: 7.6rem;
    font-weight: 700;
    margin-bottom: 20px;
  border-bottom: 2px solid var(--gray2);
  margin-bottom: 22px;
/*background: linear-gradient(143.42deg, #F0411B 15.06%, #F01B9B 85.32%), #F01D94;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;*/

color: #F0411B;

}
.s__profile .profile__text {
    font-weight: 500;
    color: var(--black);
}


@media screen and (max-width: 1700px) {
    .s__profile .s__title {
        margin-bottom: 76px;
    }
    .s__profile .s__text {
        font-size: 2.9rem;
        margin-bottom: 70px;
    }
    .s__profile .profile__list {
        margin-bottom: -60px;
    }
    .s__profile .profile__item {
        max-width: 336px;
        margin-right: 30px;
        margin-bottom: 70px;
    }
    .s__profile .profile__num {
        line-height: 1;
        margin-bottom: 18px;
        padding-bottom: 25px;
    }
}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1199px) {
    .s__profile .s__title {
        margin-bottom: 95px;
    }
    .s__profile .s__text {
        font-size: 2.6rem;
    }
    .s__profile .profile__item {
        margin-right: 24px;
        max-width: 284px;
    }
    .s__profile .profile__text {
        font-size: 2rem;
    }
}
@media screen and (max-width: 999px) {
    .s__profile .s__title {
        margin-bottom: 65px;
    }
    .s__profile .s__text {
        font-size: 2.4rem;
    }
    .s__profile .profile__list {
        margin-bottom: -40px;
    }
    .s__profile .profile__item {
        max-width: 220px;
        margin-bottom: 55px;
    }
    .s__profile .profile__num {
        font-size: 6rem;
    }
    .s__profile .profile__text {
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 767px) {
    .s__profile .s__title {
        margin-top: -10px;
    }
    .s__profile .s__text {
        font-size: 2.2rem;
        margin-bottom: 52px;
    }
    .s__profile .profile__item {
        max-width: 200px;
        margin-right: 20px;
        margin-bottom: 40px;
    }
    .s__profile .profile__item:nth-child(3n) {
        margin-right: 20px;
    }
    .s__profile .profile__item:nth-child(2n) {
        margin-right: 0;
    }
    .s__profile .profile__num {
        font-size: 5rem;
    }
}

@media screen and (max-width: 479px) {
    .s__profile .s__title {
        margin-bottom: 50px;
        width: 101%;
    }
    .s__profile .s__text {
        font-size: 1.8rem;
    }
    .s__profile .profile__list {
        margin-bottom: -45px;
    }
    .s__profile .profile__item {
        max-width: 100%;
        margin-right: 0;
    }
}


.s__why {}
.s__why .s__title {}
.s__why .s__text {
    max-width: 500px;
}
.s__why .s__text ol {}
.s__why .s__text ol li {
    margin-bottom: 42px;
}
.s__why .s__text ol li:last-of-type {
    margin-bottom: 0;
}
.s__why .s__text ol li:before {}
.s__why .s__image {}
.s__why .s__image img {}



@media screen and (max-width: 1700px) {}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1199px) {
    .s__why .s__title {
        margin-bottom: 75px;
    }
    .s__why .s__text {
        font-size: 2rem;
    }
}
@media screen and (max-width: 999px) {
    .s__why {}
    .s__why .s__title {
        margin-bottom: 68px;
    }
    .s__why .column_1 {
        max-width: 430px;
        padding-top: 5px;
    }
    .s__why .column_2 {}
    .s__why .s__text {
        font-size: 1.8rem;
        width: 101%;
    }
    .s__why .s__text ol li {
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 767px) {
    .s__why .s__title {
        margin-bottom: 62px;
    }
}
@media screen and (max-width: 479px) {
    .s__why .s__title {
        margin-bottom: 52px;
    }
    .s__why .s__text {
        font-size: 1.6rem;
    }
    .s__why .s__text ol li {
        margin-bottom: 24px;
    }
    .s__why .column_2 {
        margin-bottom: 42px;
    }
    .s__why .column_1 {
        margin-bottom: -5px;
    }
}


.s__stripe {
    height: 80px;
  font-weight: 800;
  display: flex;
  color: var(--white);
    font-family: 'Bruta Glb Extended';
    font-weight: 900;
  font-size: 4rem;
  line-height: 86px;
  /*width: 2000%;*/
  width: 100%;
  padding: 0;
  position: relative;
  background: linear-gradient(143.42deg, #F0411B 15.06%, #F01B9B 85.32%);
  box-shadow: 0px 10px 30px rgba(247, 23, 90, 0.25);
/*
  transform: translateX(0);
  transition: 3s;
    transform: translateX(calc(100px - 100%));*/

}

.s__stripe .s__stripe-bg {
  padding: 12px 0;
  background: linear-gradient(143.42deg, #F0411B 15.06%, #F01B9B 85.32%);
  box-shadow: 0px 10px 30px rgba(247, 23, 90, 0.25);
  position: absolute;
  max-width: 100vw;
  width: 100%;
  height: 100%;
  background: green;
}
.s__stripe .stripe__phrase {
    position: relative;
    z-index: 2;
}
.s__stripe span {
    margin-right: 30px;
}
.s__stripe svg {
    margin-right: 30px;
}

.tickercontainer { /* the outer div with the black border */
/*border: 1px solid #000;*/
/*background: #fff; */
width: 100%; 
/*height: 27px; */
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
/*left: 10px;*/
top: 0;
left: 0;
/*top: 8px;*/
width: 100%; 
overflow: hidden;
}

ul.newsticker { /* that's your list */
position: relative;
left: 750px;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
display: flex;
align-items: center;
/*background: #fff;*/
}
ul.newsticker span {
white-space: nowrap;
padding: 0;
/*color: #ff0000;*/
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 


@media screen and (max-width: 1700px) {}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1199px) {
    .s__stripe {
        font-size: 2.6rem;
        height: 70px;
        line-height: 70px;
    }
    .tickercontainer .mask {
        top: 0;
    }
}
@media screen and (max-width: 999px) {
    .s__stripe {
        font-size: 2rem;
    }
}
@media screen and (max-width: 767px) {
    .s__stripe {
        font-size: 1.6rem;
        height: 55px;
        line-height: 55px;
    }
    ul.newsticker span {
        margin-right: 14px;
    }
    .s__stripe svg {
        width: 12px;
        height: 12px;
        margin-right: 14px;
    }
}
@media screen and (max-width: 479px) {}



.s__photos {
    padding: 115px 0 215px;
}
.s__photos .gallery__list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    left: -10px;
    top: -10px;
    width: calc(100% + 10px + 10px);
}
.s__photos .gallery__item {
    height: 170px;
    margin: 10px;
    transition: 0.5s;
    filter: drop-shadow(0px 8px 20px rgba(247, 23, 90, 0.0));
}
.s__photos .gallery__item-large {
    height: 300px;
}
.s__photos .gallery__item:nth-child(1) {
    margin-bottom: 20px;
}

.s__photos .gallery__item:hover {
    filter: drop-shadow(0px 8px 20px rgba(247, 23, 90, 0.35));
}


.s__photos .gallery__photo {
    height: 100%;
    width: 100%;
    max-width: 218px;
    display: block;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}
.s__photos .gallery__photo:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    background: url(../../assets/i/ico_zoom.svg) no-repeat center;
    opacity: 0;
    transition: 0.5s;
}
.s__photos .gallery__img {
    border-radius: 15px;
    height: 130%;
    object-fit: cover;
    width: 100%;
}
.s__photos .gallery__photo svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.s__photos .gallery__item-large .gallery__img {
    height: 100%;
}


.s__photos .gallery__item:hover .gallery__photo:after {
    opacity: 1;
}


@media screen and (max-width: 1700px) {
    .s__photos {
        padding: 105px 0 115px;
    }
    .s__photos .gallery__item {
        height: 156px;
        margin: 9px;
    }
    .s__photos .gallery__item-large {
        height: 275px;
    }
    .s__photos .gallery__item:nth-child(1) {
        margin-bottom: 18px;
    }
    .s__photos .gallery__photo {
        max-width: 200px;
    }
}

@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1199px) {
    .s__photos {
        padding: 120px 0 130px;
    }
    .s__photos .gallery__item{
        height: 136px;
    }
    .s__photos .gallery__item-large {
        height: 230px;
    }
    .s__photos .gallery__item:nth-child(1) {
        margin-bottom: 12px;
    }
    .s__photos .gallery__photo {
        max-width: 166px;
    }
}
@media screen and (max-width: 999px) {
    .s__photos {
        padding: 80px 0 100px;
    }
    .s__photos .gallery__list {
        left: -6px;
        top: -6px;
        width: calc(100% + 6px + 6px);
    }
    .s__photos .gallery__item {
        margin: 6px;
        height: 103px;
    }
    .s__photos .gallery__item-large {
        height: 182px;
    }
    .s__photos .gallery__photo {
        max-width: 132px;
    }
}
@media screen and (max-width: 767px) {
    .s__photos {
        padding: 70px 0 90px;
    }
    .s__photos .gallery__list {
        left: -3.5px;
        width: calc(100% + 3.5px + 3.5px);
    }
    .s__photos .gallery__item {
        height: 61px;
        margin: 3.5px;
    }
    .s__photos .gallery__item-large {
        height: 108px;
    }
    .s__photos .gallery__item:nth-child(1) {
        margin-bottom: 7px;
    }
    .s__photos .gallery__photo:after {
        width: 30px;
        height: 30px;
    }
    .s__photos .gallery__photo {
        max-width: 78px;
        border-radius: 5px;
    }
    .s__photos .gallery__img {
        border-radius: 5px;
    }
    .s__photos .gallery__column:last-child {
        display: none;
    }


}
@media screen and (max-width: 479px) {
    .s__photos {
        padding: 48px 0 55px;
    }
    .s__photos .gallery__list {
        left: -10px;
        width: calc(100% + 10px + 10px);
    }
    .s__photos .gallery__column {
        margin-bottom: -8px;
    }
    .s__photos .gallery__item {
        height: 104px;
        margin: 10px;
    }
    .s__photos .gallery__item-large {
        height: 183px;
    }
    .s__photos .gallery__item:nth-child(1) {
        margin-bottom: 12px;
    }
    .s__photos .gallery__photo {
        max-width: 130px;
    }
    .s__photos .gallery__photo:after {
        width: 52px;
        height: 52px;
    }
}



.s__clients {}
.s__clients .s__title {
    margin-bottom: 75px;
}
.s__clients .slider__wrap {
    margin-bottom: 70px;
}
.s__clients .slider {}
.s__clients .slider__item {
    display: flex;
    /*justify-content: space-between;*/
}
.s__clients .slider__part {}
.s__clients .slider__part1 {
    margin-right: 40px;
    position: relative;
}
.s__clients .slider__part2 {}
.s__clients .slider__photo {
    width: 160px;
    height: 160px;
    overflow: hidden;
    border-radius: 100%;
}
.s__clients .slider__photo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.s__clients .slider__part1 .slider__control {
    display: none;
}

.s__clients .slider__info {
}
.s__clients .slider__title {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 30px;
    color: green;
background: linear-gradient(90deg, #F0401D 0%, #F0237E 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.s__clients .slider__text {
    margin-bottom: 50px;
    display: grid;
    gap: 30px;
}
.s__clients .slider__text p {
}
.s__clients .slider__text p:last-of-type {
    /*margin-bottom: 0;*/
}
.s__clients .slider__person {
}
.s__clients .slider__name {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 5px;
}
.s__clients .slider__post {
    font-size: 1.8rem;
}
.s__clients .slider__control {
    display: inline-flex;
    align-items: center;
    margin-bottom: 62px;
    margin-left: calc(160px + 40px);
}
.s__clients .slider__control-prev,
.s__clients .slider__control-next {
    flex-shrink: 0;
    width: 51px;
    height: 26px;
    display: block;
    cursor: pointer;
    transition: 0.5s;
}
.s__clients .slider__control-prev {
    background: url(../../assets/i/ico_button_prev.svg) no-repeat center;
}
.s__clients .slider__control-prev:hover {
    background: url(../../assets/i/ico_button_prev_hover.svg) no-repeat center;
}
.s__clients .slider__control-next {
    background: url(../../assets/i/ico_button_next.svg) no-repeat center;
}
.s__clients .slider__control-next:hover {
    background: url(../../assets/i/ico_button_next_hover.svg) no-repeat center;
}

.s__clients .slider__control-number {
    margin: 0 58px;
    display: inline-block;
}
.s__clients .s__text2 {
    color: var(--gray2);
    font-size: 2.6rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.s__clients .slider__part1 .slider__control-number {
    display: none;
}


@media screen and (max-width: 1700px) {
    .s__clients .slider__wrap {
        margin-bottom: 60px;
    }

    .s__clients .slider__photo {
        width: 142px;
        height: 142px;
    }
    .s__clients .slider__info {
        max-width: 782px;
    }
    .s__clients .slider__control {
        margin-left: calc(142px + 40px);
        margin-bottom: 76px;
    }
    .s__clients .s__text2 {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 1400px) {
    .s__clients .slider__photo {
        width: 134px;
        height: 134px;
    }
    .s__clients .slider__part1 {
        margin-right: 20px;
    }
    .s__clients .slider__info {
        max-width: 680px;
    }
    .s__clients .slider__text {
        font-size: 2rem;
        margin-bottom: 40px;
    }
    .s__clients .slider__control {
        margin-left: calc(134px + 20px);
    }
    .s__clients .slider__control-number {
        margin: 0 28px;
    }
    .s__clients .s__text2 {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1199px) {}
@media screen and (max-width: 999px) {
    .s__clients .slider__item {
        flex-direction: column;
    }
    .s__clients .slider__photo {
        width: 164px;
        height: 164px;
    }
    .s__clients .slider__part1 {
        margin-right: 0;
        margin-bottom: 50px;
    }
    .s__clients .slider__text {
        font-size: 1.8rem;
        gap: 27px;
    }
    .s__clients .slider__info {
        max-width: 618px;
    }
    .s__clients .slider__control {
        margin-left: 0;
        margin-bottom: 70px;
    }
    .s__clients .slider__control-number {
        margin: 0 52px;
    }
    .s__clients .s__text2 {
        font-size: 2.2rem;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .s__clients .s__title {
        margin-bottom: 65px;
    }
    .s__clients .slider__wrap {
        margin-bottom: 55px;
    }
    .s__clients .slider__part1 {
        margin-bottom: 40px;
    }
    .s__clients .slider__photo {
        width: 202px;
        height: 202px;
        margin-bottom: 10px;
    }
    .s__clients .slider__title {
        font-size: 2rem;
        margin-bottom: 20px;
    }
    .s__clients .slider__text{
        font-size: 1.4rem;
        gap: 20px;
    }
    .s__clients .slider__control {
        margin-bottom: 60px;
        display: none;
    }
    .s__clients .s__text2 {
        font-size: 2rem;
    }

    .s__clients .slider__part1 .slider__control-number {
        display: block;
        margin: 0;
        width: 130px;
        text-align: center;
    }
    .s__clients .slider__part1 .slider__control {
        display: block;
        position: absolute;
        top: 20px;
        right: 0;
        z-index: 2;
    }

    .s__clients .slider__control-prev, .s__clients .slider__control-next {
        width: 42px;
        height: 42px;
        border: 1px solid var(--black);
        border-radius: 100%;
        background-size: 30px 30px !important;
        margin-bottom: 10px;
    }


}
@media screen and (max-width: 479px) {
    .s__clients .s__title {
        margin-bottom: 56px;
    }
    .s__clients .slider__wrap {
        margin-bottom: 45px;
    }
    .s__clients .slider__part1 {
        /*margin-bottom: 30px;*/
        margin-bottom: 10px;
    }
    .s__clients .slider__photo {
        width: 130px;
        height: 130px;
    }
    .s__clients .slider__title {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
    .s__clients .slider__name {
        font-size: 1.8rem;
        margin-bottom: 12px;
    }
    .s__clients .slider__post {
        font-size: 1.6rem;
    }
    .s__clients .slider__control {
        margin-bottom: 50px;
    }
    .s__clients .slider__control-number {
        margin: 0 30px;
    }
    .s__clients .s__text2 {
        margin-bottom: -14px;
    }

}

.s__way {}
.s__way .s__title {}
.s__way .s__text {
    margin-bottom: 80px;
}
.s__way .s__text ol {}
.s__way .s__text ol li {}
.s__way .s__text ol li:before {}
.s__way .s__wrap {
    margin-bottom: 15px;
}
.s__way .btn {}


@media screen and (max-width: 1700px) {
    .s__way .s__text {
        margin-bottom: 65px;
    }
    .s__way .s__wrap {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1199px) {
    .s__way .s__text {
        font-size: 2rem;
        margin-bottom: 70px;
    }
}
@media screen and (max-width: 999px) {
    .s__way .s__text {
        font-size: 1.8rem;
        margin-top: 5px;
    }
    .s__way .s__text ol li {
        margin-bottom: 33px;
    }
    .s__way .s__text ol li:last-of-type {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .s__way .s__text {
        margin-bottom: 60px;
    }
    .s__way .s__text ol li {
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 479px) {
    .s__way .s__title {
        margin-top: -5px;
    }
    .s__way .s__text {
        margin-bottom: 54px;
        font-size: 1.6rem;
    }
    .s__way .s__text ol li {
        margin-bottom: 24px;
    }
    .s__way .s__wrap {
        margin-bottom: 6px;
        display: flex;
        justify-content: center;
    }
}



.s__cost {}
.s__cost .s__title {
    margin-bottom: 95px;
}
.s__cost .package__list {
    display: flex;
    margin-bottom: 60px;
}
.s__cost .package__item {
    border: 1px solid var(--gray2);
    border-radius: 15px;
    margin-right: 30px;
    max-width: 570px;
    width: 100%;
}
.s__cost .package__item:nth-child(2n) {
    margin-right: 0;
}
.s__cost .package__heading {
    padding: 50px;
    border-bottom: 1px solid var(--gray2);
    color: var(--black);
    font-size: 2.6rem;
    font-weight: 600;
    text-align: center;
}
.s__cost .package__inner {
    padding: 30px 30px 65px;
}
.s__cost .package__body {}
.s__cost .package__cost {
    text-align: center;
    font-size: 7.6rem;
    font-weight: 700;
    margin-bottom: -10px;
}
.s__cost .package__eco {
    text-align: center;
    font-size: 2.6rem;
    font-weight: 400;
}

.s__cost .package__item-spec {}
.s__cost .package__item-spec .package__heading {
background: linear-gradient(90deg, #F0401D 0%, #F0237E 100%), #1C2228;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.s__cost .package__item-spec .package__cost {
background: linear-gradient(90deg, #F0401D 0%, #F0237E 100%), #1C2228;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}


.s__cost .s__text2 {
    font-size: 2.6rem;
    font-weight: 600;
    color: var(--gray2);
}


@media screen and (max-width: 1700px) {
    .s__cost .package__heading {
        padding: 50px 20px 32px;
    }
    .s__cost .package__inner {
        padding-bottom: 55px;
    }
}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1199px) {
    .s__cost .s__title {
        margin-bottom: 88px;
    }
    .s__cost .package__heading {
        padding: 40px 20px 38px;
    }
}
@media screen and (max-width: 999px) {
    .s__cost .s__title {
        margin-bottom: 78px;
    }
    .s__cost .package__heading {
        font-size: 2rem;
        padding: 30px 20px 30px;
    }
    .s__cost .package__inner {
        padding-top: 20px;
        padding-bottom: 46px;
    }
    .s__cost .package__cost {
        font-size: 5rem;
        margin-bottom: -3px;
    }
    .s__cost .package__eco {
        font-size: 2rem;
    }
    .s__cost .s__text2 {
        font-size: 2.2rem;
    }
}
@media screen and (max-width: 767px) {
    .s__cost .s__title {
        line-height: 1.4;
        margin-bottom: 58px;
    }
    .s__cost .package__list {
        flex-direction: column;
        margin-bottom: 25px;
    }
    .s__cost .package__item {
        max-width: 100%;
        margin: 0 auto 30px;
    }
    .s__cost .package__heading {
        font-size: 2.4rem;
    }
    .s__cost .package__inner {
        padding-bottom: 42px;
    }
    .s__cost .package__cost {
        font-size: 7rem;
    }
    .s__cost .package__eco {
        font-size: 2.4rem;
    }
    .s__cost .s__text2 {
        font-size: 2rem;
    }
}
@media screen and (max-width: 479px) {

    .s__cost {
        padding-bottom: 90px;
    }
    .s__cost .s__title {
        margin-top: -6px;
        margin-bottom: 64px;
    }
    .s__cost .package__list {
        margin-bottom: 35px;
    }
    .s__cost .package__item {
        margin-bottom: 20px;
    }
    .s__cost .package__heading {
        font-size: 1.9rem;
        padding: 20px 20px 15px;
    }
    .s__cost .package__inner {
        padding: 14px 20px 20px;
    }
    .s__cost .package__cost {
        font-size: 4rem;
    }
    .s__cost .package__eco {
        font-size: 2rem;
    }
    .s__cost .s__text2 {
        line-height: 1.45;
    }
}



.s__math {}
.s__math .s__title {}
.s__math .s__text {}
.s__math .s__image {}
.s__math .s__image img {}


@media screen and (max-width: 1700px) {}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1199px) {
    .s__math .s__text {
        font-size: 2rem;
        gap: 30px;
    }
}
@media screen and (max-width: 999px) {
    .s__math .s__title {
        margin-top: -5px;
        margin-bottom: 56px;
    }
    .s__math .s__text {
        font-size: 1.8rem;
        gap: 27px;
    }
}

@media screen and (max-width: 767px) {}
@media screen and (max-width: 479px) {
    .s__math {
        padding: 55px 0;
    }
    .s__math .s__title {
        margin-bottom: 52px;
    }
    .s__math .s__text {
        font-size: 1.6rem;
        gap: 24px;
        margin-bottom: 5px;
    }
    .s__math .column__image {
        margin-bottom: 40px;
    }
}



.s__finally {
    padding: 150px 0 160px;
}
.s__finally .s__title {
    color: var(--white);
    margin-top: 5px;
}
.s__finally .s__text {
    font-size: 3rem;
    color: var(--white);
    margin-bottom: 80px;
    max-width: 100%;
    gap: 45px;
}
.s__finally .s__text strong {}
.s__finally .s__wrap {}
.s__finally .btn  {}




@media screen and (max-width: 1700px) {

.s__finally {
    padding: 120px 0 130px;
}
.s__finally .s__text {
    font-size: 2.9rem;
    margin-bottom: 70px;
}

}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1199px) {
    .s__finally {
        padding-bottom: 150px;
    }
    .s__finally .s__title {
        margin-top: 25px;
    }
    .s__finally .s__text {
        font-size: 2.6rem;
        gap: 38px;
    }
}
@media screen and (max-width: 999px) {
    .s__finally {
        padding: 80px 0 110px;
    }
    .s__finally .s__text {
        font-size: 2.4rem;
        max-width: 600px;
        margin-bottom: 65px;
    }
}
@media screen and (max-width: 767px) {
    .s__finally {
        padding-bottom: 100px;
    }
    .s__finally .s__title {
        margin-top: 10px;
        margin-bottom: 60px;
    }
    .s__finally .s__text {
        font-size: 2.2rem;
        gap: 32px;
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 479px) {
    .s__finally {
        padding-bottom: 70px;
    }
    .s__finally .s__title {
        margin-top: -20px;
        margin-bottom: 50px;
    }
    .s__finally .s__text {
        font-size: 2rem;
        margin-bottom: 46px;
    }
    .s__finally .s__wrap {
        display: flex;
        justify-content: center;
    }
}





.footer {
    padding: 50px 0;
    color: var(--gray2);
    font-size: 1.8rem;
}
.footer .footer__links {
    display: flex;
    justify-content: flex-end;
}
.footer .footer__links a {
    margin-right: 95px;
}
.footer .footer__links a:nth-child(2) {
    margin-right: 0;
}
.footer a {
    text-decoration: underline;
    color: var(--gray2);
}
.footer a:hover {
    color: green;
    text-decoration: none;
}


@media screen and (max-width: 1700px) {}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1199px) {
    .footer .column_1 {
        max-width: 400px;
    }
    .footer .column_2 {
        max-width: 440px;
    }
}
@media screen and (max-width: 999px) {
    .footer .column_1 {
        max-width: 50%;
    }
    .footer .column_2 {
        max-width: 50%;
    }
    .footer .s__text {
        font-size: 1.6rem;
    }
    .footer .footer__links a {
        margin-right: 15px;
    }
}
@media screen and (max-width: 767px) {
    .footer {
        padding-bottom: 100px;
    }
    .footer .column_1 {
        max-width: 100%;
        order: 1;
        margin-bottom: 28px;
    }
    .footer .column_2 {
        max-width: 100%;
        order: 2;
    }
    .footer .footer__links {
        flex-direction: column;
    }
    .footer .footer__links a {
        margin-right: 0;
        margin-bottom: 25px;
    }
    .footer a {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 479px) {
    .footer {
        padding-top: 44px;
    }
}












.popup {
    max-width: 570px;
    margin: 20px auto;
    position: relative;
    background: #fff;
    padding: 40px 40px 50px;
    /*font: 1.1rem/1.4 Montserrat;*/
    font-size: 1.1rem;
    line-height: 1.4;
    color: #111111;
}

.popup .popup__title {
    /*font: 600 2.6rem/1.4 Montserrat;*/
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.4;
    color: #171717;
    padding-right: 30px;
}

.popup .popup__title .popup__tarif {
    color: var(--red);
    display: block;
    font-weight: bold;
    font-size: 3rem;
}
.popup .popup__title .popup__tarif-label {
    font-size: 2rem;
}

.popup .popup__inform {
/*  font-size: 1.4rem;
  line-height: 1.2;
  color: var(--black);
    margin-bottom: 40px;*/
    margin-bottom: 20px;
    font-size: 1.6rem;
    line-height: 1.4;
    font-style: italic;
}



/*.popup .popup__title .inform {
    font-size: 1.5rem;
    color: #959595;
    padding-top: 10px;
}
.popup .popup__title .inform .star {
    color: var(--red);
}
*/

.popup .popup__title2 {
  /*font: 600 4rem/1.1 Montserrat;*/
  font-size: 2.4rem;
  color: var(--black2);
  font-weight: 400;
  margin-top: 30px;
}

.popup .form .inp {
    /*font: 1.5rem Montserrat;*/
    font-size: 1.8rem;
    font-family: 'Montserrat';
    background: var(--white);
    color: var(--black2);
    display: block;
    padding: 20px 0;
    width: 100%;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #BDBDBD;
    outline: none;
    transition: 0.5s;
}
.popup .form textarea.inp {
    height: 134px;
    resize: none !important;
}

/* .popup .form textarea.inp.inp-address {
    height: 74px;
} */

.popup .form .inp.error {
    border-color: #E42D2D;
}
.popup .form .inp.error::-webkit-input-placeholder {color:#E42D2D;}
.popup .form .inp.error::-moz-placeholder          {color:#E42D2D;}
.popup .form .inp.error:-moz-placeholder           {color:#E42D2D;}
.popup .form .inp.error:-ms-input-placeholder      {color:#E42D2D;}


.popup .form .inp:focus,
.popup .form .inp:active {
    /* border-color: var(--white); */
    background:var(--white);
    color: #505050;
}

.popup .form .label {
    /*font: 1.5rem Montserrat;*/
    font-size: 1.5rem;
    color: #959595;
    display: block;
    margin-bottom: 5px;
    /* display: none; */
}
.popup .form .label .star {
    color: var(--red);
}
.popup .form label.error {
    display: none !important;
}
.popup .form ul {}
.popup .form ul li {
    margin-bottom: 20px;
}
.popup .form ul li:last-of-type {
    margin-bottom: 0;
}
.popup .form .var__list {
    display: flex;
    padding: 10px 0 30px;
}
.popup .form .var__item {
    width: 50%;
}
.popup .form .var__label {
    cursor:pointer;
    display: flex;
}
.popup .form .var__price {}
.popup .form .var__price-uah {
    /* color: #111111; */
    font: bold 2rem Montserrat;
    margin-bottom: 5px;
    display: block;
    color: #BDBDBD;
    transition: 0.5s;
}
.popup .form .var__price-usd {
    /* color: #111111; */
    font: 2rem Montserrat;
    display: block;
    color: #BDBDBD;
    transition: 0.5s;
}
.popup .form .var__info {
    display: flex;
    position: relative;
    width: 100%;
}
.popup .form .var__info:before {
    content: '';
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #BDBDBD;
    background: var(--white);
    margin-right: 34px;
    transition: 0.5s;
}
.popup .form .var__info:after {
    content: '';
    width: 10px;
    height: 10px;
    background: var(--red);
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 9px;
    opacity: 0;
}
.popup .form .var__label input {
    position: absolute;
    left: -9999px;
}
.popup .form .var__label input:checked {}
.popup .form .var__label input:checked ~ .var__info:after {
    opacity: 1;
}
.popup .form .var__label input:checked ~ .var__info .var__price-uah {
    color: #111111;
}
.popup .form .var__label input:checked ~ .var__info .var__price-usd {
    color: #111111;
}
.popup .form .var__label input:checked ~ .var__info .var__info:before {
    border-color: #363636;
}


.popup .form .form__agree {
    margin-bottom: 20px;
    padding: 30px 0 20px;
}
.popup .form .form__agree label {
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
}
.popup .form .form__agree input {
    position: absolute;
    left: -9999px;
}
.popup .form .form__agree span {
    display: inline-block;
    position: relative;
    padding-left: 60px;
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--black);
}
.popup .form .form__agree span:before {
    content: '';
    width: 30px;
    height: 30px;
    border: 1px solid rgba(29, 29, 27, 0.4);
    position: absolute;
    top: 0;
    left: 0;

}
.popup .form .form__agree span:after {
    content: '';
    background:url(../i/ico__agree.svg) no-repeat center;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 7px;
    width: 19px;
    height: 12px;
    opacity: 0;
    transition: 0.5s;
}


.popup .form .form__agree input:checked {}
.popup .form .form__agree input:checked ~ span {}
.popup .form .form__agree input:checked ~ span:before {}
.popup .form .form__agree input:checked ~ span:after {
    opacity: 1;
}


.popup .form .form__agree.error span {
    color: #ed2a1f;
}
.popup .form .form__agree.error span:before {
    border: 1px solid rgba(237, 42, 31, 0.4);
}




.popup .form .btn{
    /*max-width: 170px;*/
    padding: 18px 40px;
    /*padding: 14px 20px;*/
    border: none;
    font-size: 1.8rem;
    text-align: center;
    justify-content: center;
}
.popup .form .btn span {
    margin-right: 0;
}

.popup .form .btn.disabled {
    background: #eee;
    color: #000;
    pointer-events: none;
}

.popup .popup__close {
    position: absolute;
    top: 45px;
    right: 40px;
    cursor: pointer;
    transition: 0.5s;
}   
.popup .popup__close svg {}
.popup .popup__close svg path {
    fill: var(--black);
    transition: 0.5s;
}
.popup .popup__close:hover svg path {
    fill: var(--red);
}
.popup .popup__close:hover {
    transform: rotate(90deg);
}


.mfp-close-btn-in .mfp-close {
    display: none;
}







@media screen and (max-width: 1199px) {
    
}
@media screen and (max-width: 999px) {
    
}
@media screen and (max-width: 767px) {

    .popup {
        padding: 20px 20px 20px;
      max-width: 380px;
    }

    .popup .popup__close {
        top: 30px;
        right: 20px;
    }
    .popup .popup__title {
      font-size: 2.2rem;
        /*margin-bottom: 20px;*/
    }
    .popup .popup__title .popup__tarif {
      font-size: 2.2rem;
    }

    .popup .form ul li {
        margin-bottom: 10px;
    }

    .popup .form .var__list {
        flex-direction: column;
        padding-bottom: 20px;
    }
    .popup .form .var__item {
        width: 100%;
        margin-bottom: 20px;
    }
    .popup .form .var__item:last-of-type {
        margin-bottom: 0;
    }
    .popup .form .form__agree span br {
      display: none;
    }
    .popup .form .form__agree span {
      font-size: 1.2rem;
    }

    .popup .form .btn {
        max-width: 218px;
        /*font-size: 2rem;*/
        text-transform: uppercase;
        padding: 26px;
    }
    
}
@media screen and (max-width: 479px) {
    
}









