section ul {
    margin-top: 20px;
}

section ul:first-child {
    margin-top: 0;
}

section li {
    position: relative;
    line-height: 1.5;
    border-top: 1px solid rgba(0,0,0,0.4);
    text-align: left;
    padding: 11px 0 10px 0;
    padding-left: 29px;
}

section li:last-child {
    border-bottom: 1px solid rgba(0,0,0,0.4);
}

section li:before {
    content: url(../img/list.svg);
    width: 18px;
    position: absolute;
    left: 0;
    top: 9px;
}

.bg-lgreen {
    background-color: #e4f5f3;
}

.bg-white {
    background-color: #fff;
}

.bg-gradient {
    background: linear-gradient(to bottom, #fff, #ededed);
}

.text-center {
  text-align: center;
}

.m-auto {
  margin: 0 auto;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.btn {
  display: flex;
}

@media(max-width: 991px) {
  .btn {
    justify-content: center;
  }
}

.btn__link {
    font-family: 'Helveticaneuecyr-Medium';
    font-size: 15px;
    line-height: 1.2;
    color: #fff;
    background-color: #7e3e97;
    border-radius: 50px;
    text-transform: uppercase;
    text-align: center;
    padding: 14px 27px 13px 27px;
}

.btn__link--big {
    font-size: 18px;
    padding: 16px 40px 15px 40px;
}

@media(max-width: 1260px) {
    .btn__link {
        padding: 14px 32px 13px 32px;
    }
    .btn__link--big {
        font-size: 15px;
    }
}

.btn__link:hover {
    color: #fff;
    background-color: #9049ac;
}

.btn__link--green {
    background-color: #76ad49;
}

.btn__link--green:hover {
    background-color: #81ba52;
}

.btn__link--dgreen {
    background-color: #48791f;
}

.btns {
    margin-top: -10px;
    padding-top: 30px;
}

@media(max-width: 991px) {
    .btns {
        justify-content: center;
    }
}

.pt-20 {
    padding-top: 20px;
}

.btns .btn {
    margin-right: 8px;
    margin-top: 10px;
}

.btns .btn:last-child {
    margin-right: 0;
}

@media(max-width: 500px) {
    .btns .btn {
       width: 100%;
       max-width: 350px;
       margin-right: 0;
    }
    .btns .btn__link {
        width: 100%;
    }
}

.col {
    position: relative;
}

.w-1 {
    width: 48%;
}

.w-2 {
    width: 52%;
}

.w-3 {
    width: 38%;
}

.w-4 {
    width: 62%;
}

.w-5 {
    width: 49%;
}

.w-6 {
    width: 50%;
}

@media(max-width: 1260px) {
    .w-1, .w-3 {
        width: 45%;
    }
    .w-2, .w-4 {
        width: 55%;
    }
}

@media(max-width: 991px) {
    .col {
        width: 100%;
    }
    .text {
        order: -1;
        text-align: center;
        margin-bottom: 30px;
    }
    .text--bottom {
        order: 2;
        margin-bottom: 0;
        margin-top: 30px;
    }
    .media img {
        max-height: 400px;
    }
    .media__img {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media(max-width: 767px) {
    .media img {
        max-height: 320px;
    }
}

.img-va-end {
    display: flex;
    align-items: flex-end;
}

.block {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid rgba(138,179,156,0.6);
    padding: 0 40px;
}

.text-content {
    position: relative;
    z-index: 10;
}

.block .col {
    padding-top: 85px;
    padding-bottom: 85px;
}

@media(max-width: 1260px) {
    .block {
        padding: 0 30px;
    }
    .block .col {
        padding-top: 45px;
        padding-bottom: 45px; 
    }
    .block--front .text {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .blocks .col .btn {
        min-width: 70%;
    }
    .blocks .col .btn__link {
        width: 100%;
    }
}

@media(max-width: 991px) {
    .block {
        padding: 35px 30px;
    }
    .block .col {
        padding-top: 0;
        padding-bottom: 0; 
    }
    .block--front {
        padding-top: 60px;  
        padding-bottom: 30px;  
    }
    .blocks .col .btn {
        min-width: auto;
    }
    .blocks .col .btn__link {
        width: auto;
    }
    .pbm-0 {
        padding-bottom: 0;
    }
}

@media(max-width: 767px) {
    .block {
        padding: 30px 15px;
    }
    .blocks .col .btn {
        min-width: 70%;
        margin-right: 0;
    }
    .blocks .col .btn__link {
        width: 100%;
    }
}

@media(max-width: 991px) {
    .block--front {
        padding-top: 60px;
    }
}

.reverse {
    justify-content: flex-end;
}

.col--pr {
    padding-right: 30px;
}

.col--pr-70 {
    padding-right: 70px;
}

.mobile {
    display: none;
}

@media(max-width: 1260px) {
    .col--pr-70 {
        padding-right: 30px;
    }
}

@media(max-width: 991px) {
    .col {
        padding-right: 0;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
}

.block--green {
    background: url(../img/block.jpg) center / cover no-repeat;
}

.bg, .card__block {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.blocks .block {
    margin-top: 130px;
}

@media(max-width: 1260px) {
    .blocks .block {
        overflow: hidden;
        margin-top: 30px;
    }
}

.blocks .block:first-child {
    margin-top: 0;
}

.blocks .col .btn__link {
    font-size: 12px;
}

.blocks .col p, .block .col h5 {
    margin-top: 15px;
}

.col__img-abs {
    position: absolute;
    z-index: 15;
    max-width: none;
    max-height: 115%;
    left: 97%;
    top: 48%;
    transform: translateY(-50%);
}

.left-35 {
    left: 35%;
}

.right, .reverse .col__img-abs {
    left: auto;
    right: 105%;
}

@media(max-width: 1260px) {
    .col__img-abs {
        max-height: 100%;
        left: 93%;
        transform: translateY(-50%) translateX(0);
    }
    .left-35 {
        left: 29%;
    }
}

.bottom {
    top: auto;
    transform: none;
    bottom: -10%;
}

@media(max-width: 991px) {
    .col__img-abs {
        position: relative;
        max-height: 350px !important;
        top: auto !important;
        left: 50% !important;
        transform: translateX(-50%);
        margin-top: 30px;
    }
    .mt-0 {
        margin-top: 0;
    }
}

@media(max-width: 767px) {
    .col__img-abs {
        max-height: 300px !important;
    }
}

.block__bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 20px;
    overflow: hidden;
}

@media(max-width: 991px) {
    .maxh-90 {
        max-height: 90px;
    }
}

.pb {
    padding-bottom: 120px;
}

@media(max-width: 1260px) {
    .pb {
        padding-bottom: 70px;
    }
}

@media(max-width: 991px) {
    .pb {
        padding-bottom: 50px;
    }
}

/*front*/
.pt-1 {
    padding: 50px 0 165px 0;
}

@media(max-width: 991px) {
    .pt-1 {
        padding: 40px 0 0 0;
    }
}

.mtm {
    margin-top: -60px;
}

.device {
    position: absolute;
    z-index: 20;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.butterfly {
    position: absolute;
    z-index: 50;
    top: -108px;
    right: 45px;
}

@media(max-width: 991px) {
    .butterfly {
        top: -50px;
    }
}

@media(max-width: 767px) {
    .butterfly {
        right: 20px;
    }
}

@media(max-width: 490px) {
    .butterfly {
        top: -120px;
    }
}

.graphic {
    padding: 120px 0 90px 0;
}

@media(max-width: 1260px) {
    .graphic {
        padding: 90px 0 50px;
    }
}

@media(max-width: 991px) {
    .graphic {
        padding: 35px 0;
    }
}

.graphic__block {
    position: relative;
}

.graphic__img {
    position: relative;
    z-index: 2;
}

.graphic__block img {
    max-height: 1040px;
}

.graphic__shadow {
    position: absolute;
    height: 100%;
    z-index: 1;
    left: 50.8%;
    transform: translateX(-50%);
    top: 0.3%;
}