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

@font-face {
    font-family: "cygre-regular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/cygre-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/cygre-regular.woff") format("woff"), url("../fonts/cygre-regular.ttf") format("truetype");
}

@font-face {
    font-family: "cygre-medium";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/cygre-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/cygre-medium.woff") format("woff"), url("../fonts/cygre-medium.ttf") format("truetype");
}

@font-face {
    font-family: "cygre-semibold";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/cygre-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/cygre-semibold.woff") format("woff"), url("../fonts/cygre-semibold.ttf") format("truetype");
}

@font-face {
    font-family: "cygre-bold";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/cygre-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/cygre-bold.woff") format("woff"), url("../fonts/cygre-bold.ttf") format("truetype");
}

@font-face {
    font-family: "cygre-black";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/cygre-black.eot?#iefix") format("embedded-opentype"), url("../fonts/cygre-black.woff") format("woff"), url("../fonts/cygre-black.ttf") format("truetype");
}

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

body {
    margin: 0;
    color: #000;
    background-color: #fff;
}

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: 1200px;
    margin-left: auto;
    margin-right: auto;
}

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

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

.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: 1439px) {
    .mobile {
        display: block;
    }
}

.mobile-active {
    display: none;
}

.over_hidden {
    overflow: hidden;
}

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

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

.header_burger {
    width: 18px;
    height: 2px;
    z-index: 4;
    top: 10px;
    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;
}

.header_burger:before {
    border-radius: 6px;
    position: absolute;
    background: #292d32;
    width: 18px;
    height: 2px;
    top: 6px;
    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;
}

.header_burger:after {
    border-radius: 6px;
    position: absolute;
    background: #292d32;
    width: 18px;
    height: 2px;
    bottom: 6px;
    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;
}

.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;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(143, 37, 73, 0.6);
    display: none;
}

.overlay.active {
    display: block;
    z-index: 2;
}

.header {
    position: relative;
    z-index: 3;
}

.header_wrapper {
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (max-width: 1439px) {
    .header_wrapper {
        margin-top: 0;
        padding-top: 15px;
        margin-bottom: 15px;
    }
}

@media (max-width: 1439px) {
    .header_logo {
        width: 75px;
    }
}

.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: #fff;
        text-align: center;
    }
}

@media (max-width: 743px) {
    .header_menu {
        top: 77px;
        padding: 45px 10px 50px;
        border-radius: 0px 0px 24px 24px;
    }
}

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

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

.header_menu li:nth-child(6) {
    margin-right: 0;
}

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

.header_menu li a {
    text-decoration: none;
    color: #0a0d12;
    font-size: 18px;
    transition: all .3s;
    line-height: 24px;
    font-family: cygre-medium;
}

.header_menu li a:hover {
    color: #d94e8a;
}

.header_menu li#menu-item-629 {
    display: none;
    padding: 11px 35px;
    border: 1px solid #379aeb;
    border-radius: 100px;
    font-family: cygre-medium;
    font-size: 18px;
    transition: all .3s;
    max-width: fit-content;
    margin: 90px auto 0;
}

.header_menu li#menu-item-629 a {
    color: #379aeb;
}

.header_menu li#menu-item-629:hover {
    background-color: #379aeb;
}

.header_menu li#menu-item-629:hover a {
    color: #fff;
}

@media (max-width: 1439px) {
    .header_menu li#menu-item-629 {
        display: block;
    }
}

.header_menu li.current-menu-item a {
    color: #d94e8a;
}

.header_menu li.current-menu-item ul li a {
    color: #0a0d12;
}

.header_menu li.menu-item-has-children {
    padding-right: 15px;
    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;
}

@media (max-width: 1439px) {
    .header_menu li.menu-item-has-children {
        padding-right: 0;
    }
}

.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: 1439px) {
    .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);
        right: 35%;
    }
}

@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 li:nth-child(6) {
        margin-bottom: 30px;
    }
}

@media (max-width: 1379px) {
    .header_menu li.menu-item-has-children ul.active {
        top: -81px;
        z-index: 1;
        left: 0;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.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: 52px;
    left: -47px;
    border-radius: 20px;
    background-color: #fff;
    list-style: none;
    padding: 12px 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;
}

.header_menu ul li {
    margin-bottom: 10px;
    transition: all .3s;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
}

@media (max-width: 1439px) {
    .header_menu ul li {
        margin-bottom: 30px;
    }
}

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

.header_menu ul li:hover a {
    color: #d94e8a !important;
}

.header_menu ul li a {
    color: #0a0d12;
    font-family: cygre-medium;
    transition: all .3s;
    font-size: 18px;
    line-height: 24px;
    white-space: nowrap;
}

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

.header_lang {
    margin-left: auto;
    position: relative;
}

.header_lang li {
    list-style: none;
}

.header_lang_open li {
    display: none;
}

.header_lang_open li a {
    color: #379aeb;
    font-family: cygre-medium;
    line-height: 24px;
    font-size: 18px;
    position: relative;
    padding-right: 15px;
    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;
}

@media (max-width: 1439px) {
    .header_lang_open li a {
        color: #000;
    }
}

.header_lang_open li a:after {
    position: absolute;
    content: '';
    background-image: url(../images/arrow-lang.svg);
    right: 0;
    width: 6px;
    height: 5px;
    background-repeat: no-repeat;
    transition: all .3s;
}

@media (max-width: 1439px) {
    .header_lang_open li a:after {
        filter: brightness(0);
    }
}

.header_lang_open li.current-lang {
    display: block;
}

.header_lang_open.active li a:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header_lang ul {
    margin: 0;
    display: none;
    position: absolute;
    top: 35px;
    left: -20px;
    border-radius: 20px;
    background-color: #fff;
    list-style: none;
    padding: 12px 20px;
}

.header_lang ul li {
    margin-bottom: 10px;
    transition: all .3s;
}

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

.header_lang ul li a {
    color: #0a0d12;
    transition: all .3s;
    font-size: 18px;
    line-height: 24px;
    font-family: cygre-medium;
    text-decoration: none;
}

.header_lang ul li:hover a {
    color: #d94e8a;
}

.header_lang ul.active {
    display: block;
}

.header_button_search {
    margin-left: 30px;
}

@media (max-width: 1439px) {
    .header_button_search {
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media (max-width: 1439px) {
    .header_button_search svg path {
        stroke: #000;
    }
}

.header_button_search:hover {
    cursor: pointer;
}

.header_contact {
    margin-left: 30px;
    text-decoration: none;
    text-align: center;
    padding: 11px 35px;
    border-radius: 999px;
    color: #379aeb;
    font-size: 18px;
    line-height: 24px;
    transition: all .3s;
    border: 1px solid #379aeb;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

@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);
        display: none;
    }
}

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

.header_search {
    display: none;
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    background: white;
    border-top: 1px solid #d5d7da;
    border-bottom: 1px solid #d5d7da;
    padding-top: 22px;
    padding-bottom: 22px;
}

.header_search_wrapper input {
    width: 80%;
    color: #717680;
    font-family: "cygre-regular", serif;
    font-size: 16px;
    line-height: 22px;
    text-indent: 24px;
    box-sizing: border-box;
    outline: none;
    border: none;
    border-radius: 999px;
}

.header_search_wrapper input::-webkit-input-placeholder {
    font-size: 16px;
    font-family: "cygre-regular", serif;
    color: #717680;
    line-height: 22px;
}

.header_search_wrapper input::-moz-placeholder {
    font-size: 16px;
    font-family: "cygre-regular", serif;
    color: #717680;
    line-height: 22px;
}

.header_search_wrapper input:-moz-placeholder {
    font-size: 16px;
    font-family: "cygre-regular", serif;
    color: #717680;
    line-height: 22px;
}

.header_search_wrapper input:-ms-input-placeholder {
    font-size: 16px;
    font-family: "cygre-regular", serif;
    color: #717680;
    line-height: 22px;
}

.header_search_wrapper button {
    border: none;
    background: none;
    margin-right: 20px;
    font-size: 0;
    padding: 0;
}

.header_search_wrapper button:hover {
    cursor: pointer;
}

.header.active {
    background-color: #fff;
}

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

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

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

@media (max-width: 1439px) {
    .main_slider_slide {
        padding-top: 217px;
        padding-bottom: 217px;
        background-position: center top;
        background-size: 1836px;
        background-repeat: no-repeat;
        min-height: 391px;
    }
}

.main_slider_text {
    margin-top: 278px;
    color: #fff;
    max-width: 801px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

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

.main_slider_text h1 {
    font-size: 64px;
    line-height: 74px;
    font-family: cygre-medium;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 12px;
    margin-top: 0;
}

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

@media (max-width: 743px) {
    .main_slider_text h1 {
        font-size: 40px;
        line-height: 48px;
    }
}

.main_slider_text p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 26px;
}

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

.main_slider_buttons {
    margin-top: 30px;
    -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;
}

@media (max-width: 743px) {
    .main_slider_buttons {
        -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-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    align-items: center;
    -webkit-align-items: center;
    transition: all .3s;
    background-color: #fcf3f7;
    color: #d94e8a;
    padding: 15px 35px;
}

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

.main_slider_buttons a:hover {
    background-color: #d94e8a;
    color: #fcf3f7;
}

.main_slider_buttons a:hover path {
    fill: #fff;
}

.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;
}

body.page-id-12 {
    background-repeat: no-repeat;
    background-position: right -225px top 130px;
    background-image: url(../images/bg-article.png);
}

.about {
    padding-top: 180px;
    position: relative;
    z-index: 1;
    margin-bottom: 86px;
}

@media (max-width: 1439px) {
    .about {
        padding-top: 100px;
        margin-bottom: 60px;
    }
}

.about_wrapper {
    position: relative;
}

@media (max-width: 1439px) {
    .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: '';
    background-repeat: no-repeat;
    background-image: url(../images/bg-about.png);
    right: -667px;
    top: -412px;
    width: 1406px;
    height: 1451px;
    z-index: -1;
}

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

.about_title {
    font-size: 48px;
    font-family: cygre-medium;
    line-height: 60px;
    margin-bottom: 20px;
}

@media (max-width: 1439px) {
    .about_title {
        font-size: 36px;
        line-height: 44px;
    }
}

.about_title span:first-child {
    background-image: linear-gradient(to right, #faa5cb, #eeeda4);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.about_title span:last-child {
    color: #000;
    display: block;
}

.about_left {
    max-width: 488px;
    padding-top: 128px;
}

.about_left .about_description {
    margin-bottom: 30px;
}

@media (max-width: 1439px) {
    .about_left {
        max-width: 100%;
        padding-top: 0;
        margin-bottom: 37px;
    }
}

.about_left p {
    margin-bottom: 20px;
    font-size: 18px;
    color: #9c9c9c;
    line-height: 24px;
}

.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_image {
    max-width: 590px;
    position: relative;
}

.about_image img {
    margin-left: -64px;
}

@media (max-width: 1439px) {
    .about_image img {
        margin-left: -40px;
        max-width: 377px;
    }
}

@media (max-width: 1439px) {
    .about_image {
        max-width: 100%;
        text-align: center;
        order: 2;
    }
}

.about_image_decor {
    position: absolute;
    top: 97px;
    right: -24px;
}

@media (max-width: 1439px) {
    .about_image_decor {
        width: 96px;
        height: 96px;
        top: 20px;
        right: -17px;
    }
}

.about a {
    text-decoration: none;
    border-radius: 100px;
    background: #d94e8a;
    padding: 9.5px 35px;
    color: white;
    font-size: 18px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 29px;
    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;
    max-width: fit-content;
    align-items: center;
    -webkit-align-items: center;
    border: 1px solid transparent;
}

@media (max-width: 1439px) {
    .about a {
        padding-top: 9px;
        padding-bottom: 9px;
        line-height: 24px;
    }
}

.about a:hover {
    background-color: #fff;
    color: #d94e8a;
    border-color: #d94e8a;
}

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

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

.products_top {
    margin-bottom: 50px;
    align-items: center;
    -webkit-align-items: center;
}

@media (max-width: 1439px) {
    .products_top {
        margin-bottom: 30px;
        align-items: flex-start;
    }
}

.products_title {
    font-size: 48px;
    line-height: 60px;
    font-family: cygre-medium;
}

@media (max-width: 1439px) {
    .products_title {
        margin-bottom: 0;
        line-height: 44px;
    }
}

.products_more {
    text-decoration: none;
    border-radius: 100px;
    background-color: #d94e8a;
    padding: 9.5px 35px;
    color: #fff;
    font-size: 18px;
    line-height: 29px;
    transition: all .3s;
    border: 1px solid transparent;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    font-weight: 500;
    font-style: normal;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
}

@media (max-width: 1439px) {
    .products_more {
        font-size: 18px;
        display: none;
        margin-top: 10px;
        max-width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
}

.products_more:hover {
    background-color: #fff;
    color: #d94e8a;
    border-color: #d94e8a;
}

.products_more.mobile {
    display: none;
}

@media (max-width: 1439px) {
    .products_more.mobile {
        display: flex;
    }
}

.products_item {
    margin-bottom: 20px;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    border-radius: 26.07px;
    max-height: 390px;
    color: #fff;
    font-size: 18px;
}

@media (max-width: 1439px) {
    .products_item {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
}

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

.products_item_title {
    position: absolute;
    top: 30px;
    left: 30px;
    text-transform: uppercase;
    line-height: 32px;
    font-family: cygre-black;
}

.products_item_more {
    position: absolute;
    bottom: 30px;
    left: 30px;
    border-radius: 100px;
    background: #379aeb;
    text-align: center;
    padding: 10px 25px;
    font-weight: 500;
    transition: all .3s;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    font-size: 18px;
    border: none;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

@media (max-width: 1439px) {
    .products_item_more {
        bottom: 20px;
        left: 20px;
        font-size: 14px;
        padding: 9.5px 26px;
    }
}

.products_item:hover .products_item_more {
    background-color: #fff;
    color: #379aeb;
}

.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_top {
    margin-bottom: 50px;
    align-items: center;
    -webkit-align-items: center;
}

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

.bestsellers .swiper-wrapper {
    -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;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.bestsellers_title {
    font-size: 48px;
    line-height: 60px;
    font-family: cygre-medium;
}

@media (max-width: 1439px) {
    .bestsellers_title {
        font-size: 36px;
        line-height: 44px;
    }
}

.bestsellers_more {
    text-decoration: none;
    border-radius: 100px;
    background-color: #d94e8a;
    padding: 9.5px 35px;
    color: #fff;
    font-size: 18px;
    line-height: 29px;
    transition: all .3s;
    border: 1px solid transparent;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

@media (max-width: 1439px) {
    .bestsellers_more {
        display: none;
    }
}

.bestsellers_more:hover {
    background-color: #fff;
    color: #d94e8a;
    border-color: #d94e8a;
}

.bestsellers_navigation {
    align-items: center;
}

.bestsellers_navigation_button {
    width: 18px;
    height: 16px;
}

.bestsellers_navigation_button:first-child {
    margin-right: 33px;
}

.bestsellers_navigation.mobile {
    display: none;
}

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

.bestsellers_item {
    text-decoration: none;
    transition: all .3s;
}

@media (min-width: 1439px) {
    .bestsellers_item {
        width: 23.75% !important;
    }
}

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

.bestsellers_item img {
    border-radius: 19.2px;
    margin-bottom: 20px;
}

@media (max-width: 1439px) {
    .bestsellers_item img {
        width: 100%;
        margin-bottom: 10px;
    }
}

.bestsellers_item_title {
    color: black;
    font-size: 20px;
    font-family: cygre-medium;
    line-height: 30px;
    margin-bottom: 20px;
    min-height: 60px;
}

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

.bestsellers_item_more {
    transition: all .3s;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    border: 1px solid #379aeb;
    border-radius: 100px;
    color: #379aeb;
    padding: 9.5px 35px;
    font-size: 18px;
    line-height: 29px;
    max-width: fit-content;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

@media (max-width: 1439px) {
    .bestsellers_item_more {
        font-size: 14px;
        padding: 6px 25px;
        line-height: 20px;
    }
}

.banner {
    margin-bottom: 150px;
    background-repeat: no-repeat;
    background-image: url(../images/bg-started.png);
    background-position: center top;
    border-radius: 30px;
    max-width: 97.9%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 31px;
}

@media (max-width: 1439px) {
    .banner {
        margin-bottom: 97px;
        margin-top: 20px;
        max-width: 92%;
        -webkit-background-size: cover;
        background-size: cover;
        background-image: url(../images/bg-started-mobile.png);
    }
}

@media (max-width: 1439px) {
    .banner_image {
        order: 2;
        margin-bottom: -75px;
    }
}

@media (max-width: 1439px) {
    .banner_image img {
        max-width: inherit;
    }
}

.banner img {
    position: absolute;
    left: -147px;
    bottom: 0;
}

@media (max-width: 1439px) {
    .banner img {
        position: relative;
        left: 0;
    }
}

.banner_wrapper {
    color: #fff;
    font-size: 48px;
    font-family: cygre-medium;
    line-height: 120%;
    position: relative;
    align-items: center;
    min-height: 564px;
}

@media (max-width: 1439px) {
    .banner_wrapper {
        font-size: 36px;
        line-height: 44px;
        min-height: inherit;
        -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;
    }
}

.banner_wrapper a {
    text-decoration: none;
    border-radius: 100px;
    background-color: #d94e8a;
    color: #fff;
    font-size: 18px;
    line-height: 29px;
    transition: all .3s;
    border: 1px solid transparent;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    font-family: "Montserrat", sans-serif;
    margin-top: 30px;
    max-width: fit-content;
    padding: 11.5px 35.5px;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

@media (max-width: 1439px) {
    .banner_wrapper a {
        margin-top: 20px;
        line-height: 24px;
    }
}

.banner_wrapper a:hover {
    background-color: #fff;
    color: #d94e8a;
}

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

@media (max-width: 1439px) {
    .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;
    }
}

.banner_text {
    max-width: 490px;
    margin-right: 110px;
}

@media (max-width: 1439px) {
    .banner_text {
        margin-right: 0;
        padding-top: 50px;
        max-width: 89.17%;
        margin-bottom: 30px;
    }
}

.benefits {
    margin-bottom: 150px;
}

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

.benefits_title {
    margin-bottom: 58px;
    font-size: 48px;
    line-height: 56px;
    font-family: cygre-medium;
    max-width: 600px;
}

.benefits_title span {
    background-image: linear-gradient(to right, #faa5cb, #eeeda4);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

@media (max-width: 1439px) {
    .benefits_title span {
        display: block;
    }
}

@media (max-width: 1439px) {
    .benefits_title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 30px;
    }
}

.benefits_wrapper {
    position: relative;
}

.benefits_wrapper:after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../images/benefits-decor.png);
    top: -993px;
    right: -351px;
    width: 1179px;
    height: 1566px;
    z-index: -1;
}

.benefits_item {
    width: 25.5%;
    padding: 40px;
    min-height: 282px;
    margin-bottom: 20px;
    border-radius: 26.07px;
    background: linear-gradient(136.17deg, #e2f9f7 0.917%, #f6ebf9 99.083%);
    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;
    transition: all .3s;
}

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

@media (max-width: 1439px) {
    .benefits_item {
        width: 100%;
        margin-bottom: 20px;
        min-height: 218px;
        padding: 30px;
    }
}

.benefits_item:nth-child(2),
.benefits_item:nth-child(4) {
    background: linear-gradient(136.17deg, #feedf5 0.917%, #fcfbed 99.083%);
}

.benefits_item:nth-child(3),
.benefits_item:nth-child(5) {
    background: linear-gradient(136.17deg, #fbf1ff 0.917%, #fee8f1 99.083%);
}

.benefits_item_title {
    font-size: 24px;
    line-height: 30px;
    margin-top: auto;
    margin-bottom: 20px;
    font-family: cygre-medium;
    max-width: 196px;
}

@media (max-width: 1439px) {
    .benefits_item_title {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 26px;
    }
}

.benefits_item_text {
    color: #717680;
    font-size: 18px;
    line-height: 24px;
}

@media (max-width: 1439px) {
    .benefits_item_text {
        font-size: 16px;
        line-height: 22px;
    }
}

.social {
    margin-bottom: 100px;
}

.social_title {
    margin-bottom: 54px;
    font-family: cygre-medium;
    font-size: 48px;
    line-height: 56px;
}

@media (max-width: 1439px) {
    .social_title {
        margin-bottom: 20px;
        font-size: 36px;
        line-height: 44px;
    }
}

.social_title span {
    background-image: linear-gradient(to right, #faa5cb, #eeeda4);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

@media (max-width: 1439px) {
    .social_title span {
        display: block;
    }
}

@media (max-width: 1439px) {
    .social_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;
    }
}

.social_item {
    width: 32.2%;
    border-radius: 26.07px;
    overflow: hidden;
}

@media (max-width: 1439px) {
    .social_item {
        width: 48%;
    }
}

@media (max-width: 1439px) {
    .social_item img {
        border-radius: 26.07px;
    }
}

.social_item:last-child {
    background: linear-gradient(136.17deg, #feedf5 0.984%, #fcfbed 99.016%);
    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;
}

@media (max-width: 1439px) {
    .social_item:last-child {
        width: 100%;
        margin-bottom: 20px;
        padding-top: 70px;
        padding-bottom: 70px;
        order: -1;
    }
}

.social_item:last-child a {
    text-decoration: none;
    color: #000;
    position: relative;
}

.social_item:last-child a:hover {
    color: #d94e8a;
}

.social_item:last-child a:hover svg path {
    stroke: #d94e8a;
}

.social_item:last-child a:hover span:after {
    opacity: 1;
}

.social_item:last-child a:first-child {
    margin-bottom: 30px;
}

.social_item span {
    display: block;
    margin-left: 80px;
}

.social_item span:first-child {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-family: cygre-medium;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    transition: all .3s;
    position: relative;
}

.social_item span:first-child:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    right: 80px;
    opacity: 0;
    transition: all .3s;
    background-image: url(../images/hover-socials.png);
}

.social_item span:first-child svg {
    margin-right: 10px;
}

.social_item span:last-child {
    color: #717680;
    font-size: 18px;
    line-height: 24px;
}

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

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

.faq_decor {
    right: 64px;
    position: absolute;
    top: -106px;
}

@media (max-width: 1439px) {
    .faq_decor {
        display: none;
    }
}

@media (max-width: 1439px) {
    .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: 54px;
    font-size: 48px;
    line-height: 56px;
    font-family: cygre-medium;
}

@media (max-width: 1439px) {
    .faq_title {
        margin-bottom: 30px;
        font-size: 36px;
        line-height: 44px;
    }
}

.faq_item {
    margin-bottom: 20px;
    border-radius: 100px;
    border: 1px solid #e1dce4;
    padding: 24px 40px;
    font-family: cygre-medium;
    font-size: 22px;
    line-height: 30px;
}

@media (max-width: 1439px) {
    .faq_item {
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 120%;
        padding: 16px;
        border-radius: 22px;
    }
}

.faq_item_top {
    align-items: center;
}

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

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

@media (max-width: 1439px) {
    .faq_item_top svg {
        width: 30px;
    }
}

.faq_item_top:hover {
    cursor: pointer;
}

.faq_item_top:hover svg path {
    fill: #ff99cc;
}

.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;
    font-size: 14px;
    line-height: 140%;
}

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

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

.faq_form {
    max-width: 488px;
    margin-right: 102px;
    padding-top: 71px;
    padding-bottom: 71px;
}
.codedropz-upload-handler {
    border: 1px solid #d5d7da;
    border-radius: 10px;
}
@media (max-width: 1439px) {
    .faq_form {
        padding: 16px;
        margin-right: auto;
        margin-left: auto;
    }
}

.faq_form_title {
    margin-bottom: 34px;
    color: #fff;
    font-size: 48px;
    line-height: 56px;
    font-family: cygre-medium;
}

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

.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: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    outline: none;
    text-indent: 24px;
    color: #fff;
    font-family: "cygre-regular", serif;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    padding-top: 17px;
    padding-bottom: 17px;
    box-sizing: border-box;
    width: 100%;
    background: none;
}

@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: #fff;
    font-family: "cygre-regular", serif;
    font-size: 18px;
    line-height: 24px;
}

.faq_form input::-moz-placeholder,
.faq_form textarea::-moz-placeholder {
    color: #fff;
    font-family: "cygre-regular", serif;
    font-size: 18px;
    line-height: 24px;
}

.faq_form input:-moz-placeholder,
.faq_form textarea:-moz-placeholder {
    color: #fff;
    font-family: "cygre-regular", serif;
    font-size: 18px;
    line-height: 24px;
}

.faq_form input:-ms-input-placeholder,
.faq_form textarea:-ms-input-placeholder {
    color: #fff;
    font-family: "cygre-regular", serif;
    font-size: 18px;
    line-height: 24px;
}

.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: #fff;
    font-size: 18px;
    font-family: "cygre-regular", serif;
}

.faq_form .iti__country-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.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);
    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: 45px;
}

.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: 10px;
    height: 150px;
}

.faq_form .iti__country-container {
    padding-left: 20px;
}

.faq_form input[type="submit"] {
    border-radius: 100px;
    text-indent: inherit;
    border: none;
    text-align: center;
    background: #d94e8a;
    color: white;
    font-size: 18px;
    line-height: 29px;
    transition: all .3s;
    margin-left: auto;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    max-width: fit-content;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10.5px 37px;
    align-items: center;
    -webkit-align-items: center;
}

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

.faq_form input[type="submit"]:hover {
    cursor: pointer;
    background-color: #fff;
    color: #d94e8a;
}

.main_form {
    background-repeat: no-repeat;
    background-image: url(../images/bg-main-form.png);
    background-position: center top;
    background-size: cover;
    padding-top: 79px;
    border-radius: 30px;
    max-width: 97.9%;
    margin: 30px auto 120px;
}



.main_form_decor img {
    margin-left: -242px;
    max-width: inherit;
    height: auto;
}

.main_blog {
    margin-bottom: 150px;
}

@media (max-width: 1379px) {
    .main_blog {
        margin-bottom: 78px;
    }
}
@media (max-width: 1439px) {
    .main_form_decor {
        display: none;
    }
    .main_form {
        padding-top: 40px;
        padding-bottom: 40px;
        margin: 30px 20px 120px;
    }
}
.main_blog_bg {
    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;
}

.main_blog_bg:after {
    position: absolute;
    width: 2478px;
    height: 1566px;
    content: '';
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/bg-blog.png);
    z-index: -1;
    top: -570px;
}

.main_blog_title {
    font-size: 48px;
    line-height: 56px;
    font-family: cygre-medium;
    margin-bottom: 54px;
}

@media (max-width: 1439px) {
    .main_blog_title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 30px;
    }
}

@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: 387px;
    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: 30px;
    }
}

.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:hover .main_blog_item_more {
    background-color: #379aeb;
    color: #fff;
}

.main_blog_item_image {
    max-height: 300px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 30px;
}

@media (max-width: 1439px) {
    .main_blog_item_image {
        border-right: 24px;
    }
}

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

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

.main_blog_item_title {
    color: #000;
    font-size: 24px;
    line-height: 30px;
    font-family: cygre-medium;
    margin-bottom: 30px;
    min-height: 60px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 2;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

@media (max-width: 1439px) {
    .main_blog_item_title {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 30px;
        min-height: inherit;
    }
}

.main_blog_item_more {
    padding: 9.5px 35px;
    color: #379aeb;
    border: 1px solid #379aeb;
    border-radius: 100px;
    line-height: 29px;
    font-size: 18px;
    max-width: fit-content;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    transition: all .3s;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

@media (max-width: 1439px) {
    .main_blog_item_more {
        line-height: 24px;
        padding: 11.5px 35px;
    }
}

.main_category .main_blog_item {
    width: 387px;
    margin-bottom: 40px;
}

@media (max-width: 1439px) {
    .main_category .main_blog_item {
        width: 100%;
        margin-bottom: 30px;
    }
}

.main_category .main_blog_item_image img {
    width: 100%;
    height: auto;
}

.main_description {
    position: relative;
    margin-bottom: -30px;
    padding-bottom: 80px;
    color: #717680;
    font-size: 18px;
    line-height: 24px;
}

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

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

.main_description_wrapper {
    position: relative;
}

@media (max-width: 1439px) {
    .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: 290px;
        overflow: hidden;
    }
}

.main_description_wrapper.active {
    height: auto;
}

.main_description_more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 312px;
    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;
    background-repeat: no-repeat;
    background-image: url(../images/all.png);
    -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;
}

.main_description_more svg {
    position: relative;
    top: -70px;
}

.main_description_more:hover {
    cursor: pointer;
}

.main_description_more.off {
    height: 0;
}

.footer {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/bg-footer.png);
    -webkit-background-size: cover;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    max-width: 97.9%;
    border-radius: 30px;
}

@media (max-width: 1439px) {
    .footer {
        width: 92%;
        margin-bottom: 20px;
        background-image: url(../images/bg-footer-mobile.png);
    }
}

.footer_logo {
    margin-right: 86px;
}

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

@media (max-width: 1439px) {
    .footer_column {
        width: 100%;
    }
}

.footer_title {
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
    color: white;
    font-size: 24px;
    font-family: cygre-medium;
    line-height: 30px;
    margin-bottom: 30px;
}

@media (max-width: 1439px) {
    .footer_title {
        padding-bottom: 20px;
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 26px;
    }
}

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

@media (max-width: 1439px) {
    .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;
        padding-bottom: 30px;
    }
}

@media (max-width: 1439px) {
    .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;
    }
}

.footer_socials {
    align-items: center;
    max-width: 190px;
}

.footer_socials a {
    margin-right: 20px;
    transition: all .3s;
    width: 50px;
    height: 50px;
    border: 1px solid #fcf3f7;
    border-radius: 100%;
    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;
    background: transparent;
}

.footer_socials a img {
    transition: all .3s;
}

.footer_socials a img:first-child {
    display: block;
}

.footer_socials a img:nth-child(2) {
    display: none;
}

.footer_socials a:hover {
    background: linear-gradient(136.17deg, #feedf5 0.86%, #fcfbed 99.14%);
}

.footer_socials a:hover img:first-child {
    display: none;
}

.footer_socials a:hover img:nth-child(2) {
    display: block;
}

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

.footer_menu {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 286px;
}

@media (max-width: 1439px) {
    .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: 30px;
    }
}

.footer_menu li {
    width: 50%;
    margin-bottom: 30px;
}

@media (max-width: 1439px) {
    .footer_menu li {
        margin-bottom: 20px;
    }
}

.footer_menu li a {
    text-decoration: none;
    color: #fff;
    margin-bottom: 30px;
    width: 50%;
    font-size: 18px;
    font-family: cygre-semibold;
    line-height: 24px;
    transition: all .3s;
    position: relative;
}

.footer_menu li a:after {
    position: absolute;
    content: '';
    width: 0;
    transition: all .3s;
    left: 0;
    bottom: -1px;
    height: 1px;
    background-color: #fff;
}

.footer_menu li a:hover:after {
    width: 100%;
}

.footer_form {
    max-width: 387px;
}

@media (max-width: 1439px) {
    .footer_form {
        max-width: 100%;
        width: 100%;
        text-align: left;
        margin-top: 50px;
    }
}

.footer_form form {
    position: relative;
}

.footer_form_title {
    margin-bottom: 20px;
    color: #fff;
    font-size: 24px;
    font-family: cygre-medium;
    line-height: 30px;
}

@media (max-width: 1439px) {
    .footer_form_title {
        font-size: 20px;
        line-height: 26px;
    }
}

.footer_form_text {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

@media (max-width: 1439px) {
    .footer_form_text {
        margin-bottom: 14px;
        font-size: 16px;
        line-height: 22px;
    }
}

.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: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    background: none;
    box-sizing: border-box;
    outline: none;
    text-indent: 0;
    padding-left: 35px;
    padding-right: 35px;
    height: 60px;
    color: #fff;
    font-size: 18px;
    font-family: "cygre-regular", serif;
    margin-bottom: 30px;
    width: 100%;
}

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

.footer_form input[type="email"]::-webkit-input-placeholder {
    color: #fff;
    font-family: "cygre-regular", serif;
    font-size: 18px;
}

.footer_form input[type="email"]::-moz-placeholder {
    color: #fff;
    font-family: "cygre-regular", serif;
    font-size: 18px;
}

.footer_form input[type="email"]:-moz-placeholder {
    color: #fff;
    font-family: "cygre-regular", serif;
    font-size: 18px;
}

.footer_form input[type="email"]:-ms-input-placeholder {
    color: #fff;
    font-family: "cygre-regular", serif;
    font-size: 18px;
}

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

.footer_form input[type="submit"] {
    text-align: center;
    border-radius: 999px;
    background-color: transparent;
    padding: 13.5px 37px;
    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: #fff;
    font-size: 18px;
    border: 1px solid #fff;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.footer_form input[type="submit"]:hover {
    cursor: pointer;
    background: linear-gradient(136.17deg, #feedf5 1.521%, #fcfbed 98.479%);
    color: #d94e8a;
    border-color: transparent;
}

.footer_bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 1439px) {
    .footer_bottom .container {
        -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;
    }
}

.footer_bottom a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-family: cygre-semibold;
}

@media (max-width: 1439px) {
    .footer_bottom a {
        font-family: "cygre-regular", serif;
        font-size: 14px;
    }
}

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

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

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

.footer_copyright {
    color: #fff;
    font-size: 18px;
    font-family: cygre-semibold;
}

@media (max-width: 1439px) {
    .footer_copyright {
        font-size: 14px;
        order: 3;
        margin-top: 10px;
        font-family: "cygre-regular", serif;
        width: 100%;
    }
}

/* popup
========================================================================== */
.modal_form_title {
    margin-bottom: 6px;
    text-align: center;
    color: #1a3051;
    font-size: 30px;
    font-family: cygre-bold;
    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;
}


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

.breadcrumbs {
    color: #a4a7ae;
    font-size: 14px;
    font-family: cygre-medium;
    align-items: center;
    margin-bottom: 30px;
}

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

.breadcrumbs a {
    color: #0a0d12;
    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 {
    text-decoration: underline;
}

.breadcrumbs a:after {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-image: url(../images/arrow-bread.svg);
    width: 12px;
    height: 11px;
    margin-left: 10px;
    margin-right: 10px;
}

.page_top h1 {
    margin-bottom: 51px;
    font-size: 48px;
    font-family: cygre-medium;
    line-height: 60px;
    margin-top: 0;
    font-weight: normal;
}

@media (max-width: 1439px) {
    .page_top h1 {
        font-size: 36px;
        margin-bottom: 30px;
        line-height: 44px;
    }
}

.about_description {
    margin-bottom: 150px;
}

@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: 80px;
    }
}

.about_description_item {
    margin-bottom: 20px;
    width: 49.167%;
    border-radius: 24px;
    overflow: hidden;
}

@media (max-width: 1439px) {
    .about_description_item {
        width: 100%;
    }
}

.about_description_text {
    background: linear-gradient(136.17deg, #feedf5 0.856%, #fcfbed 99.144%);
    padding: 80px;
    color: #535862;
    font-size: 18px;
    line-height: 24px;
    max-width: 430px;
}

@media (max-width: 1439px) {
    .about_description_text {
        max-width: 100%;
        box-sizing: border-box;
        padding: 30px 20px;
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 1439px) {
    .about_description_text:nth-child(3) {
        order: 4;
    }
}

.about_description_text p {
    margin-bottom: 20px;
    margin-top: 0;
}

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

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

.about_benefits2 {
    margin-bottom: 150px;
    padding-top: 150px;
    padding-bottom: 150px;
    background-image: url(../images/bg-mission.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    border-radius: 30px;
    max-width: 97.9%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

@media (max-width: 1439px) {
    .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: 93px;
        padding-top: 50px;
        padding-bottom: 50px;
        max-width: 92%;
        background-image: url(../images/bg-mission-mobile.png);
        -webkit-background-size: cover;
        background-size: cover;
    }
}

@media (max-width: 1439px) {
    .about_benefits2 .container {
        width: 82.61%;
    }
}

.about_benefits2_decor {
    position: relative;
}

.about_benefits2_decor:after {
    position: absolute;
    content: '';
    top: -130px;
    left: -953px;
    margin-left: 50%;
    background-repeat: no-repeat;
    background-image: url(../images/decor-bant.png);
    width: 869px;
    height: 989px;
    /*@include breakpoint(max-width 1919px){
        width: 620px;
        top: -12px;
        left: -720px;
        -webkit-background-size: contain;
        background-size: contain;
      }*/
}

@media (max-width: 1439px) {
    .about_benefits2_decor:after {
        background-image: url(../images/decor-mobile.png);
        width: 275px;
        height: 273px;
        bottom: -136px;
        right: -107px;
        top: auto;
        left: auto;
    }
}

.about_benefits2_container {
    position: relative;
}

.about_benefits2_wrapper {
    max-width: 559px;
    margin-left: auto;
    margin-right: 31px;
    position: relative;
}

@media (max-width: 1439px) {
    .about_benefits2_wrapper {
        margin-right: 0;
        max-width: 100%;
    }
}

.about_benefits2_item {
    color: white;
    margin-bottom: 50px;
}

@media (max-width: 1439px) {
    .about_benefits2_item {
        margin-bottom: 30px;
    }
}

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

.about_benefits2_item_title {
    margin-bottom: 30px;
    font-size: 48px;
    line-height: 60px;
    font-family: cygre-medium;
}

@media (max-width: 1439px) {
    .about_benefits2_item_title {
        font-size: 36px;
        margin-bottom: 14px;
        line-height: 44px;
    }
}

.about_benefits2_item_text {
    font-size: 18px;
    line-height: 24px;
}

@media (max-width: 1439px) {
    .about_benefits2_item_text {
        font-size: 16px;
        line-height: 22px;
    }
}

.about_advantage {
    margin-bottom: 130px;
}

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

.about_advantage_title {
    margin-bottom: 50px;
    font-family: cygre-medium;
    font-size: 48px;
    line-height: 60px;
}

.about_advantage_title span {
    background-image: linear-gradient(to right, #faa5cb, #eeeda4);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

@media (max-width: 1439px) {
    .about_advantage_title span {
        display: block;
    }
}

@media (max-width: 1439px) {
    .about_advantage_title {
        font-size: 36px;
        margin-bottom: 30px;
        line-height: 44px;
    }
}

@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_item {
    width: 42.5%;
    margin-bottom: 20px;
    border-radius: 26.07px;
    background: linear-gradient(40.54deg, #faa5cb 30.096%, #eeeda4 97.931%), black;
    padding: 40px;
    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;
    height: 252px;
    transition: all .3s;
}

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

@media (max-width: 1439px) {
    .about_advantage_item {
        width: 100%;
        padding: 30px;
        height: 260px;
        box-sizing: border-box;
    }
}

.about_advantage_item_title {
    margin-bottom: 20px;
    background: linear-gradient(136.17deg, #feedf5, #fcfbed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 24px;
    margin-top: auto;
    font-family: cygre-medium;
}

@media (max-width: 1439px) {
    .about_advantage_item_title {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 26px;
    }
}

.about_advantage_item_text {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}

@media (max-width: 1439px) {
    .about_advantage_item_text {
        font-size: 16px;
        line-height: 22px;
    }
}

.about_form {
    width: 488px;
    margin-bottom: 150px;
    position: relative;
    padding-top: 150px;
}

@media (max-width: 1439px) {
    .about_form {
        padding: 0;
        width: 100%;
        margin-bottom: 0;
    }
}

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

@media (max-width: 1439px) {
    .about_form_wrapper {
        margin-bottom: 100px;
    }
}

@media (max-width: 1439px) {
    .about_form_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;
    }
}

.about_form_wrapper:after {
    position: absolute;
    bottom: 71px;
    left: 0;
    content: '';
    background-repeat: no-repeat;
    background-position: top left -237px;
    background-image: url(../images/decor-form.png);
    width: 1650px;
    height: 1616px;
    z-index: -1;
}

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

@media (max-width: 1439px) {
    .about_form_image {
        margin-bottom: 30px;
    }
}

.about_form_image img {
    margin-left: -83px;
    max-width: inherit;
}

@media (max-width: 1439px) {
    .about_form_image img {
        margin-left: -47px;
        max-width: 133%;
    }
}

.about_form_title {
    margin-bottom: 28px;
    font-size: 48px;
    line-height: 56px;
    font-family: cygre-medium;
}

@media (max-width: 1439px) {
    .about_form_title {
        margin-bottom: 14px;
        font-size: 36px;
        line-height: 44px;
    }
}

.about_form_title span {
    background-image: linear-gradient(to right, #faa5cb, #eeeda4);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    display: block;
}

.about_form_subtitle {
    margin-bottom: 30px;
    color: #717680;
    font-size: 18px;
    line-height: 24px;
}

@media (max-width: 1439px) {
    .about_form_subtitle {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 22px;
    }
}

.about_form_inputs {
    margin-top: 10px;
    align-items: center;
}

@media (max-width: 1439px) {
    .about_form_inputs {
        -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-top: 20px;
        align-items: flex-start;
    }
}

.about_form_privacy {
    max-width: 293px;
    color: #717680;
    font-size: 16px;
    font-family: cygre-medium;
    max-width: 240px;
}

@media (max-width: 1439px) {
    .about_form_privacy {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
        max-width: 100%;
    }
}

.about_form_privacy a {
    color: #535862;
    text-decoration: none;
    font-family: cygre-semibold;
}

.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: 20px;
    border: 1px solid #d5d7da;
    border-radius: 10px;
    font-family: "cygre-regular", serif;
    font-size: 18px;
    color: #717680;
    line-height: 24px;
    padding-top: 17px;
    padding-bottom: 17px;
    text-indent: 24px;
}
.tm-content-form input::-webkit-input-placeholder,
.about_form input::-webkit-input-placeholder {
    color: #717680;
    font-family: "cygre-regular", serif;
    font-size: 18px;
}
.tm-content-form input::-moz-placeholder,
.about_form input::-moz-placeholder {
    color: #717680;
    font-family: "cygre-regular", serif;
    font-size: 18px;
}
.tm-content-form input:-moz-placeholder,
.about_form input:-moz-placeholder {
    color: #717680;
    font-family: "cygre-regular", serif;
    font-size: 18px;
}
.tm-content-form input:-ms-input-placeholder,
.about_form input:-ms-input-placeholder {
    color: #717680;
    font-family: "cygre-regular", serif;
    font-size: 18px;
}

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

.about_form .iti__arrow {
    display: none;
}

.about_form .iti .iti__selected-dial-code {
    color: #717680;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    font-family: "cygre-regular", serif;
}

.about_form .iti__country-container {
    padding-left: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.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);
    border-right: 1px solid #d5d7da;
    padding-right: 10px;
    background-position: center;
    z-index: 1;
}

.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: 45px;
}

.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;
    border-radius: 100px;
    background: #d94e8a;
    color: #fff;
    font-size: 18px;
    transition: all .3s;
    border: 1px solid transparent;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    line-height: 24px;
    padding: 11.5px 10px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    width: 170px;
}

.tm-content-form input[type="submit"]:hover,
.about_form input[type="submit"]:hover {
    background-color: #fff;
    color: #d94e8a;
    cursor: pointer;
    border-color: #d94e8a;
}

.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: 60px;
}

.wpcf7-select .jq-selectbox__select {
    padding: 0 15px;
    background: none;
    box-shadow: 0 0 0 rgb(0 0 0 / 0%);
    border-width: 1px;
    border-color: #e1e1e1;
    border-style: solid;
    text-shadow: 0 0 0 rgb(0 0 0 / 0%);
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #d5d7da;
}

.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: 'OpenSans', sans-serif;
    font-size: 17px;
    font-weight: 500;
}

.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: 24px;
}

.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 #000;
    overflow: hidden;
}

.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: #eee;
    color: #000;
}

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

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

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

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

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

body.page-id-12 .overflow_mobile {
    overflow: hidden;
}

/* Partnership */
.partnership_info {
    margin-bottom: 130px;
}

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

@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_item {
    margin-bottom: 20px;
    width: 49.251%;
    border-radius: 24px;
    overflow: hidden;
}

@media (max-width: 1439px) {
    .partnership_info_item {
        width: 100%;
        box-sizing: border-box;
    }
}

@media (max-width: 1439px) {
    .partnership_info_item:nth-child(2) {
        order: -1;
    }
}

.partnership_info_text {
    font-size: 18px;
    line-height: 24px;
    color: #535862;
    background: linear-gradient(136.17deg, #feedf5 1.052%, #fcfbed 98.948%);
    max-width: 429px;
    padding: 80px;
}

@media (max-width: 1439px) {
    .partnership_info_text {
        max-width: 100%;
        padding: 30px 20px;
    }
}

.partnership_info_text strong {
    margin-bottom: 20px;
    color: #000;
    font-size: 24px;
    font-family: cygre-medium;
    line-height: 30px;
    font-weight: normal;
}

@media (max-width: 1439px) {
    .partnership_info_text strong {
        font-size: 20px;
        margin-bottom: 14px;
    }
}

.partnership_info_text p {
    margin-top: 0;
}

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

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

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

@media (max-width: 1439px) {
    .partnership_info_text ul li {
        margin-bottom: 14px;
        padding-left: 26px;
    }
}

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

@media (max-width: 1439px) {
    .partnership_info_text ul li:after {
        top: 11px;
        width: 14px;
    }
}

.partnership_benefits .benefits_item {
    background: linear-gradient(40.54deg, #faa5cb 25.506%, #eeeda4 96.128%), black;
}

.partnership_benefits .benefits_item_title {
    background: linear-gradient(136.17deg, #feedf5, #fcfbed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.partnership_benefits .benefits_item_text {
    color: rgba(255, 255, 255, 0.8);
}

.cooperation {
    margin-bottom: 150px;
}

@media (max-width: 1439px) {
    .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;
    }
}

.cooperation_title {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 34px;
}

.cooperation_title span {
    background-image: linear-gradient(to right, #faa5cb, #eeeda4);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

@media (max-width: 1439px) {
    .cooperation_title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 20px;
    }
}

.cooperation_text {
    color: #535862;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 150px;
}

@media (max-width: 1439px) {
    .cooperation_text {
        font-size: 16px;
        margin-bottom: 100px;
    }
}

.cooperation_text p {
    margin-bottom: 30px;
    margin-top: 0;
}

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

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

.cooperation_text strong {
    color: #000;
    font-size: 24px;
    font-family: cygre-medium;
    line-height: 30px;
    margin-bottom: 30px;
    font-weight: normal;
}

@media (max-width: 1439px) {
    .cooperation_text strong {
        font-size: 20px;
        line-height: 26px;
    }
}

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

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

@media (max-width: 1439px) {
    .cooperation_text ul li {
        margin-bottom: 14px;
        padding-left: 26px;
    }
}

.cooperation_text ul li:after {
    position: absolute;
    left: 0;
    width: 20px;
    height: 1px;
    background: #d94e8a;
    content: '';
    top: 9px;
}

@media (max-width: 1439px) {
    .cooperation_text ul li:after {
        width: 14px;
    }
}

.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: #717680;
    font-family: Figtree;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    width: 100%;
}

@media (max-width: 1439px) {

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

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

@media (max-width: 1439px) {

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

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

@media (max-width: 1439px) {

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

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

@media (max-width: 1439px) {

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

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

@media (max-width: 1439px) {

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

.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 {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.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);
    border-right: 1px solid #1a3051;
    padding-right: 10px;
    background-position: center;
    z-index: 1;
}

.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;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.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),
    .trust_item:nth-child(9) {
        border-right: none;
    }
}

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

@media (max-width: 1379px) {

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

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

@media (max-width: 1379px) {
    .trust_item:nth-child(n+6) {
        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(8),
    .trust_item:nth-child(10) {
        border-right: none;
    }
}

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

@media (max-width: 743px) {
    .trust_item:nth-child(9) {
        border-bottom: none;
    }
}

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

/* Catalog */
.open_filters {
    display: none;
    border-radius: 100px;
    background: #fae9f2;
    width: 157px;
    height: 49px;
    align-items: center;
    font-size: 18px;
    color: #d94e8a;
    line-height: 120%;
    margin-bottom: 20px;
    text-indent: 69px;
    background-repeat: no-repeat;
    background-image: url(../images/open-filter.svg);
    background-position: center left 36px;
}

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

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

body.post-type-archive-products,
body.tax-products-category {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/bg-catalog.jpeg);
}

@media (min-width: 1920px) {

    body.post-type-archive-products,
    body.tax-products-category {
        -webkit-background-size: cover;
        background-size: cover;
    }
}

body.page-id-14 {
    background-repeat: no-repeat;
    background-position: right -310px top -67px;
    background-image: url(../images/bg-article.png);
}

body.page-id-14 .benefits_wrapper:after {
    display: none;
}

body.page-id-18 {
    background-repeat: no-repeat;
    background-position: right -263px top 244px;
    background-image: url(../images/bg-article.png);
}

body.category-blog {
    background-repeat: no-repeat;
    background-position: right -280px top 107px;
    background-image: url(../images/bg-article.png);
}

@media (max-width: 1439px) {
    body.category-blog {
        background: none;
    }
}

@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: 0;
    margin-bottom: 50px;
    font-size: 40px;
    font-family: cygre-medium;
    font-weight: normal;
}

@media (max-width: 1439px) {
    .catalog_main h1 {
        font-size: 36px;
        margin-bottom: 30px;
        line-height: 44px;
    }
}

.catalog_main .catalog_main_wrapper {
    width: 895px;
}

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

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

@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: 10px 42px 10px 16px;
    border-radius: 999px;
    background: linear-gradient(136.17deg, #ffe7f2 1.673%, #fffcd5 98.327%);
    margin-right: 10px;
    color: #000;
    font-family: cygre-medium;
    font-size: 16px;
    position: relative;
}

.catalog_main .catalog_main_wrapper_selections .facetwp-selections ul li .facetwp-selection-value:after {
    position: absolute;
    right: 16px;
    top: 8px;
    background-repeat: no-repeat;
    background-image: url(../images/close-filter.svg);
    content: '';
    width: 18px;
    height: 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: 1379px) {
    .catalog_main .catalog_main_wrapper .facetwp-selections {
        margin-bottom: 20px;
        margin-top: 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: black;
    font-size: 18px;
    font-family: cygre-medium;
    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: 20px;
    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;
}

@media (max-width: 1439px) {
    .catalog_main .catalog_main_wrapper_sort_right {
        display: none;
    }
}

.catalog_main .catalog_main_wrapper_sort_right span {
    margin-right: 10px;
    color: #8692a5;
    font-family: cygre-medium;
    font-size: 18px;
    line-height: 24px;
}

@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;
    color: black;
    font-family: cygre-medium;
    font-size: 18px;
    line-height: 24px;
    -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;
    background-color: transparent;
}

@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 {
    text-decoration: none;
    transition: all .3s;
    width: 31.845%;
    margin-bottom: 30px;
}

@media (max-width: 1439px) {
    .catalog_main .catalog_main_wrapper .catalog_item {
        margin-bottom: 20px;
        width: 48.12%;
    }
}

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

.catalog_main .catalog_main_wrapper .catalog_item img {
    border-radius: 19.2px;
    margin-bottom: 20px;
}

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

.catalog_main .catalog_main_wrapper .catalog_item_title {
    color: black;
    font-size: 20px;
    font-family: cygre-medium;
    line-height: 30px;
    margin-bottom: 20px;
    min-height: 60px;
}

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

.catalog_main .catalog_main_wrapper .catalog_item_more {
    transition: all .3s;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    border: 1px solid #379aeb;
    border-radius: 100px;
    color: #379aeb;
    padding: 11.5px 35px;
    font-size: 18px;
    line-height: 24px;
    max-width: fit-content;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

@media (max-width: 1439px) {
    .catalog_main .catalog_main_wrapper .catalog_item_more {
        font-size: 14px;
        line-height: 20px;
        padding: 6px 25px;
    }
}

@media (max-width: 1439px) {
    .catalog_main .catalog_main_wrapper .catalog_item.hidden {
        margin-bottom: 0;
    }
}

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

.catalog_main .catalog_main_wrapper_sort .facetwp-type-pager {
    margin: 0;
    color: #a4a7ae;
    font-size: 18px;
    line-height: 24px;
    font-family: cygre-medium;
}

@media (max-width: 1439px) {
    .catalog_main .catalog_main_wrapper_sort .facetwp-type-pager {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }
}

.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: 0;
        -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;
    }
}

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

@media (max-width: 1439px) {
    .catalog_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;
        -webkit-box-pack: distribute;
        -moz-box-pack: distribute;
        box-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        -ms-justify-content: space-around;
        -o-justify-content: space-around;
        justify-content: space-around;
        -ms-flex-pack: distribute;
    }
}

.catalog_menu li {
    width: 140px;
    transition: all .3s;
    margin-right: 30px;
}

@media (max-width: 1439px) {
    .catalog_menu li {
        width: 100px;
        margin-bottom: 30px;
        margin-right: 0;
    }
}

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

.catalog_menu li:hover a span:first-child:after {
    opacity: 1;
}

.catalog_menu li:hover a span:last-child {
    background-image: linear-gradient(to right, #faa5cb, #eeeda4);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    transition: all .3s;
}

.catalog_menu li a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    font-family: cygre-bold;
    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;
}

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

.catalog_menu li a span {
    padding: 0 !important;
    transition: all .3s;
}

.catalog_menu li a span:first-child {
    -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;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -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;
    margin-bottom: 16px;
    background: linear-gradient(136.17deg, #feedf5 0.86%, #fcfbed 99.14%);
    border-radius: 100%;
    width: 140px;
    height: 140px;
    border: 2px solid transparent;
    position: relative;
}

@media (max-width: 1439px) {
    .catalog_menu li a span:first-child {
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
    }
}

.catalog_menu li a span:first-child:after {
    position: absolute;
    top: -3px;
    left: -3px;
    content: '';
    background-image: linear-gradient(to right, #faa5cb, #eeeda4);
    border-radius: 100%;
    width: 146px;
    height: 146px;
    z-index: -1;
    opacity: 0;
    transition: all .3s;
}

@media (max-width: 1439px) {
    .catalog_menu li a span:first-child:after {
        top: -4px;
        left: -4px;
        width: 108px;
        height: 108px;
    }
}

.catalog_menu li a span:first-child img {
    opacity: 1 !important;
}

@media (max-width: 1439px) {
    .catalog_menu li a span:first-child img {
        max-width: 34%;
        margin-left: auto;
        margin-right: auto;
    }
}

.catalog_menu li a span:first-child img:last-child {
    display: none !important;
}

@media (max-width: 1439px) {
    .catalog_menu li a span:last-child {
        line-height: 20px;
    }
}

.catalog_menu li.current-menu-item a span:first-child:after {
    opacity: 1;
}

.catalog_menu li.current-menu-item a span:last-child {
    background-image: linear-gradient(to right, #faa5cb, #eeeda4);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.catalog_main_subtitle {
    margin-top: 0;
    margin-bottom: 50px;
    font-family: cygre-medium;
    font-size: 40px;
    line-height: 48px;
    font-weight: normal;
}

@media (max-width: 1439px) {
    .catalog_main_subtitle {
        margin-bottom: 10px;
        font-size: 36px;
        line-height: 44px;
    }
}

.catalog_wrapper {
    margin-bottom: 80px;
}

@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;
        margin-bottom: 0;
    }
}

.catalog_left {
    width: 275px;
}

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

.catalog_left_title {
    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;
}

.catalog_left_title svg {
    transition: all .3s;
    margin-right: 7px;
}

.catalog_left_title:hover {
    cursor: pointer;
}

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

.catalog_left_item {
    padding: 20px 0;
    border-bottom: 1px solid #d5d7da;
}

@media (max-width: 1439px) {
    .catalog_left_item {
        padding-top: 22px;
        padding-bottom: 22px;
    }
}

.catalog_left_item:first-child {
    border-top: 1px solid #d5d7da;
}

.catalog_left_item:first-child .catalog_left_item_bottom {
    display: block;
}

.catalog_left_item_bottom {
    display: none;
    margin-top: 20px;
}

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

.catalog_left_item .facetwp-toggle {
    font-family: "cygre-regular", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.catalog_left_title {
    font-size: 20px;
    font-family: cygre-medium;
    line-height: 26px;
}

.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;
    font-size: 16px;
    font-family: cygre-medium;
    background-size: 24px 24px;
    background-image: url(../images/checkbox.svg);
    padding-left: 36px;
    min-height: 24px;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

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

@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;
    font-size: 42px;
    font-weight: normal;
    font-family: cygre-medium;
    line-height: 120%;
}

@media (max-width: 1439px) {
    .main_buy h1 {
        margin-bottom: 30px;
        font-size: 36px;
        line-height: 44px;
    }
}

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

@media (max-width: 1439px) {
    .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;
        margin-bottom: 100px;
    }
}

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

.map_partners::-webkit-scrollbar {
    width: 3px;
    height: 100px;
}

.map_partners::-webkit-scrollbar-track {
    /*background: #f0f8fe;
    height: 580px;
    border-radius: 3.5px;*/
}

.map_partners::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    height: 100px;
}

.map_partners>* {
    direction: ltr;
}

.map_partners {
    border-radius: 24px;
    box-shadow: 0px 17px 36px 0px rgba(179, 178, 178, 0.1), 0px 66px 66px 0px rgba(179, 178, 178, 0.09), 0px 149px 89px 0px rgba(179, 178, 178, 0.05), 0px 264px 106px 0px rgba(179, 178, 178, 0.01), 0px 413px 115px 0px rgba(179, 178, 178, 0);
    background: white;
    padding: 20px;
    width: 448px;
    position: relative;
    z-index: 1;
    overflow-y: scroll;
    height: 560px;
    margin-right: auto;
    direction: rtl;
}

@media (max-width: 1379px) {
    .map_partners {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        order: 1;
        box-shadow: 0px 17px 36px 0px rgba(179, 178, 178, 0.1), 0px 66px 66px 0px rgba(179, 178, 178, 0.09), 0px 149px 89px 0px rgba(179, 178, 178, 0.05), 0px 264px 106px 0px rgba(179, 178, 178, 0.01), 0px 413px 115px 0px rgba(179, 178, 178, 0), 2px -12px 31px 0px rgba(0, 0, 0, 0.04);
    }
}

.map_partners_item {
    position: relative;
}

.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: 30px;
    border-radius: 24px;
    background: linear-gradient(136.17deg, #feedf5 1.511%, #fcfbed 98.489%);
    margin-bottom: 12px;
    transition: all .3s;
    position: relative;
}

.map_partners_item_wrapper:after {
    content: '';
    position: absolute;
    opacity: 0;
    transition: all .3s;
    background-repeat: no-repeat;
    background-image: url(../images/bg-maps.png);
    width: 40px;
    height: 40px;
    background-position: center;
    top: 12px;
    right: 12px;
}

@media (max-width: 1439px) {
    .map_partners_item_wrapper:after {
        width: 30px;
        height: 30px;
    }
}

.map_partners_item_wrapper:hover {
    background: linear-gradient(136.17deg, #ffe7f2 1.511%, #fffcd5 98.489%);
}

.map_partners_item_wrapper:hover:after {
    opacity: 1;
}

@media (max-width: 1439px) {
    .map_partners_item_wrapper {
        margin-bottom: 10px;
        padding: 20px;
    }
}

.map_partners_item_wrapper.active {
    background: linear-gradient(136.17deg, #ffe7f2 1.511%, #fffcd5 98.489%);
}

.map_partners_item_wrapper.active:after {
    opacity: 1;
    background-image: url(../images/bg-maps-active.png);
}

.map_partners_item_town {
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 26px;
    font-family: cygre-medium;
}

@media (max-width: 1439px) {
    .map_partners_item_town {
        margin-bottom: 14px;
        font-size: 18px;
        line-height: 24px;
    }
}

.map_partners_item_subtitle {
    margin-bottom: 6px;
    font-size: 16px;
    font-family: cygre-bold;
    line-height: 24px;
}

@media (max-width: 1439px) {
    .map_partners_item_subtitle {
        margin-bottom: 4px;
    }
}

.map_partners_item_address {
    font-size: 14px;
    color: #535862;
    line-height: 20px;
    margin-bottom: 20px;
}

.map_partners_item_address:hover {
    cursor: pointer;
}

.map_partners_item_address svg {
    margin-right: 10px;
}

.map_partners_item a {
    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: #0a0d12;
    font-family: cygre-medium;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
    transition: all .3s;
}

.map_partners_item a:hover {
    color: #d94e8a;
}

.map_partners_item a:hover svg path {
    stroke: #d94e8a;
}

.map_partners_item a svg {
    margin-right: 10px;
}

.map_locations {
    width: 57.334%;
}

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

.map_locations iframe {
    width: 100%;
    height: 600px;
    border: none;
    border-radius: 24px;
}

@media (max-width: 1439px) {
    .map_locations iframe {
        height: 450px;
    }
}

.map_locations_item:not(.active) {
    display: none;
}

.map_locations_item.active {
    display: block;
}

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

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

.main_contacts_title {
    font-weight: normal;
    margin-bottom: 50px;
    font-family: cygre-medium;
    font-size: 48px;
    line-height: 60px;
    margin-top: 0;
}

@media (max-width: 1439px) {
    .main_contacts_title {
        margin-bottom: 30px;
        font-size: 36px;
        line-height: 44px;
    }
}

.contacts_wrapper {
    margin-bottom: 150px;
}

@media (max-width: 1439px) {
    .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;
        margin-bottom: 100px;
    }
}

.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: 428px;
    padding: 80px;
    border-radius: 24px;
    background: linear-gradient(136.17deg, #feedf5 0.775%, #fcfbed 99.225%);
}

@media (max-width: 1439px) {
    .contacts_left {
        max-width: 100%;
        order: 1;
        margin-top: 20px;
        padding: 30px 20px;
    }
}

@media (max-width: 1439px) {
    .contacts_image img {
        border-radius: 24px;
    }
}

.contacts_icon {
    width: 50px;
    height: 50px;
    border: 1px solid #d94e8a;
    border-radius: 100%;
    margin-right: 20px;
    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;
    align-items: center;
}

@media (max-width: 1439px) {
    .contacts_icon {
        width: 40px;
        height: 40px;
        margin-right: 14px;
    }
}

.contacts_icon:hover {
    background: #d94e8a;
}

.contacts_icon:hover img {
    filter: brightness(100);
}

.contacts_text {
    color: #0a0d12;
    font-size: 18px;
    margin-bottom: 50px;
    line-height: 24px;
}

@media (max-width: 1379px) {
    .contacts_text {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 22px;
    }
}

.contacts_text p {
    margin-top: 0;
    margin-bottom: 12px;
}

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

.contacts_text strong {
    font-family: cygre-bold;
    font-weight: normal;
}

@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;
    font-size: 18px;
    font-family: cygre-semibold;
    margin-bottom: 32px;
    transition: all .3s;
    color: #181d27;
}

@media (max-width: 1439px) {
    .contacts_email {
        font-size: 15px;
        margin-bottom: 20px;
    }
}

.contacts_email:hover {
    color: #d94e8a;
}

.contacts_email svg {
    margin-right: 20px;
}

.contacts_socials_title {
    margin-bottom: 20px;
    color: #0a0d12;
    font-size: 18px;
}

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

.contacts_socials a {
    margin-right: 20px;
    transition: all .3s;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid #d94e8a;
    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;
    align-items: center;
}

@media (max-width: 1439px) {
    .contacts_socials a {
        width: 40px;
        height: 40px;
        margin-right: 12px;
    }
}

.contacts_socials a img {
    transition: all .3s;
}

.contacts_socials a:hover {
    background-color: #d94e8a;
}

.contacts_socials a:hover img {
    filter: brightness(100);
}

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

@media (max-width: 1379px) {
    body.page-id-18 #wrapper {
        overflow: hidden;
    }
}

body.error404 {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/bg-error.jpeg);
}

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

.error {
    margin-top: 100px;
    padding-bottom: 150px;
    align-items: center;
}

@media (max-width: 1439px) {
    .error {
        -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;
    }
}

.error h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 96px;
    font-family: cygre-medium;
    font-size: 96px;
    font-weight: normal;
}

.error_text {
    max-width: 224px;
    text-align: center;
    margin-left: 115px;
}

@media (max-width: 1439px) {
    .error_text {
        max-width: 100%;
        order: -1;
        margin-left: 0;
    }
}

.error_title {
    margin-bottom: 30px;
    color: #535862;
    font-size: 16px;
    line-height: 24px;
}

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

.error a {
    text-decoration: none;
    width: 244px;
    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;
    color: white;
    font-size: 18px;
    font-family: cygre-medium;
    line-height: 24px;
    transition: all .3s;
    border-radius: 999px;
    background: #d94e8a;
    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-color: #fcf3f7;
    color: #d94e8a;
}

.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;
    font-family: cygre-medium;
    color: #1a3051;
    font-size: 16px;
    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 a.next:hover,
.nav-links a.prev:hover {
    background: none;
}

.nav-links a.next:hover path,
.nav-links a.prev:hover path {
    fill: #D94E8A;
}

.nav-links a.prev svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.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 */
body.single-format-standard {
    background-repeat: no-repeat;
    background-position: right -310px top 130px;
    background-image: url(../images/bg-article.png);
}

@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: 996px;
    margin-left: auto;
    margin-right: auto;
}

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

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

.article_title {
    margin-bottom: 50px;
    margin-top: 0;
    font-size: 48px;
    line-height: 56px;
    font-family: cygre-medium;
    font-weight: normal;
}

@media (max-width: 1439px) {
    .article_title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 1439px) {
    .article_image {
        margin-bottom: 30px;
    }
}

.article_content {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media (max-width: 1439px) {
    .article_content {
        margin-bottom: 30px;
    }
}

.article_content p {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 18px;
    color: #535862;
    line-height: 24px;
}

@media (max-width: 1439px) {
    .article_content p {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 22px;
    }
}

.article_content h2 {
    font-family: cygre-semibold;
    font-size: 24px;
    line-height: 30px;
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: normal;
}

@media (max-width: 1439px) {
    .article_content h2 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 20px;
    }
}

.article_latest {
    margin-bottom: 150px;
}

@media (max-width: 1439px) {
    .article_latest {
        margin-bottom: 100px;
    }
}

.article_latest_title {
    margin-bottom: 54px;
    font-size: 48px;
    line-height: 56px;
    font-family: cygre-medium;
}

@media (max-width: 1439px) {
    .article_latest_title {
        margin-bottom: 30px;
        font-size: 36px;
        line-height: 44px;
    }
}

@media (max-width: 1439px) {
    .article_latest_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;
    }
}

.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-top: 100px;
    padding-bottom: 104px;
    border-radius: 24px;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/bg-footer.png);
    -webkit-background-size: cover;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    max-width: 97.9%;
    margin-bottom: 150px;
    position: relative;
}

@media (max-width: 1439px) {
    .article_form {
        padding-top: 50px;
        padding-bottom: 50px;
        max-width: 92%;
    }
}

.article_form:after {
    position: absolute;
    content: '';
    width: 1650px;
    height: 1616px;
    background-repeat: no-repeat;
    left: -433px;
    top: -31px;
    background-image: url(../images/bg-recent.png);
    z-index: -1;
}

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

.article_form_decor1 {
    position: absolute;
    top: -220px;
    right: -228px;
}

@media (max-width: 1439px) {
    .article_form_decor1 {
        right: 15px;
        top: -108px;
        width: 122px;
        height: 122px;
    }
}

.article_form_decor2 {
    position: absolute;
    bottom: -152px;
    left: -132px;
}

@media (max-width: 1439px) {
    .article_form_decor2 {
        width: 78px;
        right: 0px;
        bottom: -80px;
        left: auto;
    }
}

.article_form_wrapper {
    max-width: 706px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff;
    position: relative;
}

@media (max-width: 1439px) {
    .article_form_wrapper {
        max-width: 82.61%;
        text-align: left;
    }
}

.article_form_title {
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 56px;
    font-family: cygre-medium;
}

@media (max-width: 1439px) {
    .article_form_title {
        font-size: 36px;
        margin-bottom: 12px;
        line-height: 44px;
    }
}

.article_form_slogan {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 24px;
}

@media (max-width: 1439px) {
    .article_form_slogan {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 22px;
    }
}

.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: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    outline: none;
    box-sizing: border-box;
    height: 60px;
    color: #fff;
    font-family: "cygre-regular", serif;
    font-size: 18px;
    line-height: 24px;
    width: 387px;
    margin-bottom: 24px;
    background: none;
    text-indent: 24px;
}

@media (max-width: 1439px) {
    .article_form input {
        width: 100%;
        margin-bottom: 20px;
    }
}

.article_form input::-webkit-input-placeholder {
    color: #fff;
    font-family: "cygre-regular", serif;
    font-size: 18px;
    line-height: 24px;
}

.article_form input::-moz-placeholder {
    color: #fff;
    font-family: "cygre-regular", serif;
    font-size: 18px;
    line-height: 24px;
}

.article_form input:-moz-placeholder {
    color: #fff;
    font-family: "cygre-regular", serif;
    font-size: 18px;
    line-height: 24px;
}

.article_form input:-ms-input-placeholder {
    color: #fff;
    font-family: "cygre-regular", serif;
    font-size: 18px;
    line-height: 24px;
}

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

.article_form input[type="submit"] {
    color: #f0f8fe;
    font-size: 18px;
    background: #d94e8a;
    margin-bottom: 0;
    border-radius: 100px;
    transition: all .3s;
    max-width: fit-content;
    padding: 9px 37px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-indent: inherit;
    border: none;
    height: 50px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

@media (max-width: 1439px) {
    .article_form input[type="submit"] {
        margin-left: 0;
    }
}

.article_form input[type="submit"]:hover {
    cursor: pointer;
    background-color: #fff;
    color: #d94e8a;
}

.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 {
    margin-bottom: 150px;
}

@media (max-width: 1439px) {
    .article_share {
        margin-bottom: 100px;
    }
}

.article_share_wrapper {
    align-items: center;
}

.article_share_title {
    color: #0a0d12;
    font-size: 18px;
    line-height: 24px;
    font-family: cygre-semibold;
    margin-bottom: 20px;
}

@media (max-width: 1439px) {
    .article_share_title {
        margin-right: 0;
        margin-bottom: 12px;
    }
}

.article_share a {
    margin-right: 20px;
    transition: all .3s;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid #d94e8a;
    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;
    align-items: center;
}

@media (max-width: 1439px) {
    .article_share a {
        width: 40px;
        height: 40px;
        margin-right: 12px;
    }
}

.article_share a img {
    transition: all .3s;
    border-radius: 0;
}

.article_share a:hover {
    background-color: #d94e8a;
}

.article_share a:hover img {
    filter: brightness(100);
}

.article_share a:last-child {
    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;
    }
}

@media (max-width: 1439px) {
    .product .breadcrumbs_item:last-child {
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        -ms-line-clamp: 2;
        -webkit-line-clamp: 1;
        line-clamp: 2;
        display: -webkit-box;
        display: box;
        word-wrap: break-word;
        -webkit-box-orient: vertical;
        box-orient: vertical;
        max-width: 100px;
    }
}

.product_wrapper {
    margin-bottom: 150px;
    margin-top: 70px;
}

@media (max-width: 1439px) {
    .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-top: 30px;
        margin-bottom: 100px;
    }
}

.product_slider_item {
    border-radius: 24px;
    overflow: hidden;
}

.product_left {
    width: 41%;
    position: relative;
}

@media (max-width: 1439px) {
    .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: 30px;
        width: 100%;
    }

}

.product_slider {
    overflow: hidden;
    width: 488px;
    height: 488px;
}

@media (max-width: 1439px) {
    .product_slider {
        width: 100%;
        height: auto;
    }
}

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

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

.product_slider_thumbs {
    width: 60px;
    position: absolute;
    left: 15px;
    top: 15px;
}

@media (max-width: 1439px) {
    .product_slider_thumbs {
        width: 40px;
    }
}

.product_slider_thumbs_item {
    height: 60px !important;
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
}

@media (max-width: 1439px) {
    .product_slider_thumbs_item {
        height: 40px !important;
        border-radius: 8px;
    }
}

.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-thumb-active {
    border: 1px solid #ffd5f4;
}

@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: 632px;
}

@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: 10px;
    font-size: 36px;
    font-family: cygre-medium;
    line-height: 44px;
    font-weight: normal;
}

@media (max-width: 1439px) {
    .product_title {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 30px;
    }
}

.product_stock {
    color: #379aeb;
    font-size: 18px;
    font-family: cygre-medium;
    line-height: 24px;
    margin-bottom: 10px;
}

.product_code {
    color: #717680;
    font-size: 18px;
    font-family: cygre-medium;
    line-height: 24px;
    margin-bottom: 30px;
}

@media (max-width: 1439px) {
    .product_code {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 24px;
    }
}

.product_buttons {
    margin-bottom: 30px;
    align-items: center;
}

@media (max-width: 1439px) {
    .product_buttons {
        -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;
    }
}

.product_contact {
    padding: 12px 36px;
    text-align: center;
    text-decoration: none;
    border-radius: 100px;
    background: #d94e8a;
    color: white;
    font-size: 18px;
    line-height: 24px;
    transition: all .3s;
    display: block;
    margin-right: 20px;
    border: 1px solid transparent;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

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

.product_contact:hover {
    background: #fff;
    color: #d94e8a;
    border: 1px solid #d94e8a;
}

.product_catalog {
    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;
    line-height: 29px;
    text-decoration: none;
    height: 48px;
    align-items: center;
    transition: all .3s;
    background-color: #fcf3f7;
    color: #d94e8a;
    padding-left: 35px;
    padding-right: 35px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.product_catalog svg {
    margin-right: 10px;
}

.product_catalog:hover {
    background-color: #d94e8a;
    color: #fcf3f7;
}

.product_catalog:hover path {
    fill: #fff;
}

.product_tabs_captions {
    margin-bottom: 20px;
}

.product_tabs_captions_item {
    padding-bottom: 20px;
    border-bottom: 2px solid #d5d7da;
    color: black;
    font-size: 20px;
    line-height: 26px;
    font-family: cygre-medium;
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 1439px) {
    .product_tabs_captions_item {
        font-size: 16px;
        line-height: 22px;
        padding-left: 20px;
        padding-right: 10px;
    }
}

.product_tabs_captions_item:hover {
    cursor: pointer;
}

.product_tabs_captions_item:first-child {
    padding-left: 0;
    padding-right: 0;
}

.product_tabs_captions_item.active {
    color: #d94e8a;
    border-color: #d94e8a;
}

.product_tabs_content {
    color: #535862;
    font-size: 16px;
    line-height: 22px;
    display: none;
}

@media (max-width: 1439px) {
    .product_tabs_content {
        font-size: 14px;
        line-height: 20px;
    }
}

.product_tabs_content.active {
    display: block;
}

.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: 1439px) {
    .product .bestsellers_middle {
        margin-bottom: 30px;
    }
}

.product .bestsellers_title {
    margin-bottom: 50px;
}

@media (max-width: 1439px) {
    .product .bestsellers_title {
        font-size: 24px;
        margin-bottom: 0;
    }
}

.product .bestsellers_navigation {
    display: none;
}

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

@media (max-width: 1439px) {
    .product .bestsellers_navigation_left {
        margin-right: 20px;
    }
}

.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;
}

body.home .header_menu li a {
    color: #fff;
}

@media (max-width: 1439px) {
    body.home .header_menu li a {
        color: #000;
    }
}

body.home .header_menu li ul li a {
    color: #000;
}

body.home .header_lang_open li a {
    color: #fff;
}

body.home .header_lang_open li a:after {
    background-image: url(../images/arrow-lang-white.svg);
}

body.home .header_contact {
    color: #fff;
    border-color: #fff;
}

body.home .header_contact:hover {
    background-color: #fcf3f7;
    color: #d94e8a;
}

body.home .header_menu li.menu-item-has-children:after {
    background-image: url(../images/arrow-menu-white.svg);
}

@media (max-width: 1439px) {
    body.home .header_menu li.menu-item-has-children ul.active {
        left: 0;
        display: flex;
    }
}

body.home .header_menu.drop-down li.menu-item-has-children:after {
    background-image: url(../images/arrow-menu.svg);
}

@media (max-width: 1439px) {
    body.home .header_button_search svg path {
        stroke: #fff;
    }
}

body.home .header_burger {
    background: #fff;
}

body.home .header_burger:after,
body.home .header_burger:before {
    background: #fff;
}

body.home .header_burger.drop-down {
    background: rgba(111, 111, 111, 0);
}

body.home .header.active .header_burger_wrapper,
body.home .header.active .header_button_search {
    filter: brightness(0);
}

body.home .header.active .header_logo img {
    display: none;
}

body.home .header.active .header_logo img.mobile-active {
    display: block;
}

body.home .header.active .header_lang_open li a {
    color: #000;
}

body.home .header.active .header_lang_open li a:after {
    filter: brightness(0);
}

@media (max-width: 1439px) {
    body.home .header_lang_open li a:after {
        filter: none;
    }
}

body.error404 .footer {
    display: none;
}

body.search .catalog_main .catalog_main_wrapper {
    width: 100%;
}

body.search .catalog_main .catalog_main_wrapper .catalog_item {
    width: 23%;
}

.facetwp-counter {
    display: none !important;
}

.page-content {
    font-family: "cygre-regular", serif;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4 {
    font-weight: normal;
    font-family: cygre-medium;
}

.page-content strong {
    font-weight: normal;
    font-family: cygre-semibold;
}

@media (min-width: 1439px) {
    body.products-template-default .bestsellers_item {
        width: 276px !important;
    }
}

.lang-item-fr {
    display: none !important;
}


/* 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: 500px;
    border-radius: 24px;
    overflow: hidden;
}

.places-map-column--list {
    display: flex;
    flex-direction: column;
    height: 500px;
}

.places-map-filter {
    margin-bottom: 20px;
}

/* 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 #D5D7DA;
    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 #D5D7DA;
    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-column-wrap {
    padding: 20px;
    box-shadow: 0 264px 106px rgba(179, 178, 178, 0.01),
    0 149px 89px rgba(179, 178, 178, 0.05),
    0 264px 106px rgba(179, 178, 178, 0.01),
    0 66px 66px rgba(179, 178, 178, 0.09),
    0 17px 36px rgba(179, 178, 178, 0.1);
    height: 100%;
    border-radius: 24px;
}
.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;
    position: relative;
    background: linear-gradient(135deg, rgba(254,237,245,1) 0%,rgba(252,251,237,1) 100%);
    border-radius: 24px;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.places-map-card.is-active,
.places-map-card:hover {
    background: linear-gradient(135deg, #FFE7F2 0%,#FFFCD4 100%);
}
.places-map-card.is-active::after,
.places-map-card:hover::after {
    content: '';
    background: url(../images/arrow-point.svg) no-repeat 0 0;
    width: 20px;
    height: 20px;
    background-size: 100%;
    display: block;
    right: 20px;
    top: 20px;
    z-index: 0;
    position: absolute;
}

.places-map-card.is-hidden {
    display: none;
}

.places-map-card__title {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.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: #000;
    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-country-title {
    margin: 15px 0 0;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.places-country-title.is-hidden {
    display: none;
}


/* places adaptive */
@media (max-width: 900px) {

    .places-map-wrapper {
        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);
}



/* main style 
======================================================= */
.tm-flex {
    display: flex;
    flex-wrap: wrap;
}

.tm-flex-nw {
    display: flex;
}

.tm-flex-middle {
    align-items: center;
}

.tm-flex-middle-end {
    align-items: flex-end;
}

.tm-flex-center {
    justify-content: center;
}

.tm-flex-space {
    justify-content: space-between;
}

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

.tm-flex-column {
    flex-direction: column;
}

.tm-grid-right {
    order: 2;
}

.tm-gap20 {
    gap: 20px;
}

.tm-col-gap8 {
    column-gap: 8px;
}

.tm-col-gap10 {
    column-gap: 10px;
}

.tm-col-gap20 {
    column-gap: 20px;
}

.tm-col-gap30 {
    column-gap: 30px;
}

.tm-col-gap35 {
    column-gap: 35px;
}

.tm-row-gap20 {
    row-gap: 20px;
}
