
.s__btn {
    display: flex;
    align-items: center;
}
.s__btn .btn {
    margin-right: 20px;
}

@media screen and (max-width: 767px) {
    .s__general .s__date-text {}
    .s__general .s__date-text strong {
        display: block;
    }
    
    .s__btn {
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }

    .s__btn .btn {
        margin-bottom: 10px;
        margin-right: 0;
    }
}


.s__general {
    padding: 100px 0 245px;
}
.s__general .s__pretitle {
    color: var(--white);
    font-weight: 400;
    font-size: 4rem;
    margin-bottom: 65px;
}
.s__general .s__pretitle strong {
    font-weight: 700;
/*    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: 12.7rem;
    line-height: 1.2;
    color: var(--red);
    margin-bottom: 38px;
    left: -5px;
    letter-spacing: 5px;
}
.s__general .s__title:after {
    display: none;
}
.s__general .s__text {
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 65px;
    color: var(--gray3);
    max-width: 866px;
    margin-bottom: 30px;
/*    letter-spacing: -0.5px;*/
}
.s__general .s__text-pre {
    margin-bottom: 80px;
    font-weight: 300;
}

.s__general .s__date {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.s__general .s__date-img {
    margin-right: 25px;
    flex-shrink: 0;
}
.s__general .s__date-img img {
}
.s__general .s__date-text {
    font-size: 2.5rem;
}
.s__general .s__date-text strong {}

.s__general .s__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.s__general .s__wrap-space {
    width: 100%;
    max-width: 1028px;
    justify-content: space-between;
}
.s__general .btn {}
.s__general .s__wrap-space .s__date {
    display: none;
}

.s__general .btn__scroll {
    position: relative;
    top: 0;
    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;
    animation-name: bounce-5;
    animation-timing-function: ease;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    position: relative;
}

@keyframes bounce-5 {
0%   { transform: scale(1,1)    translateY(0); }
10%  { transform: scale(1.1,.9) translateY(0); }
30%  { transform: scale(.9,1.1) translateY(-10px); }
50%  { transform: scale(1,1)    translateY(0); }
57%  { transform: scale(1,1)    translateY(-7px); }
64%  { transform: scale(1,1)    translateY(0); }
100% { transform: scale(1,1)    translateY(0); }
}


.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-bottom: 150px;
        padding-top: 60px;
    }
    .s__general .s__pretitle {
/*        margin-bottom: 50px;*/
        margin-bottom: 20px;
    }
    .s__general .s__title {
        font-size: 9rem;
/*        margin-bottom: 44px;*/
        margin-bottom: 40px;
    }
    .s__general .s__text-pre {
        margin-bottom: 40px;
    }
    .s__general .s__wrap-space {
        max-width: 796px;
    }
    .s__general .s__date-img {
        margin-right: 20px;
    }

    
}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1199px) {
    .s__general {
        padding-bottom: 120px;
    }
    .s__general .s__pretitle {
        font-size: 3rem;
        margin-bottom: 44px;
    }
    .s__general .s__title {
        font-size: 7.4rem;
        margin-bottom: 34px;
    }
    .s__general .columns.columns-padding {
        padding-left: 0;
    }
    .s__general .s__text {
        font-size: 2rem;
    }
    .s__general .s__text-pre {
        margin-bottom: 60px;
    }
    .s__general .s__date {
        margin-bottom: 28px;
    }
    .s__general .s__date-img {
        margin-right: 10px;
    }
    .s__general .s__date-text {
        word-spacing: -4px;
    }
    .s__general .s__wrap-space {
        max-width: 822px;
    }

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

    .s__general {
        padding: 80px 0 100px;
    }
    .s__general .s__pretitle {
        font-size: 2.6rem;
        margin-bottom: 34px;
    }
    .s__general .s__title {
        font-size: 5.75rem;
    }
    .s__general .columns.columns-padding {
        margin: 0;
        max-width: 100%;
    }
    .s__general .s__text {
        font-size: 1.8rem;
        line-height: 1.5;
    }
    .s__general .s__date-img {
        margin-right: 14px;
        width: 26px;
    }
    .s__general .s__date-text {
        font-size: 2rem;
        word-spacing: 0;
    }
    .s__general .s__wrap-space {
        max-width: 612px;
    }

}
@media screen and (max-width: 767px) {
    .s__general {
        padding: 40px 0 80px;
    }
    .s__general .s__pretitle {
        font-size: 2.2rem;
        margin-bottom: 30px;
    }
    .s__general .s__pretitle strong {
        letter-spacing: -0.3px;
    }
    .s__general .s__title {
        font-size: 6rem;
        margin-bottom: 26px;
    }
    .s__general .s__text {
        font-size: 1.7rem;
    }
    .s__general .s__text-pre {
        font-size: 1.6rem;
        margin-bottom: 48px;
    }
    .s__general .btn {
        margin-right: 30px;
    }

    .s__general .s__date {
        display: none;
        align-items: flex-start;
        margin-bottom: 0;
    }
    .s__general .s__date-img {
        position: relative;
        top: 4px;
    }
    .s__general .s__wrap-space {
        justify-content: flex-start;
    }
    .s__general .s__wrap-space .s__date {
        display: flex;
    }
    .s__general .btn__scroll {
        display: none;
    }
    .s__general .s__date-text {
        font-size: 2rem;
    }
    
}
@media screen and (max-width: 479px) {

    .s__general {
        padding-top: 20px;
        padding-bottom: 60px;
    }
    .s__general .s__pretitle {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    .s__general .s__title {
        font-size: 4rem;
        margin-bottom: 16px;
    }
    .s__general .s__text {
        font-size: 1.6rem;
        line-height: 1.45;
        margin-bottom: 20px;
    }
    .s__general .s__text-pre {
        margin-bottom: 28px;
    }
    .s__general .s__wrap-space .s__date {
        display: none;
    }
    .s__general .s__date {
        display: flex;
        margin-bottom: 20px;
    }
    .s__general .s__date-img {
        width: 20px;
        margin-right: 10px;
    }
    .s__general .s__date-text {
        font-size: 1.8rem;
    }
    .s__general .s__date-text strong {
        letter-spacing: -0.4px;
    }
    .s__general .btn {
        margin-right: 0;
        padding: 28px 32px;
    }
}



.s__golos {
}
.s__golos .s__title {}
.s__golos .s__text {}
.s__golos .s__image {}




.s__citate {
    padding-bottom: 120px;
}
.s__citate .s__title {
    color: var(--white);
    font-size: 5rem;
    margin-bottom: 90px;
}
.s__citate .blockquote {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: var(--white);
    margin-bottom: 40px;
    width: 100%;
}
.s__citate .blockquote__picture {
    max-width: 206px;
    max-height: 206px;
    flex-shrink: 0;
    margin-right: 70px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
}
.s__citate .blockquote__body {
    padding: 52px 90px 58px 50px;
    font-size: 3rem;
    display: flex;
    /*justify-content: space-between;*/
    justify-content: flex-start;
    position: relative;
    border-radius: 0px 15px 15px 15px;
    width: 100%;
}
.s__citate .blockquote__body:after {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 20px;
    height: 20px;
    background: url(../i/ico_blockquote.svg) no-repeat center right;
/*    background: aqua*/
}


.s__citate .blockquote__body:before {
    content: '';
    background: #5379FF;
    opacity: 0.15;
    border-radius: 0px 15px 15px 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
}

.s__citate .blockquote__tail {
}
.s__citate .blockquote__ico {
    margin-right: 52px;
    flex-shrink: 0;
    max-width: 76px;
    width: 100%;
    position: relative;
    top: 15px;
}
.s__citate .blockquote__ico img {}

.s__citate .blockquote__text {
    gap: 38px;
    display: flex;
    flex-direction: column;
}
.s__citate .blockquote__text p {
}




@media screen and (max-width: 1700px) {
    .s__citate .blockquote__picture {
        max-width: 156px;
        max-height: 156px;
    }
    .s__citate .s__title {
        margin-bottom: 94px;
    }
    .s__citate .blockquote__picture {
        margin-right: 48px;
    }
    .s__citate .blockquote__body {
        font-size: 2.6rem;
        padding-right: 60px;
        padding-bottom: 62px;
        line-height: 1.45;
    }
    .s__citate .blockquote__ico {
        margin-right: 38px;
        top: 12px;
    }
}


@media screen and (max-width: 1199px) {
    .s__citate .s__title {
        font-size: 4.6rem;
        margin-bottom: 74px;
    }
    .s__citate .blockquote {
        margin-bottom: 15px;
    }
    .s__citate .blockquote__picture {
        max-width: 130px;
        max-height: 130px;
        margin-right: 40px;
    }
    .s__citate .blockquote__body {
        font-size: 2.4rem;
        padding: 45px 50px;
    }
    .s__citate .blockquote__ico {
        max-width: 64px;
        margin-right: 18px;
        top: 4px;
    }
    
}


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

    .s__citate .s__title {
        margin-bottom: 64px;
    }
    .s__citate .blockquote {
        margin-bottom: -10px;
    }
    .s__citate .blockquote__body {
        padding: 34px 42px;
        font-size: 2.2rem;
    }


}   


@media screen and (max-width: 767px) {
    .s__citate .s__title {
        font-size: 4rem;
        margin-bottom: 60px;
    }
    .s__citate .blockquote {
        flex-direction: column;
        align-items: center;
        margin-bottom: -24px;
    }
    .s__citate .blockquote__picture {
        max-height: 202px;
        max-width: 202px;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .s__citate .blockquote__body {
        padding: 32px;
    }
    .s__citate .blockquote__body:after {
        top: -20px;
        left: 0;
        transform: rotate(90deg) scale(1,-1);
    }
    .s__citate .blockquote__ico {
        max-width: 46px;
        margin-right: 30px;
    }
    .s__citate .blockquote__text {
        font-size: 1.8rem;
        gap:26px;
    }
}


@media screen and (max-width: 479px) {
    .s__citate {
        padding-bottom: 86px;
    }
    .s__citate .s__title {
        font-size: 3.2rem;
        margin-bottom: 52px;
    }
    .s__citate .blockquote__picture {
        max-height: 130px;
        max-width: 130px;
        margin-bottom: 36px;
    }
    .s__citate .blockquote__body {
        flex-direction: column;
        padding: 26px 20px 26px 22px;
    }
    .s__citate .blockquote__ico {
        margin-right: 0;
        margin-bottom: 24px;
    }
    .s__citate .blockquote__text {
        font-size: 1.6rem;
        gap:22px;
    }

}




.s__elems {}
.s__elems .s__title {
    margin-bottom: 94px;
}
.s__elems .list {
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
}
.s__elems .list__item {
    margin-bottom: 20px;
    display: flex;
}
.s__elems .list__item:last-of-type {
    margin-bottom: 0;
}
.s__elems .list__item-inner {
    background: var(--violet);
    padding: 35px 50px 40px 30px;
    display: flex;
    align-items: flex-start;
    border-radius: 15px;

}
.s__elems .list__item-num {
    font-size: 5rem;
    font-weight: 300;
    margin-right: 32px;
    color: var(--red);
    position: relative;
    top: -10px;
    min-width: 65px;
}
.s__elems .list__item-info {
    display: flex;
    flex-direction: column;
}
.s__elems .list__item-title {
    font-size: 2.4rem;
/*    font-weight: 800;*/
    font-weight: 500;
    margin-bottom: 16px;
/*    letter-spacing: -0.8px;*/
}
.s__elems .list__item-text {
    letter-spacing: 0.18px;
}
.s__elems .s__tagline {
/*    margin-bottom: 30px;*/
}

@media screen and (max-width: 1700px) {
    .s__elems .s__tagline {}
    .s__elems .s__tagline p {
        width: calc(100% + 60px);
    }
}
@media screen and (max-width: 1199px) {
    .s__elems .s__title {
        margin-bottom: 74px;
    }
    .s__elems .list {
        margin-bottom: 36px;
    }
    .s__elems .list__item {
        margin-bottom: 28px;
    }
    .s__elems .list__item-inner {
        padding: 26px 30px 40px;
    }
    .s__elems .list__item-num {
        font-size: 4.4rem;
        top: -6px;
        min-width: 40px;
    }
    .s__elems .list__item-title {
        font-weight: 600;
    }
    .s__elems .list__item-title strong {
        letter-spacing: -1px;
        font-weight: 800;
    }
    .s__elems .s__tagline p {
        width: 100%;
    }
}
@media screen and (max-width: 999px) {
    .s__elems .s__title {
        line-height: 1.35;
        margin-bottom: 56px;
    }
    .s__elems .list {
        margin-bottom: 54px;
    }
    .s__elems .list__item {
        margin-bottom: 26px;
    }
    .s__elems .list__item-inner {
        padding: 30px 20px 36px 20px;
        width: 100%;
    }
    .s__elems .list__item-num {
        font-size: 3.8rem;
        top: -10px;
    }
    .s__elems .list__item-title {
        font-size: 2.2rem;
    }
    .s__elems .list__item-title strong {
        letter-spacing: 0;
    }
}
@media screen and (max-width:767px) {
    .s__elems .s__title {
        margin-top: -4px;
    }
    .s__elems .s__title:after {
        bottom: -6px;
    }
    .s__elems .list__item {
        margin-bottom: 21px;
    }
    .s__elems .list__item-inner {
        padding-top: 24px;
        padding-bottom: 28px;
    }
    .s__elems .list__item-num {
        font-size: 3.2rem;
        min-width: 28px;
        top: -8px;
    }
    .s__elems .list__item-title {
        font-size: 2.2rem;
        letter-spacing: 0;
    }
    .s__elems .list__item-title strong {
        letter-spacing: 0;
    }
}
@media screen and (max-width:479px) {
    .s__elems .s__title {
        margin-top: 0px;
        margin-bottom: 48px;
    }
    .s__elems .list {
        margin-bottom: 38px;
    }
    .s__elems .list__item {
    }
    .s__elems .list__item-inner {
        flex-direction: column;
        padding-top: 16px;
        padding-bottom: 19px;
    }
    .s__elems .list__item-num {
        font-size: 2.8rem;
        margin-right: 0;
        top: 0;
    }
    .s__elems .list__item-title {
        font-size: 2rem;
        margin-bottom: 10px;
    }
}



.s__field {}
.s__field .s__title {
    margin-bottom: 92px;
}
.s__field .list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.s__field .list__item {
    display: flex;
    position: relative;
    max-width: calc(50% - 30px);
    max-width: 448px;
    width: 100%;
/*    margin-right: 30px;*/
    margin-right: 64px;
    margin-bottom: 20px;
}
.s__field .list__item:nth-child(2n) {
    margin-right: 0;
    max-width: 500px;
/*    max-width: calc(50% - 30px);*/
}
.s__field .list__item:before {

}

.s__field .list__item-inner {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 15px;
    padding: 24px 32px 24px 24px;
}
.s__field .list__item-inner:before {
    content:'';
    background: var(--white);
    opacity: 0.1;
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.s__field .list__item-check {
    margin-right: 20px;
}
.s__field .list__item-check img {}
.s__field .list__item-text {}
.s__field .s__tagline {}
.s__field .s__wrap {}
.s__field .s__wrap .btn {}

@media screen and (max-width: 1700px) {
    .s__field .list__item {
/*        max-width: 330px;*/
        max-width: 340px;
        margin-right: 38px;
    }
    .s__field .list__item:nth-child(2n) {
/*        max-width: 366px;*/
    }
    .s__field .list__item-inner {
        padding: 17px 30px 17px 24px ;
    }
}

@media screen and (max-width: 1199px) {
    .s__field .s__title {
        margin-bottom: 72px;
    }
    .s__field .list {
        margin-bottom: 44px;
    }
    .s__field .list__item {
/*        max-width: 308px;*/
        max-width: 318px;
        margin-right: 70px;
    }
    .s__field .list__item:nth-child(2n) {
        max-width: 346px;
    }
    .s__field .list__item-inner {

    }
}
@media screen and (max-width: 999px) {
    .s__field .s__title {
        margin-bottom: 62px;
    }
    .s__field .list {
        margin-bottom: 48px;
    }
    .s__field .list__item {
        max-width: 458px;
    }
    .s__field .list__item:nth-child(2n) {
        max-width: 458px;
    }
    .s__field .list__item:last-of-type {
        margin-bottom: 0;
    }
    .s__field .list__item-inner {
        padding: 24px;
        
    }
}
@media screen and (max-width: 767px) {

    .s__field {
        padding-bottom: 100px;
    }
    .s__field .s__title {
        margin-top: -5px;
    }
    .s__field .list {
        margin-bottom: 58px;
    }
    .s__field .list__item {
        max-width: 100%;
        margin-right: 0;
    }
    .s__field .list__item:nth-child(2n) {
        max-width: 100%;
        order: 2;
    }
    .s__field .list__item-inner {

    }
}
@media screen and (max-width:479px) {
    .s__field {
        padding-bottom: 60px;
    }
    .s__field .s__title {
        margin-top: 0px;
        margin-bottom: 52px;
    }
    .s__field .list {
        margin-bottom: 40px;
    }
    .s__field .list__item {
        font-size: 1.8rem;
        font-weight: 500;
    }
    .s__field .list__item-inner {
        padding: 17.5px 30px 17.5px 18px ;

    }
    .s__field .list__item-check {
        width: 38px;
        margin-right: 12px;
    }
    .s__field .s__wrap {
        width: 100%;
    }
    .s__field .btn {
/*        padding: 28px 32px;*/
    }
}



.s__kvest {}
.s__kvest .s__title {}
.s__kvest .s__text {}
.s__kvest .s__image {}

@media screen and (max-width: 1199px) {
    .s__kvest .s__title {
        line-height: 1.3;
    }
}
@media screen and (max-width: 999px) {
    .s__kvest .s__title {
        margin-top: 12px;
    }
}
@media screen and (max-width: 768px) {
    .s__kvest .s__title {
        margin-top: -5px;
    }
}
@media screen and (max-width: 479px) {
    .s__kvest .s__title {
        margin-top: 0px;
    }
}


.s__learn {}
.s__learn .s__title {
    margin-bottom: 95px;
}
.s__learn .list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.s__learn .list__item {
    position: relative;
    display: flex;
    align-items: center;
/*    max-width: calc(50% - 30px);*/
    max-width: 440px;
    width: 100%;
/*    margin-right: 30px;*/
margin-right: 74px;
    margin-bottom: 22px;
}
.s__learn .list__item:nth-child(2n) {
    margin-right: 0;
/*    max-width: calc(50% - 30px);*/
max-width: 500px;
}
.s__learn .list__item:before {

}
.s__learn .list__item-inner {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 35px 20px 20px;
    border-radius: 15px;

}
.s__learn .list__item-inner:before {
    content:'';
    background: var(--violet);
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.s__learn .list__item-img {
    margin-right: 18px;
}
.s__learn .list__item-img img {}
.s__learn .list__item-text {
/*    letter-spacing: 0.3px;*/
    font-weight: 600;
}
.s__learn .s__tagline {}

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

    .s__learn .list__item {
        max-width: 292px;
        margin-right: 78px;
    }
    .s__learn .list__item:nth-child(2n) {
/*        max-width: 366px;*/
    }
    .s__learn .list__item-inner {
        padding: 19px 30px 19px 22px;
    }
}
@media screen and (max-width: 1199px) {
    .s__learn .s__title {
        margin-bottom: 72px;
    }
    .s__learn .list {
        margin-bottom: 40px;
    }
    .s__learn .list__item {
/*        max-width: 272px;*/
        margin-right: 30px;
    }
    .s__learn .list__item:nth-child(2n) {
/*        max-width: 346px;*/
        max-width: 410px;
    }
    .s__learn .list__item-inner {

    }
}
@media screen and (max-width: 999px) {
    .s__learn .s__title {
        margin-bottom: 62px;
    }
    .s__learn .list__item {
/*        margin-right: 50px;*/
        margin-right: 30px;
        max-width: 302px;
    }
    .s__learn .list__item:nth-child(2n) {
        max-width: 370px;
    }
    .s__learn .list__item-inner {

    }
    .s__learn .list__item-img {
        margin-right: 18px;
        width: 48px;
        flex-shrink: 0;
    }
}

@media screen and (max-width: 767px) {
    .s__learn .s__title {
        margin-top: -4px;
    }
    .s__learn .list {
        margin-bottom: 54px;
    }
    .s__learn .list__item {
        margin-right: 0;
        max-width: 100%;
        margin-bottom: 25px;
    }
    .s__learn .list__item:nth-child(2n) {
        max-width: 100%;
        order: 2;
    }
    .s__learn .list__item:last-of-type {
        margin-bottom: 0;
    }
    .s__learn .list__item-inner {

    }
}
@media screen and (max-width: 479px) {
    .s__learn {
    }
    .s__learn .s__title {
        margin-bottom: 56px;
    }
    .s__learn .s__title:after {
        bottom: -16px;
    }
    .s__learn .list {
        margin-bottom: 42px;
    }
    .s__learn .list__item {
        margin-bottom: 17px;
    }
    .s__learn .list__item-inner {

    }
    .s__learn .list__item-img {
        width: 34px;
    }
}



.s__programm {}
.s__programm .s__title {
    margin-bottom: 90px;
}
.s__programm .prog__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 80px;
    /*margin-bottom: 0;*/
}
.s__programm .prog__item {
    padding: 32px 40px 26px;
    display: flex;
    width: 100%;
    flex-direction: column;
    /*margin-bottom: 26.5px;*/
    margin-bottom: 20px;
    min-height: 93px;
    cursor: pointer;
    background: var(--white);
    box-shadow: 0px 10px 20px rgba(156, 160, 198, 0.2);
    border-radius: 15px;
}
.s__programm .prog__item:last-of-type {
    margin-bottom: 0;
}
.s__programm .prog__item-header {
    font-size: 2.4rem;
    letter-spacing: 0.2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.s__programm .prog__item-title {}
.s__programm .prog__item-title strong {}
.s__programm .prog__item-ico {
    width: 24px;
    height: 24px;
    background: url(../i/minus.svg) no-repeat center;
    flex-shrink: 0;
}

.s__programm .prog__item-body {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
    padding: 35px 0 0 0;
    /*border-top: 1px solid #677298;*/
    border-top: 4px solid var(--violet);
    display: none;
}
.s__programm .prog__item-body ul {
    display: flex;
    flex-wrap: wrap;
}
.s__programm .prog__item-body ul li {
    display: flex;
    width: 100%;
/*    max-width: 500px;*/
    /*padding-right: 40px;*/
    padding-right: 100px;
    margin-bottom: 20px;
    letter-spacing: 0.2px;
}
.s__programm .prog__item-body ul li:nth-child(2n) {
}

.s__programm .prog__item-body ul li:before {
    content: '';
    width: 27px;
    height: 20px;
    margin-right: 12px;
    background: url(../i/ico_check.svg) no-repeat center;
    flex-shrink: 0;
    display: block;
    position: relative;
    top: 4px;
    left: -4px;
}

.s__programm .prog__item.active .prog__item-ico {
    background: url(../i/plus.svg) no-repeat center;
}
.s__programm .prog__item.active .prog__item-body {
    display: block;
}

.s__programm .s__wrap {
/*    margin-bottom: 20px;*/
}

@media screen and (max-width: 1199px) {
    .s__programm .s__title {
        margin-bottom: 68px;
    }
    .s__programm .prog__list {
        margin-bottom: 60px;
    }
    .s__programm .prog__item-title strong {
        letter-spacing: 0;
        margin-right: -2px;
    }
    .s__programm .prog__item-body {
        margin-top: 28px;
        padding-top: 32px;
        font-size: 2rem;
    }
    .s__programm .prog__item-body ul li {
        padding-right: 0;
        letter-spacing: 0;
    }
    .s__programm .prog__item-body ul li:before {
        margin-right: 10px;
    }
}
@media screen and (max-width: 999px) {
    .s__programm .s__title {
        margin-bottom: 64px;
    }
    .s__programm .prog__list {
        margin-bottom: 48px;
    }
    .s__programm .prog__item {
        padding: 28px 30px;
    }
    .s__programm .prog__item-header {
        font-size: 2.2rem;
    }
    .s__programm .prog__item-body {
        margin-top: 30px;
        padding-top: 34px;
        font-size: 1.82rem;
    }
    .s__programm .prog__item-body ul li {
        margin-bottom: 23px;
    }
}
@media screen and (max-width:767px) {
    .s__programm .s__title {
        margin-top: -4px;
    }
    .s__programm .prog__list {
        margin-bottom: 52px;
    }
    .s__programm .prog__item {
        padding: 18px 20px;
        min-height: 50px;
        margin-bottom: 22px;
    }
    .s__programm .prog__item-header {
        font-size: 2rem;
    }
    .s__programm .prog__item-ico {
        position: relative;
        left: 2px;
    }
    .s__programm .prog__item-body {
        margin-top: 16px;
        padding: 28px 20px 12px 0;
        font-size: 1.62rem;
    }
    .s__programm .prog__item-body ul li {
        margin-bottom: 15px;
    }
    .s__programm .prog__item-body ul li:last-of-type {
        margin-bottom: 0;
    }
    .s__programm .prog__item-body ul li:before {
        width: 22px;
        height: 16px;
        background-size: 100%;
    }
}
@media screen and (max-width:479px) {
    .s__programm .s__title {
        margin-top: 0px;
        margin-bottom: 54px;
    }
    .s__programm .prog__list {
        margin-bottom: 44px;
    }
    .s__programm .prog__item {
        margin-bottom: 16px;
    }
    .s__programm .prog__item-header {
        font-size: 1.8rem;
        align-items: flex-start;
    }
    .s__programm .prog__item-title strong {
        display: block;
    }
    .s__programm .prog__item-ico {
        width: 20px;
        height: 20px;
        background-size: 100% !important;
        position: relative;
        top: 4px;
    }
    .s__programm .prog__item-title {
        padding-right: 20px;
    }
    .s__programm .prog__item-body {
        padding: 18px 14px 8px 0;
    }
}



.s__autor {}
.s__autor .s__title {
    margin-bottom: 92px;
}
.s__autor .s__text2 {
    font-size: 2.6rem;
    margin-bottom: 60px;
}
.s__autor .s__text2 strong {
    letter-spacing: 0.2px;
}
.s__autor .s__text2 p {
    margin-bottom: 30px;
}
.s__autor .s__text2 p:last-of-type {
    margin-bottom: 0;
}

.s__autor .s__text {}
.s__autor .s__text ul {}
.s__autor .s__text ul li {
    margin-bottom: 30px;
}
.s__autor .s__text ul li:last-of-type {
    margin-bottom: 0;
}
.s__autor .s__text ul li:before {
    content: '';
    width: 27px;
    height: 20px;
    background: url(../i/ico_check_field.svg) no-repeat center;
    display: inline-block;
}

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

    .s__autor .s__title {
        margin-bottom: 74px;
    }
    .s__autor .s__text2 {
        font-size: 2.4rem;
        margin-bottom: 50px;
    }
    .s__autor .s__text ul li {
        padding-left: 36px;
    }
}
@media screen and (max-width: 999px) {
    .s__autor .s__title {
        line-height: 1.35;
        margin-bottom: 58px;
    }
}

@media screen and (max-width: 767px) {
    .s__autor .s__title {
        line-height: 1.25;
        margin-bottom: 60px;
    }
    .s__autor .s__text2 {
        font-size: 2rem;
        margin-bottom: 40px;
    }
    .s__autor .s__text ul li {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 479px) {
    .s__autor .s__title {
        line-height: 1.45;
        margin-bottom: 50px;
    }
    .s__autor .s__text2 {
        font-size: 1.6rem;
        margin-bottom: 28px;
    }
    .s__autor .s__text ul li {
        padding-left: 30px;
        margin-bottom: 20px;
    }
    .s__autor .s__text ul li:before {
        width: 20px;
        height: 14px;
        background-size: 100% !important;
    }
}


.s__book {
/*    padding-top: 10px;*/
}
.s__book .s__title {
    margin-bottom: 95px;
}
.s__book .columns-padding {
    padding-right: 70px;
}
.s__book .book__list {
    display: flex;
    flex-wrap: wrap;
    left: -20px;
    width: calc(100% + 20px + 20px);
    position: relative;
}
.s__book .book__item {
    max-width: calc(33% - 20px - 20px);
    width: 100%;
    margin: 0 20px;
}
.s__book .book__img {}
.s__book .book__img img {}


@media screen and (max-width: 1700px) {
    .s__book {
/*        padding-top: 5px;*/
    }
    .s__book .columns-padding {
        padding-right: 30px;
    }
    .s__book .book__list {
        left: -15px;
    }
    .s__book .book__item {
        margin: 0 15px;
        max-width: calc(33% - 19px - 19px);
    }
}

@media screen and (max-width: 1199px) {
    .s__book {
    }
    .s__book .s__title {
        margin-bottom: 70px;
    }
    .s__book .book__list {
        left: -12px;
        margin-bottom: -5px;
    }
    .s__book .book__item {
        margin: 0 10px;
        max-width: calc(33% - 12px - 12px);
    }
}


@media screen and (max-width: 999px) {
    .s__book {
/*        padding-top: 8px;*/
    }
    .s__book .s__title {
        margin-bottom: 62px;
    }
    .s__book .columns-padding {
/*        max-width: 546px;*/
        padding-right: 0;
    }
    .s__book .book__list {
/*        background: aqua;*/
        left: 0;
/*        left: -12px;*/
/*        margin-bottom: 25px;*/
/*        width: calc(100% + 6px + 6px);*/
        margin-bottom: 16px;
    }
    .s__book .book__item {
/*        max-width: 162px;*/
/*        max-width: calc(33% - 6px - 6px)*/
        max-width: calc(33% - 6px - 6px);
    }
    .s__book .book__item:nth-child(1) {
        margin-left: 0;
    }
    .s__book .book__item:nth-child(3) {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .s__book {
        margin-top: -2px;
    }
    .s__book .s__title {
        margin-bottom: 62px;
    }
    .s__book .book__list {
        left: 0px;
        margin-bottom: -4px;
    }
    .s__book .book__item {
        max-width: 130px;
        margin: 0 7px;
    }
    .s__book .book__item:nth-child(1) {
        margin-left: 0;
    }
    .s__book .book__item:nth-child(3n) {
        margin-right: 0;
    }
    .s__book .book__img img {
        border-radius: 15px;
    }
}

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

    .s__book {}
    .s__book .s__title {
        margin-bottom: 52px;
        margin-top: -6px;
    }
    .s__book .book__list {
/*        left: -5px;*/
        margin-bottom: -10px;
    }
    .s__book .book__item {
        max-width: 86px;
        margin: 0 5px;
    }
}



.s__wow {}
.s__wow .s__title {
    margin-bottom: 92px;
}
.s__wow .list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.s__wow .list__item {
    position: relative;
    display: flex;
    align-items: center;
/*    max-width: calc(50% - 30px);*/
    max-width: 470px;
    width: 100%;
/*    margin-right: 30px;*/
margin-right: 40px;
    margin-bottom: 20px;
}
.s__wow .list__item:nth-child(2n) {
    margin-right: 0;
    max-width: 600px;
/*    max-width: calc(50% - 30px);*/
}
.s__wow .list__item:before {
   
}
.s__wow .list__item-inner {
    display: flex;
    position: relative;
    border-radius: 15px;
    padding: 24px;
}
.s__wow .list__item-inner:before {
    content:'';
    background: var(--violet);
/*    opacity: 0.1;*/
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.s__wow .list__item-check {
    margin-right: 20px;
    flex-shrink: 0;
}
.s__wow .list__item-check img {}
.s__wow .list__item-text {
    font-weight: 600;
}
.s__wow .s__tagline {}


@media screen and (max-width: 1700px) {
    
    .s__wow .list__item {
/*        max-width: 328px;*/
        max-width: 338px;
        margin-right: 38px;
    }
    .s__wow .list__item:nth-child(2n) {
        max-width: 406px;
    }
    .s__wow .list__item-inner {
        padding: 17px 30px 17px 22px;
    }

}

@media screen and (max-width:1199px) {
    .s__wow .s__title {
        margin-bottom: 72px;
    }
    .s__wow .list {
        margin-bottom: 30px;
    }
    .s__wow .list__item {
        max-width: 308px;
/*        max-width: 268px;*/
    }
    .s__wow .list__item:nth-child(2n) {
        max-width: 386px;
    }
    .s__wow .list__item-inner {

    }
}
@media screen and (max-width: 999px) {
    .s__wow .s__title {
        margin-bottom: 60px;
    }
    .s__wow .list__item {
        max-width: 278px;
    }
}
@media screen and (max-width:767px) {

    .s__wow .s__title{
        margin-bottom: 64px;
    }
    .s__wow .list {
        margin-bottom: 34px;
    }
    .s__wow .list__item {
        max-width: 100%;
        margin-right: 0;
/*        padding: 24px 22px;*/
    }
    .s__wow .list__item:nth-child(2n) {
        max-width: 100%;
        order:2;
    }
    .s__wow .list__item-inner {
        min-height: 84px;
    }
}

@media screen and (max-width: 479px) {
    .s__wow {
        padding-bottom: 50px;
    }
    .s__wow .s__title {
        margin-top: -8px;
        margin-bottom: 54px;
    }
    .s__wow .list {
        margin-bottom: 44px;
    }
    .s__wow .list__item {
        margin-bottom: 24px;
    }
    .s__wow .list__item:last-of-type {
        margin-bottom: 0;
    }
    .s__wow .list__item-inner {
        align-items: flex-start;
        padding: 18px;
    }
    .s__wow .list__item-check {
        margin-right: 14px;
    }
}




.s__tarif {
    padding-bottom: 120px;
}
.s__tarif .s__title {
    margin-bottom: 92px;
}
.s__tarif .tarif__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.s__tarif .tarif__item {
    max-width: 605px;
    width: 100%;
    background: var(--white);
    box-shadow: 0px 10px 20px rgba(156, 160, 198, 0.2);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 42px;
    margin-right: 40px;
    padding-bottom: 80px;
}
.s__tarif .tarif__item:nth-child(2n) {
    margin-right: 0;
}
.s__tarif .tarif__content {
    display: flex;
    flex-direction: column;
    padding: 38px 42px 48px;
}
.s__tarif .tarif__header {
    border-bottom: 1px solid #D9DDFD;
    padding-bottom: 32px;
}
.s__tarif .tarif__title {
    font-size: 4rem;
    font-weight: 700;
    color: var(--black);
    text-align: center;
/*    letter-spacing: -2px;*/
    letter-spacing: -1px;
}
.s__tarif .tarif__title p {
    border-radius: 15px;
    padding: 10px 20px;
}
.s__tarif .tarif__title-spec {
    color: var(--red);
}
.s__tarif .tarif__title-spec {
/*    background: var(--red);*/
/*    color: var(--white);*/
/*    border-radius: 15px;*/
}
.s__tarif .tarif__body {
    padding: 40px 0 0;
}
.s__tarif .tarif__body ul {
    display: flex;
    flex-direction: column;
}
.s__tarif .tarif__body ul li {
    margin-bottom: 30px;
    display: flex;
    /*align-items: center;*/
    align-items: flex-start;
/*    letter-spacing: 0.2px;*/
}
.s__tarif .tarif__body ul li:last-of-type {
    margin-bottom: 0;
}
.s__tarif .tarif__body ul li:before {
    content: '';
    width: 27px;
    height: 20px;
    margin-right: 10px;
    background: url(../i/ico_check.svg) no-repeat center;
    flex-shrink: 0;
    display: block;
    position: relative;
    top: 4px;
    left: -4px;
}
.s__tarif .tarif__body ul li strong {
    letter-spacing: 0;
}
.s__tarif .tarif__footer {
    border-top: 1px solid #D9DDFD;
    padding-top: 50px;
    margin: 0 38px;
}
.s__tarif .tarif__label {
    color: var(--grey2);
    font-size: 2.7rem;
    margin-bottom: 22px;
    text-align: center;
}
.s__tarif .tarif__prices {
    margin-bottom: 40px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.s__tarif .tarif__price {
    margin: 0 18px;
}
.s__tarif .tarif__price-old {
    color: var(--grey2);
    font-size: 3.4rem;
    /*font-size: 2.4rem;*/
    font-weight: 600;
    position: relative;
    left: 0;
}
.s__tarif .tarif__price-old:after {
    content: '';
    position: absolute;
    width: 110%;
    height: 3px;
    background: var(--red);
    transform: rotate(-17deg);
    left: -7%;
    bottom: 20px;
}
.s__tarif .tarif__price-new {
    font-size: 5rem;
    /*font-size: 4rem;*/
    font-weight: 700;
/*    color: var(--red);*/
    color: var(--black);
}
.s__tarif .tarif__price-currency {
    font-size: 2rem;
    letter-spacing: -1px;
}
.s__tarif .tarif__price-dollar {
    font-size: 2.7rem;
    font-weight: 400;
    text-align: center;
    color: var(--red);
    opacity: 0.5;
    margin-bottom: 52px;
}

.s__tarif .tarif__wrap {
    display: flex;
    justify-content: center;
}
.s__tarif .tarif__wrap .btn {
    max-width: 286px;
    width: 100%;
    text-align: left;
    font-size: 2rem;
    padding: 34px 20px;
}
.s__tarif .tarif__wrap .btn span {
/*    margin-right: 15px;*/
}
.s__tarif .tarif__wrap .btn img {
    position: relative;
    top: -10px;
}
.s__tarif .tarif__inform {
    max-width: 940px;
    width: 100%;
}
.s__tarif .tarif__inform .spec {
    margin-right: 6px;
}



@media screen and (max-width: 1700px) {
    .s__tarif {
        /*padding-top: 54px;*/
        /*padding-bottom: 80px;*/
    }
    .s__tarif .tarif__item {
        max-width: 430px;
        margin-right: 30px;
    }
    .s__tarif .tarif__content {
        padding: 2px 26px 50px 26px;
    }
    .s__tarif .tarif__header {
        padding-bottom: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        /*min-height: 132px;*/
        min-height: 0;
        padding: 36px 0;
    }
    .s__tarif .tarif__title {
        margin-bottom: -3px;
        /*font-size: 3rem;*/
        /*min-height: 88px;*/
    }
    .s__tarif .tarif__body {
        padding-left: 18px;
        padding-right: 18px;
    }
    .s__tarif .tarif__body ul li:before {
        margin-right: 6px;
    }
    .s__tarif .tarif__footer {
        padding-top: 50px;
    }
    .s__tarif .tarif__label {
        /*font-size: 2rem;*/
        margin-bottom: 22px;
    }
    .s__tarif .tarif__prices {
        margin-bottom: 40px;
    }
    .s__tarif .tarif__price {
        margin: 0 12px;
    }
    .s__tarif .tarif__price-old {
        font-size: 3rem;
    }
    .s__tarif .tarif__price-new {
/*        font-size: 4.5rem;*/
    }
    .s__tarif .tarif__price-dollar {
        margin-bottom: 50px;
    }
    .s__tarif .tarif__wrap .btn {
        padding-left: 32px;
    }
}


@media screen and (max-width: 1199px) {
    .s__tarif {
/*        padding: 150px 0 120px;*/
        padding-bottom: 90px;
    }
    .s__tarif .s__title {
        margin-bottom: 76px;
    }
    .s__tarif .columns-padding {
        /*padding: 0;*/
    }
    .s__tarif .tarif__item {
        margin-right: 18px;
        max-width: 363px;
        padding-bottom: 60px;
    }
    .s__tarif .tarif__header {
        padding: 2px 0 30px;
    }
    .s__tarif .tarif__title {
        font-size: 3.8rem;
    }
    .s__tarif .tarif__content {
        padding: 20px 26px 38px 26px;
    }
    .s__tarif .tarif__body {
        padding: 40px 4px 0;
    }
    .s__tarif .tarif__body ul li {
        margin-bottom: 34px;
        letter-spacing: 1.2px;
    }
    .s__tarif .tarif__body ul li:before {
        margin-right: 10px;
    }
    .s__tarif .tarif__body ul li strong {
        font-size: 2rem;
    }
    .s__tarif .tarif__footer {
        padding-top: 40px;
    }
    .s__tarif .tarif__prices {
        flex-direction: column;
        margin-bottom: 32px;
    }
    .s__tarif .tarif__price-old {
        order: 2;
    }
    .s__tarif .tarif__price-new {
        order: 1;
        margin-bottom: 8px;
        font-size: 4.6rem;
    }
    .s__tarif .tarif__label {
        font-size: 2.2rem;
        margin-bottom: 18px;
    }
    .s__tarif .tarif__wrap .btn {
        max-width: 240px;
        padding: 28px 40px;
    }   
}


@media screen and (max-width: 999px) {
    .s__tarif {
        padding: 86px 0 92px;
    }
    .s__tarif .s__title {
        margin-bottom: 56px;
        margin-top: 20px;
    }
    .s__tarif .tarif__list {
        flex-direction: column;
    }
    .s__tarif .tarif__item {
        margin-right: 0;
        max-width: 100%;
        margin-bottom: 24px;
        padding-bottom: 12px;
    }
    .s__tarif .tarif__content {
        padding: 52px 26px 40px 26px;
    }
    .s__tarif .tarif__header {
        /*min-height: 122px;*/
        padding-bottom: 18px;
    }
    .s__tarif .tarif__title {
        font-size: 4rem;
    }
    .s__tarif .tarif__title p {
        padding: 0;
    }
    .s__tarif .tarif__body {
        padding-left: 16px;
        padding-right: 10px;
    }
    .s__tarif .tarif__body ul li {
        font-size: 1.8rem;
        margin-bottom: 23px;
    }

    .s__tarif .tarif__footer {
        display: flex;
        flex-direction: row;
    }

    .s__tarif .tarif__prices {
        flex-direction: row;
        order:2;
    }
    .s__tarif .tarif__price {
        margin: 0 20px;
        font-size: 4.8rem;
    }
    .s__tarif .tarif__price-old {
        order: 1;
        font-size: 3.6rem;
    }

    .s__tarif .tarif__label {
        font-size: 2.7rem;
        margin-bottom: 32px;
    }
    .s__tarif .tarif__title-spec {
        font-size: 3.8rem;
        margin-bottom: 0;
        /*padding: 15px 0 0px;*/
    }
    .s__tarif .tarif__footer {
        align-items: flex-start;
    }
    .s__tarif .tarif__wrap .btn {
        padding: 26px 40px;
    }
    .s__tarif .tarif__wrap {
        margin-right: 22px;
    }


}   



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

    .s__tarif {
        /*padding-bottom: 57px;*/
        padding: 65px 0;
    }
    .s__tarif .s__title {
        margin-top: 15px;
        margin-bottom: 64px;
    }
    .s__tarif .tarif__title {
        font-size: 3.8rem;
    }
    .s__tarif .tarif__item {
        margin-bottom: 30px;
        padding-bottom: 50px;
    }
    .s__tarif .tarif__content {
        padding: 26px 26px 28px 26px;
    }
    .s__tarif .tarif__header {
        min-height: 0;
        padding-bottom: 28px;
        padding-top: 0;
    }
    .s__tarif .tarif__body {
        padding: 30px 0 0 6px;
    }
    .s__tarif .tarif__body ul li {
        font-size: 1.8rem;
        margin-bottom: 23px;
        letter-spacing: 0;
    }
    .s__tarif .tarif__body ul li strong {
        font-size: 1.8rem;
    }
    .s__tarif .tarif__label {
        font-size: 3rem;
        margin-bottom: 26px;
    }

    .s__tarif .tarif__title-spec {
        /*font-size: 3rem;*/
        padding: 0;
        margin-top: -10px;
    }
    .s__tarif .tarif__prices {
        margin-bottom: 24px;
        flex-direction: column;
    }
    .s__tarif .tarif__price-old {
        order: 2;
    }
    .s__tarif .tarif__price {
        margin: 0 20px 6px;
        font-size: 4.2rem;
    }
    .s__tarif .tarif__footer {
        flex-direction: column-reverse;
            align-items: center;
            padding-top: 28px;
    }
    .s__tarif .tarif__wrap {
        margin-right: 0;
    }
    .s__tarif .tarif__wrap .btn {
        font-size: 1.8rem;
        max-width: 222px;
        padding: 28px 40px;
    }
}


@media screen and (max-width: 479px) {
    .s__tarif {
        padding-top: 50px;
    }
    .s__tarif .s__title {
        margin-bottom: 50px;
        margin-top: 0;
    }
    .s__tarif .tarif__list {
        margin-bottom: -10px;
    }
    .s__tarif .tarif__item {
        padding-bottom: 0;
        margin-bottom: 20px;
    }
    .s__tarif .tarif__content {
        padding: 24px 20px 22px 22px;
    }
    .s__tarif .tarif__header {
        /*padding-top: 16px;*/
        padding: 0;
    }
    .s__tarif .tarif__title {
        font-size: 3.4rem;
        margin-bottom: 20px;
    }
    .s__tarif .tarif__title-spec {
        font-size: 3rem;
        letter-spacing: 0;
        margin-bottom: 10px;
        padding: 9px;
        /*margin-bottom: -8px;*/
    }
    .s__tarif .tarif__body {
        padding-left: 0;
        padding-right: 0;
        padding-top: 32px;
    }
    .s__tarif .tarif__body ul li {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }
    .s__tarif .tarif__body ul li strong {
        font-size: 1.6rem;
    }
    .s__tarif .tarif__body ul li:last-of-type {
        margin-bottom: 0;
    }
    .s__tarif .tarif__body ul li:before {
        margin-right: 8px;
        top: 4px;
        width: 22px;
    height: 16px;
    background-size: 100% !important;
    }

    .s__tarif .tarif__footer {
        /*margin: 0 24px;*/
        margin: 0 auto;
        padding: 20px 20px 20px;
        width: 100%;
        box-sizing: border-box;
    }
    .s__tarif .tarif__prices {
        margin-bottom: 18px;
        flex-direction: column;
    }
    .s__tarif .tarif__price-new {
        order: 1;
        font-size: 3.4rem;
    }
    .s__tarif .tarif__price-old {
        order: 2;
        font-size: 3rem;
    }
    .s__tarif .tarif__price-currency {
        font-size: 2rem;
        letter-spacing: -2px;
        margin-left: 4px;
        position: relative;
        left: -2px;
    }
    .s__tarif .tarif__price-dollar {
        font-size: 2.2rem;
        margin-bottom: 45px;
    }
    .s__tarif .tarif__wrap .btn {
/*        padding: 30px 20px 30px 30px;*/
        /*font-size: 1.4rem;*/
/*        font-size: 1.9rem;*/
        max-width: 240px;
    }
    .s__tarif .tarif__wrap .btn span {
/*        margin-right: 16px;*/
    }
    .s__tarif .tarif__wrap .btn img {
        top: 0;
        display: none;
    }
    .s__tarif .tarif__label {
        font-size: 2rem;
        margin-bottom: 20px;
    }


}


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

@media screen and (max-width: 1199px) {
    .s__math .s__title {
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 479px) {
    .s__math {
        padding-bottom: 50px;
    }
    .s__math .s__title {
        margin-bottom: 52px;
    }
}



.s__bonus {}
.s__bonus .s__title {
    margin-bottom: 92px;
    margin-top: 4px;
}
.s__bonus .s__text {
    font-size: 2.6rem;
    margin-bottom: 60px;
}
.s__bonus .bonus__list {
    display: flex;
    flex-wrap: wrap;
}
.s__bonus .bonus__item {
    max-width: 354px;
    margin-right: 30px;
}
.s__bonus .bonus__item:nth-child(3n) {
    margin-right: 0;
}
.s__bonus .bonus__image {
    background: var(--white);
    margin-bottom: 56px;
    height: 354px;
    width: 100%;
    border-radius: 15px;
    padding: 25px 20px 20px 0;
}
.s__bonus .bonus__image img {}
.s__bonus .bonus__info {
    display: flex;
    align-items: flex-start;
}
.s__bonus .bonus__num {
    flex-shrink: 0;
    color: var(--red);
    font-size: 5rem;
    font-weight: 300;
    margin-right: 20px;
    position: relative;
    top: -14px;
}
.s__bonus .bonus__text {}

@media screen and (max-width: 1700px) {
    .s__bonus .s__title {
        margin-top: 0;
    }
    .s__bonus .bonus__item {
        max-width: 276px;
    }
    .s__bonus .bonus__image {
        padding-right: 58px;
        height: 276px;
        margin-bottom: 42px;
    }
}
@media screen and (max-width: 1199px) {
    .s__bonus .s__title {
        margin-bottom: 62px;
    }
    .s__bonus .s__text {
        font-size: 2.4rem;
        margin-bottom: 52px;
    }
    .s__bonus .bonus__item {
        max-width: 228px;
        margin-right: 26px;
    }
    .s__bonus .bonus__image {
        height: 234px;
        padding: 20px 46px 0 0;
        margin-bottom: 38px;
    }
    .s__bonus .bonus__num {
        font-size: 4rem;
        margin-right: 16px;
        top: -10px;
    }
}

@media screen and (max-width:999px) {
    .s__bonus .s__text p {
        width: calc(100% + 10px);
    }
    .s__bonus .bonus__item {
        max-width: 222px;
        margin-right: 20px;
    }
    .s__bonus .bonus__image {
        height: 220px;
        padding: 12px 38px 0 0;
        margin-bottom: 28px;
    }
}
@media screen and (max-width: 767px) {
    .s__bonus .s__text {
        font-size: 2rem;
        margin-bottom: 38px;
    }
    .s__bonus .bonus__list {
        margin-bottom: -5px;
    }
    .s__bonus .bonus__item {
        max-width: 310px;
        margin-right: 0;
        margin-bottom: 44px;
    }
    .s__bonus .bonus__item:last-of-type {
        margin-bottom: 0;
    }
    .s__bonus .bonus__image {
        height: 310px;
        padding: 22px 52px 0 0;
    }
    .s__bonus .bonus__num {
        margin-right: 10px;
        min-width: 32px;
    }
}
@media screen and (max-width: 479px) {
    .s__bonus .s__title {
        margin-bottom: 54px;
    }
    .s__bonus .s__text {
        font-size: 1.6rem;
    }
    .s__bonus .bonus__list {
        margin-bottom: 0px;
    }
    .s__bonus .bonus__item {
        margin-bottom: 32px;
    }
    .s__bonus .bonus__image {
        padding-right: 48px;
        height: 282px;
    }
}



.s__faq {}
.s__faq .s__title {
    margin-bottom: 62px;
}
.s__faq .faq__list {
    margin-bottom: 50px;
    width: 100%;
}
.s__faq .faq__item {
    padding: 30px 0 27px;
    border-bottom: 4px solid var(--violet);
}
.s__faq .faq__item:last-of-type {
    border: none;
}
.s__faq .faq__item-header {
/*    margin-bottom: 30px;*/
/*    font-size: 2.4rem;*/
/*    letter-spacing: 0.2px;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.s__faq .faq__item-title {
    font-size: 2.4rem;
    font-weight: 700;
}
.s__faq .faq__item-ico {
    width: 16px;
    height: 10px;
    background: url(../i/ico_arrow.svg) no-repeat center;
    flex-shrink: 0;
}
.s__faq .faq__item-body {
    display: none;
    padding-top: 30px;
}

.s__faq .faq__item.active .faq__item-ico {
/*    background: url(../i/ico_arrow) no-repeat center;*/
    transform: rotate(180deg);
}
.s__faq .faq__item.active .faq__item-body {
    display: block;
}


.s__faq .s__wrap {}
.s__faq .s__wrap .btn {}


@media screen and (max-width:1700px) {
    .s__faq .faq__item-body {
        padding-right: 80px;
    }
}

@media screen and (max-width: 1199px) {
    .s__faq .s__title {
        margin-bottom: 42px;
    }
    .s__faq .faq__item {
        padding-bottom: 25px;
    }
    .s__faq .faq__item-title {
        font-size: 2.2rem;
    }
    .s__faq .faq__item-body {
        padding-top: 18px;
        padding-right: 30px;
    }
}
@media screen and (max-width:999px) {
    .s__faq .s__title {
        line-height: 1.3;
        margin-bottom: 32px;
    }
    .s__faq .faq__item-body {
        padding-right: 50px;
    }
}
@media screen and (max-width: 767px) {
    .s__faq .s__title {
        margin-top: -5px;
    }
    .s__faq .faq__item {
        padding: 20px 0 25px;
    }
    .s__faq .faq__item-title {
        font-size: 2rem;
    }
    .s__faq .faq__item-body {
        padding-right: 0;
    }
}
@media screen and (max-width: 479px) {
    .s__faq .s__title {
        margin-top: 0px;
    }
    .s__faq .faq__item {
        padding-bottom: 16px;
    }
    .s__faq .faq__item-title {
        font-size: 2rem;
        padding-right: 20px;
    }
    .s__faq .faq__item-body {
        padding-top: 8px;
    }
}



.footer {
  /*background: blue;*/
  padding: 60px 0 50px;
}
.footer .footer__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
/*  margin-bottom: 30px;*/
  max-width: 1000px;
  width: 100%;
}
.footer .footer__logo {
    position: relative;
    top: 4px;
    margin-right: 20px;
/*  margin: 10px 20px 0 0;*/
}
.footer .footer__list {
  display: flex;
  width: 100%;
  max-width: 550px;
  justify-content: space-between;
}
.footer .footer__item {}
.footer .footer__link {
  color: #3A3A3C;
  font-weight: 400;
  text-decoration: underline;
  font-size: 1.8rem;
}
.footer .footer__link:hover {
  color: var(--red2);
  text-decoration: none;
}
.footer .copy {
  font-weight: 400;
  color: #3A3A3C;
  max-width: 1000px;
  font-size: 1.8rem;
}




@media screen and (max-width: 1999px) {
}
@media screen and (max-width: 1800px) {
}
@media screen and (max-width: 1400px) {
}

/*@media screen and (min-width: 1200px) and (max-width: 1700px) {*/
@media screen and (max-width: 1700px) {

    .footer .footer__flex {
/*        max-width: 575px;*/
    }

}

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

  .footer {
    padding: 46px 0;
  }
  .footer .footer__logo {
    margin: 0;
/*    margin: 5px 5% 0 4px;*/
  }
  .footer .copy {
    margin-left: 0;
  }
  .footer .footer__flex {
    max-width: 564px;
  }
  .footer .footer__list {
    /*max-width: 440px;*/
  }

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


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

  .footer {
    padding: 38px 0 100px;
  }
  .footer .columns.columns-padding {
    margin-left: 0;
    width: 100%;
    max-width: 714px;
  }
  .footer .footer__flex {
    margin-bottom: 20px;
  }
  .footer .footer__item {
    margin-bottom: 10px;
  }
  .footer .footer__item:last-of-type {
    margin-bottom: 0;
  }
  .footer .footer__logo {
      margin: 4px 6% 0 0;
  }
  .footer .footer__list {
    max-width: 304px;
    /*flex-direction: column;*/
    max-width: 800px;
  }

}
@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 0 80px;
  }
  .footer .footer__flex {
    flex-direction: column;
    /*padding: 0 14px;*/
    margin-bottom: 30px;
  }
  .footer .footer__logo {
/*    margin-left: 0;*/
/*    margin-bottom: 40px;*/
/*    margin-right: 0;*/
    margin: 0 auto 40px;
  }
  .footer .footer__list {
    flex-direction: column;
        align-items: center;
  }
  .footer .footer__item {
    margin-bottom: 18px;
  }
  .footer .footer__link {
    font-size: 1.8rem;
  }
  .footer .copy {
    font-size: 1.6rem;
    /*margin-left: 14px;*/
  }

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

  .footer {}
  .footer .footer__flex {
    padding: 0;
  }
  .footer .footer__item {
      margin-bottom: 18px;
  }
  .footer .footer__link {
    font-size: 1.6rem;
  }
  .footer .footer__logo {
    margin-bottom: 35px;
  }
  .footer .copy {
    font-size: 1.6rem;
    margin-left: 0;
    letter-spacing: 0.3px;
  }

}








.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;
        max-width: 240px;
}
.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;*/
        font-size: 1.8rem;
    }
    
}
@media screen and (max-width: 479px) {
    
}










.s__success {
    color: var(--white);
    background: urL(../i/bg/words_bg_01.jpg) no-repeat center / cover;
}

.s__success .s__title {
    color: var(--white);
}
.s__success .s__subtitle {
    font-size: 3.4rem;
    font-weight: bold;
    margin-bottom: 40px;
}
.s__success .s__text {}
.s__success .s__image img {
    border-radius: 15px;
}



.s__failed {
    color: var(--white);
    background: urL(../i/bg/words_bg_01.jpg) no-repeat center / cover;
}

.s__failed .s__title {
    color: var(--white);
}
.s__failed .s__subtitle {
    font-size: 3.4rem;
    font-weight: bold;
    margin-bottom: 40px;
}

.s__failed .s__text {
    margin-bottom: 40px;
}
.s__failed .s__text a {
    color: var(--red);
    text-decoration: none;
}
.s__failed .s__text a:hover {
    text-decoration: underline;
}
.s__failed .s__image img {
    border-radius: 15px;
}


@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__list {}
.s__list-item {
    display: flex;
    margin-bottom: 43px;
}
.s__list-num {
    flex-shrink: 0;
    margin-right: 48px;
    min-width: 35px;
}
@media screen and (max-width: 1700px) {
.s__list-num {
    margin-right: 20px;
}

