@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url("../fonts/HelveticaNeueCyr-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url("../fonts/HelveticaNeueCyr-Roman.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url("../fonts/HelveticaNeueCyr-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url("../fonts/HelveticaNeueCyr-Thin.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
}

body, html {
    color: #28282D;
    padding: 0;
    margin: 0;
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    /*font-size: 18px;*/
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

img {
    display: block;
}

a {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}

a:hover {
    /*text-decoration: underline;*/
}

.d-btn:hover, .acitem:hover {
    text-decoration: none;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 70px;
    font-weight: 100;
}

h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 100;
}

h4 {
    font-size: 30px;
    font-weight: 400;
}

b {
    font-weight: 400;
}

.header-wrapper, .block, .footer-wrapper {
    padding: 0 12.5%;
}

.header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 70px;
    height: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

header {
    font-weight: 400;
    background-color: #3438E0;
    color: #fff;
}

header nav {
    /*margin-left: auto;*/
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header nav a:hover {
    /*opacity: 0.9;*/
}

header .logo {
    margin-right: 2.1vw;
}

header .help {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header .help img {
    margin-left: 11px;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header .title {
    font-size: 14px;
    white-space: nowrap;
    cursor: default;
    opacity: 0.5;
    font-weight: 300;
}

header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header li, footer li {
    margin-right: 2.1vw;
    white-space: nowrap;
    font-size: 16px;
}

/*

.ben {
    width: 100%;
    background: url("../img/photo001.jpg") no-repeat center;
    background-size: cover;
    position: relative;
    height: 0;
    padding-top: 46.89%;
}

.ben .overlay, .ben .content {
    position: absolute;
}

.ben .overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
*/
.nh {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 12.5%;
    padding-right: 100px;
    margin-top: 45px;
    margin-bottom: 45px;
}

.nah {
    width: 73%;
}

.nah img {
    width: 100%;
}

.nh h1 {
    font-weight: 100;
    margin-top: 90px;
}

.nh h1 b {
    font-weight: 300;
}

b {
    font-weight: 300;
}

.pg-slider .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 80px;
}

.bg {
    /*padding: 140px 0;
    background: url("../img/re.svg") no-repeat;*/
    margin-bottom: 50px;
}

.pg-slider img{
    width: 100%;
}

.banana {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.banana > div {
    width: 50%;
}

.banana .image img {
    width: 100%;
}

.ben .content {
    left: 12.5%;
    bottom: 100px;
    color: #fff;
}

.a-list {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.a-list p {
    font-size: 25px;
    text-align: center;
}

.block.s {
    position: relative;
}

.block.s img.s {
    position: absolute;
    right: 12.5%;
    top: 40px;
}

.d-btn {
    width: 350px;
    height: 75px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    background: no-repeat center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn1 {
    background-image: url('../img/btn1.svg');
    position: relative;
    margin-bottom: 150px;
}

.btn1::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    width: 356px;
    height: 180px;
    background: url("../img/btn1_after.svg") no-repeat center;
}

.btn, button {
    color: #fff;
    /*background-color: #3438E0;*/
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    padding: 9px 2.3vw 10px;
    display: inline-block;
    font-weight: 400;
    cursor: pointer;
    border-radius: 3px;
}

/*
.ben p {
    font-size: 25px;
    margin-bottom: 40px;
}

.ben .btn {
    padding: 23px 3.3vw;
    background-color: #E62632;
    font-size: 22px;
}

.bg-block {
    background-color: #3438E0;
    width: 100%;
    padding: 47px 12.5vw;
    color: #fff;
}*/

.swiper-button-next, .swiper-button-prev {
    width: 48px;
    height: 96px;
}

.swiper-button-next {
    right: 90px;
}

.swiper-button-prev {
    left: 90px;
}

.swiper-button-next::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/next.svg") no-repeat center;
}

.swiper-button-prev::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/prev.svg") no-repeat center;
}

.block {
    padding-top: 40px;
}

.block h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

.block h2 + p {
    font-size: 22px;
}

.block.bg {
    background-color: #F3F7FA;
}

input:not([type=checkbox]) {
    padding: 11px 30px;
    font-size: 14px;
    font-weight: 300;
    color: #28282D;
}

input[type="checkbox"] {
    width: 10px;
    height: 10px;
    border: 1px solid #DCE0EB;
    border-radius: 0;
    margin: 0;
    padding: 0;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    background: #fff;
}

input[type="checkbox"]:checked::after {
    content: '';
    width: 3px;
    height: 6px;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 2px;
}

.item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.item-list .item {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.item-list .item img {
    -ms-flex-item-align: baseline;
    align-self: baseline;
    margin-right: 12px;
}

.item-list .item p {
    font-size: 16px;
    font-weight: 100;
}

hr {
    border: none;
    width: 100%;
    height: 56px;
    background: url("../img/hr.svg") no-repeat center;
}

button[disabled] {
    opacity: 0.6;
}

.acc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.acitems {
    width: 100%;
    max-width: 844px;

}

.acitem {
    width: 100%;
    padding: 10px 70px 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background: url("../img/acbgg.svg") no-repeat center;
    background-size: contain;
    margin-bottom: 10px;
    cursor: pointer;
}

.acitem:hover {
    color: white;
    background-image: url("../img/acbg.svg");
}

.acitem:hover:nth-child(1) .img svg path:nth-child(1), .acitem:hover:nth-child(1) .img svg path:nth-child(2) {
    opacity: 0.2;
}

.acitem:hover:nth-child(1) .img svg path:nth-child(3), .acitem:hover:nth-child(1) .img svg path:nth-child(4) {
    fill: white;
}

.acitem:hover:nth-child(2) .img svg path:nth-child(1), .acitem:hover:nth-child(2) .img svg path:nth-child(2),
.acitem:hover:nth-child(2) .img svg path:nth-child(3) {
    opacity: 0.2;
}

.acitem:hover:nth-child(2) .img svg path:nth-child(4), .acitem:hover:nth-child(2) .img svg path:nth-child(5),
.acitem:hover:nth-child(2) .img svg path:nth-child(6) {
    fill: white;
}

.acitem:hover:nth-child(3) .img svg path:nth-child(1), .acitem:hover:nth-child(3) .img svg path:nth-child(2),
.acitem:hover:nth-child(3) .img svg path:nth-child(3) {
    opacity: 0.2;
}

.acitem:hover:nth-child(3) .img svg path:nth-child(4), .acitem:hover:nth-child(3) .img svg path:nth-child(5),
.acitem:hover:nth-child(3) .img svg path:nth-child(6), .acitem:hover:nth-child(3) .img svg path:nth-child(7) {
    fill: white;
}

.acitem:first-child::after {
    content: '';
    display: block;
    position: absolute;
    left: calc(100% + 114px);
    top: 28px;
    width: 232px;
    height: 64px;
    background: url("../img/acafter.svg") no-repeat;
}

.acitem h5 {
    font-weight: normal;
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.acitem p {
    font-weight: 300;
    font-size: 16px;
    margin: 0;
}

.acitem .img {
    margin-right: 20px;
    margin-top: 10px;
}

.acitem .ar {
    position: absolute;
    right: 50px;
    top: calc(50% - 20px);
}

.acon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding-left: 142px;
}

.acon img {
    margin-right: 20px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.acon .t {
    font-weight: 100;
    font-size: 28px;
}

.acon p {
    font-weight: 100;
    max-width: 300px;
}

.advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 150px;
}

.advantages .item .desc {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.advantages .item.active .desc {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
}

.advantages .item {
    background-size: cover;
    background-repeat: no-repeat;
    width: 230px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
}

.advantages .item p {
    margin: 0 0 30px;
}

.advantages .item a {
    font-weight: 400;
    font-size: 14px;
    color: #00AAFF;
    margin-top: 30px;
}

.advantages h4 {
    margin-top: 20px;
}

.advantages .item:nth-child(1), .advantages .swiper-slide:nth-child(1) .item {
    background-image: url("../img/adv1-bg.svg");
    --h: 600px;
    min-height: var(--h);
}

.advantages .item:nth-child(2), .advantages .swiper-slide:nth-child(2) .item {
    background-image: url("../img/adv2-bg.svg");
    --h: 655px;
    min-height: var(--h);
}

.advantages .item:nth-child(3), .advantages .swiper-slide:nth-child(3) .item {
    background-image: url("../img/adv3-bg.svg");
    --h: 412px;
    min-height: var(--h);
}

.advantages .item:nth-child(4), .advantages .swiper-slide:nth-child(4) .item {
    background-image: url("../img/adv4-bg.svg");
    --h: 454px;
    min-height: var(--h);
    color: white;
}

.advantages .item:nth-child(4) a, .advantages .item:nth-child(5) a, .advantages .swiper-slide:nth-child(4) .item a,
.advantages .swiper-slide:nth-child(5) .item a {
    color: white;
}

.advantages .item:nth-child(5), .advantages .swiper-slide:nth-child(5) .item {
    background-image: url("../img/adv5-bg.svg");
    --h: 587px;
    min-height: var(--h);
    color: white;
}

.advantages .item:nth-child(6), .advantages .swiper-slide:nth-child(6) .item {
    background-image: url("../img/adv6-bg.svg");
    --h: 467px;
    min-height: var(--h);
}

.a-list img {
    margin: 0 auto;
}

.block.s.ss img.s {
    right: 26%;
    top: -120px;
}

.block.s.ss .a-list {
    margin-top: 80px;
}

.btn2 {
    background-image: url("../img/btn2.svg");
    position: relative;
}

.btn2::after {
    content: '';
    position: absolute;
    left: -130px;
    bottom: 100%;
    width: 358px;
    height: 285px;
    background: url("../img/btn2_after.svg") no-repeat center;
}

.btn3 {
    background-image: url("../img/btn3.svg");
    position: relative;
}

.btn3::after {
    content: '';
    position: absolute;
    left: 103%;
    top: -25px;
    width: 358px;
    height: 285px;
    background: url("../img/btn3_after.svg") no-repeat center;
}

.block.bt2 .content {
    padding: 270px 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.block.bt2 .content p {
    font-size: 22px;
    width: 100%;
}

.hblock {
    padding-right: 0;
}

.hblock .content {
    padding: 125px 0;
}

.hblock .image {
    width: 68%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.hblock {
    margin-bottom: 100px;
}

footer {
    background-color: #3438E0;
    color: #fff;
    padding: 66px 0;
}

.footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


footer .aside {
    width: 24vw;
    padding-right: 30px;
    margin-right: 3vw;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

footer .logo {
    margin-bottom: 65px;
}

footer .logo + p {
    max-width: 232px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 300;
}

footer p {
    margin: 0;
}

footer li {
    margin-bottom: 16px;
}

.footer-wrapper > div:last-child > div {
    max-width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer-wrapper > div:last-child > div > *:last-child {
    margin-top: auto;
}

.footer-wrapper > div:last-child > div > a:last-child {
    opacity: 0.5;
}

footer .soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer * {
    font-size: 14px;
    line-height: 20px;
}

.menu {
    display: none;
}

label.error {
    display: none !important;
}

input.error {
    border-color: #ee395b !important;
}

.footer-wrapper > div:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.mo {
    display: none;
}

.close {
    display: none;
    width: 26px;
    height: 26px;
    position: relative;
}

.close div {
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
}

.close div:first-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0;
}

.close div:last-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0;
}

header a > img + .title {
    /*display: none;*/
}

.a-list a:hover {
    color: #0a2896;
}

.topl {
    position: relative;
}

.topl .title {
    position: absolute;
    bottom: -2px;
    left: 35px;
    font-size: 7.5px;
}



@media screen and (max-width: 1800px) {
    .awrap {
        /*-ms-flex-wrap: wrap;*/
        /*flex-wrap: wrap;*/
        overflow: hidden;
    }

    .advantages .item {
        margin: 0 15px;
    }

    .awrap {
        position: relative;
    }

    .awrap::before, .awrap::after {
        content: '';
        display: block;
        width: 21px;
        height: 40px;
        background-size: contain;
        position: absolute;
        top: 50%;
    }

    .awrap::before {
        background-image: url('../img/prev.svg');
        left: -30px;
    }

    .awrap::after {
        background-image: url('../img/next.svg');
        right: -30px;
    }

}

@media screen and (max-width: 1700px) {
    .hblock h2 {
        font-size: 50px;
    }

    .hblock .image {
        width: 50%;
    }
}

@media screen and (max-width: 1600px) {
    h1 {
        font-size: 60px;
    }
}

@media screen and (max-width: 1500px) {
    .acitems {
        margin-bottom: 170px;
    }

    .acc {
        position: relative;
    }

    .acon {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .acitem:first-child::after {
        left: 103%;
    }

    .header-wrapper, .block, .footer-wrapper, .nh {
        padding: 0 100px;
    }

    .swiper-button-next {
        right: 30px;
    }

    .swiper-button-prev {
        left: 30px;
    }
}

@media screen and (max-width: 1400px) {
    .hblock .image {
        width: 30%;
        margin-left: auto;
    }

    header .help {
        display: none;
    }
}

@media screen and (max-width: 1300px) {
    .acitem:first-child::after {
        display: none;
    }

    .block.s.ss img.s {
        right: 100px;
    }

    .btn2::after {
        left: -100px;
    }

    .hblock .image {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 50%;
    }
}

@media screen and (max-width: 1240px) {
    header .title {
        /*display: none;*/
    }

    .bg-block.pyr-list .item .pyr {
        display: none;
    }

    .item-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .item-list .item {
        width: 49%;
        margin-bottom: 30px;
    }

    .a-list > div {
        width: 30%;
        margin-bottom: 30px;
    }

    .block.bg.pb .pyr-list .item {
        width: 400px;
        margin-right: 0;
    }

    .item-list .item:nth-child(3) {
        background-size: cover;
        background-position: center;
    }

    .block.bg.pb .pyr-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .pyr-list .item {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
    }

    .pyr-list .item::after {
        display: none;
    }

    footer {
        padding: 30px 0;
    }

    .footer-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    footer .aside {
        width: 100%;
        border: none;
    }

    footer .logo + p {
        max-width: 532px;
    }

    footer nav {
        display: none;
    }

    .footer-wrapper > div:last-child > div {
        margin-top: 30px;
    }

    .footer-wrapper > div:last-child > div > *:last-child {
        margin-top: 30px;
    }

    h1 {
        font-size: 44px;
    }

    .btn2::after {
        width: 300px;
        height: 238px;
        background-size: contain;
        left: -40px;
    }
}

@media screen and (max-width: 1000px) {
    header .help {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    header a > img + .title {
        display: block;
        font-size: 12px;
        margin-top: 4px;
    }

    .mo {
        display: block;
        color: white;
        font-size: 33px;
    }

    .bg {
        padding: 30px 0;
    }

    .pyr-list .item {
        margin-top: 20px;
    }

    .ben .content, .ben.bottom .content {
        left: 0;
        top: 0;
        padding: 30px;
    }

    .header-wrapper, .footer-wrapper, .block, .bg-block, .block.mt {
        padding: 30px;
    }

    .p-slider .prev {
        left: -25px;
    }

    .p-slider .next {
        right: -25px;
    }

    .p-slider .next, .p-slider .prev {
        width: 20px;
        height: 40px;
        background-size: contain;
    }

    .ben h1, .ben h2 {
        font-size: 30px;
    }

    .ben p {
        margin: 22px 0;
    }

    .menu {
        display: block;
        width: 26px;
        height: 20px;
        cursor: pointer;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    header nav {
        /*display: none;*/
        -webkit-transition: -webkit-transform 0.2s;
        transition: -webkit-transform 0.2s;
        -o-transition: transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    nav.active {
        /*display: block;*/
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    header nav {
        padding: 30px;
        position: absolute;
        width: 100%;
        right: 0;
        top: 92px;
        height: calc(100vh - 92px);
        background-color: #3438E0;
        color: white;
        z-index: 1;
        font-weight: 100;
        -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
        transform-origin: right top;
    }

    header nav ul {
        display: block;
    }

    header nav li {
        margin-bottom: 20px;
        font-size: 33px;
    }

    .menu div {
        /*display: flex;*/
        width: 100%;
        height: 3px;
        margin-bottom: 6px;
        /*border-radius: 50%;*/
        background-color: #fff;
    }

    header .register {
        margin-left: auto;
        margin-right: 30px;
    }

    header .login {
        margin-right: 30px;
    }

    .menu div:last-child {
        margin-bottom: 0;
    }

    header .btn {
        /*display: none;*/
    }

    .nah {
        width: 100%;
    }

    .nh {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 0;
    }

    .nh h1 {
        margin-top: 22px;
    }

    hr {
        display: none;
    }

    .block, .footer-wrapper, .nh {
        padding: 30px 30px 0;
    }

    .header-wrapper {
        padding: 30px;
    }

    .nh {
        margin-bottom: 0;
    }

    h1 {
        font-size: 60px;
    }

    .d-btn::after {
        display: none;
    }

    .item-list .item {
        width: 100%;
    }

    .banana {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .banana > div {
        width: 100%;
    }

    .acitem {
        background-size: cover;
    }

    .acitems {
        margin-bottom: 270px;
    }

    .block.bt2 .content {
        padding: 0;
    }

    .hblock .image {
        display: none;
    }

    .hblock .content {
        padding: 0;
    }
}

@media screen and (max-width: 640px) {
    .btn1::after {
        display: block;
        left: 120px;
        width: 238px;
        background-size: contain;
        top: 100%;
    }

    .item-list .item img {
        width: 80px;
    }

    header .register, header .login {
        display: none;
    }

    h1, h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    p {
        margin: 10px 0;
    }

    .block h2 + p {
        font-size: 16px;
        font-weight: 100;
    }

    .d-btn {
        width: 100%;
        background-size: contain;
    }

    .btn3::after {
        display: block;
        right: 0;
        left: auto;
        background-image: url("../img/v2.svg");
        background-size: contain;
        width: 180px;
        height: 120px;
        top: auto;
        bottom: 100%;
    }

    .hblock .image {
        display: block;
        width: 100%;
    }

    .hblock {
        margin-bottom: 0;
    }

    .footer-wrapper > div:last-child > div {
        max-width: 100%;
    }

    .btn3 {
        margin-top: 98px;
    }

    .btn1 {
        margin-bottom: 140px;
    }

    .block.s img.s {
        display: none;
    }

    .a-list > div {
        width: 50%;
    }

    .acitem, .acc {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .acitem h5 {
        font-size: 20px;
    }

    .acitems {
        margin-bottom: 30px;
    }

    .acon {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
    }

    .advantages .item:nth-child(1n) {

        /*background: none;
        min-height: unset;*/
    }

    .mswd .item img {
        width: 80px;
    }

    .mswd h4 {
        font-size: 20px;
        font-weight: normal;
        margin-bottom: 15px;
    }

    .mswd p {
        font-size: 16px;
        font-weight: 100;
    }



    .advantages {
        margin-bottom: 0;
    }

    .a-list > div {
        width: 33%;
        margin-bottom: 0;
    }

    .a-list img {
        width: 80px;
    }

    .a-list p {
        font-size: 18px;
    }

    .block.s.ss img.s {
        top: 1px;
        right: 20px;
        display: block;
        width: 180px;
        height: 120px;
    }

    .btn2::after {
        display: block;
        width: 180px;
        height: 135px;
        background-size: contain;
        left: 0;
    }

    .hblock h2 {
        font-size: 40px;
    }

    .btn2 {
        margin-top: 50px;
    }

    .pg-slider h4 {
        font-size: 20px;
    }

    .pg-slider h4 br, .pg-slider .swiper-pagination {
        display: none;
    }

    .pg-slider .content {
        padding-left: 0;
    }

    .swiper-button-next, .swiper-button-prev {
        /*display: none;*/
        width: 21px;
        height: 40px;
    }

    .swiper-button-next::after, .swiper-button-prev::after {
        background-size: contain;
    }

    .swiper-button-next {
        right: 1px;
    }

    .swiper-button-prev {
        left: 1px;
    }

    .advantages .swiper-slide:nth-child(5) .item {
        min-height: 498px;
    }

    .advantages .swiper-slide:nth-child(1) .item {
        min-height: 460px;
    }

    .advantages .swiper-slide:nth-child(2) .item {
        min-height: 416px;
    }

    .advantages .item .desc {
        font-size: 16px;
        font-weight: 100;
    }

    .block h2 br {
        /*display: none;*/
    }

    body, html {
        /*letter-spacing: 0;*/
    }

    .acitem .ar {
        right: 20px;
    }

    .acitem {
        padding-right: 20px;
    }

    .footer-wrapper > div:last-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.advantages .swiper-slide:nth-child(1) {
    margin-top: 55px;
}

.advantages .swiper-slide:nth-child(3) {
    margin-top: 150px;
}

.advantages .swiper-slide:nth-child(4) {
    margin-top: 130px;
}

.advantages .swiper-slide:nth-child(5) {
    margin-top: 70px;
}

.advantages .swiper-slide:nth-child(6) {
    margin-top: 130px;
}