@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");

body,
html {
    height: 100%;
    margin: 0 !important;
    font-family: "Figtree", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

body {
    margin: 0;
    background: #f0f8fe;
    color: #1a3051;
}

#wrapper {
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

table {
    width: 100% !important;
    height: auto !important;
    border-collapse: collapse;
    margin: 0 0 40px;
    border-radius: 20px;
    overflow: hidden;
}

@media (max-width: 979px) {
    table {
        margin-bottom: 24px;
    }
}

table td {
    padding: 10px 20px;
    border: 1px solid #fff;
    background: #f4f4f4;
    font-size: 20px;
    color: #1a1a1a;
}

@media (max-width: 979px) {
    table td {
        font-size: 16px;
    }
}

.container {
    width: 1312px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1379px) {
    .container {
        width: 89.248%;
    }
}

@media (max-width: 743px) {
    .container {
        width: 94%;
    }
}

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

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

.flex-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mobile {
    display: none;
}

@media (max-width: 767px) {
    .mobile {
        display: block;
    }
}

.over_hidden {
    overflow-x: hidden;
}

.header_burger_wrapper {
    width: 24px;
    height: 24px;
    display: none;
}

@media (max-width: 1279px) {
    .header_burger_wrapper {
        display: block;
    }
}

.header_burger {
    width: 18px;
    height: 1.5px;
    z-index: 4;
    top: 11px;
    left: 0px;
    position: relative;
    background: #292d32;
    order: 1;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 6px;
}

@media (max-width: 1919px) {
    .header_burger {
        width: 25px;
    }
}

.header_burger:before {
    border-radius: 6px;
    position: absolute;
    background: #292d32;
    width: 18px;
    height: 1.5px;
    top: 9px;
    content: "";
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1919px) {
    .header_burger:before {
        width: 25px;
        top: 7px;
    }
}

.header_burger:after {
    border-radius: 6px;
    position: absolute;
    background: #292d32;
    width: 18px;
    height: 1.5px;
    bottom: 9px;
    content: "";
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1919px) {
    .header_burger:after {
        width: 25px;
        bottom: 7px;
    }
}

.header_burger.drop-down {
    background: rgba(111, 111, 111, 0);
    z-index: 5;
}

.header_burger.drop-down:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
}

.header_burger.drop-down:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0px;
}

.header {
    border-radius: 999px;
    box-shadow: 0px 18px 24px 2px rgba(26, 48, 81, 0.05);
    background: #f0f8fe;
    margin-top: 20px;
    position: relative;
    z-index: 2;
}

@media (max-width: 1379px) {
    .header {
        width: 100%;
        border-radius: 0;
        margin-top: 0;
        padding: 2px 0;
    }
}

@media (max-width: 743px) {
    .header {
        padding: 6px 0;
    }
}

.header_wrapper {
    align-items: center;
}

@media (max-width: 1379px) {
    .header_wrapper {
        width: 89.248%;
        margin-left: auto;
        margin-right: auto;
    }
}

.header_logo {
    margin-left: 32px;
}

@media (max-width: 1379px) {
    .header_logo {
        margin-left: 0;
    }
}

.header_menu {
    list-style: none;
    padding: 0;
    margin: 0 0 0 auto;
}

@media (max-width: 1379px) {
    .header_menu {
        display: none;
        position: absolute;
        top: 53px;
        width: 100%;
        padding: 40px 40px 250px;
        left: 0;
        background: #f0f8fe;
    }
}

@media (max-width: 743px) {
    .header_menu {
        top: 50px;
        padding: 20px 10px 250px;
    }
}

.header_menu li {
    margin-right: 24px;
    padding: 14px 0;
}

@media (max-width: 1379px) {
    .header_menu li {
        padding: 0;
        margin-bottom: 20px;
        margin-right: 0;
    }
}

@media (max-width: 743px) {
    .header_menu li {
        margin-bottom: 12px;
    }
}

.header_menu li:last-child {
    margin-right: 0;
}

@media (max-width: 1379px) {
    .header_menu li:last-child {
        margin-bottom: 0;
    }
}

.header_menu li a {
    text-decoration: none;
    color: #1a3051;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    transition: all .3s;
}

@media (max-width: 743px) {
    .header_menu li a {
        font-size: 14px;
    }
}

.header_menu li a:hover {
    color: #7cbcf2;
}

.header_menu li.menu-item-has-children {
    padding-right: 22px;
    position: relative;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 99999;
}

.header_menu li.menu-item-has-children:after {
    position: absolute;
    right: 0;
    content: '';
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    background-position: center;
    background-image: url(../images/arrow-menu.svg);
    transition: all .3s;
}

@media (max-width: 1379px) {
    .header_menu li.menu-item-has-children:after {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

@media (max-width: 1379px) {
    .header_menu li.menu-item-has-children ul {
        left: -110%;
        width: 100%;
        padding: 0;
        top: -43px;
        box-shadow: none;
        transition: left 0.5s;
    }
}

@media (max-width: 1379px) {
    .header_menu li.menu-item-has-children ul li {
        padding: 0;
        width: 100%;
        box-shadow: none;
    }
}

@media (max-width: 1379px) {
    .header_menu li.menu-item-has-children ul li a {
        font-weight: 500;
    }
}

@media (max-width: 1379px) {
    .header_menu li.menu-item-has-children ul li .menu-image-hover-wrapper {
        display: none;
    }
}

@media (max-width: 1379px) {
    .header_menu li.menu-item-has-children ul li:hover {
        background: none;
    }
}

@media (max-width: 1379px) {
    .header_menu li.menu-item-has-children ul.active {
        left: 0;
        z-index: 1;
    }
}

.header_menu li.menu-item-has-children:hover:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header_menu li.menu-item-has-children:hover ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1379px) {
    .header_menu li.menu-item-has-children a {
        width: 100%;
    }
}

.header_menu ul {
    display: none;
    position: absolute;
    top: 57px;
    left: -40px;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0px 18px 24px 2px rgba(26, 48, 81, 0.05);
    background: #f0f8fe;
    list-style: none;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    width: 626px;
}

.header_menu ul li {
    width: 38.28%;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0px 18px 24px 2px rgba(26, 48, 81, 0.05);
    background: #f0f8fe;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-right: 0;
    transition: all .3s;
}

.header_menu ul li:hover {
    background: #ff99cc;
}

.header_menu ul li a {
    font-weight: 700;
    width: 100%;
}

.header_menu ul li a:hover {
    color: #1a3051;
}

.header_menu ul li .menu-image-title-after.menu-image-title {
    padding-left: 0 !important;
}

.header_menu ul li:last-child {
    width: 100%;
    background-color: #379aeb;
    margin-bottom: 0;
}

@media (max-width: 1379px) {
    .header_menu ul li:last-child {
        background: none;
    }
}

.header_menu ul li:last-child:hover {
    background-color: #ff99cc;
}

.header_menu ul li:last-child a {
    color: #f0f8fe;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

@media (max-width: 1379px) {
    .header_menu ul li:last-child a {
        text-align: left;
        font-weight: 600 !important;
        color: #1a3051;
        font-size: 16px;
    }
}

.header_button_search {
    margin-left: auto;
}

.header_button_search:hover {
    cursor: pointer;
}

.header_contact {
    margin-right: 2px;
    margin-left: 32px;
    text-decoration: none;
    text-align: center;
    width: 190px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 999px;
    background: #ff99cc;
    color: #1a3051;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
    transition: all .3s;
}

@media (max-width: 1379px) {
    .header_contact {
        margin-right: 32px;
    }
}

@media (max-width: 743px) {
    .header_contact {
        margin-right: 20px;
        margin-left: 20px;
        font-size: 0;
        width: 38px;
        height: 38px;
        padding: 0;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/mobile-contact.svg);
    }
}

.header_contact:hover {
    background: #379aeb;
    color: #f0f8fe;
}

.header_search {
    display: none;
    margin-top: 20px;
    position: absolute;
    z-index: 9;
    left: 50%;
    margin-left: -657px;
}

@media (max-width: 1379px) {
    .header_search {
        margin-left: 0;
        left: 0;
        width: 100%;
    }
}

.header_search_wrapper {
    border-radius: 999px;
    background: #f0f8fe;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 2px;
}

.header_search_wrapper input {
    width: 80%;
    color: #8692a5;
    font-family: Figtree;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    text-indent: 24px;
    box-sizing: border-box;
    outline: none;
    border: none;
    background: none;
}

.header_search_wrapper button {
    border: none;
    text-align: center;
    border-radius: 999px;
    background: #379aeb;
    padding: 12px 32px;
    color: #f0f8fe;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    margin-left: auto;
    transition: all .3s;
}

.header_search_wrapper button:hover {
    background: #ff99cc;
    cursor: pointer;
    color: #1a3051;
}

.main_slider {
    margin-top: -72px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 1379px) {
    .main_slider {
        margin-top: 0;
    }
}

.main_slider_slide {
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 213px;
    min-height: 560px;
}

@media (max-width: 1379px) {
    .main_slider_slide {
        background-position: center;
        padding-bottom: 250px;
        min-height: 350px;
    }
}

@media (max-width: 743px) {
    .main_slider_slide {
        padding-bottom: 210px;
        background-position: left -860px bottom;
        background-size: 1480px;
        background-repeat: no-repeat;
        min-height: 413px;
    }
}

.main_slider_text {
    margin-top: 223px;
    color: #f0f8fe;
}

@media (max-width: 1379px) {
    .main_slider_text {
        margin-top: 80px;
    }
}

@media (max-width: 743px) {
    .main_slider_text {
        margin-top: 50px;
    }
}

.main_slider_text h1 {
    font-size: 68px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 6px;
    margin-top: 0;
}

@media (max-width: 1379px) {
    .main_slider_text h1 {
        font-size: 58px;
    }
}

@media (max-width: 743px) {
    .main_slider_text h1 {
        font-size: 38px;
    }
}

.main_slider_text h2 {
    font-size: 44px;
    font-weight: 600;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 32px;
}

@media (max-width: 1379px) {
    .main_slider_text h2 {
        font-size: 38px;
    }
}

@media (max-width: 743px) {
    .main_slider_text h2 {
        margin-bottom: 24px;
        font-size: 24px;
    }
}

.main_slider_text p {
    margin-top: 0;
    margin-bottom: 0;
    color: #f0f8fe;
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
}

@media (max-width: 743px) {
    .main_slider_text p {
        font-size: 16px;
    }
}

.main_slider_buttons {
    margin-top: 32px;
}

@media (max-width: 743px) {
    .main_slider_buttons {
        margin-top: 24px;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.main_slider_buttons a {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    border-radius: 999px;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
    text-decoration: none;
    height: 53px;
    align-items: center;
    transition: all .3s;
}

@media (max-width: 743px) {
    .main_slider_buttons a {
        width: 100%;
    }
}

.main_slider_buttons a:first-child {
    margin-right: 32px;
    width: 243px;
    background-color: #1a3051;
    color: #f0f8fe;
}

@media (max-width: 743px) {
    .main_slider_buttons a:first-child {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
}

.main_slider_buttons a:first-child svg {
    margin-right: 10px;
}

.main_slider_buttons a:last-child {
    background-color: #ff99cc;
    color: #1a3051;
    width: 208px;
}

@media (max-width: 743px) {
    .main_slider_buttons a:last-child {
        width: 100%;
    }
}

.main_slider_buttons a:hover {
    background-color: #379aeb;
    color: #f0f8fe;
}

.main_slider_pagination {
    bottom: 55px !important;
}

.main_slider_pagination .swiper-pagination-bullet {
    margin: 0 2px;
    width: 6px;
    height: 6px;
    background: #244d84;
    opacity: 1 !important;
}

.main_slider_pagination .swiper-pagination-bullet-active {
    background: #d94e8a;
}

.about {
    padding-top: 110px;
    border-radius: 32px;
    margin-top: -28px;
    background: #f0f8fe;
    position: relative;
    z-index: 1;
    margin-bottom: 150px;
}

@media (max-width: 1379px) {
    .about {
        padding-top: 80px;
        margin-bottom: 110px;
    }
}

@media (max-width: 743px) {
    .about {
        padding-top: 40px;
        border-radius: 16px;
        margin-bottom: 80px;
        overflow: hidden;
    }
}

.about_wrapper {
    border-radius: 24px;
    box-shadow: 0px 15.06px 20.09px 2px rgba(26, 48, 81, 0.05);
    position: relative;
    background: #f0f8fe;
}

@media (max-width: 1379px) {
    .about_wrapper {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }
}

.about_wrapper:after {
    position: absolute;
    content: '';
    width: 893px;
    height: 952px;
    left: -356px;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/decor-about.png);
    z-index: -1;
}

.about_title {
    color: #1a3051;
    font-size: 42px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 32px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-indent: 20px;
}

@media (max-width: 1379px) {
    .about_title {
        font-size: 38px;
    }
}

@media (max-width: 743px) {
    .about_title {
        margin-bottom: 10px;
        font-size: 22px;
    }
}

.about_title:after {
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #d94e8a;
    border-radius: 999px;
    content: '';
}

.about_left {
    max-width: 800px;
    padding: 32px;
    color: #1a3051;
}

.about_left .about_description {
    margin-bottom: 0;
}

@media (max-width: 1379px) {
    .about_left {
        max-width: 100%;
    }
}

@media (max-width: 743px) {
    .about_left {
        padding: 16px;
    }
}

.about_left p {
    margin-bottom: 20px;
    font-size: 16px;
}

@media (max-width: 743px) {
    .about_left p {
        font-size: 14px;
    }
}

.about_left p:last-child {
    margin-bottom: 0;
}

.about_left strong {
    font-weight: 600;
    font-size: 22px;
}

@media (max-width: 743px) {
    .about_left strong {
        font-size: 16px;
    }
}

.about_benefits {
    margin-top: 40px;
    padding-top: 40px;
    position: relative;
}

@media (max-width: 743px) {
    .about_benefits {
        margin-top: 12px;
        padding-top: 12px;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }
}

.about_benefits:after {
    content: '';
    height: 1px;
    border-radius: 10px;
    background: #7cbcf2;
    display: block;
    width: 80%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -315px;
}

@media (max-width: 1379px) {
    .about_benefits:after {
        margin-left: 0;
        left: 0;
        width: 100%;
    }
}

.about_benefits_item {
    width: 27%;
    text-align: center;
    color: #1a3051;
}

@media (max-width: 1379px) {
    .about_benefits_item {
        width: 30%;
    }
}

@media (max-width: 743px) {
    .about_benefits_item {
        width: 100%;
        margin-bottom: 20px;
    }
}

.about_benefits_item span {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
    display: block;
}

@media (max-width: 743px) {
    .about_benefits_item span {
        margin-bottom: 10px;
        font-size: 16px;
    }
}

.about_benefits_item_number {
    font-size: 38px;
    font-weight: 600;
    line-height: 120%;
}

@media (max-width: 743px) {
    .about_benefits_item_number {
        font-size: 20px;
    }
}

@media (max-width: 1379px) {
    .about_benefits_item:first-child {
        width: 35%;
    }
}

@media (max-width: 743px) {
    .about_benefits_item:first-child {
        width: 100%;
    }
}

.about_benefits_item:nth-child(2) {
    position: relative;
}

.about_benefits_item:nth-child(2):after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../images/icon-warning.svg);
    width: 24px;
    height: 24px;
    top: -10px;
    right: -10px;
}

.about_image {
    max-width: 416px;
}

@media (max-width: 1379px) {
    .about_image {
        max-width: 100%;
        text-align: center;
        margin-bottom: -6px;
    }
}

.about_image img {
    border-radius: 24px;
}

.products {
    position: relative;
    z-index: 1;
    margin-bottom: 150px;
}

@media (max-width: 1379px) {
    .products {
        margin-bottom: 78px;
    }
}

.products_top {
    margin-bottom: 33px;
}

@media (max-width: 743px) {
    .products_top {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        margin-bottom: 20px;
    }
}

.products_title {
    color: #1a3051;
    font-size: 42px;
    font-weight: 600;
    line-height: 120%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-indent: 20px;
}

@media (max-width: 743px) {
    .products_title {
        margin-bottom: 16px;
        font-size: 22px;
    }
}

.products_title:after {
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #d94e8a;
    border-radius: 999px;
    content: '';
}

.products_more {
    text-decoration: none;
    border-radius: 999px;
    background-color: #379aeb;
    width: 148px;
    height: 53px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    color: #f0f8fe;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
    transition: all .3s;
}

@media (max-width: 743px) {
    .products_more {
        width: 100%;
        height: 43px;
        font-size: 16px;
    }
}

.products_more:hover {
    background-color: #ff99cc;
    color: #1a3051;
}

.products_item {
    margin-bottom: 32px;
    position: relative;
    text-decoration: none;
    max-height: 276px;
    overflow: hidden;
    border-radius: 24px;
}

.products_item:first-child,
.products_item:nth-child(2),
.products_item:nth-child(3),


.products_item:nth-child(4) {
    width: 23%;
}

/* категорії на головній сторінці mob */
@media (max-width: 743px) {

    .products_item:first-child,
    .products_item:nth-child(2),
    .products_item:nth-child(3),
    .products_item:nth-child(4) {
        width: auto;
    }
}

/* категорії на головній сторінці tab */
@media (max-width: 1379px) {

    .products_item:first-child,
    .products_item:nth-child(2),
    .products_item:nth-child(3),
    .products_item:nth-child(4) {
        width: auto;
    }
}

@media (max-width: 743px) {
    .products_item {
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        max-height: 250px;
    }
}

.products_item:nth-child(5) .products_item_title,
.products_item:nth-child(6) .products_item_title {
    max-width: 95%;
}

@media (max-width: 1379px) {

    .products_item:nth-child(5) .products_item_title,
    .products_item:nth-child(6) .products_item_title {
        max-width: 284px;
    }
}

@media (max-width: 743px) {

    .products_item:nth-child(5) .products_item_title,
    .products_item:nth-child(6) .products_item_title {
        max-width: 89.1%;
    }
}

.products_item img {
    transition: all .3s;
}

.products_item_title {
    border-radius: 999px;
    background: #f0f8fe;
    width: 100%;
    color: #1a3051;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 2px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    bottom: 5px;
    left: 5px;
    padding-left: 20px;
    position: absolute;
    max-width: 86.1%;
}

@media (max-width: 1379px) {
    .products_item_title {
        max-width: 284px;
    }
}

@media (max-width: 743px) {
    .products_item_title {
        max-width: 89.1%;
    }
}

.products_item_title span {
    border-radius: 999px;
    background: #379aeb;
    width: 38px;
    height: 38px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    margin-left: auto;
    transition: all .3s;
}

.products_item:hover .products_item_title span {
    background: #ff99cc;
    transform: rotate(-45deg);
}

.products_item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.bestsellers {
    overflow: hidden;
    padding-bottom: 150px;
}

@media (max-width: 1379px) {
    .bestsellers {
        padding-bottom: 110px;
    }
}

@media (max-width: 743px) {
    .bestsellers {
        padding-bottom: 80px;
    }
}

.bestsellers_left {
    width: 336px;
    position: relative;
}

@media (max-width: 1379px) {
    .bestsellers_left {
        display: none;
    }
}

.bestsellers_left img {
    position: absolute;
    right: 0;
    top: 0;
    max-width: inherit;
    z-index: 2;
    border-radius: 0px 32px 32px 0px;
}

.bestsellers_right {
    max-width: 976px;
    margin-left: 32px;
}

@media (max-width: 1379px) {
    .bestsellers_right {
        max-width: 100%;
        margin-left: 0;
    }
}

.bestsellers_top {
    align-items: center;
    margin-bottom: 32px;
}

@media (max-width: 743px) {
    .bestsellers_top {
        margin-bottom: 20px;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        align-items: flex-start;
    }
}

.bestsellers_title {
    color: #1a3051;
    font-size: 42px;
    font-weight: 600;
    line-height: 120%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-indent: 20px;
}

@media (max-width: 1379px) {
    .bestsellers_title {
        max-width: 536px;
    }
}

@media (max-width: 743px) {
    .bestsellers_title {
        margin-bottom: 16px;
        font-size: 22px;
    }
}

.bestsellers_title:after {
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #d94e8a;
    border-radius: 999px;
    content: '';
}

.bestsellers_more {
    width: 121px;
    height: 53px;
    border-radius: 999px;
    font-weight: 600;
    background: #379aeb;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    text-decoration: none;
    transition: all .3s;
    color: #f0f8fe;
}

@media (max-width: 743px) {
    .bestsellers_more {
        width: 100%;
        height: 43px;
        font-size: 16px;
    }
}

.bestsellers_more:hover {
    background: #ff99cc;
    color: #1a3051;
}

.bestsellers_text {
    max-width: 846px;
    color: #1a3051;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

@media (max-width: 743px) {
    .bestsellers_text {
        font-size: 14px;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 743px) {
    .bestsellers_navigation {
        margin-left: auto;
    }
}

.bestsellers_navigation>div {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    width: 38px;
    height: 38px;
    background: #379aeb;
    border-radius: 999px;
    transition: all .3s;
}

.bestsellers_navigation>div:hover {
    background: #a0cef5;
    cursor: pointer;
}

.bestsellers_navigation>div:first-child {
    margin-right: 20px;
}

.bestsellers_middle {
    margin-bottom: 32px;
    align-items: center;
}

@media (max-width: 743px) {
    .bestsellers_middle {
        margin-bottom: 20px;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }
}

@media (max-width: 1379px) {
    .bestsellers_slider {
        padding-right: 24px;
    }
}

@media (max-width: 743px) {
    .bestsellers_slider {
        padding-right: 0;
    }
}

.bestsellers_item {
    border-radius: 16px;
    background: #f0f8fe;
    text-decoration: none;
    transition: all .3s;
}

.bestsellers_item:hover {
    box-shadow: 0px 18px 24px 2px rgba(26, 48, 81, 0.05);
    background: #f0f8fe;
}

.bestsellers_item:hover .bestsellers_item_more {
    background: #379aeb;
    color: #f0f8fe;
}

.bestsellers_item img {
    border-radius: 16px;
    margin-bottom: 12px;
}

@media (max-width: 743px) {
    .bestsellers_item img {
        width: 100%;
    }
}

.bestsellers_item_bottom {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

@media (max-width: 743px) {
    .bestsellers_item_bottom {
        padding: 0 6px;
    }
}

.bestsellers_item_title {
    text-align: center;
    color: #1a3051;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 12px;
    min-height: 34px;
}

@media (max-width: 743px) {
    .bestsellers_item_title {
        font-size: 14px;
        margin-bottom: 10px;
        min-height: inherit;
    }
}

.bestsellers_item_more {
    width: 100%;
    height: 49px;
    transition: all .3s;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    border-radius: 999px;
    color: #1a3051;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
    background: #ff99cc;
    align-items: center;
}

@media (max-width: 743px) {
    .bestsellers_item_more {
        height: 39px;
        font-size: 16px;
    }
}

.banner {
    margin-bottom: 150px;
}

@media (max-width: 1379px) {
    .banner {
        margin-bottom: 90px;
    }
}

@media (max-width: 743px) {
    .banner {
        margin-bottom: 80px;
    }
}

.banner_wrapper {
    background-color: #ff99cc;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #1a3051;
    font-size: 30px;
    font-weight: 600;
    line-height: 120%;
    margin-top: -4px;
}

@media (max-width: 743px) {
    .banner_wrapper {
        font-size: 18px;
        text-align: center;
    }
}

.banner_wrapper a {
    text-decoration: none;
    border-radius: 999px;
    background: #379aeb;
    width: 195px;
    height: 53px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    transition: all .3s;
    color: #f0f8fe;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
}

@media (max-width: 1379px) {
    .banner_wrapper a {
        margin-left: 32px;
    }
}

@media (max-width: 743px) {
    .banner_wrapper a {
        margin-left: 0;
        width: 100%;
        font-size: 16px;
        height: 43px;
        margin-top: 20px;
    }
}

.banner_wrapper a:hover {
    background: #a0cef5;
}

.banner_wrapper .container {
    align-items: center;
}

@media (max-width: 743px) {
    .banner_wrapper .container {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }
}

.brands {
    overflow: hidden;
    position: relative;
    box-shadow: 0px 18px 24px 2px rgba(26, 48, 81, 0.05);
    background: #f0f8fe;
}

.brands:after {
    content: '';
    background-repeat: no-repeat;
    width: 608px;
    height: 120px;
    left: 0;
    top: 0;
    background-image: url(../images/brands-left.png);
    z-index: 2;
    position: absolute;
}

@media (max-width: 1379px) {
    .brands:after {
        display: none;
    }
}

.brands:before {
    content: '';
    background-repeat: no-repeat;
    width: 608px;
    height: 120px;
    right: 0;
    top: 0;
    background-image: url(../images/brands-right.png);
    z-index: 2;
    position: absolute;
}

@media (max-width: 1379px) {
    .brands:before {
        display: none;
    }
}

.brands .swiper-wrapper {
    align-items: center;
    height: 120px;
}

.brands_item {
    height: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
}

.brands_pagination {
    margin-top: 42px;
    background: #d94e8a;
    height: 1px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    align-items: center;
    margin-bottom: 40px;
}

@media (max-width: 743px) {
    .brands_pagination {
        display: none;
    }
}

.brands_pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #d94e8a;
    opacity: 1 !important;
}

.brands_pagination .swiper-pagination-bullet-active {
    position: relative;
    width: 12px;
    height: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
}

.brands_pagination .swiper-pagination-bullet-active:after {
    content: '';
    width: 22px;
    height: 22px;
    border: 1px solid #d94e8a;
    border-radius: 11px;
    position: absolute;
}

.reviews {
    position: relative;
    margin-bottom: 150px;
}

@media (max-width: 1379px) {
    .reviews {
        margin-bottom: 110px;
    }
}

@media (max-width: 743px) {
    .reviews {
        margin-bottom: 80px;
    }
}

.reviews_wrapper {
    overflow: hidden;
}

.reviews_wrapper:after {
    content: '';
    position: absolute;
    width: 977px;
    height: 969px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/decor-reviews.png);
    top: 139px;
    right: -317px;
    z-index: -1;
}

.reviews_wrapper {
    max-width: 864px;
    margin-left: auto;
    margin-right: auto;
    padding: 34px;
}

@media (max-width: 1379px) {
    .reviews_wrapper {
        padding: 34px;
        max-width: 556px;
    }
}

@media (max-width: 743px) {
    .reviews_wrapper {
        padding: 0;
        max-width: 100%;
    }
}

.reviews_item {
    border-radius: 16px;
    box-shadow: 0px 18px 24px 2px rgba(26, 48, 81, 0.05);
    background: #f0f8fe;
}

.reviews_item_wrapper {
    padding: 32px;
}

@media (max-width: 743px) {
    .reviews_item_wrapper {
        padding: 16px;
    }
}

.reviews_item_top {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    margin-bottom: 20px;
}

@media (max-width: 743px) {
    .reviews_item_top {
        margin-bottom: 10px;
    }
}

.reviews_item_image {
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 99px;
    margin-right: 12px;
}

.reviews_item_name {
    margin-bottom: 6px;
    color: #1a3051;
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
}

@media (max-width: 743px) {
    .reviews_item_name {
        margin-bottom: 2px;
        font-size: 16px;
    }
}

.reviews_item_specialization {
    color: #8692a5;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

@media (max-width: 743px) {
    .reviews_item_specialization {
        font-size: 14px;
    }
}

.reviews_item_text {
    color: #1a3051;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

@media (max-width: 743px) {
    .reviews_item_text {
        font-size: 14px;
    }
}

.reviews_navigation {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 39%;
    border-radius: 999px;
    transition: all .3s;
    background: #379aeb;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
}

@media (max-width: 743px) {
    .reviews_navigation {
        display: none;
    }
}

.reviews_navigation:hover {
    background: #a0cef5;
    cursor: pointer;
}

.reviews_navigation_left {
    left: 0;
}

.reviews_navigation_right {
    right: 0;
}

.reviews_more {
    margin-top: 32px;
    text-align: center;
    border-radius: 999px;
    background: #ff99cc;
    width: 190px;
    height: 53px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    transition: all .3s;
    color: #1a3051;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1379px) {
    .reviews_more {
        margin-top: 0;
    }
}

@media (max-width: 743px) {
    .reviews_more {
        width: 100%;
        height: 43px;
        font-size: 16px;
        margin-top: 20px;
    }
}

.reviews_more:hover {
    background: #379aeb;
    color: #f0f8fe;
}

.benefits {
    margin-bottom: 150px;
}

@media (max-width: 1379px) {
    .benefits {
        margin-bottom: 112px;
    }
}

@media (max-width: 743px) {
    .benefits {
        margin-bottom: 80px;
    }
}

.benefits_title {
    margin-bottom: 32px;
    color: #1a3051;
    font-size: 42px;
    font-weight: 600;
    line-height: 120%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-indent: 20px;
}

@media (max-width: 1379px) {
    .benefits_title {
        font-size: 38px;
        padding-left: 20px;
        text-indent: 0;
    }
}

@media (max-width: 743px) {
    .benefits_title {
        margin-bottom: 20px;
        font-size: 22px;
        border-radius: 16px;
        background: #f0f8fe;
        padding: 5px 5px 5px 20px;
    }
}

.benefits_title:after {
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #d94e8a;
    border-radius: 999px;
    content: '';
}

@media (max-width: 1379px) {
    .benefits_title:after {
        top: 0;
    }
}

@media (max-width: 743px) {
    .benefits_title:after {
        left: 6px;
        top: 14px;
    }
}

.benefits_item {
    width: 31.632%;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../images/bg-benefits.png);
    min-height: 219px;
    margin-bottom: 32px;
}

@media (max-width: 1379px) {
    .benefits_item {
        width: 47.44%;
        border-radius: 16px;
        -webkit-background-size: cover;
        background-size: cover;
    }
}

@media (max-width: 743px) {
    .benefits_item {
        width: 100%;
        margin-bottom: 10px;
        min-height: 185px;
    }
}

.benefits_item_top {
    margin-bottom: 42px;
    align-items: center;
}

@media (max-width: 1379px) {
    .benefits_item_top {
        margin-bottom: 55px;
    }
}

@media (max-width: 743px) {
    .benefits_item_top {
        margin-bottom: 25px;
    }
}

.benefits_item_image {
    border-radius: 999px;
    background: #379aeb;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    margin-right: 35px;
    margin-top: 5px;
    margin-left: 5px;
    width: 68px;
    height: 68px;
}

.benefits_item_title {
    color: #1a3051;
    font-size: 30px;
    font-weight: 600;
    line-height: 120%;
    max-width: 285px;
    margin-top: 12px;
}

@media (max-width: 1379px) {
    .benefits_item_title {
        font-size: 22px;
        max-width: 59%;
    }
}

@media (max-width: 743px) {
    .benefits_item_title {
        font-size: 18px;
    }
}

.benefits_item_text {
    color: #1a3051;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 743px) {
    .benefits_item_text {
        font-size: 14px;
    }
}

.benefits_more {
    text-decoration: none;
    border-radius: 999px;
    background: #ff99cc;
    width: 100%;
    height: 53px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    color: #1a3051;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
    transition: all .3s;
}

.benefits_more:hover {
    background: #379aeb;
    color: #f0f8fe;
}

.reviews-hidden {
    overflow: hidden;
}

.part {
    margin-bottom: 150px;
}

@media (max-width: 1379px) {
    .part {
        overflow: hidden;
        margin-bottom: 112px;
    }
}

@media (max-width: 743px) {
    .part {
        margin-bottom: 80px;
    }
}

.part_top {
    margin-bottom: 32px;
}

@media (max-width: 1379px) {
    .part_top {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 743px) {
    .part_top {
        margin: 10px;
    }
}

.part_top a {
    border-radius: 999px;
    background: #379aeb;
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 225px;
    align-items: center;
    color: #f0f8fe;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
    text-decoration: none;
    transition: all .3s;
}

@media (max-width: 743px) {
    .part_top a {
        width: 100%;
        font-size: 16px;
        margin-bottom: 10px;
    }
}

.part_top a:hover {
    background-color: #ff99cc;
}

.part_top a:nth-child(2) {
    margin-left: auto;
    margin-right: 32px;
}

@media (max-width: 1379px) {
    .part_top a:nth-child(2) {
        margin-left: 0;
    }
}

@media (max-width: 743px) {
    .part_top a:nth-child(2) {
        margin-right: 0;
    }
}

@media (max-width: 1379px) {
    .part_top a:last-child {
        margin-right: auto;
    }
}

.part_top a span {
    border-radius: 400px;
    background: #f0f8fe;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    margin-right: 10px;
    width: 40px;
    height: 40px;
}

.part_title {
    color: #1a3051;
    font-size: 42px;
    font-weight: 600;
    line-height: 120%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-indent: 20px;
}

@media (max-width: 1379px) {
    .part_title {
        margin-bottom: 22px;
        font-size: 38px;
    }
}

@media (max-width: 743px) {
    .part_title {
        margin-bottom: 20px;
        font-size: 22px;
        padding-left: 20px;
        text-align: left;
        text-indent: 0;
    }
}

.part_title:after {
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #d94e8a;
    border-radius: 999px;
    content: '';
}

@media (max-width: 1379px) {
    .part_wrapper {
        width: 89.248%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }
}

.part_item {
    border-radius: 16px;
    overflow: hidden;
    max-width: 315px;
}

.part_navigation {
    width: 38px;
    height: 38px;
    position: absolute;
    border-radius: 999px;
    transition: all .3s;
    background: #379aeb;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    z-index: 1;
}

.part_navigation:hover {
    background: #a0cef5;
    cursor: pointer;
}

.part_navigation_left {
    left: 0;
}

.part_navigation_right {
    right: 0;
}

.faq {
    margin-bottom: 150px;
}

@media (max-width: 1379px) {
    .faq {
        margin-bottom: 112px;
    }
}

@media (max-width: 743px) {
    .faq {
        margin-bottom: 80px;
    }
}

@media (max-width: 1379px) {
    .faq_wrapper {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }
}

.faq_title {
    margin-bottom: 32px;
    color: #1a3051;
    font-size: 42px;
    font-weight: 600;
    line-height: 120%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-indent: 20px;
}

@media (max-width: 1379px) {
    .faq_title {
        margin-bottom: 34px;
        font-size: 38px;
    }
}

@media (max-width: 743px) {
    .faq_title {
        margin-bottom: 20px;
        font-size: 22px;
    }
}

.faq_title:after {
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #d94e8a;
    border-radius: 999px;
    content: '';
}

.faq_left {
    width: 864px;
}

@media (max-width: 1379px) {
    .faq_left {
        width: 100%;
        margin-bottom: 80px;
    }
}

@media (max-width: 743px) {
    .faq_left {
        margin-bottom: 40px;
    }
}

.faq_item {
    margin-bottom: 20px;
    border-radius: 999px;
    box-shadow: 0px 18px 24px 2px rgba(26, 48, 81, 0.05);
    background: #f0f8fe;
    padding: 24px 32px;
    color: #244d84;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
}

@media (max-width: 743px) {
    .faq_item {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 120%;
        padding: 16px;
    }
}

.faq_item_top {
    align-items: center;
}

@media (max-width: 743px) {
    .faq_item_top span {
        max-width: 234px;
    }
}

.faq_item_top svg {
    transition: all .3s;
}

.faq_item_top:hover {
    cursor: pointer;
}

.faq_item_top.in svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq_item_bottom {
    display: none;
    margin-top: 20px;
    color: #244d84;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

.faq_item:last-child {
    margin-bottom: 0;
}

.faq_item.active {
    border-radius: 24px;
}

.faq_form {
    max-width: 344px;
    border-radius: 24px;
    box-shadow: 0px 18px 24px 2px rgba(26, 48, 81, 0.05);
    background: #f27bb0;
    padding: 36px;
    position: relative;
}

@media (max-width: 1379px) {
    .faq_form {
        max-width: 100%;
    }
}

@media (max-width: 743px) {
    .faq_form {
        padding: 16px;
    }
}

.faq_form:after {
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    width: 181px;
    height: 183px;
    background-image: url(../images/form-icon.png);
    top: -67px;
    right: -15px;
}

@media (max-width: 743px) {
    .faq_form:after {
        width: 111px;
        height: 112px;
        -webkit-background-size: contain;
        background-size: contain;
        right: -10px;
        top: -35px;
    }
}

.faq_form:before {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../images/decor-faq.png);
    width: 1212px;
    height: 1222px;
    top: -211px;
    right: -277px;
    z-index: -1;
}

@media (max-width: 743px) {
    .faq_form:before {
        display: none;
    }
}

.faq_form_subtitle {
    margin-bottom: 6px;
    color: #f0f8fe;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

@media (max-width: 743px) {
    .faq_form_subtitle {
        font-size: 14px;
    }
}

.faq_form_title {
    margin-bottom: 20px;
    color: #f0f8fe;
    font-size: 30px;
    font-weight: 600;
    line-height: 120%;
}

@media (max-width: 743px) {
    .faq_form_title {
        font-size: 18px;
    }
}

.faq_form br,
.faq_form .wpcf7-spinner,
.faq_form .invalid .wpcf7-response-output,
.faq_form .wpcf7-not-valid-tip {
    display: none !important;
}

.faq_form form p {
    margin: 0;
}

.faq_form input,
.faq_form textarea {
    border-radius: 999px;
    background: rgba(240, 248, 254, 0.2);
    outline: none;
    border: none;
    text-indent: 14px;
    color: #f0f8fe;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    font-family: Figtree;
    margin-bottom: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
    box-sizing: border-box;
    width: 100%;
}

@media (max-width: 743px) {

    .faq_form input,
    .faq_form textarea {
        font-size: 12px;
    }
}

.faq_form input::-webkit-input-placeholder,
.faq_form textarea::-webkit-input-placeholder {
    color: #f0f8fe;
    font-family: Figtree;
    font-size: 14px;
    font-weight: 400;
}

.faq_form input::-moz-placeholder,
.faq_form textarea::-moz-placeholder {
    color: #f0f8fe;
    font-family: Figtree;
    font-size: 14px;
    font-weight: 400;
}

.faq_form input:-moz-placeholder,
.faq_form textarea:-moz-placeholder {
    color: #f0f8fe;
    font-family: Figtree;
    font-size: 14px;
    font-weight: 400;
}

.faq_form input:-ms-input-placeholder,
.faq_form textarea:-ms-input-placeholder {
    color: #f0f8fe;
    font-family: Figtree;
    font-size: 14px;
    font-weight: 400;
}

.faq_form .iti {
    margin-bottom: 12px;
}

@media (max-width: 1379px) {
    .faq_form .iti {
        width: 100%;
    }
}

.faq_form .iti__arrow {
    display: none;
}

.faq_form .iti .iti__selected-dial-code {
    color: #f0f8fe;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    font-family: Figtree;
}

.faq_form .iti__country-container:after {
    content: '';
    position: absolute;
    right: -20px;
    background-repeat: no-repeat;
    width: 10px;
    height: 18px;
    background-image: url(../images/arrow-down-white.svg);
    top: 15px;
    border-right: 1px solid #fff;
    padding-right: 10px;
    background-position: center;
}

.faq_form input.iti__search-input {
    color: #000;
}

.faq_form input.iti__search-input::-webkit-input-placeholder {
    color: #000;
}

.faq_form input.iti__search-input::-moz-placeholder {
    color: #000;
}

.faq_form input.iti__search-input:-moz-placeholder {
    color: #000;
}

.faq_form input.iti__search-input:-ms-input-placeholder {
    color: #000;
}

.faq_form input[type="tel"] {
    text-indent: 25px;
}

.faq_form input[type="tel"]::-webkit-input-placeholder {
    opacity: 0.5;
}

.faq_form input[type="tel"]::-moz-placeholder {
    opacity: 0.5;
}

.faq_form input[type="tel"]:-moz-placeholder {
    opacity: 0.5;
}

.faq_form input[type="tel"]:-ms-input-placeholder {
    opacity: 0.5;
}

.faq_form input.wpcf7-not-valid {
    border: 1px solid red;
}

.faq_form .inputs_wrapper p {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

@media (max-width: 743px) {
    .faq_form .inputs_wrapper p {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }
}

.faq_form .inputs_wrapper p span {
    width: 48%;
}

@media (max-width: 743px) {
    .faq_form .inputs_wrapper p span {
        width: 100%;
    }
}

.faq_form textarea {
    border-radius: 24px;
    height: 106px;
}

.faq_form input[type="submit"] {
    text-indent: inherit;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
    text-align: center;
    background: #379aeb;
    color: #f0f8fe;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
    transition: all .3s;
    margin-bottom: 10px;
}

@media (max-width: 743px) {
    .faq_form input[type="submit"] {
        font-size: 16px;
        padding-top: 9px;
        padding-bottom: 9px;
    }
}

.faq_form input[type="submit"]:hover {
    cursor: pointer;
}

.faq_form_privacy {
    color: #f0f8fe;
    font-size: 14px;
}

@media (max-width: 743px) {
    .faq_form_privacy {
        font-size: 12px;
    }
}

.faq_form_privacy a {
    text-decoration: none;
    font-weight: 700;
    color: #f0f8fe;
    transition: all .3s;
}

.faq_form_privacy a:hover {
    color: #379aeb;
}

.main_blog {
    margin-bottom: 150px;
}

@media (max-width: 1379px) {
    .main_blog {
        margin-bottom: 78px;
    }
}

.main_blog_title {
    color: #1a3051;
    font-size: 42px;
    font-weight: 600;
    line-height: 120%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-indent: 20px;
}

@media (max-width: 1379px) {
    .main_blog_title {
        font-size: 38px;
    }
}

@media (max-width: 743px) {
    .main_blog_title {
        margin-bottom: 16px;
        font-size: 22px;
    }
}

.main_blog_title:after {
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #d94e8a;
    border-radius: 999px;
    content: '';
}

.main_blog_more {
    text-decoration: none;
    text-align: center;
    transition: all .3s;
    width: 148px;
    height: 53px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    border-radius: 999px;
    background: #379aeb;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
    color: #f0f8fe;
    align-items: center;
}

@media (max-width: 743px) {
    .main_blog_more {
        width: 100%;
        font-size: 16px;
        height: 43px;
    }
}

.main_blog_more:hover {
    background-color: #ff99cc;
    color: #1a3051;
}

.main_blog_top {
    margin-bottom: 32px;
    align-items: center;
}

@media (max-width: 743px) {
    .main_blog_top {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        margin-bottom: 20px;
        align-items: flex-start;
    }
}

@media (max-width: 1379px) {
    .main_blog_wrapper {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.main_blog_item {
    max-width: 304px;
    border-radius: 16px;
    background: #f0f8fe;
    text-decoration: none;
}

@media (max-width: 1379px) {
    .main_blog_item {
        width: 47.6%;
        max-width: 49%;
        margin-bottom: 32px;
    }
}

@media (max-width: 743px) {
    .main_blog_item {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
}

.main_blog_item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.main_blog_item_image {
    max-height: 270px;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 16px;
}

@media (max-width: 743px) {
    .main_blog_item_image {
        max-height: 300px;
    }
}

.main_blog_item_image img {
    transition: all .3s;
}

@media (max-width: 1379px) {
    .main_blog_item_image img {
        width: 100%;
    }
}

.main_blog_item_title {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    color: #1a3051;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
}

@media (max-width: 743px) {
    .main_blog_item_title {
        font-size: 14px;
        line-height: 150%;
    }
}

.main_description {
    border-radius: 32px;
    background: #f0f8fe;
    position: relative;
    margin-bottom: -30px;
    padding-bottom: 80px;
}

@media (max-width: 1379px) {
    .main_description {
        border-radius: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 743px) {
    .main_description {
        padding-bottom: 60px;
    }
}

.main_description_wrapper {
    position: relative;
}

@media (max-width: 1379px) {
    .main_description_wrapper {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        height: 200px;
        overflow: hidden;
    }
}

.main_description_wrapper.active {
    height: auto;
}

.main_description_column {
    width: 49%;
    color: #1a3051;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

@media (max-width: 1379px) {
    .main_description_column {
        width: 100%;
    }
}

.main_description_column strong {
    font-weight: 700;
}

.main_description_column p {
    margin-bottom: 10px;
}

.main_description_more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 149px;
    background-repeat: no-repeat;
    background-image: url(../images/all.png);
    align-items: flex-end;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    transition: all .3s;
    overflow: hidden;
}

.main_description_more:hover {
    cursor: pointer;
}

.main_description_more.off {
    height: 0;
}

.footer {
    background: #7cbcf2;
}

.footer_wrapper {
    padding-top: 80px;
    padding-bottom: 50px;
}

@media (max-width: 1379px) {
    .footer_wrapper {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 50px;
    }
}

@media (max-width: 743px) {
    .footer_wrapper {
        padding-bottom: 40px;
    }
}

@media (max-width: 1379px) {
    .footer_left {
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        align-items: center;
        margin-bottom: 50px;
    }
}

@media (max-width: 743px) {
    .footer_left {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        margin-bottom: 40px;
    }
}

.footer_logo {
    display: block;
    margin-bottom: 55px;
}

@media (max-width: 1379px) {
    .footer_logo {
        margin: 0;
    }
}

@media (max-width: 743px) {
    .footer_logo {
        margin-bottom: 20px;
    }
}

.footer_socials {
    align-items: center;
}

.footer_socials a {
    margin-right: 60px;
    transition: all .3s;
}

.footer_socials a:hover {
    box-shadow: 0px 18px 24px 2px rgba(26, 48, 81, 0.05);
}

.footer_socials a:last-child {
    margin-right: 0;
}

.footer_menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 1379px) {
    .footer_menu {
        width: 100%;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        margin-bottom: 50px;
    }
}

@media (max-width: 743px) {
    .footer_menu {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 34px;
    }
}

.footer_menu li {
    margin-right: 32px;
}

@media (max-width: 743px) {
    .footer_menu li {
        margin-right: 0;
        width: 50%;
        text-align: center;
        margin-bottom: 6px;
    }
}

.footer_menu li:last-child {
    margin-right: 0;
}

.footer_menu li a {
    text-decoration: none;
    color: #1a3051;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    transition: all .3s;
}

@media (max-width: 743px) {
    .footer_menu li a {
        font-size: 14px;
    }
}

.footer_menu li a:hover {
    color: #c2e5fb;
}

.footer_form {
    max-width: 416px;
}

@media (max-width: 1379px) {
    .footer_form {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 743px) {
    .footer_form {
        text-align: center;
    }
}

.footer_form form {
    position: relative;
}

.footer_form_title {
    margin-bottom: 12px;
    color: #1a3051;
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
}

.footer_form_text {
    margin-bottom: 12px;
    color: #1a3051;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

.footer_form br,
.footer_form .wpcf7-spinner,
.footer_form .wpcf7-not-valid-tip,
.footer_form .invalid .wpcf7-response-output {
    display: none !important;
}

.footer_form input[type="email"] {
    border-radius: 999px;
    background: #c2e5fb;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    text-indent: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    color: #1a3051;
    font-family: Figtree;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    border: none;
}

@media (max-width: 743px) {
    .footer_form input[type="email"] {
        font-size: 14px;
        padding-top: 11px;
        padding-bottom: 11px;
    }
}

.footer_form input[type="email"]::-webkit-input-placeholder {
    color: #1a3051;
    font-family: Figtree;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

@media (max-width: 743px) {
    .footer_form input[type="email"]::-webkit-input-placeholder {
        font-size: 14px;
    }
}

.footer_form input[type="email"]::-moz-placeholder {
    color: #1a3051;
    font-family: Figtree;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

@media (max-width: 743px) {
    .footer_form input[type="email"]::-moz-placeholder {
        font-size: 14px;
    }
}

.footer_form input[type="email"]:-moz-placeholder {
    color: #1a3051;
    font-family: Figtree;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

@media (max-width: 743px) {
    .footer_form input[type="email"]:-moz-placeholder {
        font-size: 14px;
    }
}

.footer_form input[type="email"]:-ms-input-placeholder {
    color: #1a3051;
    font-family: Figtree;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

@media (max-width: 743px) {
    .footer_form input[type="email"]:-ms-input-placeholder {
        font-size: 14px;
    }
}

.footer_form input.wpcf7-not-valid {
    border: 1px solid red;
}

.footer_form input[type="submit"] {
    text-align: center;
    position: absolute;
    border-radius: 999px;
    background: #7cbcf2;
    width: 130px;
    height: 49px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    transition: all .3s;
    border: none;
    top: 2px;
    right: 2px;
    color: #1a3051;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
}

@media (max-width: 743px) {
    .footer_form input[type="submit"] {
        font-size: 16px;
        width: 121px;
        height: 39px;
    }
}

.footer_form input[type="submit"]:hover {
    cursor: pointer;
    background-color: #ff99cc;
    color: #1a3051;
}

.footer_bottom {
    background: #f0f8fe;
    padding-top: 6px;
    padding-bottom: 6px;
}

.footer_bottom a {
    color: #1a3051;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
}

.footer_bottom a:hover {
    text-decoration: underline;
}

.footer_bottom a:nth-child(2) {
    margin-left: auto;
    margin-right: 32px;
}

@media (max-width: 743px) {
    .footer_bottom a:nth-child(2) {
        margin-right: 21px;
    }
}

.footer_copyright {
    color: #1a3051;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

/* popup
========================================================================== */
.modal_form_title {
    margin-bottom: 6px;
    text-align: center;
    color: #1a3051;
    font-size: 30px;
    line-height: 120%;
}
.modal_form_title p {
    margin: 0;
}

.modal_form_subtitle {
    margin-bottom: 32px;
    color: #1a3051;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
}

.form-popup {
    position: relative;
    max-width: 540px;
    margin: 0 auto;
}

.mfp-close-btn-in .mfp-close {
    color: #000;
}

.form-popup-content__title span {
    color: #000;
}

.form-popup-content__subtitle {
    font-weight: 400;
    margin-bottom: 35px;
}

.form-popup-content {
    background: #fff;
    padding: 40px 50px;
}

.form-popup-content__form {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
}

.wpcf7-spinner {
    display: none;
} 

.wpcf7-not-valid-tip {
    position: absolute;
    right: 10px;
    top: 1px;
}

@media (max-width: 1440px) {

    .form-popup-content {
        padding: 60px;
    }
}

@media (max-width: 1180px) {

    .form-popup-content {
        padding: 30px;
    }
}


@-webkit-keyframes minimise {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
    }

    100% {
        -webkit-transform: scale3d(0.1, 0.1, 1);
    }
}

@-moz-keyframes minimise {
    0% {
        -moz-transform: scale3d(1, 1, 1);
    }

    100% {
        -moz-transform: scale3d(0.1, 0.1, 1);
    }
}

@keyframes minimise {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    100% {
        -webkit-transform: scale3d(0.1, 0.1, 1);
        -moz-transform: scale3d(0.1, 0.1, 1);
        -ms-transform: scale3d(0.1, 0.1, 1);
        -o-transform: scale3d(0.1, 0.1, 1);
        transform: scale3d(0.1, 0.1, 1);
    }
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: scale3d(0.1, 0.1, 1);
    }

    55% {
        -webkit-transform: scale3d(1.08, 1.08, 1);
    }

    75% {
        -webkit-transform: scale3d(0.95, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
    }
}

@-moz-keyframes bounce {
    0% {
        -moz-transform: scale3d(0.1, 0.1, 1);
    }

    55% {
        -moz-transform: scale3d(1.08, 1.08, 1);
    }

    75% {
        -moz-transform: scale3d(0.95, 0.95, 1);
    }

    100% {
        -moz-transform: scale3d(1, 1, 1);
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: scale3d(0.1, 0.1, 1);
        -moz-transform: scale3d(0.1, 0.1, 1);
        -ms-transform: scale3d(0.1, 0.1, 1);
        -o-transform: scale3d(0.1, 0.1, 1);
        transform: scale3d(0.1, 0.1, 1);
    }

    55% {
        -webkit-transform: scale3d(1.08, 1.08, 1);
        -moz-transform: scale3d(1.08, 1.08, 1);
        -ms-transform: scale3d(1.08, 1.08, 1);
        -o-transform: scale3d(1.08, 1.08, 1);
        transform: scale3d(1.08, 1.08, 1);
    }

    75% {
        -webkit-transform: scale3d(0.95, 0.95, 1);
        -moz-transform: scale3d(0.95, 0.95, 1);
        -ms-transform: scale3d(0.95, 0.95, 1);
        -o-transform: scale3d(0.95, 0.95, 1);
        transform: scale3d(0.95, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.form_accept {
    display: none;
    text-align: center;
}

.form_accept_title {
    margin-bottom: 32px;
    color: #1a3051;
    font-size: 30px;
    font-weight: 600;
    line-height: 120%;
}

.form_accept_subtitle {
    margin-bottom: 72px;
    color: #1a3051;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.form_accept svg {
    margin-bottom: 72px;
}

.form_accept a {
    text-decoration: none;
    width: 100%;
    height: 53px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    transition: all .3s;
    border-radius: 999px;
    background: #ff99cc;
    color: #1a3051;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
}

.form_accept a:hover {
    background: #379aeb;
    color: #f0f8fe;
}

.sent .form_accept {
    display: block;
}

.sent .form_hidden {
    display: none;
}

/* About */
.banner.about_banner {
    margin-bottom: 0;
}

.page_top {
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 92px;
    padding-bottom: 80px;
    margin-top: -92px;
    background-image: url(../images/header-bg.jpg);
    margin-bottom: 110px;
}

@media (min-width: 1920px) {
    .page_top {
        -webkit-background-size: cover;
        background-size: cover;
    }
}

@media (max-width: 1379px) {
    .page_top {
        margin-bottom: 80px;
        margin-top: 0;
        padding-top: 30px;
        padding-bottom: 50px;
        -webkit-background-size: cover;
        background-size: cover;
    }
}

@media (max-width: 743px) {
    .page_top {
        padding-top: 20px;
        padding-bottom: 24px;
        margin-bottom: 30px;
    }
}

.page_top h1 {
    color: #f0f8fe;
    font-size: 42px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 0;
    margin-top: 45px;
}

@media (max-width: 1379px) {
    .page_top h1 {
        margin-top: 32px;
        font-size: 38px;
    }
}

@media (max-width: 743px) {
    .page_top h1 {
        margin-top: 20px;
        font-size: 22px;
    }
}

.breadcrumbs {
    color: #8692a5;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    align-items: center;
    margin-top: 20px;
}

@media (max-width: 1379px) {
    .breadcrumbs {
        margin-top: 0;
    }
}

.breadcrumbs a {
    color: #8692a5;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all .3s;
}

.breadcrumbs a:hover {
    font-weight: 700;
}

.breadcrumbs a:after {
    content: '';
    display: block;
    background: #d94e8a;
    width: 4px;
    height: 4px;
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 100px;
}

.about_description {
    margin-bottom: 100px;
}

@media (max-width: 1379px) {
    .about_description {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        margin-bottom: 110px;
    }
}

.about_description_text {
    max-width: 868px;
}

@media (max-width: 1379px) {
    .about_description_text {
        max-width: 100%;
        margin-bottom: 32px;
    }
}

@media (max-width: 743px) {
    .about_description_text {
        margin-bottom: 20px;
    }
}

.about_description_text p {
    margin-bottom: 20px;
    color: #1a3051;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.about_description_text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 743px) {
    .about_description_text p {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 14px;
    }
}

.about_description_text strong {
    margin-bottom: 32px;
    color: #1a3051;
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
}

@media (max-width: 743px) {
    .about_description_text strong {
        font-size: 16px;
    }
}

.about_description_image {
    max-width: 412px;
}

@media (max-width: 1379px) {
    .about_description_image {
        max-width: 100%;
    }
}

.about_description_image img {
    border-radius: 24px;
}

.about_benefits2 {
    margin-bottom: 150px;
}

@media (max-width: 1379px) {
    .about_benefits2 {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        margin-bottom: 80px;
    }
}

@media (max-width: 743px) {
    .about_benefits2 {
        margin-bottom: 0;
    }
}

.about_benefits2_item {
    width: 48.8%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../images/bg-about-benefits.png);
    padding-top: 50px;
    height: 245px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    position: relative;
}

@media (max-width: 1379px) {
    .about_benefits2_item {
        width: 100%;
        margin-bottom: 30px;
        background-size: 100% 245px;
    }
}

@media (max-width: 743px) {
    .about_benefits2_item {
        height: 227px;
        background-size: 100% 277px;
        margin-bottom: 84px;
        background-position: top center;
        border-radius: 24px;
        padding-top: 0;
        background-image: url(../images/bg-about-benefits-mobile.png);
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;
    }
}

.about_benefits2_item_title {
    text-align: center;
    margin-bottom: 32px;
    color: #1a3051;
    font-size: 30px;
    font-weight: 600;
    line-height: 120%;
    margin-top: 40px;
}

@media (max-width: 743px) {
    .about_benefits2_item_title {
        margin-top: 50px;
        margin-bottom: 20px;
        font-size: 18px;
    }
}

.about_benefits2_item_text {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 32px;
    color: #1a3051;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

@media (max-width: 743px) {
    .about_benefits2_item_text {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        line-height: 120%;
    }
}

.about_benefits2_item img {
    position: absolute;
    top: 0;
}

@media (max-width: 743px) {
    .about_benefits2_item img {
        top: -55px;
    }
}

.about_advantage {
    margin-bottom: 150px;
}

@media (max-width: 1379px) {
    .about_advantage {
        margin-bottom: 110px;
    }
}

@media (max-width: 743px) {
    .about_advantage {
        margin-bottom: 20px;
    }
}

.about_advantage_title {
    margin-bottom: 32px;
    color: #1a3051;
    font-size: 42px;
    font-weight: 600;
    line-height: 120%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-indent: 20px;
}

@media (max-width: 1379px) {
    .about_advantage_title {
        font-size: 38px;
        margin-bottom: 32px;
    }
}

@media (max-width: 743px) {
    .about_advantage_title {
        margin-bottom: 20px;
        font-size: 22px;
    }
}

.about_advantage_title:after {
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #d94e8a;
    border-radius: 999px;
    content: '';
}

.about_advantage_wrapper {
    border-radius: 24px;
    box-shadow: 0px 18px 24px 2px rgba(26, 48, 81, 0.05);
    background: #f0f8fe;
}

@media (max-width: 1379px) {
    .about_advantage_wrapper {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }
}

.about_advantage_image {
    max-width: 640px;
}

@media (max-width: 1379px) {
    .about_advantage_image {
        max-width: 100%;
        text-align: center;
    }
}

.about_advantage_image img {
    border-radius: 24px;
}

.about_advantage_right {
    max-width: 640px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    padding-top: 32px;
    padding-bottom: 32px;
}

@media (max-width: 1379px) {
    .about_advantage_right {
        max-width: 100%;
        padding: 40px 20px 20px;
    }
}

@media (max-width: 743px) {
    .about_advantage_right {
        padding: 20px 16px 16px;
    }
}

@media (max-width: 1379px) {
    .about_advantage_item {
        margin-bottom: 32px;
    }
}

@media (max-width: 743px) {
    .about_advantage_item {
        margin-bottom: 20px;
    }
}

@media (max-width: 1379px) {
    .about_advantage_item:last-child {
        margin-bottom: 0;
    }
}

.about_advantage_item_title {
    margin-bottom: 12px;
    padding-left: 18px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #1a3051;
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
}

@media (max-width: 743px) {
    .about_advantage_item_title {
        font-size: 16px;
    }
}

.about_advantage_item_title:after {
    content: '';
    position: absolute;
    left: 0;
    border-radius: 999px;
    background: #d94e8a;
    width: 8px;
    height: 8px;
}

.about_advantage_item_text {
    color: #1a3051;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

@media (max-width: 743px) {
    .about_advantage_item_text {
        font-size: 14px;
    }
}

.about_form {
    border-radius: 24px;
    box-shadow: 0px 18px 24px 2px rgba(26, 48, 81, 0.09);
    background: #f0f8fe;
    padding: 36px;
    width: 568px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 150px;
    position: relative;
}

@media (max-width: 1379px) {
    .about_form {
        width: 79.57%;
        margin-bottom: 110px;
    }
}

@media (max-width: 743px) {
    .about_form {
        margin-bottom: 80px;
        padding: 16px;
        width: 84%;
    }
}

.about_form:after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../images/form-decor.png);
    width: 1047px;
    height: 954px;
    top: -197px;
    right: -473px;
    z-index: -1;
}

@media (max-width: 1379px) {
    .about_form:after {
        top: -415px;
        right: -356px;
    }
}

@media (max-width: 743px) {
    .about_form:after {
        display: none;
    }
}

.about_form_title {
    margin-bottom: 12px;
    text-align: center;
    color: #1a3051;
    font-size: 30px;
    font-weight: 600;
    line-height: 120%;
}

@media (max-width: 1379px) {
    .about_form_title {
        margin-bottom: 6px;
        font-size: 22px;
    }
}

@media (max-width: 743px) {
    .about_form_title {
        font-size: 18px;
    }
}

.about_form_subtitle {
    margin-bottom: 32px;
    text-align: center;
    color: #1a3051;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

@media (max-width: 743px) {
    .about_form_subtitle {
        margin-bottom: 20px;
        font-size: 14px;
    }
}

.about_form_privacy {
    color: #1a3051;
    font-size: 14px;
}

@media (max-width: 743px) {
    .about_form_privacy {
        font-size: 12px;
    }
}

.about_form_privacy a {
    color: #1a3051;
    font-weight: 700;
    text-decoration: none;
}

.about_form_privacy a:hover {
    text-decoration: underline;
}

.about_form form p {
    margin: 0;
}

.about_form br,
.about_form .wpcf7-spinner,
.about_form .invalid .wpcf7-response-output,
.about_form .wpcf7-not-valid-tip {
    display: none !important;
}

.about_form .inputs_wrapper p {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

@media (max-width: 743px) {
    .about_form .inputs_wrapper p {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }
}

.about_form .inputs_wrapper p span {
    width: 49%;
}

@media (max-width: 743px) {
    .about_form .inputs_wrapper p span {
        width: 100%;
    }
}
.tm-content-form input,
.about_form input {
    width: 100%;
    outline: none;
    box-sizing: border-box;
    margin-bottom: 14px;
    border-radius: 999px;
    background: #ddeffc;
    color: #1a3051;
    font-family: Figtree;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    border: none;
    padding-top: 14px;
    padding-bottom: 14px;
    text-indent: 14px;
}

@media (max-width: 743px) {
    .about_form input {
        font-size: 12px;
    }
}
.tm-content-form input::-webkit-input-placeholder,
.about_form input::-webkit-input-placeholder {
    color: #1a3051;
    font-family: Figtree;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

@media (max-width: 743px) {
    .about_form input::-webkit-input-placeholder {
        font-size: 12px;
    }
}
.tm-content-form input::-moz-placeholder,
.about_form input::-moz-placeholder {
    color: #1a3051;
    font-family: Figtree;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

@media (max-width: 743px) {
    .about_form input::-moz-placeholder {
        font-size: 12px;
    }
}
.tm-content-form input:-moz-placeholder,
.about_form input:-moz-placeholder {
    color: #1a3051;
    font-family: Figtree;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

@media (max-width: 743px) {
    .about_form input:-moz-placeholder {
        font-size: 12px;
    }
}
.tm-content-form input:-ms-input-placeholder,
.about_form input:-ms-input-placeholder {
    color: #1a3051;
    font-family: Figtree;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

@media (max-width: 743px) {
    .about_form input:-ms-input-placeholder {
        font-size: 12px;
    }
}

.about_form .iti {
    margin-bottom: 12px;
    width: 100%;
}

.about_form .iti__arrow {
    display: none;
}

.about_form .iti .iti__selected-dial-code {
    color: #1a3051;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    font-family: Figtree;
}

@media (max-width: 743px) {
    .about_form .iti .iti__selected-dial-code {
        font-size: 12px;
    }
}

.about_form .iti__country-container:after {
    content: '';
    position: absolute;
    right: -20px;
    background-repeat: no-repeat;
    width: 10px;
    height: 18px;
    background-image: url(../images/arrow-down-blue.svg);
    top: 15px;
    border-right: 1px solid #1a3051;
    padding-right: 10px;
    background-position: center;
    z-index: 1;
}

@media (max-width: 743px) {
    .about_form .iti__country-container:after {
        top: 13px;
    }
}

.about_form input.iti__search-input {
    color: #000;
}

.about_form input.iti__search-input::-webkit-input-placeholder {
    color: #000;
}

.about_form input.iti__search-input::-moz-placeholder {
    color: #000;
}

.about_form input.iti__search-input:-moz-placeholder {
    color: #000;
}

.about_form input.iti__search-input:-ms-input-placeholder {
    color: #000;
}

.about_form input[type="tel"] {
    text-indent: 25px;
}

.about_form input[type="tel"]::-webkit-input-placeholder {
    opacity: 0.5;
}

.about_form input[type="tel"]::-moz-placeholder {
    opacity: 0.5;
}

.about_form input[type="tel"]:-moz-placeholder {
    opacity: 0.5;
}

.about_form input[type="tel"]:-ms-input-placeholder {
    opacity: 0.5;
}
.tm-content-form input.wpcf7-not-valid,
.about_form input.wpcf7-not-valid {
    border: 1px solid red;
}
.tm-content-form input[type="submit"],
.about_form input[type="submit"] {
    text-align: center;
    text-indent: inherit;
    margin-bottom: 10px;
    background: #ff99cc;
    color: #1a3051;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
    transition: all .3s;
}

@media (max-width: 743px) {
    .about_form input[type="submit"] {
        font-size: 16px;
        padding: 9px 0;
    }
}
.tm-content-form input[type="submit"]:hover,
.about_form input[type="submit"]:hover {
    background: #379aeb;
    color: #f0f8fe;
    cursor: pointer;
}

.tm-content-form__title {
    margin-bottom: 8px;
}
.tm-content-form p {
    margin: 0;
}
.tm-content-form .wpcf7-form-control-wrap {
    display: block;
}
.tm-content-form br {
    display: none;
}
.tm-content-form .codedropz-upload-handler {
    border-width: 1px;
}

.jq-selectbox.wpcf7-form-control {
    padding: 0;
    border: 0 none;
    width: 100%;
    margin-bottom: 20px;
}

.wpcf7-select .jq-selectbox__select-text,
.wpcf7-select .jq-selectbox__select {
    height: 47px;
}

.wpcf7-select .jq-selectbox__select {
    padding: 0 15px;
    background: none;
    box-shadow: 0 0 0 rgb(0 0 0 / 0%);
    border: 0 none;
    text-shadow: 0 0 0 rgb(0 0 0 / 0%);
    box-sizing: border-box;
    border-radius: 30px;
    background: #ddeffc;
}
.wpcf7-select.wpcf7-not-valid .jq-selectbox__select {
    border: 1px solid red;
}
.wpcf7-select.wpcf7-not-valid.changed .jq-selectbox__select {
    border: 0 none;
}

.wpcf7-select .jq-selectbox__select-text {
    display: flex;
    align-items: center;
    font-family: Figtree;
    font-size: 14px;
}

.wpcf7-select .jq-selectbox__trigger {
    border-left: 0 none;

}

.wpcf7-select .jq-selectbox__trigger-arrow {
    border: solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    right: 25px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 18px;
}

.wpcf7-select .jq-selectbox__dropdown {
    margin: 0;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 0 0 rgb(0 0 0 / 0%);
    border: 1px solid #ff99cc;
    overflow: hidden;
    background: #ddeffc;
}

.wpcf7-select ul li::before {
    display: none;
}

.jq-selectbox.wpcf7-select li {
    margin-bottom: 0;
}
.jq-selectbox li:hover,
.jq-selectbox.wpcf7-select li.sel,
.jq-selectbox.wpcf7-select li.selected {
    background-color: #ff99cc;
    color: #000;
}

.jq-selectbox.wpcf7-select li {
    height: 33px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.jq-selectbox.wpcf7-select li:not(:first-child) {
    border-top: 1px solid #ff99cc;
}

.jq-selectbox.wpcf7-select.focused .jq-selectbox__select {
    border-width: 1px;
    border-color: #ff99cc;
    border-style: solid;
}

.jq-selectbox.wpcf7-select.opened .jq-selectbox__select {
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #ff99cc;
    border-radius: 8px 8px 0 0;
}

.codedropz-upload-handler {
    border-radius: 30px;
}

@media (max-width: 1379px) {
    .overflow_mobile {
        overflow: hidden;
    }
}

/* Partnership */
@media (max-width: 1379px) {
    .partnership_info_wrapper {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }
}

.partnership_info_text {
    max-width: 752px;
    color: #1a3051;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 32px;
}

@media (max-width: 1379px) {
    .partnership_info_text {
        max-width: 100%;
    }
}

@media (max-width: 743px) {
    .partnership_info_text {
        margin-bottom: 20px;
    }
}

.partnership_info_text strong {
    margin-bottom: 12px;
    color: #1a3051;
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
}

@media (max-width: 743px) {
    .partnership_info_text strong {
        font-size: 16px;
    }
}

.partnership_info_text p {
    margin-top: 0;
}

@media (max-width: 743px) {
    .partnership_info_text p {
        margin-bottom: 10px;
        font-size: 14px;
    }
}

.partnership_info_text ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #1a3051;
    font-family: Figtree;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.partnership_info_text ul li {
    position: relative;
    margin-bottom: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 12px;
}

@media (max-width: 1379px) {
    .partnership_info_text ul li {
        align-items: center;
    }
}

@media (max-width: 743px) {
    .partnership_info_text ul li {
        margin-bottom: 10px;
    }
}

.partnership_info_text ul li:after {
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #d94e8a;
    content: '';
    top: 9px;
}

@media (max-width: 1379px) {
    .partnership_info_text ul li:after {
        top: auto;
    }
}

.partnership_info_image {
    max-width: 528px;
    height: 437px;
    border-radius: 24px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
}

@media (max-width: 1379px) {
    .partnership_info_image {
        max-width: 100%;
        align-items: flex-start;
        height: auto;
    }
}

.partnership_info_image img {
    border-radius: 24px;
}

.partnership_info .about_benefits {
    padding: 32px 50px;
    border-radius: 24px;
    box-shadow: 0px 18px 24px 2px rgba(26, 48, 81, 0.05);
    background: #f0f8fe;
    margin-bottom: 150px;
}

@media (max-width: 1379px) {
    .partnership_info .about_benefits {
        padding: 32px 24px;
        margin-bottom: 110px;
    }
}

@media (max-width: 743px) {
    .partnership_info .about_benefits {
        margin-bottom: 80px;
        padding: 16px;
    }
}

.partnership_info .about_benefits_item {
    width: 32%;
}

@media (max-width: 1379px) {
    .partnership_info .about_benefits_item {
        width: 34%;
    }
}

@media (max-width: 743px) {
    .partnership_info .about_benefits_item {
        width: 100%;
    }
}

.partnership_info .about_benefits_item:nth-child(2):after {
    right: 20px;
}

@media (max-width: 1379px) {
    .partnership_info .about_benefits_item:nth-child(2):after {
        right: -6px;
    }
}

@media (max-width: 743px) {
    .partnership_info .about_benefits_item:nth-child(2):after {
        display: none;
    }
}

@media (max-width: 743px) {
    .partnership_info .about_benefits_item:last-child {
        margin-bottom: 0;
    }
}

.partnership_info .about_benefits:after {
    display: none;
}

.cooperation {
    margin-bottom: 150px;
}

@media (max-width: 1379px) {
    .cooperation {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        margin-bottom: 110px;
    }
}

@media (max-width: 743px) {
    .cooperation {
        margin-bottom: 80px;
    }
}

.cooperation_title {
    color: #1a3051;
    font-size: 42px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 32px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-indent: 20px;
}

@media (max-width: 1379px) {
    .cooperation_title {
        font-size: 38px;
    }
}

@media (max-width: 743px) {
    .cooperation_title {
        margin-bottom: 20px;
        font-size: 22px;
    }
}

.cooperation_title:after {
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #d94e8a;
    border-radius: 999px;
    content: '';
}

.cooperation_text {
    max-width: 752px;
    color: #1a3051;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

@media (max-width: 1379px) {
    .cooperation_text {
        max-width: 100%;
        margin-bottom: 32px;
    }
}

@media (max-width: 743px) {
    .cooperation_text {
        font-size: 14px;
    }
}

.cooperation_text p:first-child {
    margin-bottom: 32px;
}

@media (max-width: 743px) {
    .cooperation_text p {
        margin-bottom: 20px;
    }
}

.cooperation_text strong {
    color: #1a3051;
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
}

@media (max-width: 743px) {
    .cooperation_text strong {
        font-size: 16px;
    }
}

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

.cooperation_text ul li {
    position: relative;
    margin-bottom: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 12px;
}

.cooperation_text ul li:after {
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #d94e8a;
    content: '';
    top: 9px;
}

.cooperation_text ul li:last-child {
    margin-bottom: 0;
}

.cooperation_form {
    padding: 36px;
    max-width: 456px;
    border-radius: 24px;
    box-shadow: 0px 18px 24px 2px rgba(26, 48, 81, 0.05);
    background: #f0f8fe;
}

@media (max-width: 1379px) {
    .cooperation_form {
        max-width: 100%;
        padding: 44px 36px;
    }
}

@media (max-width: 743px) {
    .cooperation_form {
        padding: 16px;
    }
}

.cooperation_form_title {
    text-align: center;
    margin-bottom: 6px;
    color: #1a3051;
    font-size: 30px;
    font-weight: 600;
    line-height: 120%;
}

@media (max-width: 743px) {
    .cooperation_form_title {
        font-size: 22px;
    }
}

.cooperation_form_subtitle {
    text-align: center;
    color: #1a3051;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 32px;
}

@media (max-width: 743px) {
    .cooperation_form_subtitle {
        font-size: 14px;
    }
}

.cooperation_form p {
    margin: 0;
}

.cooperation_form input,
.cooperation_form select {
    border: none;
    outline: none;
    box-sizing: border-box;
    border-radius: 999px;
    background: #ddeffc;
    padding-top: 14px;
    padding-bottom: 14px;
    text-indent: 14px;
    margin-bottom: 14px;
    color: #1a3051;
    font-family: Figtree;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    width: 100%;
}

@media (max-width: 743px) {

    .cooperation_form input,
    .cooperation_form select {
        font-size: 12px;
    }
}

.cooperation_form input::-webkit-input-placeholder,
.cooperation_form select::-webkit-input-placeholder {
    color: #1a3051;
    font-family: Figtree;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

@media (max-width: 743px) {

    .cooperation_form input::-webkit-input-placeholder,
    .cooperation_form select::-webkit-input-placeholder {
        font-size: 12px;
    }
}

.cooperation_form input::-moz-placeholder,
.cooperation_form select::-moz-placeholder {
    color: #1a3051;
    font-family: Figtree;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

@media (max-width: 743px) {

    .cooperation_form input::-moz-placeholder,
    .cooperation_form select::-moz-placeholder {
        font-size: 12px;
    }
}

.cooperation_form input:-moz-placeholder,
.cooperation_form select:-moz-placeholder {
    color: #1a3051;
    font-family: Figtree;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

@media (max-width: 743px) {

    .cooperation_form input:-moz-placeholder,
    .cooperation_form select:-moz-placeholder {
        font-size: 12px;
    }
}

.cooperation_form input:-ms-input-placeholder,
.cooperation_form select:-ms-input-placeholder {
    color: #1a3051;
    font-family: Figtree;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

@media (max-width: 743px) {

    .cooperation_form input:-ms-input-placeholder,
    .cooperation_form select:-ms-input-placeholder {
        font-size: 12px;
    }
}

.cooperation_form select {
    background-repeat: no-repeat;
    background-image: url(../images/icon-select.svg);
    background-position: right 14px center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.cooperation_form select:hover {
    cursor: pointer;
}

.cooperation_form .iti {
    margin-bottom: 12px;
    width: 100%;
}

.cooperation_form .iti__arrow {
    display: none;
}

.cooperation_form .iti .iti__selected-dial-code {
    color: #1a3051;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    font-family: Figtree;
}

@media (max-width: 743px) {
    .cooperation_form .iti .iti__selected-dial-code {
        font-size: 12px;
    }
}

.cooperation_form .iti__country-container:after {
    content: '';
    position: absolute;
    right: -20px;
    background-repeat: no-repeat;
    width: 10px;
    height: 18px;
    background-image: url(../images/arrow-down-blue.svg);
    top: 15px;
    border-right: 1px solid #1a3051;
    padding-right: 10px;
    background-position: center;
    z-index: 1;
}

@media (max-width: 743px) {
    .cooperation_form .iti__country-container:after {
        top: 13px;
    }
}

.cooperation_form input.iti__search-input {
    color: #000;
}

.cooperation_form input.iti__search-input::-webkit-input-placeholder {
    color: #000;
}

.cooperation_form input.iti__search-input::-moz-placeholder {
    color: #000;
}

.cooperation_form input.iti__search-input:-moz-placeholder {
    color: #000;
}

.cooperation_form input.iti__search-input:-ms-input-placeholder {
    color: #000;
}

.cooperation_form input[type="tel"] {
    text-indent: 25px;
}

.cooperation_form input[type="tel"]::-webkit-input-placeholder {
    opacity: 0.5;
}

.cooperation_form input[type="tel"]::-moz-placeholder {
    opacity: 0.5;
}

.cooperation_form input[type="tel"]:-moz-placeholder {
    opacity: 0.5;
}

.cooperation_form input[type="tel"]:-ms-input-placeholder {
    opacity: 0.5;
}

.cooperation_form input.wpcf7-not-valid {
    border: 1px solid red;
}

.cooperation_form .inputs_wrapper p {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

@media (max-width: 743px) {
    .cooperation_form .inputs_wrapper p {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }
}

.cooperation_form .inputs_wrapper p span {
    width: 49%;
}

@media (max-width: 743px) {
    .cooperation_form .inputs_wrapper p span {
        width: 100%;
    }
}

.cooperation_form input[type="submit"] {
    text-align: center;
    text-indent: inherit;
    margin-bottom: 10px;
    transition: all .3s;
    border-radius: 999px;
    background: #ff99cc;
    color: #1a3051;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
    height: 53px;
}

.cooperation_form input[type="submit"]:hover {
    background: #379aeb;
    color: #f0f8fe;
    cursor: pointer;
}

.cooperation_form_privacy {
    color: #1a3051;
    font-size: 14px;
}

@media (max-width: 743px) {
    .cooperation_form_privacy {
        font-size: 12px;
    }
}

.cooperation_form_privacy a {
    color: #1a3051;
    text-decoration: none;
    font-weight: 700;
}

.cooperation_form_privacy a:hover {
    text-decoration: underline;
}

.cooperation_form .wpcf7-response-output,
.cooperation_form br,
.cooperation_form .wpcf7-spinner,
.cooperation_form .wpcf7-not-valid-tip {
    display: none !important;
}

.trust {
    margin-bottom: 150px;
    position: relative;
}

@media (max-width: 1379px) {
    .trust {
        margin-bottom: 110px;
    }
}

@media (max-width: 743px) {
    .trust {
        margin-bottom: 80px;
    }
}

.trust_decor {
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-image: url(../images/decor-trusted.png);
    top: -353px;
    right: 0;
    width: 782px;
    height: 1109px;
    z-index: -1;
}

@media (max-width: 1379px) {
    .trust_decor {
        display: none;
    }
}

.trust_title {
    margin-bottom: 32px;
    color: #1a3051;
    font-size: 42px;
    font-weight: 600;
    line-height: 120%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-indent: 20px;
}

@media (max-width: 1379px) {
    .trust_title {
        font-size: 38px;
    }
}

@media (max-width: 743px) {
    .trust_title {
        margin-bottom: 20px;
        font-size: 22px;
    }
}

.trust_title:after {
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #d94e8a;
    border-radius: 999px;
    content: '';
}

.trust_wrapper {
    border-radius: 24px;
    box-shadow: 0px 18px 24px 2px rgba(26, 48, 81, 0.05);
    background: #f0f8fe;
    padding: 32px;
}

@media (max-width: 1379px) {
    .trust_wrapper {
        padding: 24px;
    }
}

@media (max-width: 743px) {
    .trust_wrapper {
        padding: 16px;
        width: 84%;
    }
}

.trust_item {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    width: 19.9%;
    border-right: 1px solid #7cbcf2;
    border-bottom: 1px solid #7cbcf2;
    height: 145px;
}

@media (max-width: 1379px) {
    .trust_item {
        width: 33.23%;
    }
}

@media (max-width: 743px) {
    .trust_item {
        width: 49.8%;
    }
}

@media (max-width: 743px) {
    .trust_item img {
        max-width: 107px;
        height: auto;
    }
}

@media (max-width: 1379px) {

    .trust_item:nth-child(3),
    .trust_item:nth-child(6),
        {
        border-right: none;
    }
}

.trust_item:nth-child(5),
.trust_item:nth-child(10),
.trust_item:last-child {
    border-right: none;
}

@media (max-width: 1379px) {

    .trust_item:nth-child(5),
    .trust_item:nth-child(10),
    .trust_item:last-child {
        border-right: 1px solid #7cbcf2;
    }
}

.trust_item:nth-child(n+11) {
    border-bottom: none;
}

@media (max-width: 1379px) {
    .trust_item:nth-child(n+11) {
        border-bottom: 1px solid #7cbcf2;
    }
}

@media (max-width: 1379px) {
    .trust_item:last-child {
        border-left: 1px solid #7cbcf2;
        border-right: 1px solid #7cbcf2;
        border-bottom: none;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 743px) {

    .trust_item:nth-child(2),
    .trust_item:nth-child(4),
    .trust_item:nth-child(6),
    .trust_item:nth-child(8),
    .trust_item:nth-child(10),
    .trust_item:nth-child(12),
    .trust_item:nth-child(14) {
        border-right: none;
    }
}

@media (max-width: 743px) {
    .trust_item:nth-child(3) {
        border-right: 1px solid #7cbcf2;
    }
}

.banner.banner_partnership {
    margin-bottom: 0;
}

/* Catalog */
.open_filters {
    display: none;
    border-radius: 999px;
    background-color: #7cbcf2;
    width: 137px;
    height: 43px;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #1a3051;
    line-height: 120%;
    margin-bottom: 32px;
    text-indent: 60px;
    background-repeat: no-repeat;
    background-image: url(../images/open-filter.svg);
    background-position: center left 32px;
}

@media (max-width: 1379px) {
    .open_filters {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 743px) {
    .open_filters {
        width: 100%;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        background-position: center left 43%;
        text-indent: 40px;
        margin-bottom: 0;
    }
}

.open_filters.active {
    background-image: url(../images/close-filter2.svg);
}

@media (max-width: 1379px) {
    .catalog_main .breadcrumbs {
        margin-top: 32px;
    }
}

@media (max-width: 743px) {
    .catalog_main .breadcrumbs {
        margin-top: 20px;
    }
}

.catalog_main h1 {
    margin-top: 32px;
    margin-bottom: 32px;
    color: #1a3051;
    font-size: 42px;
    font-weight: 600;
    line-height: 120%;
}

@media (max-width: 1379px) {
    .catalog_main h1 {
        font-size: 38px;
    }
}

@media (max-width: 743px) {
    .catalog_main h1 {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 22px;
    }
}

.catalog_main .catalog_main_wrapper {
    width: 976px;
}

@media (max-width: 1379px) {
    .catalog_main .catalog_main_wrapper {
        width: 100%;
    }
}

.catalog_main .catalog_main_wrapper_selections {
    margin-bottom: 12px;
}

@media (max-width: 743px) {
    .catalog_main .catalog_main_wrapper_selections {
        margin-bottom: 14px;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }
}

.catalog_main .catalog_main_wrapper_selections .facetwp-selections ul {
    padding: 0;
    margin: 0;
}

.catalog_main .catalog_main_wrapper_selections .facetwp-selections ul li .facetwp-selection-label {
    display: none;
}

.catalog_main .catalog_main_wrapper_selections .facetwp-selections ul li .facetwp-selection-value {
    padding: 6px 40px 6px 12px;
    border-radius: 999px;
    background-color: #ddeffc;
    margin-right: 10px;
    color: #1a3051;
    font-family: Figtree;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    background-repeat: no-repeat;
    background-position: center right 17px;
    background-image: url(../images/close-filter.svg);
    -webkit-background-size: 18px;
    background-size: 18px;
}

@media (max-width: 743px) {
    .catalog_main .catalog_main_wrapper_selections .facetwp-selections ul li .facetwp-selection-value {
        font-size: 14px;
        margin-bottom: 6px;
    }
}

@media (max-width: 743px) {
    .catalog_main .catalog_main_wrapper .facetwp-selections {
        margin-bottom: 20px;
    }
}

.catalog_main .catalog_main_wrapper .facetwp-type-reset {
    margin: 0;
}

@media (max-width: 1379px) {
    .catalog_main .catalog_main_wrapper .facetwp-type-reset {
        display: none;
    }
}

@media (max-width: 743px) {
    .catalog_main .catalog_main_wrapper .facetwp-type-reset {
        margin-left: 1px;
    }
}

.catalog_main .catalog_main_wrapper .facetwp-type-reset button {
    border: none;
    margin: 0;
    background: none;
    color: #1a3051;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    transition: all .3s;
    padding: 0;
}

.catalog_main .catalog_main_wrapper .facetwp-type-reset button:hover {
    cursor: pointer;
    color: #7cbcf2;
}

.catalog_main .catalog_main_wrapper_sort {
    margin-bottom: 14px;
    align-items: center;
}

@media (max-width: 743px) {
    .catalog_main .catalog_main_wrapper_sort {
        margin-bottom: 20px;
    }
}

.catalog_main .catalog_main_wrapper_sort_right {
    align-items: center;
}

.catalog_main .catalog_main_wrapper_sort_right span {
    margin-right: 10px;
    color: #8692a5;
    font-family: Figtree;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

@media (max-width: 743px) {
    .catalog_main .catalog_main_wrapper_sort_right span {
        font-size: 12px;
    }
}

.catalog_main .catalog_main_wrapper_sort_right .facetwp-facet {
    margin: 0;
}

.catalog_main .catalog_main_wrapper_sort_right select {
    border: none;
    outline: none;
    background-color: #f0f8fe;
    color: #1a3051;
    font-family: Figtree;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-image: url(../images/arrow-select2.svg);
    background-position: center right;
    padding-right: 20px;
}

@media (max-width: 743px) {
    .catalog_main .catalog_main_wrapper_sort_right select {
        font-size: 14px;
    }
}

.catalog_main .catalog_main_wrapper_sort_right select options {
    background: #f0f8fe;
}

.catalog_main .catalog_main_wrapper_sort_right select options:hover {
    background: #379aeb;
    color: #f0f8fe;
}

.catalog_main .catalog_main_wrapper_sort_right select:hover {
    cursor: pointer;
}

.catalog_main .catalog_main_wrapper .catalog_item {
    border-radius: 16px;
    background: #f0f8fe;
    text-decoration: none;
    transition: all .3s;
    margin-bottom: 32px;
    width: 31.15%;
}

.catalog_main .catalog_main_wrapper.search_main_wrapper {
    width: 100%;
}

.catalog_main .catalog_main_wrapper.search_main_wrapper .catalog_item {
    width: 23%;
}

@media (max-width: 1379px) {

    .catalog_main .catalog_main_wrapper .catalog_item,
    .catalog_main .catalog_main_wrapper.search_main_wrapper .catalog_item {
        width: 47.592%;
    }
}

@media (max-width: 743px) {

    .catalog_main .catalog_main_wrapper .catalog_item,
    .catalog_main .catalog_main_wrapper.search_main_wrapper .catalog_item {
        width: 100%;
        margin-bottom: 10px;
    }
}

.catalog_main .catalog_main_wrapper .catalog_item:hover {
    box-shadow: 0px 18px 24px 2px rgba(26, 48, 81, 0.05);
    background: #f0f8fe;
}

.catalog_main .catalog_main_wrapper .catalog_item:hover .catalog_item_more {
    background: #379aeb;
    color: #f0f8fe;
}

.catalog_main .catalog_main_wrapper .catalog_item img {
    border-radius: 16px;
    margin-bottom: 12px;
}

@media (max-width: 1379px) {
    .catalog_main .catalog_main_wrapper .catalog_item img {
        width: 100%;
        height: auto;
    }
}

.catalog_main .catalog_main_wrapper .catalog_item_bottom {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

@media (max-width: 743px) {
    .catalog_main .catalog_main_wrapper .catalog_item_bottom {
        padding-left: 6px;
        padding-right: 6px;
        padding-bottom: 6px;
    }
}

.catalog_main .catalog_main_wrapper .catalog_item_title {
    text-align: center;
    color: #1a3051;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 12px;
    min-height: 34px;
}

@media (max-width: 743px) {
    .catalog_main .catalog_main_wrapper .catalog_item_title {
        min-height: inherit;
        font-size: 14px;
        margin-bottom: 10px;
    }
}

.catalog_main .catalog_main_wrapper .catalog_item_more {
    width: 100%;
    height: 49px;
    transition: all .3s;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    border-radius: 999px;
    color: #1a3051;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
    background: #ff99cc;
    align-items: center;
}

@media (max-width: 743px) {
    .catalog_main .catalog_main_wrapper .catalog_item_more {
        height: 39px;
        font-size: 16px;
    }
}

.catalog_main .catalog_main_wrapper .catalog_item.hidden:hover {
    box-shadow: none;
}

.catalog_main .catalog_main_wrapper_sort .facetwp-type-pager {
    margin: 0;
    color: #8692a5;
    font-family: Figtree;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

@media (max-width: 743px) {
    .catalog_main .catalog_main_wrapper_sort .facetwp-type-pager {
        font-size: 12px;
    }
}

.catalog_main .catalog_main_wrapper_pagination {
    margin-bottom: 80px;
    position: relative;
    align-items: center;
}

@media (max-width: 743px) {
    .catalog_main .catalog_main_wrapper_pagination {
        margin-bottom: 60px;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        align-items: flex-start;
    }
}

.catalog_main .catalog_main_wrapper_pagination .facetwp-facet {
    margin: 0;
}

.catalog_main .catalog_main_wrapper_pagination .facetwp-facet-pagination {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100%;
}

@media (max-width: 743px) {
    .catalog_main .catalog_main_wrapper_pagination .facetwp-facet-pagination {
        margin-bottom: 10px;
    }
}

.catalog_main .catalog_main_wrapper_pagination .facetwp-facet-pagination .facetwp-pager {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100%;
    align-items: center;
}

.catalog_main .catalog_main_wrapper_pagination .facetwp-facet-pagination .facetwp-page {
    width: 44px;
    height: 44px;
    margin-right: 3px;
    margin-left: 3px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    color: #1a3051;
    font-family: Figtree;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 0;
    border-radius: 999px;
    transition: all .3s;
}

@media (max-width: 743px) {
    .catalog_main .catalog_main_wrapper_pagination .facetwp-facet-pagination .facetwp-page {
        font-size: 14px;
        margin-left: 1px;
        margin-right: 1px;
    }
}

.catalog_main .catalog_main_wrapper_pagination .facetwp-facet-pagination .facetwp-page:hover {
    background: #ddeffc;
}

.catalog_main .catalog_main_wrapper_pagination .facetwp-facet-pagination .facetwp-page.prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.catalog_main .catalog_main_wrapper_pagination .facetwp-facet-pagination .facetwp-page.active {
    border-radius: 999px;
    background: #ddeffc;
}

.catalog_main .catalog_main_wrapper_pagination .facetwp-facet-pager_bottom {
    position: absolute;
    right: 0;
    color: #1a3051;
    font-family: Figtree;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

@media (max-width: 743px) {
    .catalog_main .catalog_main_wrapper_pagination .facetwp-facet-pager_bottom {
        position: relative;
    }
}

@media (max-width: 1379px) {
    .catalog_menu_mobile {
        overflow-y: hidden;
        width: 100%;
    }
}

.catalog_menu {
    margin: 0 0 32px 0;
    padding: 0;
    list-style: none;
}

@media (max-width: 1379px) {
    .catalog_menu {
        width: 1352px;
        padding-left: 40px;
        padding-bottom: 32px;
        margin-bottom: 0;
    }
}

@media (max-width: 743px) {
    .catalog_menu {
        padding-left: 10px;
        padding-bottom: 20px;
        width: 852px;
    }
}

.catalog_menu li {
    width: 14.635%;
    border-radius: 16px;
    box-shadow: 0px 18px 24px 2px rgba(26, 48, 81, 0.05);
    background: #f0f8fe;
    transition: all .3s;
}

@media (max-width: 1379px) {
    .catalog_menu li {
        width: 202px;
        margin-right: 20px;
    }
}

@media (max-width: 743px) {
    .catalog_menu li {
        width: 132px;
        margin-right: 10px;
    }
}

@media (max-width: 1379px) {
    .catalog_menu li:last-child {
        margin-right: 0;
    }
}

.catalog_menu li:hover {
    background: #ff99cc;
}

.catalog_menu li a {
    text-decoration: none;
    color: #1a3051;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    padding-top: 24px;
    padding-bottom: 24px;
}

@media (max-width: 743px) {
    .catalog_menu li a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.catalog_menu li a img {
    margin-bottom: 15px;
}

.catalog_menu li a span {
    padding: 0 !important;
}

@media (max-width: 1379px) {
    .catalog_wrapper {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.catalog_left {
    width: 304px;
}

@media (max-width: 1379px) {
    .catalog_left {
        width: 100%;
        display: none;
    }
}

.catalog_left_item {
    padding: 20px;
    margin-bottom: 32px;
    border-bottom: 1px solid #379aeb;
}

@media (max-width: 1379px) {
    .catalog_left_item {
        margin-bottom: 0;
    }
}

@media (max-width: 743px) {
    .catalog_left_item {
        padding: 14px 10px;
    }
}

.catalog_left_item .facetwp-facet {
    margin-bottom: 0;
}

.catalog_left_item .facetwp-toggle {
    font-family: Figtree;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.catalog_left_item:last-child {
    border-bottom: none;
}

.catalog_left_title {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
}

@media (max-width: 743px) {
    .catalog_left_title {
        font-size: 16px;
        margin-bottom: 12px;
    }
}

.catalog_left .facetwp-facet-collection {
    margin-bottom: 32px;
}

@media (max-width: 1379px) {
    .catalog_left .facetwp-facet-collection {
        margin-bottom: 0;
    }
}

.catalog_left .facetwp-facet-collection .fs-search {
    display: none !important;
}

.catalog_left .facetwp-facet-collection .fs-wrap {
    width: 100%;
}

.catalog_left .facetwp-facet-collection .fs-option:hover {
    background: #379aeb;
    color: #f0f8fe;
}

.catalog_left .facetwp-facet-collection .fs-label-wrap {
    padding: 20px;
    background: none;
    border: none;
    border-bottom: 1px solid #379aeb;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

@media (max-width: 743px) {
    .catalog_left .facetwp-facet-collection .fs-label-wrap {
        padding: 14px 10px;
    }
}

.catalog_left .facetwp-facet-collection .fs-label-wrap .fs-label {
    padding: 0;
    color: #1a3051;
    font-family: Figtree;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
}

@media (max-width: 743px) {
    .catalog_left .facetwp-facet-collection .fs-label-wrap .fs-label {
        font-size: 16px;
    }
}

.catalog_left .facetwp-facet-collection .fs-label-wrap .fs-arrow {
    border: none;
    background-repeat: no-repeat;
    background-image: url(../images/arrow-down.svg);
    background-position: center;
    right: 20px;
    width: 24px;
    height: 24px;
}

.catalog_left .facetwp-facet-collection .fs-label-wrap:hover {
    cursor: pointer;
}

.catalog_left .facetwp-checkbox {
    margin-bottom: 14px;
    color: #1a3051;
    font-family: Figtree;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    background-size: 20px 20px;
    background-image: url(../images/checkbox.svg);
    padding-left: 32px;
}

@media (max-width: 743px) {
    .catalog_left .facetwp-checkbox {
        font-size: 14px;
    }
}

.catalog_left .facetwp-checkbox.checked {
    background-image: url(../images/checkbox-active.svg);
    font-weight: 700;
}

@media (max-width: 1379px) {
    .main_buy .breadcrumbs {
        margin-top: 32px;
    }
}

@media (max-width: 743px) {
    .main_buy .breadcrumbs {
        margin-top: 20px;
    }
}

.main_buy h1 {
    margin-top: 32px;
    margin-bottom: 50px;
    color: #1a3051;
    font-size: 42px;
    font-weight: 600;
    line-height: 120%;
}

@media (max-width: 1379px) {
    .main_buy h1 {
        margin-bottom: 40px;
        font-size: 38px;
    }
}

@media (max-width: 743px) {
    .main_buy h1 {
        font-size: 22px;
    }
}

.map {
    position: relative;
    margin-bottom: 80px;
}

@media (max-width: 1379px) {
    .map {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }
}

.map iframe {
    width: 65%;
    height: 600px;
}

@media (max-width: 1379px) {
    .map iframe {
        width: 100%;
        height: 577px;
        margin-bottom: 40px;
    }
}

@media (max-width: 743px) {
    .map iframe {
        height: 328px;
    }
}

.map img {
    position: absolute;
    top: 0;
    left: -210px;
}

.map_partners::-webkit-scrollbar {
    width: 10px;
    height: 512px;
    border-radius: 3.5px;
}

.map_partners::-webkit-scrollbar-track {
    background: #f0f8fe;
    height: 580px;
    border-radius: 3.5px;
}

.map_partners::-webkit-scrollbar-thumb {
    border-radius: 3.5px;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid #f0f8fe;
}

.map_partners {
    border-radius: 24px;
    box-shadow: 0px 18px 24px 2px rgba(26, 48, 81, 0.05);
    background: #f0f8fe;
    padding: 32px;
    width: 352px;
    margin-left: auto;
    position: relative;
    z-index: 1;
    overflow-y: scroll;
    height: 536px;
    position: relative;
}

@media (max-width: 1379px) {
    .map_partners {
        width: 92.773%;
        padding: 24px;
    }
}

@media (max-width: 743px) {
    .map_partners {
        padding: 16px;
        width: 89.1%;
    }
}

.map_partners:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 32px;
    background: #f0f8fe;
    content: '';
}

@media (max-width: 743px) {
    .map_partners:after {
        display: none;
    }
}

.map_partners_item_title {
    margin-bottom: 12px;
    color: #1a3051;
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
}

@media (max-width: 743px) {
    .map_partners_item_title {
        font-size: 16px;
    }
}

.map_partners_item_wrapper {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #7cbcf2;
    margin-bottom: 12px;
}

@media (max-width: 743px) {
    .map_partners_item_wrapper {
        overflow: hidden;
        padding-left: 0;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
}

.map_partners_item_town {
    position: relative;
    padding-left: 18px;
    margin-bottom: 12px;
    color: #1a3051;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-left: -20px;
}

@media (max-width: 743px) {
    .map_partners_item_town {
        margin-left: 0;
        margin-bottom: 10px;
        font-size: 16px;
    }
}

.map_partners_item_town:after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #d94e8a;
    position: absolute;
    left: 0;
}

.map_partners_item_subtitle {
    margin-bottom: 6px;
    color: #1a3051;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
}

@media (max-width: 743px) {
    .map_partners_item_subtitle {
        font-size: 14px;
    }
}

.map_partners_item_address {
    color: #8692a5;
    font-size: 14px;
    word-break: break-all;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 6px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

@media (max-width: 743px) {
    .map_partners_item_address {
        font-size: 12px;
    }
}

.map_partners_item_address svg {
    margin-right: 10px;
}

.map_partners_item a {
    word-break: break-all;
    text-decoration: none;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #8692a5;
    font-family: Figtree;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 6px;
}

@media (max-width: 743px) {
    .map_partners_item a {
        font-size: 12px;
    }
}

.map_partners_item a svg {
    margin-right: 10px;
}

.map_partners_item a.map_partners_item_directions {
    margin-bottom: 0;
    color: #1a3051;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

@media (max-width: 743px) {
    .map_partners_item a.map_partners_item_directions {
        font-size: 14px;
    }
}

@media (max-width: 1379px) {
    .main_contacts .breadcrumbs {
        margin-top: 32px;
    }
}

@media (max-width: 743px) {
    .main_contacts .breadcrumbs {
        margin-top: 20px;
    }
}

.contacts_wrapper {
    margin-top: 32px;
    margin-bottom: 80px;
}

@media (max-width: 1379px) {
    .contacts_wrapper {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }
}

@media (max-width: 743px) {
    .contacts_wrapper {
        margin-top: 20px;
    }
}

.contacts_wrapper .cooperation_form {
    position: relative;
}

.contacts_wrapper .cooperation_form:after {
    content: '';
    position: absolute;
    width: 433px;
    height: 625px;
    background-repeat: no-repeat;
    top: -136px;
    left: -283px;
    background-image: url(../images/form-decor-contacts.png);
    z-index: -1;
}

@media (max-width: 1379px) {
    .contacts_wrapper .cooperation_form:after {
        right: -292px;
        top: -276px;
        width: 557px;
        left: auto;
    }
}

@media (max-width: 743px) {
    .contacts_wrapper .cooperation_form:after {
        right: -160px;
        top: -180px;
        width: 337px;
    }
}

.contacts_left {
    max-width: 528px;
}

@media (max-width: 1379px) {
    .contacts_left {
        max-width: 100%;
        margin-bottom: 110px;
    }
}

@media (max-width: 743px) {
    .contacts_left {
        margin-bottom: 80px;
    }
}

.contacts_left h1 {
    margin-top: 0;
    margin-bottom: 32px;
    color: #1a3051;
    font-size: 42px;
    font-weight: 600;
    line-height: 120%;
}

@media (max-width: 1379px) {
    .contacts_left h1 {
        font-size: 38px;
    }
}

@media (max-width: 743px) {
    .contacts_left h1 {
        margin-bottom: 20px;
        font-size: 22px;
    }
}

.contacts_text {
    color: #1a3051;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 60px;
}

@media (max-width: 1379px) {
    .contacts_text {
        margin-bottom: 24px;
    }
}

@media (max-width: 743px) {
    .contacts_text {
        font-size: 14px;
        margin-bottom: 12px;
    }
}

.contacts_text p {
    margin-top: 0;
    margin-bottom: 12px;
}

.contacts_text p:last-child {
    margin-bottom: 0;
}

.contacts_text strong {
    color: #1a3051;
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
}

@media (max-width: 743px) {
    .contacts_text strong {
        font-size: 16px;
    }
}

.contacts_email {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #1a3051;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
    margin-bottom: 60px;
    transition: all .3s;
}

@media (max-width: 1379px) {
    .contacts_email {
        margin-bottom: 24px;
    }
}

@media (max-width: 743px) {
    .contacts_email {
        font-size: 16px;
        margin-bottom: 12px;
    }
}

.contacts_email:hover {
    color: #ff99cc;
}

.contacts_email svg {
    margin-right: 20px;
}

.contacts_socials_title {
    margin-bottom: 20px;
    color: #1a3051;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

@media (max-width: 743px) {
    .contacts_socials_title {
        font-size: 12px;
    }
}

.contacts_socials a {
    margin-right: 10px;
    transition: all .3s;
}

.contacts_socials a:last-child {
    margin-right: 0;
}

@media (max-width: 1379px) {
    body.page-id-18 #wrapper {
        overflow: hidden;
    }
}

.error {
    margin-top: 55px;
    margin-bottom: 55px;
    text-align: center;
}

@media (max-width: 1379px) {
    .error {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 743px) {
    .error {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.error h1 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #1a3051;
    font-size: 120px;
    font-weight: 900;
    line-height: 120%;
}

.error_title {
    margin-bottom: 20px;
    color: #1a3051;
    font-size: 42px;
    font-weight: 600;
    line-height: 120%;
}

@media (max-width: 1379px) {
    .error_title {
        font-size: 22px;
    }
}

.error_subtitle {
    margin-bottom: 32px;
    color: #1a3051;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

@media (max-width: 743px) {
    .error_subtitle {
        font-size: 14px;
    }
}

.error a {
    text-decoration: none;
    width: 209px;
    height: 53px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    color: #1a3051;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
    transition: all .3s;
    border-radius: 999px;
    background: #ff99cc;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
}

@media (max-width: 743px) {
    .error a {
        font-size: 16px;
        width: 193px;
        height: 43px;
    }
}

.error a:hover {
    background: #379aeb;
    color: #f0f8fe;
}

.news_item {
    width: 23.2%;
    margin-bottom: 20px;
    text-align: center;
    text-decoration: none;
}

@media (max-width: 1379px) {
    .news_item {
        width: 47.592%;
        margin-bottom: 32px;
    }
}

@media (max-width: 743px) {
    .news_item {
        margin-bottom: 10px;
        width: 100%;
    }
}

.news_item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.news_item_image {
    max-height: 270px;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 16px;
}

.news_item_image img {
    transition: all .3s;
}

@media (max-width: 1379px) {
    .news_item_image img {
        width: 100%;
        height: auto;
    }
}

.news_item_title {
    color: #1a3051;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    text-align: left;
}

@media (max-width: 743px) {
    .news_item_title {
        font-size: 14px;
        line-height: 150%;
        min-height: 42px;
    }
}

.nav-links {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 80px;
}

@media (max-width: 1379px) {
    .nav-links {
        margin-top: 0;
    }
}

@media (max-width: 743px) {
    .nav-links {
        margin-top: 22px;
        margin-bottom: 60px;
    }
}

.nav-links a.page-numbers,
.nav-links span {
    width: 44px;
    height: 44px;
    color: #1a3051;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    text-decoration: none;
    transition: all .3s;
    margin-right: 3px;
    margin-left: 3px;
}

@media (max-width: 743px) {

    .nav-links a.page-numbers,
    .nav-links span {
        font-size: 14px;
    }
}

.nav-links a.page-numbers:hover,
.nav-links span:hover {
    border-radius: 999px;
    background: #ddeffc;
}

.nav-links span {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: #ddeffc;
}

.nav-links a.prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* Article */
@media (max-width: 1379px) {
    .article .breadcrumbs {
        margin-top: 32px;
    }
}

@media (max-width: 743px) {
    .article .breadcrumbs {
        white-space: nowrap;
        overflow-y: scroll;
        margin-top: 20px;
    }
}

.article_wrapper {
    margin-top: 32px;
    margin-bottom: 80px;
}

@media (max-width: 1379px) {
    .article_wrapper {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }
}

@media (max-width: 743px) {
    .article_wrapper {
        margin-top: 20px;
        margin-bottom: 60px;
    }
}

.article_main {
    max-width: 976px;
}

@media (max-width: 1379px) {
    .article_main {
        max-width: 100%;
    }
}

.article_main img {
    border-radius: 24px;
}

.article_title {
    margin-bottom: 24px;
    margin-top: 0;
    color: #1a3051;
    font-size: 42px;
    font-weight: 600;
    line-height: 120%;
}

@media (max-width: 1379px) {
    .article_title {
        font-size: 38px;
    }
}

@media (max-width: 743px) {
    .article_title {
        font-size: 22px;
        margin-bottom: 12px;
    }
}

.article_content {
    margin-top: 24px;
}

@media (max-width: 743px) {
    .article_content {
        margin-top: 12px;
    }
}

.article_content p {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 16px;
}

@media (max-width: 743px) {
    .article_content p {
        font-size: 14px;
        margin-bottom: 12px;
    }
}

.article_content h2 {
    font-weight: 600;
    font-size: 18px;
}

@media (max-width: 743px) {
    .article_content h2 {
        font-size: 16px;
    }
}

.article_right {
    max-width: 303px;
}

@media (max-width: 1379px) {
    .article_right {
        max-width: 100%;
        margin-top: 110px;
    }
}

@media (max-width: 743px) {
    .article_right {
        margin-top: 80px;
    }
}

.article_latest_title {
    margin-bottom: 20px;
    color: #1a3051;
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
}

@media (max-width: 1379px) {
    .article_latest_title {
        margin-bottom: 32px;
    }
}

@media (max-width: 743px) {
    .article_latest_title {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.article_latest_item {
    margin-bottom: 20px;
    text-decoration: none;
}

@media (max-width: 1379px) {
    .article_latest_item {
        margin-bottom: 32px;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }
}

@media (max-width: 743px) {
    .article_latest_item {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        margin-bottom: 20px;
    }
}

.article_latest_item_image {
    margin-right: 14px;
}

@media (max-width: 1379px) {
    .article_latest_item_image {
        margin-right: 0;
        margin-bottom: 24px;
    }
}

@media (max-width: 743px) {
    .article_latest_item_image {
        margin-right: 10px;
        margin-bottom: 0;
        width: 103px;
        height: 103px;
    }
}

.article_latest_item_image img {
    border-radius: 16px;
}

@media (max-width: 743px) {
    .article_latest_item_image img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}

.article_latest_item_title {
    color: #1a3051;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    max-width: 186px;
}

@media (max-width: 1379px) {
    .article_latest_item_title {
        max-width: 100%;
    }
}

@media (max-width: 743px) {
    .article_latest_item_title {
        max-width: 62%;
        font-size: 14px;
        line-height: 150%;
        margin-right: auto;
    }
}

.article_form {
    padding: 20px;
    border-radius: 24px;
    background: #ff99cc;
}

.article_form_slogan {
    margin-bottom: 12px;
    color: #1a3051;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

@media (max-width: 743px) {
    .article_form_slogan {
        font-size: 12px;
    }
}

.article_form_title {
    margin-bottom: 12px;
    color: #1a3051;
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
}

@media (max-width: 743px) {
    .article_form_title {
        font-size: 16px;
    }
}

.article_form p {
    margin: 0;
}

.article_form br,
.article_form .wpcf7-spinner,
.article_form .invalid .wpcf7-response-output,
.article_form .wpcf7-not-valid-tip {
    display: none !important;
}

.article_form input {
    border: none;
    outline: none;
    box-sizing: border-box;
    border-radius: 999px;
    background: rgba(240, 248, 254, 0.2);
    padding: 14px;
    color: #f0f8fe;
    font-family: Figtree;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    width: 100%;
    margin-bottom: 14px;
}

@media (max-width: 743px) {
    .article_form input {
        font-size: 12px;
    }
}

.article_form input::-webkit-input-placeholder {
    color: #f0f8fe;
    font-family: Figtree;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

.article_form input::-moz-placeholder {
    color: #f0f8fe;
    font-family: Figtree;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

.article_form input:-moz-placeholder {
    color: #f0f8fe;
    font-family: Figtree;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

.article_form input:-ms-input-placeholder {
    color: #f0f8fe;
    font-family: Figtree;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

.article_form input.wpcf7-not-valid {
    border: 1px solid red;
}

.article_form input[type="submit"] {
    color: #f0f8fe;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
    background: #379aeb;
    margin-bottom: 24px;
    transition: all .3s;
}

@media (max-width: 743px) {
    .article_form input[type="submit"] {
        font-size: 16px;
        padding: 9px 0;
    }
}

.article_form input[type="submit"]:hover {
    cursor: pointer;
    background-color: #7cbcf2;
}

.article_form_bottom {
    margin-bottom: 12px;
    color: #1a3051;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

@media (max-width: 743px) {
    .article_form_bottom {
        font-size: 12px;
    }
}

.article_form_socials {
    align-items: center;
}

.article_form_socials a {
    margin-right: 20px;
}

.article_form_socials a:last-child {
    margin-right: 0;
}

.article_share {
    align-items: center;
}

@media (max-width: 743px) {
    .article_share {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
    }
}

.article_share_title {
    margin-right: 20px;
    color: #8692a5;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

@media (max-width: 743px) {
    .article_share_title {
        margin-right: 0;
    }
}

.article_share a {
    margin-right: 10px;
}

@media (max-width: 743px) {
    .article_share a {
        margin-right: 0;
    }
}

/* Product */
.fancybox__toolbar {
    display: none !important;
}

@media (max-width: 1379px) {
    .product .breadcrumbs {
        margin-top: 24px;
    }
}

@media (max-width: 743px) {
    .product .breadcrumbs {
        margin-top: 20px;
    }
}

.product_wrapper {
    margin-bottom: 150px;
    margin-top: 70px;
}

@media (max-width: 1379px) {
    .product_wrapper {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        margin-bottom: 110px;
    }
}

@media (max-width: 743px) {
    .product_wrapper {
        margin-top: 40px;
        margin-bottom: 100px;
    }
}

@media (max-width: 1379px) {
    .product_left {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        margin-bottom: 80px;
    }
}

.product_left {
    overflow: hidden;
    padding-right: 2px;
}

@media (max-width: 743px) {
    .product_left {
        margin-bottom: 24px;
    }
}

.product_slider {
    overflow: hidden;
    width: 528px;
    height: 528px;
}

@media (max-width: 1379px) {
    .product_slider {
        width: 100%;
        height: auto;
        margin-bottom: 24px;
    }
}

@media (max-width: 743px) {
    .product_slider {
        margin-bottom: 10px;
    }
}

.product_slider_item {
    border-radius: 24px;
    overflow: hidden;
}

.product_slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

@media (max-width: 1379px) {
    .product_slider img {
        width: 100%;
        height: auto;
    }
}

.product_slider_thumbs {
    width: 88px;
    margin-left: 24px;
}

@media (max-width: 1379px) {
    .product_slider_thumbs {
        margin-left: auto;
        width: 480px;
        margin-right: auto;
        align-items: center;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 743px) {
    .product_slider_thumbs {
        width: 200px;
        overflow: hidden;
    }
}

.product_slider_thumbs_item {
    height: 88px !important;
    margin-bottom: 8px;
    border-radius: 11.73px;
    overflow: hidden;
}

@media (max-width: 1379px) {
    .product_slider_thumbs_item {
        margin-bottom: 0;
    }
}

@media (max-width: 743px) {
    .product_slider_thumbs_item {
        height: 48px !important;
        border-radius: 6px;
    }
}

.product_slider_thumbs_item img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.product_slider_thumbs_item:hover {
    cursor: pointer;
}

.product_slider_thumbs_item.swiper-slide {
    border: 0.73px solid transparent;
}

.product_slider_thumbs_item.swiper-slide-thumb-active {
    border: 0.73px solid #379aeb;
}

@media (max-width: 1379px) {
    .product_slider_navigation {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }
}

.product_slider_navigation>div {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    width: 38px;
    height: 38px;
    background: #379aeb;
    border-radius: 999px;
    transition: all .3s;
    display: none;
    position: absolute;
}

@media (max-width: 1379px) {
    .product_slider_navigation>div {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.product_slider_navigation>div:hover {
    background: #a0cef5;
    cursor: pointer;
}

.product_slider_navigation_left {
    left: 40px;
}

@media (max-width: 743px) {
    .product_slider_navigation_left {
        left: 10px;
    }
}

.product_slider_navigation_right {
    right: 40px;
}

@media (max-width: 743px) {
    .product_slider_navigation_right {
        right: 10px;
    }
}

.product_right {
    width: 528px;
}

@media (max-width: 1379px) {
    .product_right {
        width: 100%;
    }
}

.product_right_top {
    margin-bottom: 12px;
}

@media (max-width: 743px) {
    .product_right_top {
        margin-bottom: 10px;
    }
}

.product_title {
    margin-top: 0;
    margin-bottom: 12px;
    color: #244d84;
    font-size: 42px;
    font-weight: 600;
    line-height: 120%;
}

@media (max-width: 1379px) {
    .product_title {
        margin-bottom: 32px;
        font-size: 38px;
    }
}

@media (max-width: 743px) {
    .product_title {
        margin-bottom: 24px;
        font-size: 22px;
        text-align: center;
    }
}

.product_stock {
    color: #34c759;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.product_code {
    color: #8692a5;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

@media (max-width: 743px) {
    .product_code {
        font-size: 14px;
    }
}

.product_contact {
    width: 100%;
    text-align: center;
    text-decoration: none;
    margin-bottom: 32px;
    border-radius: 999px;
    background: #ff99cc;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #1a3051;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
    transition: all .3s;
    display: block;
}

@media (max-width: 743px) {
    .product_contact {
        font-size: 16px;
        padding-top: 9px;
        padding-bottom: 9px;
        margin-bottom: 20px;
    }
}

.product_contact:hover {
    background: #379aeb;
    color: #f0f8fe;
}

.product .faq_item {
    margin-bottom: 10px;
}

@media (max-width: 743px) {
    .product .faq_item_bottom {
        font-size: 12px;
    }
}

.product .faq_item_bottom p {
    margin: 0;
}

.product .faq_item.active {
    border-radius: 24px;
}

.product_catalog {
    margin-top: 52px;
    border-radius: 0px 999px 999px 0px;
    background: #379aeb;
    color: #f0f8fe;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
    height: 64px;
    width: 283px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    text-decoration: none;
    margin-left: auto;
    margin-right: 80px;
    text-indent: 50px;
    transition: all .3s;
}

@media (max-width: 1379px) {
    .product_catalog {
        margin-right: 23%;
    }
}

@media (max-width: 743px) {
    .product_catalog {
        font-size: 16px;
        height: 44px;
        width: 231px;
        margin-right: 0;
    }
}

.product_catalog:hover {
    background: #ff99cc;
    color: #1a3051;
}

.product_catalog:after {
    position: absolute;
    content: '';
    width: 200px;
    height: 154px;
    background-repeat: no-repeat;
    left: -110px;
    top: -46px;
    background-image: url(../images/image-download.png);
}

@media (max-width: 743px) {
    .product_catalog:after {
        width: 160px;
        height: 119px;
        -webkit-background-size: contain;
        background-size: contain;
        left: -85px;
        top: -46px;
    }
}

.product_featured {
    overflow: hidden;
    margin-bottom: 150px;
}

@media (max-width: 1379px) {
    .product_featured {
        margin-bottom: 110px;
    }
}

@media (max-width: 743px) {
    .product_featured {
        margin-bottom: 60px;
    }
}

.product .main_description {
    margin-bottom: 0;
}

.product_image_thumb img {
    border-radius: 24px;
}

@media (max-width: 1379px) {
    .product .bestsellers_title {
        font-size: 38px;
    }
}

@media (max-width: 743px) {
    .product .bestsellers_title {
        margin-bottom: 20px;
        font-size: 22px;
    }
}

.single-products .fancybox-image {
    border-radius: 24px;
}

.single-products .fancybox__backdrop {
    background: rgba(11, 16, 25, 0.6);
}

.single-products .f-thumbs__viewport {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.single-products .is-modern .f-thumbs__slide {
    width: 88px;
    height: 88px;
    margin-left: 5px !important;
    margin-right: 5px !important;
    --shift: 0 !important;
    border-radius: 11.73px;
    overflow: hidden;
}

.single-products .is-modern .f-thumbs__slide.is-nav-selected {
    border: 0.73px solid #379aeb;
}

.single-products .f-thumbs__track {
    transform: none !important;
    width: 100% !important;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.single-products .is-modern .f-thumbs__slide__button {
    clip-path: none;
}

.single-products .f-button {
    width: 38px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s;
    border-radius: 999px;
    background-color: #379aeb;
    background-image: url(../images/arrow-right.svg);
    transform: translateY(0) !important;
}

.single-products .f-button:hover {
    background-color: #a0cef5 !important;
}

.single-products .f-button:before {
    display: none;
}

.single-products .f-button svg {
    display: none;
}

.single-products .f-button.is-prev {
    transform: rotate(180deg) !important;
}

.part img {
    border-radius: 30px;
    overflow: hidden;
}

/* places
============================================================= */
.places-map-wrapper {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.places-map-column {
    box-sizing: border-box;
}

.places-map-column--list {
    width: 416px;
    min-width: 416px;
    max-width: 416px;
    flex: 0 0 416px;
    display: flex;
    flex-direction: column;
    height: 500px;
}

.places-map-column--map {
    flex: 1;
    min-width: 0;
}

.places-map-canvas {
    width: 100%;
    height: 522px;
}

.places-map-column--list {
    display: flex;
    flex-direction: column;
    height: 500px;
}

.places-map-filter {
    margin-bottom: 10px;
}

/* custom select */
.places-custom-select {
    position: relative;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
}

.places-custom-select__option,
.places-custom-select__label {
    font-size: 16px;
}

.places-custom-select__trigger {
    width: 100%;
    padding: 15px 20px;
    border-radius: 30px;
    border: 1px solid #7CBCF2;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.places-custom-select__arrow {
    margin-left: 8px;
}

.places-custom-select__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border-radius: 20px;
    border: 1px solid #7CBCF2;
    background: #fff;
    max-height: 260px;
    overflow-y: auto;
    margin-top: 4px;
    display: none;
    z-index: 999;
}

.places-custom-select.is-open .places-custom-select__dropdown {
    display: block;
}

.places-custom-select__option {
    padding: 8px 12px;
    cursor: pointer;
}

.places-custom-select__option:hover {
    background: #f2f2f2;
}

/* places cards */
.places-map-list-wrap {
    border-radius: 24px;
    padding: 32px;
    box-sizing: border-box;
    background: #F0F8FE;
    box-shadow: 0 18px 24px 2px rgba(0, 0, 0, 0.05);
    flex: 1;
}

.places-map-list {
    height: 362px;
    overflow-y: auto;
    padding-right: 10px;
}

.places-map-list::-webkit-scrollbar {
    width: 10px;
    height: 512px;
    border-radius: 3.5px;
}

.places-map-list::-webkit-scrollbar-track {
    background: #f0f8fe;
    height: 580px;
    border-radius: 3.5px;
}

.places-map-list::-webkit-scrollbar-thumb {
    border-radius: 3.5px;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid #f0f8fe;
}

.places-map-card {
    padding: 20px;
    border-bottom: 1px solid #7CBCF2;
    border-left: 1px solid #7CBCF2;
    border-right: 1px solid #7CBCF2;
    position: relative;
}

.places-country-title+.places-map-card {
    border-top: 1px solid #7CBCF2;
}

.places-map-card.is-hidden {
    display: none;
}

.places-map-card__title {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 700;
    color: #1A3051;
}

.places-map-card__title-button {
    border: none;
    padding: 0;
    background: none;
    cursor: pointer;
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.places-map-card__country {
    font-size: 13px;
    color: #666;
    margin-bottom: 6px;
}

.places-map-card__links {
    margin-bottom: 8px;
    display: flex;
    position: relative;
    z-index: 2;
}

.places-map-list-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.places-map-card__map_link {
    margin-top: 8px;
    display: flex;
}

.places-map-card__map_link a {
    font-size: 16px;
    text-decoration: none;
    color: #1A3051;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.places-map-card__map_link a:hover {
    color: #D94E8A;
}

.places-map-card__directions,
.places-map-card__links a {
    font-size: 14px;
    display: flex;
    align-items: center;
    column-gap: 8px;
    color: #8692A5;
    text-decoration: none;
}

.places-map-card__links a:hover {
    color: #000;
}

.places-map-card__directions {
    font-size: 13px;
    margin-top: 6px;
    color: #8692A5;
}

.places-map-card.is-active {
    background: #fff;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}


.places-country-title {
    margin: 15px 0 0;
    padding-left: 20px;
    font-size: 17px;
    font-weight: 700;
    color: #1A3051;
    position: relative;
    margin-bottom: 10px;
}

.places-country-title::before {
    position: absolute;
    left: 0;
    top: 6px;
    background: #D94E8A;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: '';
}

.places-country-title.is-hidden {
    display: none;
}


/* places adaptive */
@media (max-width: 900px) {

    .places-map-wrapper {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .places-map-column--list {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        flex: none;
        height: auto;
    }

    .places-map-column--map {
        width: 100%;
        min-width: 100%;
        flex: none;
    }

    .places-map-canvas {
        height: 380px;
    }

    .places-map-list {
        max-height: none;
    }
}

.custom-infowindow {
    position: absolute;
    background: #fff;
    padding: 10px 14px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    font-size: 13px;
    line-height: 1.4;
    z-index: 99999;
    transform: translateY(-5px);
    transition: all .2s ease;
    min-width: 200px;
}

.custom-infowindow strong {
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 600;
}

.custom-infowindow a {
    display: flex;
    margin-top: 4px;
    font-size: 12px;
    color: #8692A5;
    align-items: center;
    column-gap: 8px;
    text-decoration: none;
}

.custom-infowindow a:hover {
    color: #000;
}

.custom-infowindow::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
}

.custom-infowindow-close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 18px;
    height: 18px;
    border: none;
    background: #ff4fa3;
    /* розовый под твой стиль */
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    padding: 0;
    text-align: center;
    opacity: .9;
}

.custom-infowindow-close:hover {
    opacity: 1;
}

.iw-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

.iw-icon-site {
    background-image: url(../images/global.svg);
}

.iw-icon-instagram {
    background-image: url(../images/instagram.svg);
}