@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Oswald:wght@400;500;600&display=swap);

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Light.eot');
    src: local('Cera Pro Light'), local('CeraPro-Light'),
        url('../fonts/CeraPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CeraPro-Light.woff2') format('woff2'),
        url('../fonts/CeraPro-Light.woff') format('woff'),
        url('../fonts/CeraPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Medium.eot');
    src: local('Cera Pro Medium'), local('CeraPro-Medium'),
        url('../fonts/CeraPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CeraPro-Medium.woff2') format('woff2'),
        url('../fonts/CeraPro-Medium.woff') format('woff'),
        url('../fonts/CeraPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Regular.eot');
    src: local('Cera Pro Regular'), local('CeraPro-Regular'),
        url('../fonts/CeraPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CeraPro-Regular.woff2') format('woff2'),
        url('../fonts/CeraPro-Regular.woff') format('woff'),
        url('../fonts/CeraPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Bold.eot');
    src: local('Cera Pro Bold'), local('CeraPro-Bold'),
        url('../fonts/CeraPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CeraPro-Bold.woff2') format('woff2'),
        url('../fonts/CeraPro-Bold.woff') format('woff'),
        url('../fonts/CeraPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

:active,
:focus,
:hover,
:visited,
a {
    outline: 0
}

body,
html,
img {
    height: auto
}

.clear,
.swiper-slide:not(:first-child) {
    display: block
}

.header-blue,
.header.scrolled,
header .phone_links a::after {
    background-color: var(--clr-white)
}

.phone_icon::before,
header .phone_links a::after {
    position: absolute;
    content: ''
}

.btn,
a,
a:hover {
    text-decoration: none
}

.btn,
.btn-close,
a {
    cursor: pointer
}


.header-icons-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 5px;
}
@media (max-width: 1792px) {
    .header-icons-wrap {
        padding-right: 22px;
    }
}

#loader-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #fff;
    -webkit-animation: 1.3s linear forwards loader;
    animation: 1.3s linear forwards loader
}

@-webkit-keyframes loader {

    0%,
    70% {
        opacity: 1
    }

    99% {
        opacity: 0
    }

    100% {
        display: none;
        visibility: hidden;
        z-index: -10;
        opacity: 0
    }
}

@keyframes loader {

    0%,
    70% {
        opacity: 1
    }

    99% {
        opacity: 0
    }

    100% {
        display: none;
        visibility: hidden;
        z-index: -10;
        opacity: 0
    }
}

html {
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased
}

#content-block,
.clear,
.header_left,
.overflow-hidden,
.overflow-menu,
.overflow-submenu,
body,
html.overflow-hidden body {
    overflow: hidden
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-text-size-adjust: none;
    -webkit-locale: auto
}

.clear {
    clear: both;
    height: 0;
    font-size: 0
}

#content-block,
.header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    position: relative
}

html:not(.touch-screen) ::-webkit-scrollbar,
html:not(.touch-screen)::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

html:not(.touch-screen) ::-webkit-scrollbar-track,
html:not(.touch-screen)::-webkit-scrollbar-track {
    background: var(--clr-grey_fon)
}

html:not(.touch-screen) ::-webkit-scrollbar-thumb,
html:not(.touch-screen)::-webkit-scrollbar-thumb {
    background: var(--clr-blue)
}

.row {
    --bs-gutter-x: 24px
}

button {
    background: 0 0
}

body ::-moz-selection {
    background: var(--clr-blue);
    color: #fff
}

body ::selection {
    background: var(--clr-blue);
    color: #fff
}

a {
    display: inline-block;
    color: inherit;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition)
}

.swiper-container,
header {
    -webkit-transition: var(--transition);
    -o-transition: var(--transition)
}

ol,
ul {
    list-style: none
}

img {
    max-width: 100%;
    content-visibility: auto
}

.banner,
.home-banner,
.section,
.simple-page a,
.simple-page p,
section {
    position: relative
}

/* .home-banner {
    padding-top: 209px;
} */
@media (max-width: 1024px) {
    .home-banner {
        padding-top: 98px;
    }
}

.home-banner .banner-container {
    padding: 0 25px;
}

.home-banner .banner-container .wrapper {
    background-color: #F5F7F9;
    border-radius: 65px;
}

.home-banner .banner-info {
    width: 55%;
}

.home-banner .banner-image {
    width: auto;
}

.banner-info .title_margin {
    font-family: 'Cera Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    letter-spacing: 0.01em;
    line-height: 122%;
    text-transform: uppercase;
    color: #181C2F;
}

.banner-info .text {
    padding-top: 21px;
}

.home-banner .banner-info .text {
    margin-bottom: 103px;
}

.banner-info .text p {
    font-family: 'Cera Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #181C2F;
}

.page-template-templates .banner-info .btn-primary,
.digital-lab .btn-primary,
.section.custom_content.team_section .content.h_content .btn-primary {
    display: inline-flex;
    width: 200px;
}

.banner-info .btn-primary,
.digital-lab .btn-primary,
.section.custom_content.team_section .content.h_content .btn-primary {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 23px 40px;
    gap: 10px;
    width: 120px;
    height: 45px;
    background: #003394;
    font-family: 'Cera Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    /* identical to box height, or 28px */
    letter-spacing: -0.02em;
    color: #FFFFFF;
    text-transform: capitalize;
    position: relative;
}

.banner-wrap {
    display: flex;
    padding-top: 95px;
    padding-bottom: 95px;
    gap: 35px;
}

@media (max-width: 768px) {
    .home-banner{
        padding-top: 0;
    }
    .banner-wrap{
        flex-direction: column;
        padding-top: 90px;
        padding-bottom: 60px;
        text-align: center;
        gap: 60px;
    }
.home-banner .banner-info .text{
    margin-bottom: 42px;
}
    .banner-wrap .btn{
        margin-inline: auto;
    }
    .home-banner .banner-info{
        width: 100%;
    }
    .banner-image{
        overflow: hidden;
        aspect-ratio: 16/9;
        border-radius: 55px;
    }
        .banner-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .about_content:not(.team_section) .img_wrapp{
            display: none;

        }
}

.section.custom_content .h2 {
    font-family: 'Cera Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 54px;
    line-height: 66px;
    letter-spacing: -0.01em;
    color: #181C2F;
}

.section.custom_content .h3 {
    font-family: 'Cera Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.01em;
    color: #181C2F;
}

.section.custom_content .content.h_content .text {
    font-family: 'Cera Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.01em;
    color: #181C2F;
}

.section.custom_content .content.h_content .btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 23px 40px;
    gap: 10px;
    width: 230px;
    height: 60px;
    background-color: transparent;
    border: 1.5px solid #003394;
    border-radius: 20px;
    font-family: 'Cera Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #003394;
    text-transform: capitalize;
    margin-top: 40px;
}

.custom_content.about_content {
    padding-top: 24px;
}

.custom_img {
    padding-bottom: 0;
}

/* .img_wrapp {
    padding: 0;
    padding-bottom: 0;
    position: static;
} */

.custom_content .img_wrapp {
    max-width: 366px;
    width: 100%;
}

/* .img_wrapp img {
    position: static;
    border-radius: 35px;
} */

.custom_content.about_content .move-to-left {
    margin-left: -5px;
}

.custom_content.about_content .h2 {
    margin-bottom: 33px;
}

.custom_content.about_content .h3 {
    margin-bottom: 28px;
}

.custom_content.about_content .content.h_content {
    padding-right: 50px;
}

.custom_content.about_content .text>*+* {
    margin-top: 28px;
}

.custom_content.about_content .img_small::before,
.custom_content.about_content .img_small::after {
    display: none;
}

.custom_content.about_content .img_wrapp img {
    border-radius: 45px;
}

.custom_content.second__team_block .img_wrapp img {
    height: 245px;
}

.custom_content.about_content .custom_img {
    width: 100%;
    height: 210px;
}

@media (min-width: 992px) {
    .align-self-bottom {
        display: flex;
        align-items: flex-end;
    }
}

@media (max-width: 1200px) {

    .custom_content.about_content .margin-image-left {
        margin-top: 40px;
        margin-left: auto;
    }

}

.categories_list {
    background-color: #F5F7F9;
    border-radius: 65px;
    padding-top: 70px;
    max-width: 1876px;
    margin-inline: auto;
}

@media (min-width: 992px) {
    .categories_list .row {
        --bs-gutter-x: 46px;
    }
}

.categories_list .h2 {
    font-family: 'Cera Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 54px;
    line-height: 66px;
    letter-spacing: -0.01em;
    color: #181C2F;
}

.categories_list .category_row {
    padding-top: 53px;
}

.categories_list .category_img {
    margin-bottom: 36px;
}

.categories_list .category_img img {
    border-radius: 45px;
}

.categories_list .h4 {
    font-family: 'Cera Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -0.03em;
    color: #181C2F;
}

.categories_list .category_column {
    margin-bottom: 36px;
}

.digital-lab {
    padding-top: 115px;
}

.digital-lab .h2 {
    font-family: 'Cera Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 54px;
    line-height: 66px;
    letter-spacing: -0.01em;
    color: #181C2F;
    margin-bottom: 74px;
}

/* .digital-lab .content.h_services-content {
    padding-left: 60px;
} */
@media (max-width: 1200px) {
    .digital-lab .content.h_services-content{padding-left: 0;}
    .digital-lab .h2{
        margin-bottom: 30px;
    }
}
.digital-lab .h3 {
    font-family: 'Cera Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    /* or 28px */
    letter-spacing: -0.01em;
    color: #181C2F;
    margin-bottom: 28px;
}

.digital-lab .h_services-content .text {
    font-family: 'Cera Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #181C2F;
    max-width: none;
    padding-right: 20px;
    margin-bottom: 90px;
}

.digital-lab .h_services-img {
    margin-left: 28px;
    margin-top: 13px;
    margin-right: 61px;
}

.digital-lab .h_services-img img {
    border-radius: 65px;
}

.team_section.about_content {
    background-color: #F5F7F9;
    border-radius: 65px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 57px;
}

/* .team_section .container {
    max-width: 1616px;
} */

.team_section.about_content .h2 {
    margin-left: 0;
}

.benefits_section {
    background-color: #fff;
    padding-top: 120px;
    padding-bottom: 182px;
}
@media (max-width: 1440px) {
    .benefits_section{
        padding-top: 45px;
        padding-bottom: 130px;
    }
}

@media (max-width: 768px) {
.benefits_section{
    padding-bottom: 100px;
}
.benefits_item{
    min-height: 300px;
    padding: 35px;
}
}
@media (max-width: 575px) {

    .benefits_section{
        --swiper-navigation-size: 30px;
        padding-bottom: 60px;
    }

   .benefits_section .swiper-button-next::after,
   .benefits_section  .swiper-button-prev::after,
   .benefits_section  .swiper-pagination-bullet::after{
    opacity: 1;
    color: #003394;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
     }
   .benefits_section .swiper-button-prev, .benefits_section .swiper-rtl .swiper-button-next{
    left: 30px;
   }
  .benefits_section .swiper-button-next, .benefits_section .swiper-button-prev{
    width: var(--swiper-navigation-size);
   }
}
.benefits_title_h2{
    margin-bottom: 58px;
}

.benefits_item {
    text-align: left;
    background: #F5F7F9;
    border-radius: 25px;
    padding: 31px 36px 45px;
        display: flex;
    flex-direction: column;
}

.benefits_title.benefits_title {
 font-family: 'Cera Pro';
    font-weight: 700;
    font-size: 18px;
    line-height: 115%;
    letter-spacing: -1%;
    margin-bottom: 13px;

}
.benefits_icon {
    max-height: 50px;
    margin-left: 0;
    width: auto;
    height: 100%;
    display: block;
    margin-bottom: 48px;
}
.benefits_icon img{
    position: static;
    transform: none;
    width: auto;
    height: 100%;
    max-width: unset;
    max-height: 100%;
}
.benefits_item .text {
    color: #181C2F;
    font-size: 18px;
    line-height: 115%;
    margin-top: auto;
    font-family: 'Cera Pro';
    font-weight: 300;
}

@media (min-width: 768px) {
    .row>* {
        padding-right: calc(var(--bs-gutter-x) / 2);
        padding-left: calc(var(--bs-gutter-x) / 2);
    }
}

:root {
    --clr-grey_fon: #F2F2F2;
    --clr-black: #111111;
    --clr-text: #636363;
    --clr-white: #fcfcfc;
    --clr-blue: #206EB5;
    --clr-blue_dark: #262E57;
    --clr-grey_1: #A0A0A0;
    --clr-grey_2: #B3B3B3;
    --clr-grey_3: #E5E5E5;
    --transition: all 0.3s linear;
    --header_h: 140px
}
@media (max-width: 768px) {
    :root{
        --bs-gutter-x: 30px
    }
    .digital-lab .h_services-img{
        margin-left: 0;
        margin-right: 0;
    }
}
body {
    background: var(--clr-white);
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8em;
    color: var(--clr-text)
}

#content-block {
    min-height: 100vh;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

html.keyboard-focus:focus {
    outline: auto
}

footer {
    margin-top: auto;
    background-image: none;
    background-color: #0D3290;
    padding-block: 40px;
    padding-inline: 50px;
    height: 400px;

}

.footer{
        display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_logo{
    max-width: 96px;
    margin-top: auto;
}

.footer_menu_wrap{
    display: flex;
    justify-content: center;
    flex: 1;
    gap: 10%;
}
.footer_menu{
    display: flex;
flex-direction: column;

}
.footer_nav {
display: flex;
flex-direction: column;
}
.footer_nav li{
    margin-bottom: 5px;
    margin-right: 0;
}
.footer_nav li:last-child{
    margin-bottom: 0;
}
.footer_nav a{
    font-family: 'Cera Pro';
font-weight: 300;
font-style: Light;
font-size: 30px;
line-height: 122%;
letter-spacing: -1%;

}
.footer_menu:first-child{
    padding-right: 3.5%;
    padding-left: 2.5%;
}
.footer_menu_border{
    border-right: 1px solid #fff;
}

.footer_social{
    margin-top: auto;
    display: flex;
    gap: 0;
}
.footer_social li a svg {
    width: 50%;
    height: 50%;
}
.footer_social a::after{
    border-color: transparent;
}
.footer_social a svg path{
    fill: #fff;
}

@media (max-width: 1024px) {
.footer_menu_wrap{
    gap: 5%;
}
}
@media (max-width: 992px) {
    .footer{
        flex-direction: column;
        align-items: center;
        gap: 56px;
    }
    .footer_menu_wrap{
        width: 100%;
    }
    .footer_menu{
        width: 50%;
    }

    .footer_menu:last-child{
    padding-left: 15%;
}
.footer_menu_border{
    padding-right: 15%;
}
}

@media (max-width: 768px) {
    footer{
        padding-top: 56px;
        padding-bottom: 90px;
    }
    .footer_menu{
        width: auto;
    }
        .footer_menu:last-child{
    padding-left: 5%;
}
.footer_menu_border{
    padding-right: 5%;
}
}
@media (max-width: 575px) {
    footer{
        padding-bottom: 50px;
        height: auto;
    }
    .footer_menu_wrap{
        flex-direction: column;
        gap: 0;
    }
    .footer_menu:last-child{
        padding-left: 0;
    }
    .footer_menu_border{
        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid #fff;
    }
    .footer_menu {
        margin-left: 0 !important;
    }
    .footer_social{
        gap: 0px;
        margin-top: 10px;
        display: flex;
    }
    .footer_menu_border {
        border: none;
    }
    .footer_menu:first-child {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
   footer .footer_nav a{
        font-size: 18px;
    }
}
@media (min-width: 320px) {
    .footer_nav li{
        text-align: left;
    }
   footer .footer_nav a{
        font-size: 18px;
        text-align: left;
    }
}
[class*=spacer] {
    clear: both;
    width: 100% !important
}

.spacer-xl {
    height: 160px
}

.spacer-lg {
    height: 120px
}

.spacer-md {
    height: 100px
}

.spacer-body,
.spacer-sm {
    height: 80px
}

.spacer-xs {
    height: 60px
}

.spacer-xx {
    height: 40px
}

.swiper-container {
    opacity: 0;
    transition: var(--transition)
}

.swiper-container.swiper-initialized {
    opacity: 1
}

@media (max-width: 1440px) {
    .spacer-xl {
        height: 100px
    }

    .spacer-lg {
        height: 80px
    }

    .spacer-md {
        height: 60px
    }

    .spacer-body,
    .spacer-sm,
    .spacer-xs {
        height: 40px
    }

    :root {
        --header_h: 100px
    }
}

/*.header-margin, header {
    height: var(--header_h)
}*/

.header-margin {
    padding-bottom: 125px;
}

header {
    position: fixed;
    width: 100%;
    padding: 70px 0;
    transition: var(--transition);
    z-index: 12
}
@media (min-width: 1793px) {
    header.header .container {
        max-width: 1766px;
    }
}
@media (max-width: 1792px) {
    header {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    header.header .container {
        max-width: 1779px;
    }
}
@media (max-width: 1440px) {
    /* header {
        padding: 82px 0;
    }
    header.header .container {
        max-width: 1414px;
    } */
}
@media (max-width: 1024px) {
    header {
        padding: 32px 0;
    }
    header.header .container {
        max-width: 100%;
        padding: 0 36px;
    }
}

.logo,
.logo img {
    -webkit-transition: var(--transition);
    -o-transition: var(--transition)
}

.header.scrolled {
    -webkit-box-shadow: 0 1px 8px 0 #00000026;
    box-shadow: 0 1px 8px 0 #00000026;
    /* padding: 20px 0; */
}

.header.scrolled,
.header.scrolled .logo,
.header.scrolled .logo img {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.btn-primary,
.header-blue .hamburger span,
.header-blue .phone_links a::after,
header.scrolled .phone_links a::after {
    background-color: var(--clr-blue)
}

.header_inner {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.logo {
    display: inline-block;
    position: relative;
    z-index: 2;
    line-height: 0;
    padding: 0 20px;
    transition: var(--transition)
}

.header_nav,
.header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    position: relative
}

.logo img {
    max-width: 181px;
    transition: var(--transition)
}
@media (min-width: 1441px) and (max-width: 1700px) {
    .logo img {
        max-width: 145px;
    }
}

.hamburger span,
header .phone_links a::after {
    height: 1px;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition)
}

/* .header.scrolled .logo img {
    max-width: 110px
} */

.header_left {
    position: relative;
}
@media (min-width: 1793px) {
    .header_left {
        padding-left: 6px;
    }
}
@media (min-width: 1441px) and (max-width: 1700px) {
    .header_left {
        overflow: visible;
    }
}
@media (max-width: 1440px) {
    .header_left {
        overflow: visible;
    }
}

.header_right {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    flex: 1;
    justify-content: space-between;
    width: 100%;
}

.header_nav {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    padding-left: 45px;
    justify-content: space-between;
    width: 100%;
}


.header_nav .nav-list {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    line-height: 1;
    margin-bottom: 4px;
    width: 100%;
}
@media (min-width: 1793px) {
    .header_nav .nav-list {
        max-width: 925px;
    }
}
@media (max-width: 1440px) {
    /* .header_nav .nav-list {
        margin-bottom: 0;
        min-width: 695px;
        justify-content: space-between;
    } */
}
/* @media (max-width: 1024px) {
    .header_nav .nav-list {
        display: none;
    }
} */

.header_nav .nav-list li {
    padding-left: 33px;
    padding-right: 33px;
}
@media (max-width: 1792px) {
    .header_nav .nav-list li {
        padding-right: 32px;
    }
}
@media (min-width: 1441px) and (max-width: 1700px) {
    .header_nav .nav-list li {
        padding-right: 0;
    }
}
@media (max-width: 1440px) {
    .header_nav .nav-list li {
        padding-right: 0;
    }
}

.header_nav .nav-list li:first-child {
    padding-left: 0;
}

.header_nav .nav-list li,
.header_nav .nav-list a {
    font-family: 'Cera Pro', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}
@media (min-width: 1441px) and (max-width: 1700px) {
    .header_nav .nav-list li,
    .header_nav .nav-list a {
        font-size: 18px;
    }
}
@media (max-width: 1440px) {
    .header_nav .nav-list li,
    .header_nav .nav-list a {
        white-space: nowrap;
    }
}

.header_nav .nav-list li:hover,
.header_nav .nav-list a:hover {
    color: #0D3290;
}

.header_nav .decorate-wrap {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    align-items: center;
}
/* .header_nav .decorate-wrap:after {
    content: '';
    position: absolute;
    bottom: -23px;
    left: 0;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #0D3290;
} */
/* @media (max-width: 1440px) {
    .header_nav .decorate-wrap:after {
        left: 0;
        width: calc(100% - 23px);
        bottom: -14px;
    }
}
@media (max-width: 1024px) {
    .header_nav .decorate-wrap:after {
        display: none;
    }
} */

.header-icon {
    width: 18px;
    height: 18px;
}

.custom-dropdown {
    position: relative;
    cursor: pointer;
    font-family: 'Cera Pro', sans-serif;
    font-style: normal;
    font-size: 20px;
    line-height: 33px;
    color: #000000;
}

.custom-dropdown .dropdown-toggle {
    cursor: pointer;
    font-family: 'Cera Pro', sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    color: #000000;
    display: flex;
    white-space: nowrap;
    margin: 8px;
    text-align: center;
}

.custom-dropdown .dropdown-toggle img {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 8px;
}

.custom-dropdown .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    display: none;
    position: absolute;


    font-family: 'Cera Pro', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 165%;
    letter-spacing: 0%;


    padding: 12px 17px 23px;
    border-radius: 16px;

    background-color: #fff;

    filter: drop-shadow(1px 2px 40px rgba(0, 0, 0, 0.15));

}

.custom-dropdown .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    display: block;
    z-index: 11;
}

.header_phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0;
    padding-left: 56px;
}

.phone_icon {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid var(--clr-white);
    display: block;
    margin-right: 20px
}

.phone_icon::before {
    width: 20px;
    height: 20px;
    background-image: url("../img/icons/phone_wh.svg");
    background-repeat: no-repeat;
    background-position: center;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.header_social.social a:after {
    display: none;
}

header .phone_links a {
    font-size: 19px;
    line-height: 1.5em;
    color: var(--clr-white);
    font-weight: 400;
    display: block;
    position: relative
}

header .social li a {
    height: 18px;
    width: 18px;
    border-radius: 0;
}
@media (max-width: 1440px) {
    header .social li a {
        width: 16px;
        height: 16px;
    }
}

.header_social {
    display: flex;
    align-items: center;
    width: 192px;
    justify-content: space-around;
    padding-right: 28px;
}
@media (max-width: 1792px) {
    .header_social {
        margin-right: 20px !important;
        width: 170px;
        padding-right: 0;
    }
}
@media (max-width: 1440px) {
    .header_social {
        width: 127px;
    }
}

.header_social.social li {
    margin-right: 0;
}

.header-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100px;
}
@media (max-width: 1440px) {
    .header-icons {
        padding-right: 20px;
    }
    .account-icon {
        width: 14px;
        height: 16px;
    }
}

.header-icons a {
    display: flex;
    align-items: center;
}

.header_social a::before,
.img_small::after,
.img_small::before {
    content: none;
}

header .phone_links a::after {
    width: 0;
    left: 0;
    bottom: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: var(--transition)
}

.hamburger span,
.side_menu {
    -webkit-backface-visibility: hidden
}

.hamburger span,
.sidebar_menu a::after {
    background-color: #181C2F;
    position: absolute
}

.hamburger {
    width: 46px;
    height: 24px;
    position: relative;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: auto;
    display: none;
}
@media (min-width: 1025px) {
    .hamburger {
        display: none;
    }
}

.hamburger span,
.side_menu {
    top: 0;
    width: 100%
}

.hamburger span {
    display: block;
    right: 0;
    transition: var(--transition);
    backface-visibility: hidden
}

.hamburger span:nth-child(2) {
    top: 50%;
    margin-top: -.5px
}

.hamburger span:last-child {
    top: auto;
    bottom: 0
}

.hamburger:hover span:nth-child(2) {
    width: 65.2%;
}

.hamburger:hover span:last-child {
    width: 32%;
}

.side_menu {
    position: fixed;
    left: 0;
    height: 100vh;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    backface-visibility: hidden;
    background: rgba(0, 0, 0, .8);
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)) {
    .side_menu {
        -webkit-backdrop-filter: blur(30px);
        backdrop-filter: blur(30px);
        background: rgba(0, 0, 0, .3)
    }
}

.banner_decor,
.bg,
.bg.video {
    background-repeat: no-repeat;
    background-size: cover
}

.open-menu .side_menu {
    opacity: 1;
    visibility: visible
}

.side-menu {
    text-align: center;
    overflow-y: auto;
    max-height: 100vh;
    width: 100%;
    padding: 20px 30px
}

.sidebar_menu li {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.btn,
.sidebar_menu a::after {
    -webkit-transition: var(--transition);
    -o-transition: var(--transition)
}

.sidebar_menu li:first-child {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.sidebar_menu li:nth-child(2) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.sidebar_menu li:nth-child(3) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.sidebar_menu li:nth-child(4) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.sidebar_menu li:nth-child(5) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s
}

.sidebar_menu li:nth-child(6) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s
}

.sidebar_menu li:nth-child(7) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s
}

.sidebar_menu li:nth-child(8) {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.sidebar_menu li:nth-child(9) {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s
}

.sidebar_menu li:nth-child(10) {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.open-menu .sidebar_menu li {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.sidebar_menu li:not(:last-child) {
    margin-bottom: 30px
}

.sidebar_menu a {
    color: var(--clr-white);
    position: relative
}

.sidebar_menu a::after {
    content: '';
    width: 0;
    height: 3px;
    left: 0;
    bottom: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: var(--transition)
}

.side_menu .btn-close {
    position: fixed;
    right: 40px;
    top: 40px
}

.bg.mobile,
.btn-link.type_download::after,
.nav_mobile {
    display: none
}

/* Mobile menu accordion styles */
@media (max-width: 1024px) {
    .nav_mobile .nav-list > li > a {
        white-space: normal;
        word-wrap: break-word;
    }
    
    .nav_mobile .menu-item-has-children > a {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 10px 0 10px 0;
        font-size: 16px;
        white-space: normal;
        word-wrap: break-word;
        line-height: 20px;
    }
    
        .nav_mobile .menu-item-has-children > a::after {
        content: "+";
        flex-shrink: 0;
        font-size: 20px;
        font-weight: 300;
        line-height: 1;
        margin-left: 10px;
        transition: transform 0.3s ease;
    }
    
    .nav_mobile .menu-item-has-children.active > a::after {
        content: '−';
    }
    
    .nav_mobile .sub-menu-wrapper {
        display: none !important;
        padding-left: 15px;
    }
    
    .nav_mobile .menu-item-has-children.active .sub-menu-wrapper {
        display: block !important;
    }
    
    .nav_mobile .sub-menu {
        display: block !important;
    }
    
    .nav_mobile .sub-menu li {
        width: 100% !important;
        margin-bottom: 0;
    }
    
    .nav_mobile .sub-menu li a {
        font-size: 14px;
        padding: 8px 0;
        display: block;
        white-space: normal;
        word-wrap: break-word;
    }
    
    .nav_mobile .sub-menu .menu-item-has-children > a {
        font-size: 15px;
        font-weight: 500;
        padding: 10px 0 10px 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        white-space: normal;
        word-wrap: break-word;
        line-height: 18px;
    }
    
    .nav_mobile .sub-menu .menu-item-has-children > a::after {
        flex-shrink: 0;
        margin-left: 10px;
    }
    
    .nav_mobile .sub-menu .sub-menu {
        display: none !important;
        padding-left: 15px;
    }
    
    .nav_mobile .sub-menu .menu-item-has-children.active > .sub-menu {
        display: block !important;
    }
    
    .nav_mobile .sub-menu .sub-menu li a {
        font-size: 13px;
        padding: 6px 0;
    }
}

@media (max-width: 1860px) {
    .hamburger {
        position: relative;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        top: 0;
        right: 0;
        margin-left: auto;
        width: 30px;
        height: 20px;
    }

    .header_btn {
        margin-right: 20px
    }

    .header_phone,
    .header_social {
        margin-right: 30px
    }

    /* .header_nav {
        padding-left: 71px
    } */

    .header::before {
        width: 30%
    }
}
@media (max-width: 1792px) {
    /* .header_nav {
        padding-left: 68px;
    } */
}
@media (min-width: 1441px) and (max-width: 1700px) {
    .header_nav {
        padding-left: 20px;
    }
}
@media (max-width: 1792px) {
    .header_phone {
        margin-right: 37px;
        padding-left: 25px;
    }
}

@media (max-width: 1440px) {
    .header::before {
        width: 20%
    }

    .logo img {
        max-width: 145px;
    }

    /* header {
        height: var(--header_h)
    } */

    .header_phone,
    .header_social {
        margin-right: 30px
    }

    /* .header_nav {
        padding-left: 50px
    } */

    .phone_icon {
        width: 45px;
        height: 45px
    }

    .sidebar_menu li:not(:last-child) {
        margin-bottom: 10px
    }
}

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

@media (max-width: 1330px) {
    .header_pc {
        display: none !important;
    }

    .hamburger {
        display: block;
        width: 40px;
        height: 20px;
    }
}

@media (max-width: 991px) {
    .spacer-xl {
        height: 50px
    }

    .spacer-lg,
    .spacer-md {
        height: 40px
    }

    .spacer-body {
        height: 20px
    }

    .hamburger {
        display: block !important;
        position: relative !important;
        width: 40px !important;
        height: 20px !important;
        margin-left: auto;
        flex-shrink: 0;
    }

    .hamburger span {
        position: absolute !important;
        width: 100%;
        height: 1px;
        background-color: #000000 !important;
    }

    .logo {
        padding: 0 10px
    }

    .side_menu .btn-close {
        top: 10px;
        right: 10px
    }
}

.banner-align.type-2,
.bg.type-2,
.bg.type-3 {
    height: 90vh
}

.banner_decor {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 12.084%;
    background-position: bottom;
    z-index: 5;
    margin-top: -5%
}

.bg.type-2 {
    width: 55.2%;
    right: 0;
    left: auto
}

.bg,
.opacity:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute
}

.bg {
    background-position: 50% 50%;
    background-attachment: scroll
}

.bg.video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    clip: rect(auto, auto, auto, auto);
    background-position: center
}

.bg.video video {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.btn-link.type_download::before,
.simple-page blockquote::after,
.simple-page blockquote::before {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100%
}

.opacity:after {
    content: '';
    background-color: rgba(0, 0, 0, .2)
}

.parallax-bg {
    overflow-y: hidden
}

.parallax-bg .bg {
    position: absolute;
    width: 100%;
    height: 103%;
    top: -10px
}

.banner .breadcrumbs {
    position: absolute;
    top: calc(var(--header_h) + 20px);
    left: 50%;
    max-width: 1770px;
    padding: 0 60px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 0
}

.banner .breadcrumbs li:after {
    background: #fff
}

.banner-align {
    position: relative;
    overflow: hidden;
    z-index: 5;
    display: table-cell;
    vertical-align: middle;
    width: 10000px;
    height: 100vh;
    padding: 40px 0
}

.banner-info.type-2 {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: 26.28%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    padding: 0 12px
}

.banner-info.type-2>* {
    margin-bottom: 20px
}

.banner-info.size-2> :last-child,
.banner-info.type-2> :last-child {
    margin-bottom: 0
}

.banner-info .text,
.banner-info.size-2>* {
    margin-bottom: 40px
}

.banner-info.size-1 {
    max-width: 890px
}

.banner-info.size-2 {
    bottom: 12%;
    max-width: 940px
}

@media (max-width: 1750px) {
    .bg.type-2 {
        width: 77%
    }
}

@media (max-width: 1199px) {
    :root {
        --header_h: 79px
    }

    .logo {
        padding: 0 10px
    }

    .header_inner {
        margin-left: -10px
    }

    .sidebar_menu li:not(:last-child) {
        margin-bottom: 20px
    }

    header {
        background-color: var(--clr-white)
    }

    .hamburger span {
        background-color: var(--clr-blue)
    }

    .nav_mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header_nav {
        padding-left: 0;
        background-color: transparent
    }

    .header_btn {
        margin-right: 0
    }

    .header_social {
        margin-right: 0;
        margin-block: 40px
    }

    .header_social,
    .header-icons {
        justify-content: center;
        gap: 1rem;
        margin-block: 40px;
    }

    .header_phone {
        padding-left: 0;
    }

    .header-icons a {
        width: 45px;
        justify-content: center;
    }

    .header_social svg path,
    .header-icons svg path {
        fill: #fff;
    }

    .sidebar_menu {
        margin-top: 20px
    }

    .banner-align.type-2,
    .banner-align.type-3,
    .side_menu {
        padding: 0
    }

    .banner_decor,
    .opacity:after {
        display: none
    }

    .header.scrolled .logo img,
    .logo img {
        max-width: 81.08px
    }

    .header.scrolled {
        height: auto;
        padding-block: 10px;
    }

    .header::before {
        width: 50%
    }

    .bg.type-2 {
        width: 100%
    }

    .banner .bg,
    .bg.type-2 {
        position: static;
        padding-bottom: 36.45%;
        height: 200px;
        top: 0
    }

    .banner-align.type-2,
    .banner-align.type-3,
    .home-banner .banner-align {
        height: auto;
        padding: 20px 0
    }

    .banner-info.type-2 {
        padding: 20px 12px 0;
        position: static;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .banner-info.type-2> :not(.btn) {
        color: var(--clr-black);
        margin-bottom: 20px
    }

    .banner-info.type-2> :last-child {
        margin-bottom: 0
    }
}

.text-cut-2,
.text-cut-3,
.text-cut-4,
.text-cut-5,
.text-cut-6,
.text-cut-7 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

b,
strong {
    font-weight: 600;
    line-height: inherit
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--clr-black);
    font-family:  'Cera Pro', sans-serif;
    font-weight: 500
}

.h1,
h1 {
    font-size: clamp(26px, 4vw, 72px);
    line-height: 1.2em
}

.h2,
h2 {
    font-size: clamp(40px, 3.2vw, 54px);
    line-height: 1.3em
}

.h3,
h3 {
    font-size: clamp(22px, 2.21vw, 36px);
    line-height: 1.4em
}

.h4,
h4 {
    font-size: clamp(20px, 2.64vw, 24px);
    line-height: 1.5em
}

.h5,
h5 {
    font-size: clamp(18px, 1.2vw, 22px);
    line-height: 1.6em
}

.h6,
h6 {
    font-size: clamp(16px, 1.615vw, 20px);
    line-height: 1.8em
}

.title-600 {
    font-weight: 600
}

.title-400 {
    font-weight: 400
}

.title-500 {
    font-weight: 500
}

.text-cut-2 {
    -webkit-line-clamp: 2
}

.text-cut-3 {
    -webkit-line-clamp: 3
}

.text-cut-4 {
    -webkit-line-clamp: 4
}

.text-cut-5 {
    -webkit-line-clamp: 5
}

.text-cut-6 {
    -webkit-line-clamp: 6
}

.text-cut-7 {
    -webkit-line-clamp: 7
}

.text-left {
    text-align: left
}

.simple-page figure.aligncenter,
.text-center {
    text-align: center
}

.simple-page figure.alignright,
.text-right {
    text-align: right
}

.simple-page,
.text {
    font-size: clamp(15px, 1.27vw, 20px);
    line-height: 1.8em;
    color: var(--clr-text);
    font-weight: 400
}

.btn,
.color-white {
    color: var(--clr-white)
}

.text-lg {
    font-size: clamp(15px, 1.47vw, 18px)
}

.btn,
.btn-link {
    font-size: 18px;
    font-family: Oswald, sans-serif;
    text-transform: uppercase
}

.simple-page h1,
.simple-page h2,
.simple-page h3,
.simple-page h4,
.simple-page h5,
.simple-page h6,
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
    position: relative;
    color: var(--clr-black);
    font-weight: 600;
    text-align: center;
}

.simple-page blockquote,
.simple-page figure,
.simple-page iframe,
.simple-page img,
.simple-page ol li+li,
.simple-page p>*+*,
.simple-page ul li+li,
.simple-page>*+*,
.simple-page>.swiper-entry,
.text>*+* {
    margin-top: 20px
}

.simple-page a:not(.btn) {
    color: var(--clr-blue);
    font-weight: 400;
    white-space: nowrap
}

.simple-page ol li,
.simple-page ul li {
    position: relative;
    padding-left: 30px;
    color: inherit;
    font-size: inherit
}

.simple-page ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .65em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #003394;
}

.simple-page ol {
    counter-reset: number
}

.simple-page ol li:before {
    counter-increment: number;
    content: counter(number) ".";
    color: #003394;
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 0
}

.simple-page figure img {
    margin: 0;
    width: auto
}

.simple-page iframe {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 588px;
    max-height: calc(56.3vw - 15px);
    border: 0
}

.simple-page blockquote {
    position: relative;
    color: var(--clr-black);
    font-size: clamp(15px, 1.2vw, 20px);
    line-height: 1.8em;
    font-weight: 400;
    padding: 50px 12%;
    text-align: center;
    background-color: var(--clr-grey_fon)
}

.simple-page blockquote::before {
    content: "";
    position: absolute;
    left: 7.2%;
    top: 50px;
    background-image: url("../img/icons/blockquote-left.svg");
    background-position: center
}

.simple-page blockquote::after {
    content: "";
    position: absolute;
    right: 7.2%;
    bottom: 50px;
    background-image: url("../img/icons/blockquote-right.svg");
    background-position: center
}

.simple-page>.swiper-entry {
    margin-bottom: 55px
}

.simple-page>.swiper-entry .swiper-container,
.simple-page>.swiper-entry .swiper-slide {
    margin-top: 0
}

.simple-page>.swiper-entry .slide-img {
    position: relative;
    overflow: hidden;
    padding-bottom: 55.04587155963303%
}

.simple-page>.swiper-entry .slide-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    margin: 0 !important
}

.simple-page table {
    border-collapse: collapse;
    width: 100%;
    background-color: var(--clr-grey_fon)
}

.simple-page table tr {
    border-bottom: 2px solid #fff
}

.simple-page table td {
    vertical-align: middle;
    height: 60px;
    padding: 10px 5px 10px 20px
}

.simple-page table td:first-child {
    border-right: 2px solid #fff;
    width: 22.93%
}

.simple-page table td:last-child {
    padding-right: 0;
    color: var(--clr-black)
}

.simple-page table img {
    margin-top: 0;
    vertical-align: middle
}

@media (max-width: 1024px) {
    .logo img {
        max-width: 129px;
    }
}

@media (max-width: 767px) {
    :root {
        --header_h: 53px
    }

    /* .header.scrolled .logo img,
    .logo img {
        max-width: 59.1px
    } */

    header {
        padding: 5px 0
    }

    .logo {
        padding: 0 5px
    }

    .header_inner {
        margin-left: -5px
    }

    .phone_icon {
        margin-right: 15px
    }

    .bg.mobile {
        display: block
    }

    .bg.desctop {
        display: none
    }

    .simple-page blockquote {
        padding: 20px 10%
    }

    .simple-page blockquote::before {
        left: 3%;
        width: 16px;
        height: 16px;
        top: 10px
    }

    .simple-page blockquote::after {
        right: 3%;
        width: 16px;
        height: 16px;
        bottom: 10px
    }
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    letter-spacing: .07em;
    border-radius: 20px;
    background: 0 0;
    line-height: 25px;
    font-weight: 400;
    transition: var(--transition);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    min-width: 183px;
    overflow: hidden;
    padding: 15px
}

.btn-close,
.btn-link {
    display: inline-block;
    position: relative
}

.btn-close,
.btn-primary::before,
.btn-secondary::before {
    z-index: 1;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition)
}

.btn-xl {
    min-width: 200px
}

.btn-lg {
    min-width: 178px
}

.btn-md {
    min-width: 152px
}

.btn-sm {
    min-width: 148px
}

.btn-xs {
    min-width: 142px
}

.btn-x {
    min-width: 236px
}

.btn-small {
    min-width: 137px
}

.btn i {
    position: relative;
    z-index: 2
}

.btn-primary::before,
.btn-secondary::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: -o-linear-gradient(195.38deg, #205198 8.39%, #1f92d0 89.61%);
    background: linear-gradient(254.62deg, #205198 8.39%, #1f92d0 89.61%);
    pointer-events: none;
    transition: var(--transition);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%)
}

.btn-link,
.btn-secondary::after {
    -webkit-backface-visibility: hidden
}

.btn-secondary {
    background-color: transparent
}

.btn-secondary::after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50px;
    border: 1px solid var(--clr-white);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    backface-visibility: hidden
}

.btn-close {
    vertical-align: baseline;
    width: 55px;
    height: 55px;
    background: 0 0;
    transition: var(--transition)
}

.btn-close::after,
.btn-close::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    height: 2px;
    width: 54.54%;
    background: var(--clr-white);
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition)
}

.btn-close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.btn-link {
    font-weight: 500;
    line-height: 1.5em;
    background: -o-linear-gradient(195.38deg, #205198 8.39%, #1f92d0 89.61%);
    background: linear-gradient(254.62deg, #205198 8.39%, #1f92d0 89.61%);
    background-size: 0;
    color: var(--clr-blue);
    padding-right: 18px;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    backface-visibility: hidden;
    -webkit-background-clip: text;
    background-clip: text
}

.btn-link.type_download {
    padding-left: 34px;
    padding-right: 0;
    margin-top: 60px
}

.btn-link::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid var(--clr-blue);
    border-right: 1px solid var(--clr-blue);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: .475em;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.btn-link.type_download::before {
    content: '';
    background-image: url("../img/icons/download-icon.svg");
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.btn-link.type-down::after {
    border-top: 0;
    border-right: 1px solid var(--clr-blue);
    border-bottom: 1px solid var(--clr-blue);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -2px
}

header .header_btn {
    font-size: 14px;
    min-width: 192px;
    padding: 12.5px 15px
}

@media (min-width: 1200px) {
    .container {
        --bs-gutter-x: 12px;
        max-width: 1470px;
        padding-left: calc(var(--bs-gutter-x));
        padding-right: calc(var(--bs-gutter-x))
    }

    /* .header-margin.mobile {
        display: none
    } */

    .header-blue .phone_icon,
    .header.scrolled .phone_icon {
        border: 1px solid var(--clr-blue)
    }

    .header-blue .phone_icon::before,
    .header.scrolled .phone_icon::before {
        background-image: url("../img/icons/phone-icon.svg")
    }

    .header-blue .header_btn::after,
    .header-blue .header_social a::after,
    .header.scrolled .header_btn::after,
    .header.scrolled .header_social a::after {
        border-color: var(--clr-blue)
    }

    /* .header-blue .header_social path, .header.scrolled .header_social path {
        fill: var(--clr-blue)
    } */

    .header-blue .header_btn,
    .header.scrolled .header_btn,
    .header.scrolled .phone_links a,
    header.header-blue .phone_links a {
        color: var(--clr-blue)
    }

    .logo:hover img {
        opacity: .8
    }

    .header.header-blue .header_social a:hover path,
    .header.scrolled .header_social a:hover path {
        fill: var(--clr-blue)
    }

    .hamburger:hover span,
    .sidebar_menu a:hover::after,
    header .phone_links a:hover::after {
        width: 100%
    }

    .hamburger:hover {
        cursor: pointer
    }

    .header-blue .header_btn:hover,
    .header.scrolled .header_btn:hover {
        color: var(--clr-white)
    }

    .simple-page a:not(.btn):hover {
        color: var(--clr-black)
    }

    /* .btn-primary:hover::before,
    .btn-secondary:hover::before {
        pointer-events: auto;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    } */

    .btn-link:hover {
        color: transparent;
        background-size: 100%
    }

    .btn-close:hover::after,
    .btn-close:hover::before {
        background: -o-linear-gradient(195.38deg, #205198 8.39%, #1f92d0 89.61%);
        background: linear-gradient(254.62deg, #205198 8.39%, #1f92d0 89.61%)
    }
}

@media (max-width: 1440px) {

    .banner-info .text,
    .banner-info.size-2>* {
        margin-bottom: 20px
    }

    .banner .breadcrumbs {
        top: var(--header_h)
    }

    .btn-primary,
    .btn-secondary,
    header .header_btn {
        padding: 7.5px 30px;
        font-size: 15px
    }

    .btn-link.type_download {
        margin-top: 40px
    }
}

@media (max-width: 991px) {
    .banner-info .text {
        margin-bottom: 10px
    }

    .simple-page>.swiper-entry {
        margin-bottom: 40px
    }

    .btn-link.type_download,
    .simple-page blockquote,
    .simple-page figure,
    .simple-page iframe,
    .simple-page>.swiper-entry {
        margin-top: 20px
    }

    .simple-page ol li,
    .simple-page ul li {
        padding-left: 20px
    }

    .simple-page ul li:before {
        width: 8px;
        height: 8px;
        top: .7em
    }

    .simple-page table td {
        height: 40px;
        padding: 10px 5px 10px 10px
    }

    .btn-primary,
    .btn-secondary,
    header .header_btn {
        min-width: auto
    }

    .btn-close {
        width: 40px;
        height: 40px
    }

    .btn-close::after,
    .btn-close::before {
        width: 65%
    }

    .btn-link {
        font-size: 16px;
        padding-right: 14px
    }

    .btn-link::after {
        content: '';
        width: 8px;
        height: 8px;
        top: .53em
    }
}

/* .tax-product_cat_customize .spacer-body {
    height: 196px;
} */
.tax-product_cat_customize .h1 {
    font-family: 'Cera Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 66px;
    letter-spacing: -0.01em;
    color: #181C2F;
    text-align: center;
}
.tax-product_cat_customize .pl-0 {
    padding-left: 0 !important;
}
.tax-product_cat_customize .column-with-select {
    display: none;
}
.tax-product_cat_customize .category_d-item {
    background: #F5F7F9;
    border-radius: 35px;
}
.tax-product_cat_customize .category_d-title {
    font-family: 'Cera Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    /* identical to box height, or 20px */
    letter-spacing: 0.02em;
    color: #181C2F;
    padding-top: 10px;
    position: relative;
}

.tax-product_cat_customize .category_d-item::after {
    display: none;
}
.tax-product_cat_customize .category_d-item img {
    border-radius: 35px 35px 0 0;
}
.tax-product_cat_customize .category_d-title:before {
    position: absolute;
    content: '';
    width: calc(100% - 30px);
    height: 2px;
    background-color: #888A94;
    top: 0;
    left: 13px;
}
.tax-product_cat_customize .sumoselect-wrapp {
    display: none;
}
.tax-product_cat_customize .product-data {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.tax-product_cat_customize .price-wrap {
    padding-top: 12px;
    padding-right: 12px;
}
.tax-product_cat_customize .price-wrap .price {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #181C2F;
}
.tax-product_cat_customize .price-wrap .price ins {
    text-decoration: none;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #003394;
}
.tax-product_cat_customize .price-wrap .price del {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    text-decoration-line: line-through;
    color: #7B7C7D;
}
.woocommerce .tax-product_cat_customize .add_to_cart_button {
    padding: 0;
    background: transparent;
}
.woocommerce .tax-product_cat_customize .add_to_cart_button:hover {
    background-color: transparent;
}

.cart-sidebar {
    position: fixed;
    top: 0;
    right: -58.6vw;
    width: 40vw;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 15px rgba(0,0,0,0.2);
    transition: right 0.3s ease;
    z-index: 9999;
}
@media (max-width: 1440px) {
    .cart-sidebar {
        width: 50vw;
        right: -72.9vw;
    }
}
@media (max-width: 1024px) {
    .cart-sidebar {
        width: 100vw;
        right: -100vw;
    }
}

.cart-sidebar.active {
    right: 0;
}

.cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    z-index: 9998;
}

.cart-sidebar.active + .cart-overlay {
    opacity: 1;
    visibility: visible;
}

.cart-main-wrapper ul.cart_list {
    border-top: 1.5px solid #A0A1A8;
    border-bottom: 1.5px solid #A0A1A8;
    padding-top: 34px;
}
.cart-main-wrapper .cart-header {
    padding: 79px 58px 15px;
}
@media (max-width: 1024px) {
    .cart-main-wrapper .cart-header {
        padding-top: 25px;
    }
}
@media (max-width: 768px) {
    .cart-main-wrapper .cart-header {
        padding: 17px 51px 15px;
    }
}
@media (max-width: 576px) {
    .cart-main-wrapper .cart-header {
        padding: 17px 10px 15px;
    }
}
.cart-content {
    position: relative;
    padding: 0 15px;
    height: 100%;
    overflow-y: auto;
}
.cart-content h2 {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 49px;
    text-transform: uppercase;
    color: #000000;
}
.cart-close {
    position: absolute;
    top: 83px;
    right: 92px;
    border: none;
    background: none;
    width: 31px;
    height: 31px;
    cursor: pointer;
}
@media (max-width: 1024px) {
    .cart-close {
        top: 21px;
    }
}
@media (max-width: 768px) {
    .cart-close {
        top: 19px;
        right: 67px;
    }
}
@media (max-width: 576px) {
    .cart-close {
        right: 26px;
    }
}

.cart-icon .cart-count {
    width: 13px;
    height: 14px;
    border-radius: 50%;
    background: #0D3290;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 18px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -5px;
    right: -10px;
}
.header-icon.cart-icon {
    position: relative;
}

.cart-main-wrapper ul.cart_list .mini_cart_item {
    padding-left: 15px;
    padding-right: 71px;
}
@media (max-width: 768px) {
    .cart-main-wrapper ul.cart_list .mini_cart_item {
        padding-left: 8px;
        padding-right: 45px;
    }
}
@media (max-width: 576px) {
    .cart-main-wrapper ul.cart_list .mini_cart_item {
        padding-right: 11px;
    }
}
.cart-main-wrapper ul.cart_list .product-cart-item {
    display: flex;
}
.cart-main-wrapper ul.cart_list .product-cart-item .product-name {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    color: #000000;
    display: flex;
    flex: auto;
    justify-content: space-between;
    align-items: center;
    padding-left: 4px;
}
@media (max-width: 576px) {
    .cart-main-wrapper ul.cart_list .product-cart-item .product-name {
        padding-left: 0;
        flex-wrap: wrap;
        padding-top: 15px;
        align-items: flex-start;
    }
    .cart-main-wrapper ul.cart_list .product-cart-item .woocommerce-Price-amount {
        padding-top: 37px;
        font-size: 22px;
    }
}
.cart-main-wrapper ul.cart_list .product-cart-item .thumbnail-wrap {
    width: 130px;
    height: 130px;
}

@media (max-width: 576px) {
    .cart-main-wrapper ul.cart_list .product-cart-item .thumbnail-wrap {
        width: 140px;
    }
}
.cart-main-wrapper ul.cart_list .product-cart-item .thumbnail-wrap img {
    width: 100%;
    margin-left: 0;
}
.cart-main-wrapper .bottom-data-wrap {
    margin-top: -17px;
    margin-right: -5px;
    margin-bottom: 28px;
    position: relative;
    z-index: 12;
}
@media (max-width: 768px) {
    .cart-main-wrapper .bottom-data-wrap {
        margin-right: -1px;
    }
}
@media (max-width: 576px) {
    .cart-main-wrapper .bottom-data-wrap {
        margin-top: -33px;
    }
}
.cart-main-wrapper .remove_from_cart_button {
    margin-left: 24px;
}
.cart-main-wrapper .cart-main-wrapper a.remove:hover {
    background: transparent;
}
.cart-main-wrapper .cart-main-wrapper a.remove:hover svg path {
    fill: #0D3290;
}
.cart-main-wrapper .bottom-data {
    display: flex;
    justify-content: flex-end;
}
.cart-main-wrapper .bottom-data .quantity {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    border-right: 1.5px solid #ACAEB4;
    padding-right: 29px;
}
@media (max-width: 576px) {
    .cart-main-wrapper .bottom-data .quantity {
        font-size: 21px;
        padding-right: 19px;
    }
}
.cart-main-wrapper .cart-buttons {
    padding-top: 0;
    padding-left: 52px;
}
.woocommerce-mini-cart__empty-message {
    text-align: center;
    padding: 40px 0 20px;
    font-family: 'Cera Pro';
    font-size: 18px;
    color: #000;
}
.cart-items:has(.woocommerce-mini-cart__empty-message) + .cart-buttons {
    padding-left: 0;
    display: flex;
    justify-content: center;
}
@media (max-width: 768px) {
    .cart-main-wrapper .cart-buttons {
        padding-left: 47px;
    }
}
@media (max-width: 576px) {
    .cart-main-wrapper .cart-buttons {
        padding-top: 27px;
        padding-left: 11px;
    }
}
.cart-main-wrapper .cart-buttons .checkout {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 23px 40px;
    gap: 10px;
        width: 280px;
    height: 60px;
    background: #003394;
    border-radius: 20px;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 19px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
.cart-main-wrapper .bottom-total-info {
    padding: 30px 71px 30px 52px;
}
@media (max-width: 768px) {
    .cart-main-wrapper .bottom-total-info {
        padding: 30px 45px 30px 46px;
    }
}
@media (max-width: 576px) {
    .cart-main-wrapper .bottom-total-info {
        padding: 37px 11px 21px;
    }
}

.cart-main-wrapper .cart-total-data-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.cart-main-wrapper .cart-total-data {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    color: #9E9E9E;
}
@media (max-width: 576px) {
    .cart-main-wrapper .cart-total-data {
        font-size: 20px;
    }
}
.cart-main-wrapper .woocommerce-mini-cart__total .cart-total-data {
    color: #000000;
}

@media (max-width: 991px) {
    .tax-product_cat_customize .spacer-body {
        height: 70px;
    }
    .tax-product_cat_customize .pl-0.full-size {
        width: 100%;
    }
    .tax-product_cat_customize .h1 {
        font-size: 46px;
    }
}
@media (max-width: 767px) {
    .tax-product_cat_customize .h1 {
        font-size: 34px;
    }
}

/* .single-product main {
    padding-top: 226px;
} */

@media (min-width: 992px) {
    .single-product main .container {
        max-width: 940px;
    }
}
@media (min-width: 1025px) {
    .single-product main .container {
        max-width: 100%;
        padding: 0 51px;
    }
}
@media (min-width: 1793px) {
    .single-product main .container {
        max-width: 1494px;
    }
}

@media (max-width: 1024px) {
    .single-product .tablet-row-reverse {
        flex-direction: column-reverse;
    }
    .single-product .section .col-lg-6 {
        width: 100%;
    }
}
.single-product .breadcrumbs.type-2 {
    margin-top: 0;
    margin-bottom: 40px;
}
@media (min-width: 1793px) {
    .single-product .breadcrumbs.type-2 {
        margin-top: 30px;
        margin-bottom: 40px;
    }
}
@media (min-width: 320px) and (max-width: 1199px) {
    .single-product .breadcrumbs.type-2 {
        display: block;
    }
}
@media (max-width: 1024px) {
    .single-product .breadcrumbs.type-2 {
        margin-top: 128px;
    }
}
@media (max-width: 767px) {
    .single-product .breadcrumbs.type-2 {
        margin-top: 89px;
    }
}
.single-product .breadcrumbs li {
    font-size: 14px;
    font-family: 'Cera Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
}
@media (max-width: 1024px) {
    .single-product .breadcrumbs li {
        line-height: 2.15em;
    }
}
@media (max-width: 767px) {
    .single-product .breadcrumbs li {
        font-size: 15px;
        line-height: 2.05em;
    }
}
.single-product .spacer-body {
    height: 172px;
}
@media (max-width: 1024px) {
    .single-product .spacer-body {
        height: 60px;
    }
    .single-product .spacer-md {
        height: 128px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .single-product .spacer-md {
        height: 143px;
    }
}
@media (max-width: 767px) {
    .single-product .spacer-body {
        height: 40px;
    }
    .single-product .spacer-md {
        height: 67px;
    }
}
.single-product .product_swiper .img_wrapp {
    padding-bottom: 0;
}
@media (min-width: 1793px) {
    .single-product .swiper-entry.product_swiper {
        max-width: 692px;
    }
}
@media (min-width: 1441px) {
    .single-product .swiper-entry.product_swiper {
        max-width: 769px;
    }
}
@media (min-width: 1025px) {
    .single-product .swiper-entry.product_swiper {
        max-width: 611px;
    }
}
@media (max-width: 1024px) {
    .single-product .swiper-entry.product_swiper {
        max-width: 708px;
        margin: 98px auto 0;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .single-product .swiper-entry.product_swiper {
        max-width: none;
        width: calc(100% + 40px);
        margin-left: -19px;
        margin-top: 76px;
    }
}
@media (max-width: 767px) {
    .single-product .swiper-entry.product_swiper {
        margin-top: 0;
        margin-left: -9px;
        width: calc(100% + 19px);
    }
}
.single-product .swiper-entry.product_swiper .swiper-pagination {
    left: 50%;
}
.single-product .swiper-button-prev {
    left: 57px;
}
.single-product .swiper-button-next, .single-product .swiper-button-prev {
    width: 40px;
    height: 40px;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}
.single-product .swiper-button-next.hidden, .single-product .swiper-button-prev.hidden {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 65px !important;
}
/* .single-product .swiper-button-next::before, .single-product .swiper-button-prev::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-style: solid;
} */
/* .single-product .swiper-button-next::before {
    border-width: 1.5px 1.5px 0 0;
    border-color: var(--clr-blue) var(--clr-blue) transparent transparent;
    transform: translate(-50%, -50%) rotate(45deg);
} */
/* .single-product .swiper-button-prev::before {
    border-width: 0 0 1.5px 1.5px;
    border-color: transparent transparent var(--clr-blue) var(--clr-blue);
    transform: translate(-50%, -50%) rotate(45deg);
} */
/* .single-product .swiper-button-next, .single-product .swiper-button-prev {
    opacity: 1 !important;
    visibility: visible !important;
} */
/* .single-product .swiper-button-next:after, .single-product .swiper-button-prev:after {
    opacity: 1 !important;
    visibility: visible !important;
} */
.single-product .product_content {
    margin-top: -14px;
    max-width: 670px;
    width: 100%;
}
@media (max-width: 1024px) {
    .single-product .product_content {
        margin-top: 0;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .single-product .product_content {
        padding-left: 10px;
    }
}
@media (max-width: 427px) {
    .single-product .product_content {
        padding-left: 0;
    }
}
.single-product .product_content .h2 {
    letter-spacing: -0.5px;
    line-height: 1.2em;
    font-size: 35px;
}
@media (min-width: 1025px) and (max-width: 1440px) {
    .single-product .product_content .h2 {
        font-size: 36px;
        letter-spacing: -0.8px;
        max-width: 620px;
    }
}
@media (max-width: 1024px) {
    .single-product .product_content .h2 {
        font-size: 50px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .single-product .product_content .h2 {
        font-size: 46px;
    }
}
@media (max-width: 767px) {
    .single-product .product_content .h2 {
        font-size: 32px;
        letter-spacing: -0.2px;
    }
}
.single-product .product-data {
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
    align-items: baseline;
}
@media (min-width: 1025px) and (max-width: 1440px) {
    .single-product .product-data {
        padding-top: 33px;
    }
}
@media (max-width: 1024px) {
    .single-product .product-data {
        padding-top: 35px;
        max-width: 662px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .single-product .product-data {
        padding-top: 44px;
    }
}
@media (max-width: 767px) {
    .single-product .product-data {
        padding-top: 19px;
        flex-direction: column;
    }
}
.single-product .product-data .price-wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
@media (max-width: 767px) {
    .single-product .product-data .price-wrap {
        width: 100%;
    }
}
.single-product .product-data .price-wrap .price {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    color: #000000;
}
@media (max-width: 767px) {
    .single-product .product-data .price-wrap .price {
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding-right: 17px;
    }
}
@media (max-width: 427px) {
    .single-product .product-data .price-wrap .price {
        padding-right: 0;
    }
}
.single-product .product-data .price-wrap ins {
    text-decoration: none;
    font-family: 'Cera Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #0D3290;
    margin-right: 38px;
}
@media (max-width: 767px) {
    .single-product .product-data .price-wrap ins {
        font-size: 28px;
    }
}
.single-product .product-data .price-wrap del {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    text-decoration-line: line-through;
    color: #7B7C7D;
}
@media (max-width: 767px) {
    .single-product .product-data .price-wrap del {
        font-size: 28px;
    }
}
.single-product .product-data .sku-wrap {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #181C2F;
    padding-right: 26px;
}
@media (max-width: 767px) {
    .single-product .product-data .sku-wrap {
        padding-right: 0;
        padding-top: 37px;
    }
}
.single-product .text {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -0.02em;
    color: #181C2F;
    padding-top: 8px;
}
@media (min-width: 1793px) {
    .single-product .text {
        max-width: 580px;
    }
}
@media (min-width: 1025px) and (max-width: 1440px) {
    .single-product .text {
        padding-top: 28px;
        max-width: 640px;
        margin-bottom: 4px;
    }
}
@media (max-width: 1024px) {
    .single-product .text {
        padding-top: 28px;
    }
}
@media (max-width: 767px) {
    .single-product .text {
        padding: 25px 10px 0;
    }
}
@media (max-width: 427px) {
    .single-product .text {
        padding-left: 0;
        padding-right: 0;
    }
}
.single-product .actions-wrap {
    padding-top: 111px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 475px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover {
    background-color: #0441b5;
    color: #fff !important;
}
@media (max-width: 1024px) {
    .single-product .actions-wrap {
        padding-top: 116px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .single-product .actions-wrap {
        padding-top: 95px;
    }
}
@media (max-width: 767px) {
    .single-product .actions-wrap {
        padding-top: 81px;
        padding-right: 10px;
        padding-left: 10px;
        flex-direction: column;
    }
}
@media (max-width: 427px) {
    .single-product .actions-wrap {
        padding-left: 0;
        padding-right: 0;
    }
}
.single-product.woocommerce .add_to_cart_button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 23px 40px;
    gap: 10px;
    background: #003394;
    border-radius: 20px;
    width: 230px;
    height: 60px;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
@media (max-width: 767px) {
    .single-product.woocommerce .add_to_cart_button {
        max-width: none;
        width: 100%;
    }

}
.single-product.woocommerce .buy-now-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 23px 38px;
    gap: 10px;
    width: 230px;
    height: 60px;
    border: 2px solid #003394;
    border-radius: 20px;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #003394;
}
@media (max-width: 767px) {
    .single-product.woocommerce .buy-now-button {
        max-width: none;
        width: 100%;
        margin-top: 43px;
    }
}
.single-product .current-status {
    padding-top: 27px;
    padding-left: 19px;
}
@media (max-width: 767px) {
    .single-product .current-status {
        padding-top: 39px;
        padding-left: 0;
    }
}
.single-product .in_stock_status {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #7FC686;
}
@media (max-width: 767px) {
    .single-product .in_stock_status {
        text-align: center;
    }
}
.single-product .in_stock_status svg {
    margin-right: 7px;
}
@media (min-width: 1025px) {
    .single-product .product-characteristics-accordion.show-on-tablet {
        display: none;
    }
}
.single-product .product-characteristics-accordion {
    margin-top: 45px;
    padding-left: 19px;
    padding-right: 18px;
}
@media (min-width: 1793px) {
    .single-product .product-characteristics-accordion {
        max-width: 667px;
    }
}
@media (max-width: 1024px) {
    .single-product .product-characteristics-accordion:not(.show-on-tablet) {
        display: none;
    }
    .single-product .product-characteristics-accordion.show-on-tablet {
        display: block;
        margin-top: 66px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .single-product .product-characteristics-accordion.show-on-tablet {
        margin-top: 107px;
    }
}
@media (max-width: 767px) {
    .single-product .product-characteristics-accordion.show-on-tablet {
        margin-top: 58px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 427px) {
    .single-product .product-characteristics-accordion.show-on-tablet {
        padding-left: 0;
        padding-right: 0;
    }
}
.single-product .product-characteristics-accordion .accordion-item:first-child {
    border-top: none;
}
.single-product .product-characteristics-accordion .accordion-item {
    border-bottom: 1px solid #181c2f;
}
.single-product .product-characteristics-accordion .accordion-item .accordion-title {
    text-transform: uppercase;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #181C2F;
    padding-bottom: 23px;
}

.single-product .product-characteristics-accordion .accordion-item .accordion-title:after {
    right: 12px;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .single-product .product-characteristics-accordion .accordion-item .accordion-title:after {
        right: 25px;
        top: .6em;
        padding: 7.5px;
    }
}
@media (max-width: 767px) {
    .single-product .product-characteristics-accordion .accordion-item .accordion-title:after {
        right: 22px;
        padding: 7px;
        top: 0.7em;
    }
}
.single-product .product-characteristics-accordion .accordion-item .accordion-inner {
    padding-top: 39px;
    padding-right: 12px;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #181C2F;
}
.accordion-inner h4 {
    font-size: 18px !important;
}
@media (min-width: 1025px) and (max-width: 1440px) {
    .single-product .product-characteristics-accordion .accordion-item .accordion-inner {
        padding-right: 0;
    }
}
@media (max-width: 1023px) {
    .single-product .product-characteristics-accordion .accordion-item .accordion-inner {
        padding-right: 0;
    }
}

.single-product .contacts-woo-title {
    align-self: baseline !important;
}
@media (min-width: 1793px) {
    .single-product .contacts-woo-title {
        padding-left: 11px;
        padding-top: 100px;
    }
}
@media (min-width: 1441px) {
    .single-product .contacts-woo-title {
        padding-left: 154px;
        padding-top: 94px;
    }
}
@media (min-width: 1025px) and (max-width: 1440px) {
    .single-product .contacts-woo-title {
        padding-top: 128px;
        padding-left: 124px;
    }
    .single-product .contacts-woo-title .h2 {
        font-size: 54px;
        margin-bottom: 42px;
    }
}
@media (max-width: 1024px) {
    .single-product .contacts-woo-title .h2 {
        font-size: 53px;
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .single-product .contacts-woo-title {
        padding-left: 21px;
        padding-right: 21px;
    }
    .single-product .contacts-woo-title .h2 {
        font-size: 40px;
        margin-bottom: 28px;
    }
}
@media (max-width: 427px) {
    .single-product .contacts-woo-title {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.single-product .contacts-woo-title > * {
    max-width: 418px;
}
@media (max-width: 1024px) {
    .single-product .contacts-woo-title > * {
        max-width: 100%;
    }
}
.single-product .contact_sm-wr {
    border-top: 1px solid #181C2F;
    padding-top: 43px;
}
@media (max-width: 1024px) {
    .single-product .contact_sm-wr {
        display: flex;
        flex-wrap: wrap;
    }
}
@media (max-width: 767px) {
    .single-product .contact_sm-wr {
        padding-top: 56px;
        margin-bottom: 17px;
    }
}
.single-product .contacts-woo-title .contact_sm-icon {
    display: none;
}
.single-product .contacts-woo-title .contact_sm-item {
    padding-left: 0;
    margin-bottom: 30px;
}
@media (max-width: 1024px) {
    .single-product .contacts-woo-title .contact_sm-item {
        max-width: 345px;
        width: 100%;
    }
    .single-product .contacts-woo-title .contact_sm-item:last-child {
        padding-left: 345px;
        padding-top: 32px;
        max-width: 761px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .single-product .contacts-woo-title .contact_sm-item {
        max-width: 250px;
    }
    .single-product .contacts-woo-title .contact_sm-item:last-child {
        padding-left: 250px;
    }
}
@media (max-width: 767px) {
    .single-product .contacts-woo-title .contact_sm-item:first-child {
        margin-bottom: 65px;
    }
    .single-product .contacts-woo-title .contact_sm-item:nth-child(2) {
        margin-bottom: 30px;
    }
    .single-product .contacts-woo-title .contact_sm-item:last-child {
        padding-left: 0;
    }
}
.single-product .map-wrapper {
    display: none;
}
.single-product .contacts-woo-title .contact_sm-tel {
    display: flex;
    margin-left: 0;
}
.single-product .contacts-woo-title .contact_sm-tel, .single-product .contacts-woo-title .contact_sm-item a {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #181C2F;
}
.form_feedback {
    background-image: none;
    background-color: #F5F7F9;
    border-radius: 55px;
    max-width: 832px;
}
@media (min-width: 1793px) {
    .form_feedback {
        margin-top: 63px;
        margin-left: -63px;
    }
}
@media (min-width: 1441px) {
    .page-template-contacts .form_feedback, .page-id-37 .form_feedback {
        margin-top: 0;
    }
    .form_feedback {
        margin-top: 49px;
    }
}
@media (min-width: 1025px) and (max-width: 1440px) {
    .form_feedback {
        margin-top: 83px;
    }
}
@media (max-width: 1024px) {
    .form_feedback {
        margin-top: 140px;
        margin-left: -21px;
        max-width: none;
        width: calc(100% + 40px);
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .form_feedback {
        margin-top: 77px;
    }
}
@media (max-width: 767px) {
    .form_feedback {
        margin-top: 34px;
    }
}
.single-product .feedback {
    padding: 62px;
    padding-bottom: 45px;
    max-width: 100%;
}
@media (max-width: 767px) {
    .single-product .feedback {
        padding: 22px 31px;
    }
}
.feedback .h3 {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 38px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #181C2F;
    margin-bottom: 31px;
}
@media (max-width: 1024px) {
    .feedback .h3 {
        margin-bottom: 31px;
    }
}
@media (max-width: 767px) {
    .feedback .h3 {
        font-size: 22px;
        margin-bottom: 37px;
    }
    .single-product .feedback .text-left {
        padding-top: 13px;
    }
}
.form_feedback label {
    margin-bottom: 10px;
}
.form_feedback label:nth-of-type(2) {
    margin-bottom: 19px;
}
.form_feedback label:last-child {
    margin-bottom: 42px;
}
.form_feedback .input {
    background: transparent;
    border-bottom: 1px solid #6e6f70;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -0.01em;
    color: #6E6F70;
    padding-left: 0;
}
@media (max-width: 1024px) {
    .form_feedback .input {
        height: 54px;
    }
}
.form_feedback textarea.input {
    height: 140px;
}
.form_feedback .btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 23px 40px;
    gap: 10px;
    width: 120px;
    height: 45px;
    background: #003394;
    border-radius: 20px;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    text-transform: capitalize;
}
.form_feedback .btn:after {
    display: none;
}
@media (max-width: 767px) {
    .form_feedback .btn {
        max-width: 206px;
        width: 100%;
        min-width: auto;
    }
}
@media (max-width: 1199px) {
    .single-product main {
        padding-top: 0;
    }
}
@media (max-width: 1024px) {
    .single-product header {
        padding-top: 32px;
    }
}
@media (min-width: 1025px) {
    header .nav-list > .menu-item-has-children:hover .sub-menu-wrapper {
        display: grid;
    }
    header .sub-menu-wrapper {
        display: none;
        grid-template-columns: minmax(auto, 1300px);
        background-color: #fff;
        overflow-x: hidden;
        overflow-y: auto;
        left: 0;
        right: 0;
        position: fixed;
        padding-left: 90px;
        padding-top: 84px;
        padding-bottom: 84px;
    }
}
header .sub-menu-wrapper .menu-item-has-children {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: -0.02em;
    color: #000000;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 24px;
}

header .sub-menu-wrapper .sub-menu {
    columns: 3;
    column-gap: 20px;
}

header .sub-menu-wrapper .sub-menu li {
    break-inside: avoid;
}

header .sub-menu-wrapper .sub-menu > li {
    align-self: start;
}

header .sub-menu-wrapper .sub-menu .sub-menu {
    display: flex;
    flex-direction: column;
}
header .sub-menu-wrapper .sub-menu .sub-menu li {
    padding-left: 0;
}
header .sub-menu-wrapper .sub-menu .sub-menu li:first-child {
    width: auto;
}
header .sub-menu-wrapper .sub-menu .sub-menu li a {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: -0.1px;
    color: #000000;
}

header .sub-menu-wrapper .menu-item-has-children > a {
    display: inline-block;
    margin-bottom: 0;
    white-space: nowrap;
}

header .sub-menu-wrapper .menu-item-has-children a {
    font-weight: 500;
}

@media (min-width: 1025px) {
    header .sub-menu-wrapper {
        padding-right: 90px;
    }
}

/* .checkout-top-margin {
    padding-top: 209px;
} */

@media (min-width: 1792px) {
    .woocommerce-checkout .section .container {
        max-width: 100%;
        padding: 0 75px;
    }
    .checkout-top-margin {
        height: 90px;
    }
}
@media (min-width: 1440px) {
    .woocommerce-checkout .section .container {
        max-width: 100%;
        padding: 0 50px;
    }
    .checkout-top-margin {
        height: 70px;
    }
}
@media (max-width: 1024px) {
    .woocommerce-checkout .section .container {
        max-width: 100%;
        padding: 0 35px;
    }
}
@media (max-width: 576px) {
    .woocommerce-checkout .section .container {
        padding: 0 20px;
    }
}

.custom-checkout-wrapper {
    display: flex;
    gap: 30px;
    justify-content: center;
}
@media (max-width: 1024px) {
    .custom-checkout-wrapper {
        flex-direction: column-reverse;
    }
}

.checkout-left {
    flex: 2;
    max-width: 630px;
    width: 100%;
}
@media (max-width: 1440px) {
    .checkout-left {
        max-width: 730px;
    }
}
@media (max-width: 1024px) {
    .checkout-left {
        max-width: 100%;
    }
}
.checkout-right {
    flex: 1;
    position: sticky;
    top: 30px;
    max-width: 600px;
}

.checkout-accordion-item {
    border: 1.5px solid #ACAEB4;
    border-radius: 50px;
    margin-bottom: 40px;
    overflow: hidden;
    padding: 10px 35px;
}
@media (max-width: 576px) {
    .checkout-accordion-item {
        padding: 10px 11px;
    }
}

.checkout-accordion-item .counter-item {
    width: 40px;
    height: 40px;
    color: #B4B5BB;
    border: 1px solid #B4B5BB;
    border-radius: 50%;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 41px;

    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
}
.checkout-accordion-item.active .counter-item {
    background: #003296;
    border: none;
    color: #FFFFFF;
}

.checkout-accordion-item .woocommerce-billing-fields {
    padding-top: 28px;
}

.checkout-accordion-item .accordion-title {
    cursor: pointer;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 41px;
    text-transform: uppercase;
    color: #000000;
    display: flex;
    align-items: center;
}
@media (max-width: 1024px) {
    .checkout-accordion-item .accordion-title {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media (max-width: 576px) {
    .checkout-accordion-item .accordion-title {
        padding-left: 11px;
    }
}
.checkout-accordion-item .accordion-title::after {
    display: none;
}

.accordion-content {
    display: none;
    padding-left: 4px;
}

.checkout-accordion-item.active .accordion-content {
    display: block;
}

button.next-section,
button.prev-section {
    margin-top: 10px;
    display: inline-block;
}

.woocommerce-checkout form .form-row-first, .woocommerce-checkout form .form-row-last {
    width: 100%;
}
.woocommerce-checkout form .form-row label {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    text-transform: none;
    color: #000000;
    margin-bottom: 13px;
}
.woocommerce-billing-fields .form-row {
    margin-bottom: 35px !important;
}
.woocommerce-checkout .woocommerce form .form-row .required {
    color: #000000;
    margin-left: -5px;
}
.woocommerce-checkout .woocommerce form .form-row input {
    border: none;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0;
    background: transparent;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: #000000;
    padding-left: 0;
    padding-bottom: 8px;
}
.woocommerce-checkout .woocommerce form #billing_phone_field .woocommerce-input-wrapper {
    position: relative;
}
.woocommerce-checkout .woocommerce form #billing_phone_field .woocommerce-input-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 24px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAxNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjM0NjIgMC41SDMuOTU0NTVDMi4wNDY2NSAwLjUgMC41IDIuMDcwOTEgMC41IDQuMDA4NzNWMjAuMjgxQzAuNSAyMi4yMTg4IDIuMDQ2NjUgMjMuNzg5NyAzLjk1NDU1IDIzLjc4OTdIMTAuMzQ2MkMxMi4yNTQgMjMuNzg5NyAxMy44MDA3IDIyLjIxODggMTMuODAwNyAyMC4yODFWNC4wMDg3M0MxMy44MDA3IDIuMDcwOTEgMTIuMjU0IDAuNSAxMC4zNDYyIDAuNVoiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNNS44OTA2MiAyLjQ4MjQySDkuMTQyMzciIHN0cm9rZT0iYmxhY2siIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8L3N2Zz4K);
}
.woocommerce-checkout .woocommerce form #billing_phone_field #billing_phone {
    padding-left: 36px;
}
.woocommerce-checkout .woocommerce form #billing_phone_field #billing_phone::placeholder {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}
.woocommerce-checkout .woocommerce form .form-row input::placeholder {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 33px;
    color: #E1E1E4;
}
.woocommerce-checkout button.next-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 23px 40px;
    gap: 10px;
    width: 100%;
    height: 72px;
    background: #003394;
    border-radius: 20px;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 27px;
    margin-bottom: 34px;
}

#order-device .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}
#order-device .form_feedback {
    background-image: none;
    max-width: 956px;
    border: 1.5px solid #ACAEB4;
    border-radius: 62px;
    margin-left: 21px;
}
#order-device .feedback {
    max-width: 956px;
    padding: 35px 39px 22px 70px;
    position: relative;
}
#order-device .feedback_bottom_submit {
    position: absolute;
    bottom: -123px;
    left: 0;
    width: 100%;
}
#order-device .text-left {
    border-bottom: 1.5px solid #ACAEB4;
    padding: 25px 66px 20px;
}
#order-device .text-left .h3 {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 31px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 0;
}
.SumoSelect>.optWrapper>.options li.opt {
    padding: 0;
}
#order-device .feedback label {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-transform: none;
    color: #000000;
    margin-bottom: 8px;
}
#order-device .feedback .input {
    padding-left: 0;
    border-bottom: 1.5px solid #E1E1E4;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #000000;
    height: 47px;
    padding-top: 6px;
}
#order-device .feedback .input::placeholder {
    font-weight: 400;
    color: #a7a7a7;
}
#order-device .feedback .col-sm-12 {
    margin-bottom: 37px;
}
#order-device .feedback .col-sm-6 {
    margin-bottom: 28px;
}
#order-device .feedback .phone-field-wrap {
    margin-bottom: 62px;
}
#order-device .feedback .phone-field-wrap .wpcf7-form-control-wrap {
    position: relative;
}
.wpcf7-form-control {
    border: none;
}
#order-device .feedback .sumoselect-wrapp.type-form .SelectBox {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #000000;
    border: none;
    padding: 6px 0;
    display: inline-block;
}
#order-device .feedback .sumoselect-wrapp.type-form .SumoSelect>.CaptionCont>span {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-transform: none;
    color: #000000;
    display: inline-block;
    padding-right: 22px;
}
#order-device .feedback .SumoSelect>.CaptionCont>label {
    margin-bottom: 0;
    width: 14px;
}
#order-device .feedback .SumoSelect>.CaptionCont>label>i {
    background-image: none;
    width: 14px;
    height: 8px;

}
#order-device .feedback .SumoSelect>.CaptionCont>label>i:before, #order-device .feedback .SumoSelect>.CaptionCont>label>i:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 0.5px);
    width: 1px;
    height: 13px;
    border-radius: 9999px;
    background-color: #000000;
    transform-origin: 50% calc(100% - 0.5px);
}
#order-device .feedback .SumoSelect>.CaptionCont>label>i:before {
    transform: rotate(45deg);
    border: none;
    padding: 0;
    top: auto;
}
#order-device .feedback .SumoSelect>.CaptionCont>label>i:after {
    transform: rotate(-45deg);
}
#order-device .feedback .sumoselect-wrapp.type-form {
    margin-bottom: -6px;
}
#order-device .feedback .message-wrap {
    margin-top: 25px;
    margin-bottom: 7px;
}
#order-device .feedback textarea.input {
    height: 78px;
}
#order-device .feedback .btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 23px 40px;
    gap: 10px;
    height: 72px;
    background: #003394;
    border-radius: 20px;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 100%;
    margin-bottom: 15px;
}
#order-device .feedback .btn::before, #order-device .feedback .btn::after {
    display: none;
}

.upload-wrapper {
    margin-right: 100px;
}

@media (max-width: 1440px) {
    #order-device .paint_form .col-lg-5, #order-device .paint_form .col-lg-7 {
        width: 100%;
    }
    #order-device .sketchpad-canvas {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    #order-device .form_feedback {
        margin: 97px auto 0;
    }
}
@media (max-width: 1024px) {
    #order-device .form_feedback {
        margin: 78px auto;
    }
    #order-device .container-fluid {
        padding-left: 35px;
        padding-right: 35px;
    }
    #order-device .text-left {
        padding: 25px 69px 20px;
    }
    #order-device .feedback {
        padding: 35px 33px 28px 73px;
    }
}
@media (max-width: 768px) {
    #order-device #canvas {
        max-width: 620px;
    }
    #order-device .form_feedback {
        margin: 71px auto 90px;
    }
    #order-device .text-left {
        padding: 25px 46px 20px;
    }
    #order-device .feedback {
        padding: 35px 33px 28px 50px;
    }
    #order-device .feedback .col-sm-6:not(.col-sm-select) {
        width: 100%;
        margin-bottom: 38px;
    }
    #order-device .feedback .col-sm-6.col-sm-select {
        margin-top: -7px;
        margin-bottom: 35px;
    }
    #order-device .feedback .message-wrap {
        margin-top: 11px;
    }
}
@media (max-width: 428px) {
    #order-device .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    #order-device .sketchpad-canvas {
        padding-left: 15px;
        padding-right: 15px;
    }
    #order-device .form_feedback {
        margin: 58px auto 100px;
        border-radius: 42px;
    }
    #order-device .text-left {
        padding: 25px 19px 20px;
    }
    #order-device .text-left .h3 {
        font-size: 24px;
    }
    #order-device .feedback {
        padding: 35px 22px 0;
    }
    #order-device .feedback label {
        font-size: 18px;
    }
    #order-device .feedback .col-sm-6.col-sm-select {
        margin-bottom: 34px;
    }
    #order-device .feedback .sumoselect-wrapp.type-form .SumoSelect>.CaptionCont>span {
        font-size: 18px;
        padding-right: 32px;
    }
    #order-device .feedback .input {
        font-size: 18px;
    }
    #order-device .feedback textarea.input {
        font-size: 16px;
        line-height: 19px;
        height: 87px;
    }
    #order-device .feedback .btn {
        padding: 25px;
    }
}
.footer-bottom-wrap {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.blockOverlay {
    opacity: 0.3 !important;
}

.woocommerce-mini-cart-item .thumbnail-wrap {
    margin-right: 25px;
}

.woocommerce-checkout #payment {
	background: none;
}

.woocommerce ul#payment_methods {
    list-style: none outside;
    margin: 0;
    padding: 0;
}

.payment_methods {
    color: #000000;
}

.woocommerce-checkout #payment ul.payment_methods li input {
    width: 15px;
    vertical-align: unset;
    margin: 3px 0.5em 0 0;
}

.payment_methods li {
	padding: 15px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.payment_methods label {
	margin-bottom: 0;
}

.payment_method_cod {
    border-bottom: 1px solid #E1E1E1;
}

#place_order {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 23px 40px;
    gap: 10px;
    width: 100%;
    height: 72px;
    background: #003394;
    border-radius: 20px;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 27px;
    margin-bottom: 34px;
}

.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection {
    border-color: #003395;
}

.SumoSelect>.optWrapper {
    width: 430px !important;
}

/* .feedback .input {
    background: #fcfcfc;
} */

.SumoSelect.open>.CaptionCont, .SumoSelect:focus>.CaptionCont, .SumoSelect:hover>.CaptionCont {
    box-shadow: none !important;
}

.ajax_add_to_cart button:hover {
    background-color: transparent !important;
}

.button:hover {
    background-color: #0441b5;
    color: #fff !important;
}

.btn:hover {
    background-color: #0441b5 !important;
    color: #fff !important;
}

.next-section:hover {
    background-color: #0441b5 !important;
    color: #fff !important;
}

.category_h2 {
    font-family: 'Cera Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 66px;
    letter-spacing: -0.01em;
    color: #181C2F;
    text-align: center;
}

#billing_country_field {
    display: none;
}

.header_phone_mobile {
    display: none;
}

.category_d-item .product-data .ajax_add_to_cart img {
    border-radius: 0;
}

.select2-container--default .select2-selection--single {
    border: none;
    background-color: #fcfcfc;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
    font-size: 18px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
    font-size: 18px;
}

.select2-container.select2-container--open .select2-dropdown--below {
    border: none;
}


li.select2-results__option {
    font-size: 18px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
    background-color: #F1F1F1;
}

.select2-container .select2-dropdown {
    background-color: #F1F1F1;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 18px;
    padding: 2px;
}

.category_d-img {
    padding-bottom: 103%;
    background-color: #fff;
}

.category_d-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    object-position: center;
}

.category_d-img img.fallback-logo {
    filter: brightness(0);
    width: 100%;
    height: 353px;
    object-fit: contain;
    box-sizing: border-box;
    padding: 28px;
}

.post-type-archive-orthohouse_events .img_wrapp img {
    border-radius: 0;
}

.post-type-archive-orthohouse_events .event_column .h_news-img::after {
    border-radius: 0;
    height: 0;
}

.news_wr .img_wrapp img {
    border-radius: 45px;
}

/* .news_wr .h_news-img::after {
    border-radius: 0;
    height: 0;
} */

/* .news_wr .img_wrapp {
    width: 100%;
    height: 100%;
} */

.news_wr .img_wrapp img {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transition: var(--transition);
    -o-object-fit: cover;
    object-fit: cover;
}

.h_news-img {
    padding-bottom: 66.98%;
}
.img_wrapp {
    display: block;
}
.img_wrapp {
    position: relative;
    overflow: hidden;
}

.single-product .img_wrapp {
    height: 600px;
}

/* Ajax loader spinner */
#ajax-loader {
    display: flex;
    align-items: center;
    justify-content: center;
}

#ajax-loader .spinner {
    width: 56px;
    height: 56px;
    border: 5px solid rgba(0, 0, 0, 0.15);
    border-top-color: #333;
    border-radius: 50%;
    animation: ajax-spin 0.7s linear infinite;
    opacity: 1;
}

@keyframes ajax-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 1200px) {
    .banner-info .title_margin {
        font-size: 30px;
    }
    
    .banner-info .btn-primary span {
        display: none;
    }

    .custom_content.about_content .h3 {
        margin-top: -20px;
    }

    .categories_list .h2 {
        margin-bottom: -20px;
        margin-top: -35px;
        font-size: 35px !important;
    }

    .categories_list .h4 {
        font-size: 25px !important;
    }

    .digital-lab .h2 {
        font-size: 35px !important;
        line-height: 40px !important;
    }

    .digital-lab .h_services-content .text {
        margin-bottom: 30px;
    }

    .digital-lab .btn-primary span {
        display: none;
    }

    .section.custom_content .h2 {
        font-size: 35px;
    }

    .team_section .h2 {
        margin-bottom: -55px !important;
    }

    .custom_content.about_content .h2 {
        margin-bottom: 70px;
    }

    .custom_content.about_content .h3 {
        margin-top: -60px;
        margin-bottom: 15px;
    }

    .banner-info .btn-primary, .digital-lab .btn-primary, .section.custom_content.team_section .content.h_content .btn-primary span {
        display: none;
    }

    .benefits_title_h2 {
        margin-bottom: 15px;
        font-size: 35px;
    }

    .benefits_icon {
        margin-bottom: 15px;
    }

    .benefits_item .text {
        margin-top: 0px;
    }

    .categories_list .category_img {
        margin-bottom: 5px;
    }

    .categories_list .category_column {
        margin-bottom: 25px;
    }

    .tax-product_cat_customize .h1 {
        line-height: 40px;
    }

    .single-product .breadcrumbs.type-2 {
        margin-top: 10px;
    }

    .single-product .product-data .price-wrap ins {
        font-size: 20px;
    }

    .single-product .product-data .price-wrap del {
        font-size: 20px;
    }

    .single-product .product-data {
        padding-top: 0;
        margin-bottom: -60px;
    }

    .cart-main-wrapper ul.cart_list .product-cart-item .woocommerce-Price-amount {
        font-size: 14px;
    }

    .cart-main-wrapper ul.cart_list .product-cart-item .product-name {
        font-size: 14px;
    }

    .cart-main-wrapper .bottom-data .quantity {
        font-size: 17px;
    }

    .single-product header {
        padding-top: 15px;
    }

    .logo img {
        max-width: 90px;
    }

    .header_left {
        margin-top: 15px;
    }

    .header-margin {
        padding-bottom: 90px;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:not(:last-child), .swiper-pagination-bullets .swiper-pagination-bullet:not(:last-child) {
        margin: 0 12px 10px 0 !important;
    }

    .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
        margin: 0 !important;
        margin: 0 12px 10px 0 !important;
    }

    .sumoselect-wrapp.type-form .SumoSelect > .CaptionCont {
        background-color: #f6f7f9;
    }

    .banner-info.type-2> :not(.btn) {
        margin-bottom: 0;
        font-size: 23px;
    }

    .page-id-5287 .spacer-md {
        height: 0;
    }

    .h2 {
        margin-top: 40px;
        font-size: 23px !important;
    }

    #order-device {
        margin-top: -80px;
    }

    #order-device .form_feedback {
        max-width: 100%;
        margin: 58px auto 0;
        background-color: #ffffff;
    }

    .simple-page h2 {
        font-size: 23px;
    }

    .row.title_margin-sm .h2 {
        margin-bottom: 5px;
    }

    .team_title.h4 {
        font-size: 16px !important;
    }

    .SumoSelect>.optWrapper {
        width: 320px !important;
    }

    .block_12 h2 {
        margin-bottom: 15px;
    }

    .block_20 h2 {
        margin-top: -60px;
    }

    .ajax_add_to_cart:hover {
        background: none !important;
    }

    .add_to_cart_button:hover {
        background: none !important;
    }

    .product-info {
        display: block !important;
    }

    .cart-main-wrapper ul.cart_list .product-cart-item .product-name {
        line-height: 20px !important;
    }

    .gall_img::after {
        background: none;
    }

    .video_title {
        padding: 0 12px 15px;
    }

    .event_column .h_news-img::after {
        height: auto;
    }

    .info_item {
        margin-bottom: 30px;
        color: #000;
    }

    .checkout-accordion-item {
        background-color: #ffffff;
    }

    .woocommerce-shipping-methods li {
        padding: 15px 0;
        display: flex;
        align-items: flex-start;
        gap: 10px;
        flex-wrap: wrap;
    }

    .woocommerce-shipping-methods li input[type="radio"], .woocommerce-checkout-payment li input[type="radio"]{
        margin-right: 0;
        flex-shrink: 0;
        order: 0;
    }

    .woocommerce-shipping-methods li label, .woocommerce-checkout-payment li label {
        flex: 1;
        order: 1;
    }

    .shipping_description {
        margin-left: 0;
        text-align: left;
        width: 100%;
        order: 2;
        margin-left: 35px;
        font-size: 14px;
    }

    .woocommerce-checkout-payment li {
        padding: 15px 0;
        display: flex;
        align-items: flex-start;
        gap: 4px;
        flex-wrap: wrap;
    }

    .woocommerce-checkout-payment .payment_methods label {
        font-size: 18px;
        margin-top: -10px !important;
    }

    .woocommerce-shipping-methods #shipping_method label {
        font-size: 18px;
        margin-top: -5px !important;
    }

    .header_phone {
        margin-top: 30px;
    }

    .feedback {
        padding: 40px 30px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 15px;
    }

    .select2-container .select2-selection--single {
        height: 40px !important;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 0.3em 0.7em;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 7px;
    }

    .header_phone_mobile {
        display: flex !important;
        margin-top: 0;
        margin-right: 15px;
        margin-left: 15px;
    }

    .header_phone_mobile .custom-dropdown .dropdown-toggle {
        font-size: 15px;
    }

    .header_phone_mobile .custom-dropdown .dropdown-menu {
        font-size: 15px;
    }

    .block_10 .h1 {
        margin-bottom: 15px !important;
    }

    .h_news-slide::after {
        border: none !important;
    }

    .ajax_add_to_cart {
        display: inline-block !important;
    }

    .single-product.woocommerce .add_to_cart_button {
        display: flex !important;
    }

    .category_d-wrap .category_d-item .product-data {
        display: flex !important;
    }

    .header_nav .nav-list {
        display: block;
    }

    .header_nav .nav-list li, .header_nav .nav-list a {
        font-size: 23px;
        color: #000000;
    }

    .header_nav .nav-list li {
        padding: 30px 0 0 0;
    }

    .side_menu {
        background: #ffffff;
    }

    header .phone_links a {
        color: #000000;
    }

    .side_menu .btn-close::after, .btn-close::before {
        background: #000000;
    }

    .side_menu .header_social svg path, .header-icons svg path {
        fill: #000000;
    }

    .phone_icon {
        border: 1px solid #000000;
    }

    .side-menu {
        text-align: left;
    }

    .sub-menu li {
        margin-top: -35px;
    }

    li.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat.menu-item-has-children {
        margin-top: -35px;
    }

    header .sub-menu-wrapper .sub-menu .sub-menu {
        display: block;
        padding-top: 0;
    }

    header .sub-menu-wrapper .sub-menu {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0 64px;
        grid-auto-rows: min-content;
    }

    header .sub-menu-wrapper .sub-menu {
        columns: 1;
    }

    header .sub-menu-wrapper .menu-item-has-children {
        margin-bottom: 0;
        margin-top: 24px;
    }

    .ajax_add_to_cart svg g {
        display: block !important;
    }

    .ajax_add_to_cart svg path {
        display: block !important;
        fill: #0D3290 !important;
    }

    .woocommerce .tax-product_cat_customize .add_to_cart_button {
        display: inline-block !important;
    }

    .single-product .img_wrapp {
        height: 350px;
    }
}