/*!
Theme Name: Medico
Author: Zentix IT Company
Author URI: https://zentixsoft.com/
Description: Theme developed special for Medico
Developer: Vozniy Viacheslav
Version: 1.0.0
Text Domain: medico
*/

/* Normalize css START*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
input {
    border-radius: 0;
}
input[type="search"],
textarea {
    -webkit-appearance: none;
    border-radius: 0;
    outline:none;
}
input {
    outline:none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: unset;
    margin-bottom: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}
a,
a:active,
a:focus,
a:focus-visible {
    text-decoration: none !important;
    color: inherit;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:focus-visible {
    outline: none !important; 
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ol, ul {
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
input {
    border-radius: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[type="search"],
textarea {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
    scroll-behavior: smooth;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
img {
    max-width: 100%;
}
body {
    overflow-x: hidden;
    width: 100vw;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

/* Normalize css END */

.no-scroll {
    overflow: hidden;
  }

@media (min-width: 1400px) {
    .container, 
    .container-lg,
    .container-md, 
    .container-sm, 
    .container-xl, 
    .container-xxl {
        max-width: 1304px !important;
    }
}


/* @font-face {
    font-family: "Mulish", sans-serif;
    src: url("assets/fonts/Mulish/Mulish-VariableFont_wght.ttf");
    src:
    url("assets/fonts/Mulish/Mulish-VariableFont_wght.ttf") format('truetype');
}

@font-face {
    font-family: "Nunito", sans-serif;
    src: url("assets/fonts/Mulish/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf");
}

@font-face {
    font-family: "Open Sans", sans-serif;
    src: url("assets/fonts/Mulish/OpenSans-Italic-VariableFont_wdth,wght.ttf");
} */

:root {
    --font-family: "Mulish", sans-serif;
    --second-family: "Nunito", sans-serif;
    --third-family: "Open Sans", sans-serif;
    --white: #fff;
	--stroke: #e6eaeb;
	--grey: #2e414f;
    --blue: #0967b3;
	--background: #f4f7fa;
	--light-backgound: #f6f7f7;
	--icon-color: #fff;
}


/* header styles start */
.header-container-top {
    padding: 24px 0;
    border-bottom: 1px solid rgba(53, 62, 72, 0.1);
}

.header-container-top-inner,
.header-container-top .inner-container {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
} 

.header-container-top .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: 8px;
    padding: 8px;
    border: 1px solid rgba(53, 62, 72, 0.1);
    position: relative;
}


.header-container-top .search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.header-container-top .search form input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin: 0 5px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #97a0a7;
}

.header-container-top .search button {
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border-radius: 6px;
    padding: 12px 14px;
    background: var(--blue);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--white);
}

.header-container-top .contacts-col {
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
}

.contacts-col .adress {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: var(--grey);
    max-width: 210px;
}

#menu-language_menu,
#menu-language_menu .sub-menu {
    margin: 0;
    padding: 0;
}

#menu-language_menu a {
    border-radius: 8px;
    padding: 12px 8px;
    display: block;
    width: 46px;
    height: 44px;
    background: var(--background);
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: var(--grey);
}

.menu-language_menu-container ul li.pll-parent-menu-item {
    position: relative;
}

.menu-language_menu-container ul.sub-menu {
    position: absolute;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    display: none;
    z-index: -1;
    -webkit-transition: .3s;
    transition: .3s;
    left: -10px;
    top: 36px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.menu-language_menu-container ul.sub-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 14px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 4px;
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 14px */
    letter-spacing: -0.7px;
}

.menu-language_menu-container ul.sub-menu.show_lang {
    display: block;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 2;
    bottom: unset;
    top: 36px;
    left: 0;
    border-radius: 8px;
    box-shadow: 0 16px 30px 0 rgba(0, 0, 0, 0.2);
    background: #FFF;
}

#menu-language_menu ul.sub-menu li a {
    text-align: center;
    background: #FFF;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

#menu-language_menu ul.sub-menu li a:hover {
    background: var(--blue);
}

.menu-language_menu-container ul.sub-menu li a {
    display: block;
    padding: 10px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.menu-language_menu-container .pll-parent-menu-item a {
    position: relative;
}

.phoneDropDown {
    position: relative;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
}

.dropdow-button {
    width: 15px;
    height: 15px;
    margin-top: 5px;
}

.dropdow-button,
.dropdow-button img {
    cursor: pointer;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.dropdow-button.clicked img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.phoneDropDown a {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: var(--grey);
    margin-bottom: 10px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    margin: 0;
}

.phoneDropDown span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #e0e3e5;
}

.dropDownWindow {
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
    left: -40px;
    top: 50px;
    width: 250px;
    border-radius: 12px;
    padding: 20px 23px;
    box-shadow: 0 16px 30px 0 rgba(0, 0, 0, 0.2);
    background: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 22px;
    display: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    z-index: -1;
}

.dropDownWindow.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    opacity: 1;
    z-index: 1;
}

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

.dropDownWindow {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: var(--grey);
}

.phone-item {
    row-gap: 8px;
}

.phone-item .title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: var(--grey);
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    margin-bottom: 4px;
}

.header-container-bottom {
    padding: 8px 0;
    border-bottom: 1px solid rgba(53, 62, 72, 0.1);
}

.catalog-btn {
    border-radius: 37px;
    padding: 18px 40px;
    background: var(--blue);
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: var(--white);
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    cursor: pointer;
}

.header-container-bottom .menu {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
}

.header-container-bottom .menu a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: var(--grey);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.header-container-bottom .menu a:hover {
    color: var(--blue);;
}

.blue-button {
    background: var(--blue);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer;
}

.blue-button:hover {
   opacity: .8;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}



/* NEW */
main {
    margin-top: 99px;
}

header {
    height: 99px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
    z-index: 50;
    position: fixed;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #FFF;   
}

.header-menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin: 0;
    padding: 0;
}

.header-menu.hide {
    display: none;
}

.header-menu .menu li a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: var(--grey);
}

.header-container,
.header-container .inner-wrapper {
    height: 100%;
    z-index: 50;
    position: relative;
}

.callback-button {
    border-radius: 50px;
    width: 44px;
    height: 44px;
    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;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
}

.callback-button img {
    width: 24px;
    height: 24px;
}

@media screen and (max-width: 1181px) {
    .callback-button {
        border-radius: 8px;
    }
}

.blue-button {
    background: var(--blue);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.blue-button:hover {
    background: #338dcd, rgba(255, 255, 255, 0.2);
}

.search-wrapper {
    gap: 10px;
    /* -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in; */

}

.search-wrapper.full {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 40px;
}

.search-wrapper .ajax-search {
    width: 0;
    opacity: 0;
}

.search-wrapper.full .ajax-search {
    width: 100%;
    opacity: 1;
}




 #search-block {
    width: 100%;
}

#search-block .blue-button {
    display: none;
}

.search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: var(--background);
    position: relative;
    /* width: fit-content; */
}

.search-form .search-icon  {
    border-radius: 8px;
    padding: 12px 8px;
    width: 44px;
    height: 44px;
    cursor: pointer;
}

#search-form__input {
    /* height: 25px; */
    height: 100%;
    padding: 12px 0;
    background: transparent;
    border: none;
    outline: none;
    width: 0;
    transition: all 0.05s;
}

#search-form__input.show {
    width: 100%;
}

.ajax-search {
    display: none;
    position: absolute;
    width: 0;
    left: 0;
    z-index: 90;
    top: 50px;
    width: 100%;
    border-radius: 12px;
    padding: 0;
    box-shadow: 0 16px 30px 0 rgba(0, 0, 0, 0.2);
    background: var(--white);
    margin: 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: var(--grey);
    overflow: hidden;
}

.ajax-search li a,
.ajax-search .no__item {
    display: flex;
    padding: 14px;
    align-items: center;
    gap: 10px;
    /* transition: all .3s ease-in-out; */
}

.search-wrapper:not('full') .ajax-search .no__item {
    display: none;
}

.ajax-search li a:hover {
    background: #f6f7f7;
}


.ajax-search li a .image {
    width: 60px;
    height: 60px;
}

.ajax-search li a .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ajax-search li .prod_name {
    flex: 1;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: var(--grey);
}

.ajax-search .all-results {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: var(--blue);
}

@media screen and (max-width: 1024px) {
    .header-menu {
        display: none;
    }  
    #search-block {
        width: fit-content;
    }
    .search-wrapper.full #search-block {
        width: 100%;
    } 
}

.menu-button {
    border-radius: 8px;
    padding: 0 16px;
    height: 44px;
    background: var(--blue);
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    gap: 8px;
    width: 126px;
    display: none;
}

.menu-button .text {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--white);
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    background: #FFF;
    z-index: 100;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.mobile-menu.show {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}

.mobile-menu .top-row {
    border-bottom: 1px solid #e0e3e5;
    padding: 16px 0 32px 0px;
}

.close-menu {
    width: 32px;
    height: 32px;
}

.close-menu img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.site-menu .menu {
    padding: 0;
    margin: 0;
}

.site-menu .menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.site-menu .menu li a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: var(--grey);
    padding: 32px 0;
    border-bottom: 1px solid #e0e3e5;
    width: 100%;
}

.mobile-menu .contacts {
    position: absolute;
    bottom: 20px;
}


.mobile-menu .contacts .item-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: var(--grey);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    margin-bottom: 12px;
}

.mobile-menu .contacts .item-title br {
    display: none;
}

.mobile-menu .contacts {
    gap: 12px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.mobile-menu .contacts .phone {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: var(--grey);
    margin-bottom: 12px;
}

.mobile-menu .contacts .phone:last-child {
    margin-bottom: 0;
}

.mobile-menu .contacts .left,
.mobile-menu .contacts .right {
    width: calc(45% - 12px);
    row-gap: 12px;
}

.mobile-menu .contacts .bottom {
    gap: 12px;
    margin-top: 12px;
}

.mobile-menu .contacts .bottom .text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: var(--grey);
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}


@media screen and (max-width: 1024px) {
    .menu-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .search-wrapper.full {
        flex: unset;
        margin-left: 0;
    }
    .search-form {
        position: unset;
    }
    .search-wrapper.full #search-block {
        width: auto;
        flex: 1;
    }
    #search-form__input {
        top: 0;
        width: 100%;
        transform: translateY(-100px);
        height: fit-content;
        left: 0;
        background: #FFF;
        padding: 14px;
        box-shadow:  0 90px 30px -30px rgba(0, 0, 0, 0.2);
        position: absolute;
        opacity: 0;
        transition: all .3s ease-in-out;
    }
    #search-form__input.show {
        /* display: block; */
        z-index: 8;
       opacity: 1;
        transform: translateY(99px);
        opacity: 1;
       
    }
    body.overlayed::after {
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        background-color: rgba(0, 0, 0, 0.6);
    }
    .ajax-search {
        top: 147px;
        border-radius: 0;
        box-shadow:  0 46px 30px -30px rgba(0, 0, 0, 0.2);
    }
}




@media screen and (max-width: 767px) {
    .menu-button .text {
        display: none;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .search-wrapper {
        gap: 5px;
    }
    #menu-language_menu a,
    .search-form .search-icon,
    .callback-button,
    .menu-button {
        border-radius: 4px;
        padding: 8px;
        width: 37px;
        height: 40px;
    }
    #menu-language_menu a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .close-menu {
        width: 20px;
        height: 20px;
    }
    .site-menu .menu li a {
        padding: 20px 0;
        padding: 2.25vh 0;
        font-weight: 400;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: -0.02em;
    }
    .mobile-menu .contacts .item-title {
        font-size: 14px;
    }
    .mobile-menu .contacts .phone {
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: -0.02em;
    }
    .mobile-menu .contacts .bottom .text {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: -0.04em;
        color: var(--grey);
    }
    .header-container .logo {
        width: 116px;
    }
    .header-container .logo a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .header-container .logo a img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
    }
}

/* Header styles end */

.hero_section {
    /* background-image: url('/wp-content/themes/medico/img/firts-section-bg.png'); */
    background-size: cover;
    background-repeat: no-repeat;
    /* height: calc(100vh - 99px); */
    height: 600px;
    position: relative;
    width: 100%;
    /* max-width: 1920px; */
    overflow-x: hidden;
    margin: 0 auto;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; */
    /* padding: 90px 0; */
}
.hero_section .home_slider  .slick-dots {
    position: absolute;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    bottom: 10px;
}


.hero_section .home_slider .slick-dots li button {
    color: transparent;
    padding: 0;
    font-size: 1px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--white);
    border: none;
    outline: none;
    transition: all .3s ease-in;
}

.hero_section .home_slider .slick-dots li.slick-active button {
    background: var(--blue);
}



.hero_section .home_slider .item {
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 90px;
}
.hero_section .item {
    position: relative;
}
.hero_section .type_slide_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
}

.hero_section video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.hero_section .bg_overlay {
    position: absolute;
	bottom: 0;
	left: 0;
    z-index: 9;
	width: 100%;
	height: 50%;
    /* height: 80%; */
    height: 95%;
    /* background: -webkit-linear-gradient(86.6deg, #000000 -30.53%, rgba(0, 0, 0, 0) 82.91%); */
    background: linear-gradient(3.4deg, #000000 -10.53%, rgba(0, 0, 0, 0) 62.91%);
    background: linear-gradient(0.4deg, #000000 -10.53%, rgba(0, 0, 0, 0) 62.91%);
}

.hero_section .text-on-video {
    position: relative;
    z-index: 10;
}

.hero_section .text-on-video .text {
    width: 100%;
    max-width: 949px;
    row-gap: 20px;
}

.hero_section .text-on-video .title_text {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 86px;
    font-size: clamp(64px, 49.364px + 1.9081vw, 86px);
    font-size: clamp(4rem, 3.0853rem + 1.9081vw, 5.375rem);
    line-height: 90%;
    letter-spacing: -0.04em;
    color: var(--white);
    /* text-shadow: 0.5px 0.5px 0.5px var(--grey); */
}

.hero_section .text-on-video .title_text .bold {
    font-weight: 600;
}

.button-text-container {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
}


.button-text-container .more-button {
    border-radius: 37px;
    padding: 28px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 129%;
    letter-spacing: -0.02em;
    color: var(--white);
    width: 218px;
    text-align: center;
}

.button-text-container .text2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: var(--white);
}

.button-text-container .text2 p {
    margin: 0;
}

.button-text-container .text2 strong {
    font-weight: 700;
}

.sectionCatOnHome .catalog-produts {
    display: block;
    padding: 60px 0 90px 0;
    background: transparent;
}

.sectionCatOnHome .catalog-produts .cat_item  {
    min-height: unset;
    aspect-ratio: 1.535294117647059/1;
    border: 1px solid #ededed;
    border-radius: 12px;
    padding: 0;
    margin: 0 20px;
    overflow: hidden;
}

.sectionCatOnHome .catalog-produts .cat_item:hover {
    border: 1px solid var(--blue);
}

.sectionCatOnHome .catalog-produts .cat_item a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sectionCatOnHome  .catalog-produts .cat_item .image {
    background: #fff;
}

.sectionCatOnHome .catalog-produts .cat_item .image img {
    -o-object-fit: contain;
       object-fit: contain;
}

.home-page-slider {
    padding: 60px 0 60px 0;
    overflow-x: hidden;
    /* animation: line 16s linear infinite; */
}

/* @-webkit-keyframes line {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}
 
@-moz-keyframes line {
    0% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -moz-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}
 
@keyframes line {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0)
    }
} */

.home-page-slider .slider-image {
    aspect-ratio: 1.535294117647059/1;
    border: 1px solid #ededed;
    border-radius: 12px;
    padding: 0;
    margin: 0 5px;
    overflow: hidden;
    max-width: 261px;
}

.home-page-slider .slider-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.home-cooperation-section {
    padding: 60px 0 120px 0;
}

.home-cooperation-section .inner-container {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
                -ms-grid-row-align: stretch;
            align-items: stretch;
}

.home-cooperation-section .inner-container .left {
    width: calc(45% - 30px);
}

.home-cooperation-section .inner-container .right {
    /* width: calc(60% - 30px); */
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.home-cooperation-section .inner-container .left {
    row-gap: 20px;
}

.home-cooperation-section .inner-container .left p {
    margin: 0;
}

.home-cooperation-section .inner-container .left .text1 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: var(--grey);
}

.home-cooperation-section .inner-container .left .text2 p{ 
    row-gap: 20px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: var(--grey);
}

.home-cooperation-section .inner-container .left .text2 strong {
    font-weight: 700;
}

.home-cooperation-section .inner-container .left .text3 {
    border-radius: 8px;
    padding: 24px 16px;
    background: var(--blue);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: var(--white);
}

.sectionDistributor {
    padding: 120px 0;
    background: var(--blue);
}

.distributor-container {
    -webkit-column-gap: 63px;
       -moz-column-gap: 63px;
            column-gap: 63px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
}

.distributor-container .left,
.distributor-container .right {
    width: calc(50% - 32px);
}

.distributor-container .left {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    bottom: 120px;
    row-gap: 4.688vw;
}

.distributor-container .left .top-row {
    row-gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.distributor-container .left .top-row .title_section {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 80px;
    font-size: clamp(56px, 40.035px + 2.0815vw, 80px);
    font-size: clamp(3.5rem, 2.5022rem + 2.0815vw, 5rem);
    line-height: 90%;
    letter-spacing: -0.04em;
    color: var(--white);
}

.distributor-container .left .top-row .text {
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: 100%;
    /* max-width: 225px; */
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: var(--white);
}

.distributor-container .left .tags_wrap {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.distributor-container .left .tags_wrap li {
    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;
}

.distributor-container .left .tags_wrap li a {
    border: 1px solid var(--white);
    border-radius: 100px;
    padding: 16px 40px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 129%;
    letter-spacing: -0.02em;
    color: var(--white);
    transition: all .3s ease-in-out;
}

.distributor-container .left .tags_wrap li a h3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
}

.distributor-container .left .tags_wrap li a:hover {
    background: var(--white);
    color: var(--grey);
}

.distributor-container .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
}

.distributor-container .item {
    width: 100%;
    aspect-ratio: 1.9681528662420382/1;
    overflow: hidden;
    border-radius: 29px; 
    background: #FFF;
    padding: 32px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
}

.distributor-container .item:before {
    position: absolute;
    z-index: 1;
    content: '';
    top: 0;
    left: 0;
    border-bottom: 1px solid var(--blue);
    border-right: 1px solid var(--blue);
    border-radius: 0 0 80px 0;
    width: 27%;
    height: 51%;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.distributor-container .item .icon {
    text-align: right;
}

.distributor-container .item .texts {
    row-gap: 12px;
    text-align: left;
}

.distributor-container .item .texts .name {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.04em;
    background: -webkit-linear-gradient(top, #328dcd 0%, #4d429c 100%);
    background: linear-gradient(180deg, #328dcd 0%, #4d429c 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.distributor-container .item .texts .text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: var(--grey);
}

.sectionAssortment {
    padding: 120px 0 0 0;
}

.sectionAssortment .title_section,
.join-section .title_section {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 100px;
    font-size: clamp(64px, 40.052px + 3.1223vw, 100px);
    font-size: clamp(4rem, 2.5033rem + 3.1223vw, 6.25rem);
    line-height: 90%;
    letter-spacing: -0.04em;
    color: var(--grey);
}

.sectionAssortment .title_section span,
.join-section .title_section span {
    font-weight: 600;
}

.assortument-list {
    position: relative;
    padding: 60px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 90px;
    /* margin-bottom: 90px; */
}

.assortument-list .item_assortument {
    padding: 32px 60px 60px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    aspect-ratio: 1.621039290240811/1;
    max-height: 80vh;
    width: 100%;
}

.assortument-list .item_assortument p { 
    margin: 0;
}

.assortument-list .item_assortument {
    box-shadow: 0 -22px 59px 0 rgba(29, 45, 57, 0.5) 
}

.assortument-list .item_assortument:first-child {
    box-shadow: none;
}

.sectionAssortment .item_assortument {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-size: cover;
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
}

.sectionAssortment .item_assortument:nth-child(2) {
    top: 120px;
    /* top: 90px; */
}

.sectionAssortment .item_assortument:nth-child(3) {
    top: 180px;
    /* top: 120px; */
}

.sectionAssortment .item_assortument:nth-child(4) {
    top: 180px;
    /* top: 150px; */
}

.sectionAssortment .item_assortument:nth-child(5) {
    top: 180px;
}

.sectionAssortment .item_assortument:last-child {
    top: 0;
}

.item_assortument .left,
.item_assortument .right {
    width: 50%;
}

.item_assortument .left {
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.item_assortument .left .name a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 68px;
    line-height: 129%;
    letter-spacing: -0.02em;
    color: var(--white);
}

.item_assortument .left .name a .heading {
    font-weight: 400;
    font-size: 68px;
    line-height: 129%;
    margin-bottom: 0;
}

.item_assortument .left .subcategories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 90%;
}

.item_assortument .left .subcategories a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid var(--white);
    border-radius: 100px;
    padding: 16px 40px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 129%;
    letter-spacing: -0.02em;
    color: var(--white);
    transition: all .3s ease-in-out;
}

.item_assortument .left .subcategories a .heading {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 129%;
    letter-spacing: -0.02em;
    margin-bottom: 0;
}

.item_assortument .left .subcategories a:hover {
    background: var(--white);
    color: var(--grey);
}

.item_assortument .right {
    -ms-flex-item-align: end;
        align-self: flex-end;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 129%;
    letter-spacing: -0.02em;
    color: var(--white);
}

.join-section {
    padding: 100px 0 60px 0;
    position: relative;
}

.join-section .title_section {
    margin-bottom: 87px;
    margin-bottom: 4.53vw;
}

.join-section .inner-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.join-section .left_part,
.join-section .right_part {
    width: calc(50% - 30px);
}

.join-section .image-wrapper {
    position: absolute;
    bottom: 60px;
    left: 0;
    max-width: 45vw;
    background: var(--grey);
    /* padding-bottom: 60px; */
}

.join-section .right_part {
    row-gap: 109px;
    row-gap: 5.677vw;
}

.achievement_item {
    border-top: 1px solid rgba(46, 65, 79, 0.2);
    padding: 40px 0px;
    padding: 2.083vw 0;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
}

.achievement_item:last-child {
    border-bottom: 1px solid rgba(46, 65, 79, 0.2);
}

.achievement_item .number {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 133px;
    font-size: clamp(60px, 11.438px + 6.3313vw, 133px);
    font-size: clamp(3.75rem, 0.7149rem + 6.3313vw, 8.3125rem);
    line-height: 100%;
    letter-spacing: -0.04em;
    background: -webkit-linear-gradient(top, #328dcd 0%, #4d429c 100%);
    background: linear-gradient(180deg, #328dcd 0%, #4d429c 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.achievement_item .inside .name {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 28px;
    line-height: 129%;
    letter-spacing: -0.04em;
    color: var(--grey);
    margin-bottom: 12px;
}

.achievement_item .inside .text {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 129%;
    color: var(--grey);
}

.achievement_item .inside .text p {
    margin: 0;
}

.achievement_item .inside .text strong {
    font-weight: 700;
    /* color: var(--blue); */
}

.join-section .join-block {
    border-radius: 20px;
    padding: 32px 52px; 
    padding: 32px 42px; 
    background: var(--background);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
}

.join-section .join-block .left,
.join-section .join-block .right {
    width: 46%;
}

.join-section .join-block .left .company {
    display: block;
}

.join-section .join-block .left {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 28px;
    line-height: 126%;
    letter-spacing: -0.04em;
    color: var(--grey);
}

.join-section .join-block .right {
    row-gap: 12px;
}

.join-section .join-block .right .text {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 129%;
    color: var(--grey);
}

.join-section .join-block .contact-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 37px;
    padding: 18px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: var(--white);
    text-align: center;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.sectionBlog {
    padding: 60px 0;
    background: var(--grey);
}

.sectionBlog .title_wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    margin-bottom: 60px;
}

.sectionBlog .title_wrapper .title {
    position: relative;
    padding: 0 0 0 32px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 100px;
    font-size: clamp(64px, 40.052px + 3.1223vw, 100px);
    font-size: clamp(4rem, 2.5033rem + 3.1223vw, 6.25rem);
    line-height: 129%;
    letter-spacing: -0.04em;
    text-align: center;
    color: var(--white);
    margin-bottom: 0;
}

.sectionBlog .title_wrapper .title:before {
    position: absolute;
    z-index: 1;
    content: '';
    bottom: 0;
    left: 0;
    border-radius: 12px 0;
    width: 32px;
    height: 32px;
    background: -webkit-linear-gradient(top, #328dcd 0%, #4d429c 100%);
    background: linear-gradient(180deg, #328dcd 0%, #4d429c 100%);
}

.sectionBlog .post-list {
    padding: 0;
}

.sectionBlog .post-list_item .short_description p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    -ms-flex-item-align: stretch;
    height: calc(14px* 1.48* 4);
}

.sectionBlog .all_news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 37px;
    padding: 18px 40px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: var(--white);
}

@media screen and (max-width: 1650px) {
    .join-section .left_part, 
    .join-section .right_part {
        width: calc(50% - 10px);
    } 
    .join-section .image-wrapper {
        max-width: 48vw;
    }
}

@media screen and (max-width: 1440px) {
    .join-section .join-block .left {
        font-size: 22px;
        width: 52%;
    }
    .join-section .join-block {
        padding: 32px;
   
    }
} 

@media screen and (max-width: 1180px) {
    .hero_section {
        padding: 45px 0;
    }
    .home-cooperation-section {
        padding: 0 0 60px 0;
    }
    .home-cooperation-section .inner-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 20px;
    }
    .home-cooperation-section .inner-container .left,
    .home-cooperation-section .inner-container .right {
        width: 100%;
    }
    .home-cooperation-section .inner-container .right img {
        width: 100%;
    }
    .home-cooperation-section .inner-container .left .text1 {
        font-size: 44px;
    }
    .home-cooperation-section .inner-container .left .text2 {
        row-gap: 20px;
    } 
    .sectionDistributor {
        padding: 80px 0;
    }
    .sectionAssortment {
        padding: 90px 0 0 0;
    }
    .assortument-list .item_assortument {
        padding: 32px 60px 60px 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 40px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        aspect-ratio: unset;
        min-height: 475px;
    }
    .item_assortument .left, 
    .item_assortument .right {
        width: 100%;
    }
    .item_assortument .left .name  {
        margin-bottom: 20px;
    }
    .item_assortument .left .name a {
        line-height: 1;

    }
    .item_assortument .left .subcategories {
        max-width: unset;
    }
    /* .join-section .join-block .left .company {
        display: unset;
    } */
}

@media screen and (max-width: 1024px) {
    .distributor-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 63px;
    } 
    .distributor-container .left, 
    .distributor-container .right {
        width: 100%;
    }
    .distributor-container .item {
       width: calc(50% - 15px);
       aspect-ratio: 1.0955414012738853/1;
       padding: 32px;
    }
    .distributor-container .left .top-row .text {
        max-width: unset;
        -ms-flex-item-align: start;
            align-self: flex-start;
    }
    .distributor-container .right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 15px;
    }
    .distributor-container .left {
        row-gap: 20px;
        position: relative;
        top: 0;
    }
    .distributor-container .item:before {
        width: 47%;
        height: 65%;
    }
    .join-section .inner-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 40px;
    }
    .join-section .left_part, 
    .join-section .right_part {
        width: 100%;
    }
    .join-section .image-wrapper {
        position: relative;
        max-width: unset;
        bottom: auto;
        left: auto;
    }
    .achievement_item {
        -webkit-box-align: start;
            -ms-flex-align: start;
                    -ms-grid-row-align: flex-start;
                align-items: flex-start;
    }
    .join-section .join-block .left {
        font-size: 24px;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .join-section .join-block .right {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .join-section .join-block .right .text {
        max-width: 177px;
    }
    .join-section .join-block .contact-button {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .sectionBlog .post-list_item:last-child {
        display: none;
    } 
    .join-section .image-wrapper {
        padding-bottom: 0;
    }
    .sectionBlog .title_wrapper .title:before {
        display: none;
    }
    .sectionBlog .title_wrapper .title {
        padding: 0;
    }
    .sectionBlog .title_wrapper .title{
        font-size: 64px;
        line-height: 129%;
        letter-spacing: -0.04em;
    }
}

@media screen and (max-width: 767px) {
    .hero_section .bg_overlay {
        background: linear-gradient(0.4deg, #000000 -10.53%, rgba(0, 0, 0, 0) 75.91%);
    }
    .hero_section .text-on-video .title_text {
        font-family: var(--font-family);
        font-weight: 300;
        font-size: 32px;
        line-height: 90%;
        letter-spacing: -0.04em;
        color: var(--white);
        text-align: center;
    }
    .hero_section .text-on-video .text {
        row-gap: 12px;
    }
    .button-text-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        row-gap: 12px;
    }
    .button-text-container .text2 {
        font-family: var(--font-family);
        font-weight: 700;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: -0.02em;
        text-align: center;
        color: var(--white);
    }
    .button-text-container .more-button {
        padding: 16px 40px;
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 18px;
        line-height: 129%;
        letter-spacing: -0.02em;
        color: var(--white);
        margin:  0 auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .home-cooperation-section .inner-container .left .text1 {
        font-weight: 700;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: -0.04em;
    }
    .home-cooperation-section .inner-container .left .text3 {
        border-radius: 8px;
        padding: 16px;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
    }
    .sectionDistributor {
        padding: 40px 0;
    }
    .distributor-container .left .top-row {
        row-gap: 12px;
    }
    .distributor-container .left .top-row .title_section {
        font-weight: 300;
        font-size: 28px;
        line-height: 90%;
        letter-spacing: -0.04em;
    }
    .distributor-container .left .top-row .text {
        font-weight: 300;
        font-size: 16px;
        line-height: 120%;
        letter-spacing: -0.04em;
    }
    .distributor-container .left .tags_wrap li a {
        padding: 8px 20px;
        font-weight: 400;
        font-size: 16px;
        line-height: 129%;
        letter-spacing: -0.02em;
    }
    .distributor-container .left .tags_wrap li a h3 {
        font-weight: 400;
        font-size: 16px;
    }
    .distributor-container .item {
        width: 100%;
        /* aspect-ratio: 1.9285714285714286/1; */
        aspect-ratio: unset;
        min-height: 182px;
        padding: 16px;
        border-radius: 20px;
    }
    .distributor-container .item .icon img {
        width: 39px;
        height: 39px;
    }
    .distributor-container .item .texts .name {
        font-weight: 600;
        font-size: 28px;
        line-height: 120%;
        letter-spacing: -0.04em;
    }
    .distributor-container .item .texts .text {
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
        letter-spacing: -0.02em;
    }
    .distributor-container .item:before {
        width: 47%;
        height: 85%;
    }
    .sectionAssortment {
        padding: 38px 0 0 0;
    }
    .sectionAssortment .title_section, 
    .join-section .title_section {
        font-size: 28px;
        line-height: 90%;
        letter-spacing: -0.04em;
    }
    .assortument-list {
        padding: 28px 0 0 0;
    }
    .assortument-list .item_assortument {
        padding: 20px;
        row-gap: 16px;
        margin-bottom: 40px;
        min-height: 296px;
    }
    .item_assortument .left {
        row-gap: 20px;
    }
    .item_assortument .left .name {
        margin: 0;
    }
    .item_assortument .left .name a,
    .item_assortument .left .name a .heading {
        font-weight: 400;
        font-size: 28px;
        line-height: 129%;
        letter-spacing: -0.02em;
    }
    
    .slick-list{
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
    }
    .home-page-slider .slider-image {
        min-height: 116px;
    }
    .item_assortument .left .subcategories {
        gap: 8px;
    }
    .item_assortument .left .subcategories a {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 8px 20px;
        font-weight: 400;
        font-size: 14px;
        line-height: 129%;
        letter-spacing: -0.02em;
    }
    .item_assortument .left .subcategories a .heading {
        font-weight: 400;
        font-size: 14px;
        line-height: 129%;
        letter-spacing: -0.02em;
    }
    .item_assortument .right {
        font-weight: 400;
        font-size: 14px;
        line-height: 129%;
        letter-spacing: -0.02em;
    }
    .achievement_item {
        padding: 20px 0;
        row-gap: 20px;
    }
    .achievement_item .number {
        font-weight: 600;
        font-size: 40px;
        line-height: 100%;
        letter-spacing: -0.04em;
    }

    .achievement_item .inside .name {
        font-weight: 400;
        font-size: 20px;
        line-height: 129%;
        letter-spacing: -0.04em;
        margin-bottom: 8px;
    }
    .achievement_item .inside .text {
        font-size: 14px;
        line-height: 129%;
    }
    .join-section .join-block {
        border-radius: 20px;
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 12px;
    }
    .join-section .join-block .left, 
    .join-section .join-block .right {
        width: 100%;
    }
    .join-section .join-block .right .text {
        max-width: unset;
    }
    .join-section .join-block .left {
        font-size: 20px;
    }
    .join-section .join-block .contact-button {
        padding: 16px 40px;
        height: 55px;
    }
    .sectionBlog {
        padding: 40px 0;
    }
    .sectionBlog .title_wrapper {
        margin-bottom: 28px;
    }
    .sectionBlog .title_wrapper .title{
        font-weight: 600;
        font-size: 24px;
        line-height: 129%;
        letter-spacing: -0.04em;
    }
    .sectionBlog .all_news {
        border-radius: 37px;
        padding: 18px 40px;
        height: 57px;
        font-weight: 600;
        font-size: 16px;
        line-height: 129%;
        letter-spacing: -0.02em;
    }
}
/* Main page styles end */

/* About page styles start */
.section-medico {
    row-gap: 24px;
    padding-bottom: 60px;
}

.section-medico .inner-container,
.section-medico .under-photo-container {
    -webkit-column-gap: 52px;
       -moz-column-gap: 52px;
            column-gap: 52px;
}

.section-medico .image-col {
    width: 39%;
    /* height: 100%; */
    border-radius: 8px;
    overflow: hidden;
}

.section-medico .image-col img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.section-medico .right-col { 
    row-gap: 16px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.section-medico .title {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 86px;
    font-size: clamp(72px, 4.374px + 4.947vw, 86px);
    font-size: clamp(4.5rem, 0.2734rem + 4.947vw, 5.375rem);
    line-height: 95%;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    text-align: left;
    color: var(--blue);
    margin-bottom: 0;
}

.section-medico .subtitle {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    font-size: clamp(20px, 0.678px + 1.4134vw, 24px);
    font-size: clamp(1.25rem, 0.0424rem + 1.4134vw, 1.5rem);
    line-height: 120%;
    letter-spacing: -0.04em;
    color: var(--grey);
}

.section-medico .text p {
    margin-bottom: 16px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    font-size: clamp(16px, 6.339px + 0.7067vw, 18px);
    font-size: clamp(1rem, 0.3962rem + 0.7067vw, 1.125rem);
    line-height: 180%;
    letter-spacing: -0.02em;
    color: var(--grey);
}

.section-medico .text p:last-child {
    margin-bottom: 0;
}   

.section-medico .under-photo-container .left {
    width: 39%;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 28px;
    font-size: clamp(24px, 4.678px + 1.4134vw, 28px);
    font-size: clamp(1.5rem, 0.2924rem + 1.4134vw, 1.75rem);
    line-height: 120%;
    letter-spacing: -0.04em;
    color: var(--grey);
}

.section-medico .under-photo-container .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border: 1px solid #e0e3e5;
    border-radius: 8px;
    padding: 20px;
}

.section-medico .under-photo-container .icons-text-block {
    -webkit-box-align: start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start;
    gap: 10px;
}

.section-medico .under-photo-container .icons-text-block .item {
    width: calc(50% - 5px);
    gap: 4px;
}

.section-medico .under-photo-container .icons-text-block .item img {
    width: 24px;
    height: 24px;
}

.section-medico .under-photo-container .icons-text-block .item .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.04em;
    color: var(--grey);
}

.section-medico .text-on-blue {
    border-radius: 12px;
    padding: 18px 10px;
    background: var(--blue);
    text-align: center;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: var(--white);
}

.sectionBrands {
    padding: 60px 0 0 0;

}

.brands-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: var(--grey);
    margin-bottom: 12px;
}

.brands-subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 148%;
    letter-spacing: -0.02em;
    color: var(--grey);
} 

.brands-row {
    margin-top: 120px;
    border-radius: 8px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px;
    background: rgba(224, 227, 229, 0.3);
    position: relative;
    box-sizing: border-box;
    margin: 0;

    overflow: hidden;
    white-space: nowrap;

}

.brands-row .item {
    max-width: 172px;
    /* position: absolute; */
    left: 0;
   
    padding:  0 40px;
}

.brads-slide {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    overflow: hidden;
    /* animation: scroll 8s infinite linear ; */
}

.brands-row .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.sectionBrands .cooperation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 12px;
    margin-top: 12px;
    padding-bottom: 60px;
}

.sectionBrands .cooperation .title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: var(--grey);
}

.sectionBrands .cooperation .subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 148%;
    letter-spacing: -0.02em;
    color: var(--grey);
}

.sectionBrands .cooperation .text-list ul {
    padding-left: 16px;
    padding-left: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8px;
    margin-bottom: 0;
}

.sectionBrands .cooperation .text-list li {
    /* padding-left: 0.5rem; */
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: var(--grey);
    list-style-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNSIgY3k9IjUiIHI9IjUiIGZpbGw9IiMwOTY3QjMiLz4KPC9zdmc+Cg==);
}

.mission-section {
    border-radius: 12px;
    padding: 36px 32px;
    background: var(--blue);
    position: relative;
}

.mission-section .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
}

.mission-section {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
}

.mission-section .content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.mission-section .decor {
    width: 202px;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.mission-section .content .title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 65px;
    line-height: 95%;
    letter-spacing: -0.04em;
    color: var(--white);
}

.mission-section .content .text { 
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: var(--white);
}

.values {
    margin-top: 20px;
    border-radius: 8px;
    padding: 20px 32px;
    background: rgba(224, 227, 229, 0.3);
    row-gap: 32px;
    /* margin-bottom: 120px; */
    margin-bottom: 20px;
}

.values .texts .title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 65px;
    line-height: 95%;
    letter-spacing: -0.04em;
    color: var(--grey);
}

.values .texts .subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: var(--grey);
}

.values-list {
    gap: 16px;
}

.values-list .item {
    width: calc(33.333% - 16px);
    border-radius: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    background: #FFF;
    row-gap: 20px;
}

.values-list .item .icon {
    width: 79px;
    height: 79px;
}

.values-list .item .title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: var(--grey);
    margin-bottom: 8px;
}

.values-list .item .text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 148%;
    letter-spacing: -0.02em;
    color: var(--grey);
}

.about-bottom-text {
    margin-bottom: 90px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 148%;
    letter-spacing: -0.02em;
    color: var(--grey);
}

.about-bottom-text h3 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: var(--grey);
}

.about-bottom-text a {
    color: var(--blue);
}

@media screen and (max-width: 1024px) {
    .section-medico .inner-container, 
    .section-medico .under-photo-container{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 52px;
    }
    .section-medico .image-col,
    .section-medico .under-photo-container .left {
        width: 100%;
    }
    .section-medico .image-col {
        aspect-ratio: 1.1336553945249597/1
    }
    .section-medico .title {
        font-size: 86px;
    }
    .section-medico .subtitle {
        font-size: 24px;
    }
    .section-medico .text p {
        font-size: 18px;
    }
    .section-medico .under-photo-container .left {
        font-size: 28px;
    }
    .section-medico .text-on-blue {
        text-align: left;
    }
    .sectionBrands {
        padding: 0;
    }
    .join-section .title_section {
        text-align: center;
    }
    /* .values {
        margin-bottom: 90px;
    } */
    .values-list .item {
        width: calc(50% - 8px);
    }
}

@media screen and (max-width: 767px) {
    .join-section {
        padding: 40px 0 60px 0;
    }
    .brands-row .item img {
        height: 45px;
    }
    .section-medico .inner-container, 
    .section-medico .under-photo-container {
        gap: 28px;
    }
    .section-medico .title {
        font-size: clamp(2.5rem, -0.2503rem + 11.7347vw, 5.375rem);
    }
    .section-medico .subtitle {
        font-size: 20px;
    }
    .section-medico .text p {
        font-size: 16px;
    }
    .section-medico .under-photo-container .left {
        font-size: 20px;
    }
    .section-medico .under-photo-container .icons-text-block .item {
        width: 100%;
    }
    .section-medico .text-on-blue {
        border-radius: 8px;
        padding: 18px 16px;
        font-family: var(--font-family);
        font-weight: 700;
        font-size: 16px;
        line-height: 120%;
        letter-spacing: -0.04em;
        color: var(--white);
    }
    .brands-subtitle {
        font-weight: 400;
        font-size: 16px;
        line-height: 148%;
        letter-spacing: -0.02em;
    }
    .brands-row {
        border-radius: 8px;
        padding: 24px 40px;
    }
    .brads-slide {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 12px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                    -ms-grid-row-align: center;
                align-items: center;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;  
    }
    .brads-slide .item {
        padding: 0;
    }
    .sectionBrands .cooperation .title {
        font-weight: 700;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: -0.04em;
    }
    .mission-section {
        border-radius: 12px;
        padding: 20px 32px;
        overflow: hidden;
    }
    .mission-section .decor {
        position: absolute;
        top: -10px;
        right: -90px;
        -webkit-transform: rotate(-29deg);
                transform: rotate(-29deg);
    }
    .mission-section .content .title {
        font-weight: 600;
        font-size: 40px;
        line-height: 95%;
        letter-spacing: -0.04em;
    }
    .mission-section .content .text {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: -0.02em;
    }
    .values {
        border-radius: 8px;
        padding: 16px;
    }
    .values .texts .title {
        font-weight: 600;
        font-size: 40px;
        line-height: 95%;
        letter-spacing: -0.04em;
        margin-bottom: 16px;
    }
    .values .texts .subtitle {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: -0.02em;
    }
    .values-list .item {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        gap: 16px;
        border-radius: 12px;
        padding: 16px 18px;
    }
    .values-list .item .item-texts {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
    .values-list .item .icon {
        width: 40px;
        height: 40px;
    }
    .values-list .item .title{
        font-weight: 600;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: -0.04em;
    }
    .values-list .item .text {
        font-weight: 400;
        font-size: 14px;
        line-height: 148%;
        letter-spacing: -0.02em;
    }
}

/* About page styles start */

/* Breadcrumps styles start */
.page-breadcrumps {
    /* padding: 20px 0; */
    padding: 30px 0 20px 0;
    gap: 4px;
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

.page-breadcrumps::-webkit-scrollbar { 
    width: 0; 
}

.page-breadcrumps { 
    -ms-overflow-style: none; 
}

.page-breadcrumps { 
    overflow: -moz-scrollbars-none; 
}

.breadcrumps-not-active {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: var(--blue);
    text-decoration: none;
}

.breadcrumps-not-active.icon {
    min-width: 16px;
    width: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.breadcrumps-active {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #cbcfd3;
}

.breadcrumps-separator {
    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;
    height: 16px;
}

.breadcrumps-separator svg {
    width: 16px;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
/* Breadcrumps styles end */


/* Product page styles start */
main.single-product {
    overflow-x: hidden;
}

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

.prod_images {
    position: relative;
}

.pdoduct_slider .photo_big {
    border-bottom: 1px solid  #e0e3e5;
    border-top: 1px solid  #e0e3e5;
    border-left: 0.5px solid  #e0e3e5;
    border-right: 0.5px solid  #e0e3e5;
    aspect-ratio: 1/1;
    background: #FFF;
    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;
}

.inner-image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.pdoduct_slider .photo_big img {
    width: 95%;
    height: 95%;
    -o-object-fit: contain;
       object-fit: contain;
}

.slider-buttons {
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    border: 1px solid #e0e3e5;
    border-radius: 72px;
    padding: 8px 12px;
    background: #FFF;
    z-index: 2;
}

.slider-single-button {
    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;
    border-radius: 55px;
    width: 52px;
    height: 52px;
    cursor: pointer;
}

.info_product {
    margin: 60px 0 90px 0;
    border-radius: 24px;
    padding: 40px;
    background: var(--background);
}

.info_product .prod_name {
    width: 100%;
    /* max-width: 727px; */
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.04em;
    text-align: center;
    color: var(--grey);
}

.info-wrapper {
    margin-top: 34px;
    -webkit-column-gap: 27px;
       -moz-column-gap: 27px;
            column-gap: 27px;
}

.info-wrapper .left_part {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: 20px;
    padding: 32px;
    background: var(--white);
    gap: 10px;
} 

.info-wrapper .left_part .description {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 148%;
    letter-spacing: -0.02em;
    color: var(--grey);
}

.info-wrapper .left_part .description p {
    text-wrap: pretty;
}

.info-wrapper .left_part .description h1,
.info-wrapper .left_part .description h2,
.info-wrapper .left_part .description h3,
.info-wrapper .left_part .description h4,
.info-wrapper .left_part .description h5,
.info-wrapper .left_part .description h6 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.04em;
    text-align: center;
    color: var(--grey);
}

.pruduct-specs {
    gap: 7px;
}

.spec-item {
    border-radius: 4px;
    padding: 14px 12px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.spec-item:nth-child(odd){
    background: var(--background);
}

.spec-item:nth-child(even){
    background: var(--white);
}

.spec-item .name {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #97a0a7;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.spec-item .value {
    width: 30%;
    text-align: left;
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: var(--grey);
}

.info-wrapper .right_part {
    width: 40%;
    border-radius: 20px;
    padding: 32px;
    background: var(--blue);
}

.info-wrapper .right_part .text1 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--white);
    max-width: 312px;
    margin-bottom: 10px;
}

.info-wrapper .right_part .text2 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--white);
    margin-bottom: 10px;
}

.info-wrapper .right_part .button_request {
    border-radius: 37px;
    padding: 18px 40px;
    max-width: 238px;
    margin: 0 auto;
    height: 52px;
    cursor: pointer;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: var(--grey);
    background-color: #FFF;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


@media screen and (max-width: 1024px) {
    .pruduct-continer {
        overflow-x: hidden;
    }    
    .info-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 27px;
    }
    .info-wrapper .right_part {
        width: 100%;
    }
    .info_product {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 767px) {
    .prod_images {
        padding: 0 25px;
        padding: 0;
        margin: 0 -15px;
    }
    .info_product {
        margin: 60px -15px;
        border-radius: 0;
        padding: 20px 12px;
    }
    .info_product .prod_name {
        font-size: 20px;
        line-height: 100%;
    }
    .info-wrapper .left_part {
        border-radius: 12px;
        padding: 16px;
        
    }
    .info-wrapper .left_part .description {
        font-size: 14px;
        line-height: 148%;
    }
    .spec-item {
        gap: 15px;
    }
    .spec-item .name {
        font-size: 13px;
        line-height: 100%;
    }
    .spec-item .value {
        width: 50%;
        font-size: 13px;
        line-height: 100%;
    }
    .info-wrapper .right_part {
        border-radius: 8px;
        padding: 32px;
    }
    .info-wrapper .right_part .text1 {
        font-size: 20px;
        line-height: 100%;  
    }
    .info-wrapper .right_part .text2 {
        font-size: 16px;
        line-height: 140%;
    }
}

/* Product page styles end */

/* Text page styles start */
.page_title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: var(--grey);
    margin-bottom: 34px;
}

.defaultText {
    padding-bottom: 60px;
}

.defaultText p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 148%;
    letter-spacing: -0.02em;
    color: var(--grey);
    margin-bottom: 32px;
}

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

.defaultText p a {
    color: var(--blue);
}

@media screen and (max-width: 767px) {
    .defaultText {
        padding-bottom: 30px;
    }
    .page_title {
        font-weight: 700;
        font-size: 24px;
        line-height: 100%;
        margin-bottom: 24px;
    }
    .defaultText p {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 16px;
        line-height: 148%;
        letter-spacing: -0.02em;
        color: var(--grey);
        margin-bottom: 20px;
    }
}
/* Text page styles end */

/* Contact page styles start */
.contact_page_section {
    padding-bottom: 60px;
}

.contact_page_section .top_row {
    gap: 12px;
    margin-bottom: 60px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
                -ms-grid-row-align: stretch;
            align-items: stretch
}

.contact_page_section .bottom_row {
    gap: 12px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
                -ms-grid-row-align: stretch;
            align-items: stretch
}

.contact_page_section .blocks,
.contact_page_section .map {
    width: calc(50% - 6px);
}

.contact_page_section .map {
    height: 300px;
    overflow: hidden;
    border-radius: 12px;
}

.contact_page_section .map iframe {
    width: 100%;
}

.contact_page_section .blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
}

.contact_page_section .top_row .blocks .item{
    width: calc(50% - 6px);
}

.contact_page_section .bottom_row .blocks .item{
    width: 100%;
}

.contact_page_section .blocks .item {
    border: 1px solid var(--light-backgound);
    border-radius: 12px;
    background: var(--light-backgound);
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.contact_page_section .blocks .icon {
    width: 40px;
    height: 40px;
}

.contact_page_section .blocks .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 5px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.contact_page_section .blocks .info .title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: var(--grey);
}

.contact_page_section .blocks .info a,
.contact_page_section .blocks .info .text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #97a0a7;
}

@media screen and (max-width: 1367px) {
    .contact_page_section .map {
        height: 315px;
    }
}
@media screen and (max-width: 1181px) {
    .contact_page_section .top_row,
    .contact_page_section .bottom_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .contact_page_section .blocks, 
    .contact_page_section .map {
        width: 100%;
      }
      .contact_page_section .bottom_row .blocks .item {
        width: calc(50% - 6px);
      }
      .contact_page_section .map {
        height: 377px;
    }
}

@media screen and (max-width: 821px) {
    .contact_page_section .top_row .blocks .item,
    .contact_page_section .bottom_row .blocks .item {
        width: 100%;
        aspect-ratio: 4.427672955974843/1;
        padding: 28px 24px;
    }
    .contact_page_section .blocks .info .title {
        font-weight: 700;
        font-size: 24px;
        line-height: 120%;
    }
    .contact_page_section .blocks .info a, 
    .contact_page_section .blocks .info .text {
        font-weight: 400;
        font-size: 24px;
        line-height: 120%;
    }
}

@media screen and (max-width: 767px) {
    .contact_page_section .top_row,
    .contact_page_section .bottom_row,
    .contact_page_section .blocks {
        gap: 6px;
    }
    .contact_page_section .top_row .blocks .item, 
    .contact_page_section .bottom_row .blocks .item {
        aspect-ratio: unset;
        height: 125px;
        padding: 20px 24px;
        border-radius: 8px;
    }
    .contact_page_section .blocks .info .title {
        font-weight: 700;
        font-size: 16px;
        line-height: 120%;
        letter-spacing: -0.04em;
    }
    .contact_page_section .blocks .info .title br {
        display: none;
    }
    .contact_page_section .blocks .info a, 
    .contact_page_section .blocks .info .text {
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        letter-spacing: -0.02em;
    }
    .contact_page_section .map {
        height: 188px;
    }
}
/* Contact page styles end */

/* Service page styles start */
.service_department_container {
    border-radius: 12px;
    margin-bottom: 60px;
    overflow: hidden;
}

.service_department_container .nav {
    width: 100%;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.service_department_container .nav .nav-item {
    width: 20%;
    width: calc(100% / 6);
    border-left: 0.25px solid #FFF;
    border-right: 0.25px solid #FFF;
}

.service_department_container .nav .nav-item:first-child {
    border-left: none;
}
.service_department_container .nav .nav-item:last-child {
    border-right: none;
}

.service_department_container .nav .nav-item a {
    padding: 18px 0;
    padding: 18px 8px;
    background: var(--grey);
    /* height: 62px; */
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: var(--white);
    border-radius: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service_department_container .nav .nav-item a .heading {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: var(--white);
    margin-bottom: 0;
}

.page-template-serviceDepartment .service_department_container .nav .nav-item {
    width: calc(100% / 5);
}

.service_department_container .nav .nav-item a.active {
    background: var(--blue);
    font-weight: 700;
}

.service_department_container .tab-content {
    border-radius: 0 0 12px 12px;
    padding: 20px;
    background: var(--background);
}

.service-tabs .item {
    border: 1px solid var(--light-backgound);
    border-radius: 12px;
    padding: 24px;
    min-height: 161px;
    background: var(--white);
    overflow: hidden;
    margin-bottom: 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.service-tabs .item {
    margin-bottom: 30px;
}

.service-tabs .item:last-child {
    /* margin-bottom: 0; */
}

.service-tabs .item .left-col,
.service-tabs .item .right-col {
    width: 50%;
}

.service-tabs .item .left-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
}

.service-tabs .item .left-col .row1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.service-tabs .item .left-col .name {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: var(--grey);
    margin-bottom: 6px;
}
.service-tabs .item .left-col .adress {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color:  #97a0a7;
}

.service-tabs .item .right-col {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.service-tabs .item .right-col .title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: var(--grey);
    margin-bottom: 12px;
}

.service-tabs .phone-row {
    width: 40%;
}

.service-tabs .shchedule-row,
.service-tabs .button-row {
    width: 30%;
    row-gap: 6px;
}

.service-tabs .phone-row a,
.service-tabs .shchedule-row span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color:  #97a0a7;
}

.service-tabs .button-row {
    -webkit-box-align: end;
        -ms-flex-align: end;
                -ms-grid-row-align: flex-end;
            align-items: flex-end;
}

.service-tabs .button-row a {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-decoration: underline !important;
    text-decoration-skip-ink: none;
    text-underline-offset: 4px;
    color: var(--blue);
}

@media screen and (max-width: 1367px) {
    .service-tabs .item {
        row-gap: 20px;
    }
    .service-tabs .item .left-col,
    .service-tabs .item .right-col {
        width: 100%;
    }
    .service-tabs .item .right-col {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        row-gap: 20px;
        padding-left: 50px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: space-between;
    }

    .service-tabs .phone-row, 
    .service-tabs .shchedule-row {
        width: 30%;
    }

    .service-tabs .button-row {
        width: 100%;
        -webkit-box-align: start;
            -ms-flex-align: start;
                    -ms-grid-row-align: flex-start;
                align-items: flex-start;
    }
    .service-tabs .button-row {
        width: fit-content;
    }
    
    .service-tabs .item .right-col {
        justify-content: flex-start;
        gap: 5vw;
    }
}

@media screen and (max-width: 1024px) {
    .service_department_container .nav .nav-item:first-child {
        width: 100%;
        border-bottom: 0.25px solid #FFF;
    }
    .service_department_container .nav .nav-item:nth-child(2) {
        border-left: none;
    }
    .service_department_container .nav .nav-item {
        width: 20%;
    }
    .page-template-serviceDepartment .service_department_container .nav .nav-item:first-child {
        width: 20%;
        border-bottom: none;
    }
}

@media screen and (max-width: 767px) {
    .service_department_container .nav .nav-item a,
    .service_department_container .nav .nav-item a .heading {
        font-size: 14px;
        line-height: 100%;
        letter-spacing: -0.04em;
        height: 38px;
        padding: 12px 0;
    }
    .service_department_container .tab-content {
        padding: 8px;
    }
    .service-tabs .item {
        border-radius: 8px;
        padding: 20px;
        margin-bottom: 12px;
    }
    .service-tabs .item .left-col .name {
        font-weight: 700;
        font-size: 16px;
        line-height: 120%;
        margin-bottom: 10px;
    }
    .service-tabs .item .left-col .adress {
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
    }
    .service-tabs .phone-row, 
    .service-tabs .shchedule-row {
        width: 100%;
    }
    .service-tabs .item .right-col .title {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 120%;
    }
    .service-tabs .phone-row a, 
    .service-tabs .shchedule-row span {
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        letter-spacing: -0.02em;
    }
}
/* Service page styles end */

/* Blog page styles start */
.post-list {
    padding: 0 0 90px 0;
    margin: 0;
    gap: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
                -ms-grid-row-align: stretch;
            align-items: stretch;
}

.post-list_item {
    width: calc(33.333% - 9px);
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 20px 32px 0 rgba(50, 47, 71, 0.1);
    background: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
}

.post-list_item .text-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
}

.post-photo-link {
    width: 100%;
    display: block;
    aspect-ratio: 1.8254716981132075/1;
    overflow: hidden;
    border-radius: 8px;
}

.post-photo-link img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.post-header {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: var(--grey);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -ms-flex-item-align: stretch;
    height: calc(20px* 1.2* 2);
}

.post-header .heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.04em;
}

.post-header h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.04em;
}

.post-list_item .short_description p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 148%;
    letter-spacing: -0.02em;
    color: var(--grey);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -ms-flex-item-align: stretch;
    height: calc(14px* 1.48* 2);
    margin: 0;
}

.post-list_item .buttons {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
}

.post-list_item .more-button {
    border-radius: 37px;
    padding: 18px 40px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: var(--white);
}

.post-list_item .post-date {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #97a0a7;
    display: none;
}

@media screen and (max-width: 1024px) {
    .post-list_item {
        width: calc(50% - 12px);
    }
}

@media screen and (max-width: 767px) {
    .post-list_item {
        width: 100%;
        gap: 8px;
        padding: 12px;
    }
    .post-list_item .img-col {
        margin-bottom: 12px;
    }
    .post-photo-link {
        aspect-ratio: unset;
        height: 220px;
    }
    .post-list_item .text-col {
        row-gap: 8px;
    }
    .post-header,
    .post-header h3,
    .post-header .heading {
        font-size: 16px;
        line-height: 120%;
        letter-spacing: -0.04em;
        height: calc(16px* 1.2* 2);
    }

    .post-list_item .post-date {
        font-weight: 400;
        font-size: 12px;
        line-height: 100%;
    }
    .post-list_item .more-button {
        padding: 12px 24px;
    }
}
/* Blog page styles end */

/* Single post styles start */
.single_post_content {
    width: 75%;
    margin: 0 auto;
    padding-bottom: 90px;
}

.image_wrap {
    width: 100%;
    aspect-ratio: 1.7964071856287425/1;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    margin-bottom: 30px;
}

.image_wrap:after {
    display: block;
    content: '';
    width: 100%;
    height: 40%;
    position: absolute;
    bottom: 0;
    /* background: linear-gradient(#2E414F 0%, #2e414f 100%); */
    background: -webkit-linear-gradient(rgb(46 79 77 / 0%), rgb(46 79 77 / 100%));
    background: linear-gradient(rgb(46 79 77 / 0%), rgb(46 79 77 / 100%));
}

.main_post_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.on-photo-text {
    position: absolute;
    z-index: 20;
    bottom: 0;
    padding: 40px;
    row-gap: 10px;
}

.on-photo-text .top {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
}

.on-photo-text .top .views {
    display: flex;
}

.on-photo-text .top .post_date,
.on-photo-text .top .views {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: var(--white);
}

.on-photo-text .top .views {
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
}

.single_post_title {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: var(--white);
}

.single-post-content {
    margin-bottom: 20px;
}
.single-post-content .post_text p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 148%;
    letter-spacing: -0.02em;
    color: var(--grey);
    margin-bottom: 20px;
}

.single-post-content .post_text h1,
.single-post-content .post_text h2,
.single-post-content .post_text h3,
.single-post-content .post_text h4,
.single-post-content .post_text h5,
.single-post-content .post_text h6 {
    padding: 12px 0 20px 0;
    margin: 0;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: var(--grey);
}

.single-post-content .post_text ul {
    padding-left: 16px;
    padding-left: 1rem;
}

.single-post-content .post_text ul li {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 148%;
    letter-spacing: -0.02em;
    color: var(--grey);
    list-style-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNSIgY3k9IjUiIHI9IjUiIGZpbGw9IiMwOTY3QjMiLz4KPC9zdmc+Cg==);
}

.bottom_part_info {
    padding-top: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    border-top: 1px solid #e0e3e5;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: var(--grey);
}

.bottom_part_info .views {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
}

@media screen and (max-width: 1024px) {
    .single_post_content {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .single_post_content {
        margin-bottom: 0;
        padding-bottom: 60px;
    }
    .on-photo-text {
        padding: 16px;
    }
    .single_post_title {
        font-size: 20px;
    }
    .on-photo-text .top .post_date, 
    .on-photo-text .top .views {
        font-weight: 400;
        font-size: 14px;
        line-height: 110%;
        letter-spacing: -0.02em;
    }
    .single-post-content .post_text p,
    .single-post-content .post_text ul li {
        font-weight: 400;
        font-size: 16px;
        line-height: 148%;
    }
    .bottom_part_info {
        font-weight: 400;
        font-size: 14px;
        line-height: 110%
    }
}
/* Single post styles end */

/* Vacancies page style start */
.vacancies .service-tabs .item .left-col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.vacancies .service-tabs .item .left-col .top {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
}

.vacancies .service-tabs .item .left-col .top .icon {
    width: 40px;

}

.vacancies .form-link {
    width: 100%;
}

.open-popup-link,
.open-popup-link:active,
.open-popup-link:focus,
.open-popup-link:focus-visible {
    border: 2px solid var(--blue);
    border-radius: 37px;
    padding: 12px 20px;
    height: 36px;
    width: 115px;
    background: var(--white);
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: var(--blue);
    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;
}

.vacancies .location,
.vacancies-popup .location {
    position: relative;
    gap: 10px;
    width: 100%;
    align-items: center;

}

.vacancies .location .icon,
.vacancies-popup .location .icon {
    width: 40px;
    height: 40px;
    padding: 4px;
    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;
}

.vacancies .location .texts,
.vacancies-popup .location .texts {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.vacancies .location .texts .misto,
.vacancies-popup .location .texts .misto {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: var(--grey);
    margin-bottom: 0;
}

.vacancies .location .texts .adresa,
.vacancies-popup .location .texts .adresa {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #97a0a7;
    margin-bottom: 0;
}

.vacancies-popup {
    position: relative;
    background: #FFF;
    border-radius: 16px;
    padding: 40px 32px;
    width: auto;
    max-width: 483px;;
    margin: 0 auto;
}

.vacancies-popup .title_popup {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 28px;
    line-height: 95%;
    letter-spacing: -0.04em;
    text-align: center;
    color: var(--grey);
    width: 100%;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #e6eaeb;
}

.vacancies-popup .location {
    width: 100%;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #e6eaeb;
}

.popup-vacancie-title {
    -webkit-box-align: start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
}

.popup-vacancie-title .name {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: var(--grey);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.vacancies-popup form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.vacancies-popup form .form-item {
    width: calc(50% - 8px);
}

.vacancies-popup form .form-item.button {
    width: 100%;
}

.vacancies-popup form .form-item.hidden {
    display: none;
}

.vacancies-popup form .form-item p {
    margin-bottom: 0;
}

.vacancies-popup form .form-item label {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: var(--grey);
}

.vacancies-popup form .form-item input {
    width: 100%;
    border: 1px solid var(--stroke);
    border-radius: 4px;
    padding: 18px 16px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: var(--grey);
}

.vacancies-popup form .form-item input::-webkit-input-placeholder {
    color: #97a0a7;
}

.vacancies-popup form .form-item input::-moz-placeholder {
    color: #97a0a7;
}

.vacancies-popup form .form-item input:-ms-input-placeholder {
    color: #97a0a7;
}

.vacancies-popup form .form-item input::placeholder {
    color: #97a0a7;
}

.vacancies-popup form .form-item.button input {
    background: var(--blue);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 37px;
    padding: 18px 40px;
    width: 100%;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: var(--white);
    transition: all .3s ease-in-out;
}

.vacancies-popup form .form-item.button input:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.wpcf7-not-valid-tip {
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: -0.02em;
}

.wpcf7-response-output {
    display: none;
}

.text_agree {
    max-width: 307px;
    margin: 14px auto 0 auto;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--grey);
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.text_agree a {
    text-decoration: underline !important;
    text-underline-offset: 2px;
    text-decoration-skip-ink: none;
    color: var(--blue);
}

@media screen and (max-width: 1367px) {
    .vacancies .item .right-col {
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .vacancies-popup {
        border-radius: 16px;
        padding: 28px 20px;
    }
    .vacancies-popup .title_popup {
        font-weight: 600;
        font-size: 24px;
        line-height: 95%;
        letter-spacing: -0.04em;
    }
    .popup-vacancie-title .name {
        font-weight: 700;
        font-size: 16px;
        line-height: 120%;
    }
    .vacancies-popup form .form-item {
        width: 100%;
    }
}
/* Vacancies page style end */

/* 404 page styles start */
.wrap404page {
    -webkit-column-gap: 5.573vw;
       -moz-column-gap: 5.573vw;
            column-gap: 5.573vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    padding: 90px 0 60px 0;
}

.wrap404page .left,
.wrap404page .right {
    width: calc(50% - (5.573vw/2));
}

.wrap404page .left {
    row-gap: 32px;
}

.wrap404page .left .title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 55px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: var(--grey);
}

.wrap404page .left .description {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: var(--grey);
}

.wrap404page .left .description p {
    margin-bottom: 20px;
}

.wrap404page .left .description p:last-child {
    margin-bottom: 0;
}

.wrap404page .blue-button {
    border-radius: 37px;
    padding: 18px 40px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: var(--white);
}

.wrap404page .buttons {
   -webkit-column-gap: 30px;
      -moz-column-gap: 30px;
           column-gap: 30px; 
}

.wrap404page .to-catalog {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-decoration: underline !important;
    text-underline-offset: 4px;
    text-decoration-skip-ink: none;
    color: var(--blue);
}

.wrap404page .right img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

@media screen and (max-width: 1367px) {
    .wrap404page .left .title {
        font-size: 45px;
    }
    .wrap404page .left .description {
        font-size: 18px;
    }
}

@media screen and (max-width: 1024px) {
    .wrap404page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        row-gap: 30px;
        padding: 60px 0;
    }
    .wrap404page .left,
    .wrap404page .right {
        width: 100%;
        max-width: 562px;
        margin: 0 auto;
    }
    .wrap404page .left {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                    -ms-grid-row-align: center;
                align-items: center;
    }
    .wrap404page .left .title {
        font-size: 55px;
    }
    .wrap404page .left .description {
        font-size: 20px;
        text-align: center;
        width: 100%;
        max-width: 554px;
    }
}

@media screen and (max-width: 767px) {
    .wrap404page .left {
        row-gap: 16px;
    }
    .wrap404page .left .description p {
        margin-bottom: 16px;
    }
    .wrap404page .left .title {
        font-weight: 700;
        font-size: 28px;
        line-height: 100%;
        letter-spacing: -0.04em;
    }
    .wrap404page .left .description {
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        letter-spacing: -0.04em;
    }
}
/* 404 page styles end */

/* All products page styles start */
.catalog-produts {
    border-radius: 24px;
    padding: 20px;
    background: var(--background);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 12px;
    margin-bottom: 60px;
}

.catalog-produts .cat_item {
    border: 2px solid transparent;
    width: calc(25% - 9px);
    border-radius: 12px;
    padding: 24px;
    background: var(--white);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    min-height: 329px;
}

.catalog-produts .cat_item:hover {
    border: 2px solid var(--blue);
}

.catalog-produts .cat_item .image {
    width: 100%;
    aspect-ratio: 1.5/1;
    overflow: hidden;
    border-radius: 12px;
}

.catalog-produts .cat_item .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.catalog-produts .cat_item .cat_name {
    display: -webkit-box;
    display: -ms-flexbox;
    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;
    align-items: center;
}

.catalog-produts .cat_item .cat_name a {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    max-width: 215px;
    /* font-size: 23px; */

    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    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;
    align-items: center;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: var(--grey);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.catalog-produts .cat_item .cat_name a .heading {
    font-weight: 500;
    font-size: 24px;
    max-width: 215px;
}

.catalog-produts .cat_item:hover .cat_name a {
    color: var(--blue);
}

.catalog-produts .cat_item .cat_name svg {
    margin-right: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.catalog-produts .cat_item:hover .cat_name svg {
    margin-right: 0;
}

.catalog-produts .cat_item:hover .cat_name svg path {
    stroke: var(--blue)
}

.catalog-produts .children_categories_list {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
}

.catalog-produts .children_categories_list li {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #97a0a7;
}

.catalog-produts .children_categories_list li .heading {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #97a0a7;
    margin-bottom: 0;
}

.catalog-produts .children_categories_list li a {
    font-family: var(--font-family);
    color: #97a0a7;
}

@media screen and (max-width: 1181px) {
    .catalog-produts .cat_item {
        width: calc(50% - 6px);
    }
}

@media screen and (max-width: 767px) {
    .catalog-produts {
        padding: 12px;
        border-radius: 0;
        margin-left: -12px;
        margin-right: -12px;
    }
    .catalog-produts .cat_item {
        border-radius: 4px;
        padding: 12px;
        gap: 12px;
        min-height: 224px;
    }
    .catalog-produts .cat_item .cat_name a {
        font-family: var(--font-family);
        font-weight: 500;
        font-size: 16px;
        height: 32px;
        line-height: 100%;
        letter-spacing: -0.02em;
        color: var(--grey);
        max-width: 75%;
    }
    .catalog-produts .cat_item .cat_name a .heading {
        font-weight: 500;
        font-size: 16px;
        height: 32px;
        line-height: 100%;
        letter-spacing: -0.02em;
    }
    .catalog-produts .cat_item .cat_name svg {
        margin: 0;
    }
    .catalog-produts .children_categories_list {
        gap: 4px;
    }
    .catalog-produts .children_categories_list li,
    .catalog-produts .children_categories_list li .heading {
        font-weight: 400;
        font-size: 11px;
        line-height: 100%;
        letter-spacing: -0.02em;
    }
}
/* All products page styles end */

/* Parent caregory page styles start */
.products-container {
    padding-bottom: 60px;
}
.children_categories_list {
    padding: 0;
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
                -ms-grid-row-align: stretch;
            align-items: stretch;
}

.children_categories_list .cat_item {
    width: calc(33.333% - 9px);
    border-radius: 12px;
    padding: 12px;
    background: var(--background);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    row-gap: 20px;
}

.children_categories_list .cat_item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
}

.children_categories_list .cat_item .image {
    width: 100%;
    border-radius: 12px;
    aspect-ratio: 1.8865979381443299/1;
    overflow: hidden;
    background: #FFF;
}

.children_categories_list .cat_item .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.children_categories_list .cat_item .cat_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.children_categories_list .cat_item .cat_name .cat_name-link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: var(--grey);
    display: -webkit-box;
    display: -ms-flexbox;
    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;
    align-items: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 0;
}

.children_categories_list .cat_item .cat_name svg {
    margin-right: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.children_categories_list .cat_name:hover .cat_name-link {
    color: var(--blue); 
}

.children_categories_list .cat_item .cat_name:hover svg {
    margin-right: 0;
}

.children_categories_list .cat_item .cat_name:hover svg path {
    stroke: var(--blue);
}

@media screen and (max-width: 1024px) {
    .children_categories_list .cat_item {
        width: calc(50% - 6px);
    }
    .children_categories_list .cat_item .image {
        aspect-ratio: 1.9337349397590362/1;
    }
    .children_categories_list .cat_item .cat_name .cat_name-link {
        font-weight: 400;
        font-size: 22px;
        line-height: 100%;
        letter-spacing: -0.02em;
    }
}

@media screen and (max-width: 767px) {
    .children_categories_list .cat_item {
        border-radius: 4px;
        padding: 8px;
    }
    .children_categories_list .cat_item-link {
        row-gap: 8px;
    }
    .children_categories_list .cat_item .image {
        aspect-ratio: 0.9047619047619048/1;   
        border-radius: 4px;
    }
    .children_categories_list .cat_item .cat_name .cat_name-link {
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: -0.02em;
    }
}
/* Parent caregory page styles end */

/* Children caregories page styles start */
.page_title .color {
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: var(--blue);
}

.children_categories_list_horizontal {
    padding: 0 0 40px 0;
    margin: 0;
    gap: 16px;
    align-items: flex-end;
    /* align-items: stretch; */
    transition: all .3s ease-in-out;
}

.children_categories_list_horizontal li {
    width: calc(100%/7 - 10px);
    transition: all .3s ease-in-out;
}

.children_categories_list_horizontal .cat_item {
    border-radius: 8px;
    padding: 8px 8px 12px 8px;
    background: var(--background);
    row-gap: 8px;
    transition: all .3s ease-in-out;
}

.children_categories_list_horizontal .cat_item:hover {
    padding: 5px 8px 15px 8px;
}

.children_categories_list_horizontal .cat_item .image {
    width: 100%;
    aspect-ratio: 1.1176470588235294/1;
    border-radius: 6px;
    overflow: hidden;
    background: #FFF;
}

.children_categories_list_horizontal .cat_item .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.children_categories_list_horizontal .cat_item .cat_name {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--grey);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-wrap: wrap;
}

.children_categories_list_horizontal .cat_item .cat_name .heading {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    height: 32px;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--grey);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-wrap: wrap;
}

.children_categories_list_horizontal .cat_item:hover .cat_name {
    color: var(--blue);
}

.blue-bg-section {
    padding: 40px 0;
    background: var(--background); 
    min-height: 20vh; 
}

.product_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 13px;
}

.product_list .product_item {
    width: calc(20% - 11px);
    border-radius: 12px;
    padding: 12px 28px 20px 28px;
    box-shadow: 0 5px 10px 0 rgba(24, 50, 87, 0.03);
    background: var(--white);
    transition: all .3s ease-in-out;
}

.product_list .product_item:hover {
    padding: 8px 28px 24px 28px;
}

.product_list .product_item .poduct-link {
    row-gap: 12px;
}

.product_list .product_item .image {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 6px;
    overflow: hidden;
    background: #FFF;
}

.product_list .product_item .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.product_list .product_item .poduct-link .name {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: var(--grey);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 0;
}

.product_list .product_item:hover .poduct-link .name {
    color: var(--blue);
}

@media screen and (max-width: 1179px) {
    /* .product_list .product_item {
        width: calc(25% - 11px);
    }
    .children_categories_list_horizontal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .children_categories_list_horizontal::-webkit-scrollbar { 
        width: 0; 
    }
    .children_categories_list_horizontal { 
        -ms-overflow-style: none; 
    }
    .children_categories_list_horizontal { 
        overflow: -moz-scrollbars-none; 
    }
    .children_categories_list_horizontal li {
        width: calc(100% / 5 - 10px); */
      /* } */


      .children_categories_list_horizontal {
        display: flex;
        align-items: stretch;
        min-width: 120%;
        overflow-x: auto; 
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; 
        -ms-overflow-style: none; 
        overflow: -moz-scrollbars-none; 
    }
    
    .children_categories_list_horizontal::-webkit-scrollbar,
    .container-xl::-webkit-scrollbar { 
        display: none;
    }
    
    .children_categories_list_horizontal li {
        width: calc(35% - 10px);
        height: 100%;
    }
    /* .container-xl {
        overflow-x: auto;
    } */
    
}

@media screen and (max-width: 1179px) {
    .product_list .product_item {
        width: calc(33.333% - 11px);
    }
    .children_categories_list_horizontal li {
        width: calc(100% / 3.5 - 10px);
    }
    .product_list .product_item .image {
        aspect-ratio: 1.2432432432432432/1;
    }
}

@media screen and (max-width: 767px) {
    .children_categories_list_horizontal {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        overflow-x: unset;
        white-space: unset;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                    -ms-grid-row-align: stretch;
                align-items: stretch;
        gap: 8px;
        min-width: 100%;
        flex-wrap: wrap;
    }
    .children_categories_list_horizontal li {
        width: calc(33.333% - 6px);
   
    }
    .children_categories_list_horizontal .cat_item {
        border-radius: 8px;
        padding: 8px 8px 12px 8px;
        height: 100%;
    }
    .children_categories_list_horizontal .cat_item .cat_name,
    .children_categories_list_horizontal .cat_item .cat_name .heading {
        font-family: var(--font-family);
        font-weight: 500;
        /* font-size: 14px; */
        
        font-size: 12px;
        height: 24px;
        line-height: 100%;
        letter-spacing: -0.02em;
        color: var(--grey);
    }
    .product_list {
        gap: 5px;
    }
    .product_list .product_item {
        width: calc(50% - 2.5px);
        border-radius: 4px;
        padding: 12px;
    }
    .product_list .product_item .poduct-link {
        row-gap: 6px;
    }
    .product_list .product_item .poduct-link .name {
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: -0.02em;
    }
}
/* Children caregories page styles end */

/* Search page styles start */
.nothing_found {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 591px;
}

.nothing_found .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 432px;
    row-gap: 16px;
}

.nothing_found .inner img {
    width: 72px;
    height: 72px;
}

.nothing_found .inner .title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: var(--grey);
    margin-bottom: 8px;
}

.nothing_found .inner .text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 148%;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--grey);
    width: 100%;
    max-width: 354px;
    margin: 0 auto;
}

.nothing_found .inner .blue-button {
    border-radius: 37px;
    padding: 18px 40px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: var(--white);
}

@media screen and (max-width: 767px) {
    .nothing_found {
        height: 510px;
    }  
    .nothing_found .inner img {
        width: 60px;
        height: 60px;
    }
    .nothing_found .inner .title {
        font-weight: 600;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: -0.04em;
        margin: 0 auto 8px auto;
        max-width: 300px;
    }
    .nothing_found .inner .text {
        font-weight: 400;
        font-size: 14px;
        line-height: 148%;
    }
}
/* Search page styles end */



/* Footer styles start */
footer {
    background: var(--blue);
}

.to-top {
    /* position: absolute;
    left: 0;
    bottom: 120px; */
    margin-top: 50px;
    z-index: 50;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.to-top:hover {
    opacity: 0.8;
}

@media screen and (max-width: 1367px) {
    .to-top {
        bottom: -50px;
    }
}


@media screen and (max-width: 1024px) {
    .to-top {
        bottom: -100px;
    }
}

@media screen and (max-width: 767px) {
    .to-top {
        bottom: -50px;
    }
}

.footer_container {
    padding: 50px 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.menu-row {
    max-width: 180px;
}

.footer_row .title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: var(--white);
    margin-bottom: 25px;
}

.footer_row.address-row {
    position: relative;
    max-width: 412px;
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.address-row .numbers {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start;
}

.address-row .numbers .number-item {
    width: 48%;
}

.row_item.logo {
    gap: 5px;
}

.row_item.logo .footer_logo {
    width: 50%;
}

.row_item.logo .footer_logo_text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: var(--white);
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.numbers .item-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: var(--white);
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    margin-bottom: 15px;
}

.address-row .numbers .number-item .phone {
    display: block;
    width: 100%;
    text-align: left;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: var(--white);
    margin-bottom: 10px;
}

.address-row .adress {
    margin-top: 30px;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
} 

.address-row .adress .text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: var(--white);
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.menu-row .menu {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
}

.menu-row .menu li a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: var(--white);
}

.contact-form-row {
    width: 520px;
}

.contact_form_wrap {
    border-radius: 16px;
    padding: 20px 32px;
    background: var(--white);
}

.contact_form_wrap .title {
    width: 100%;
    text-align: center;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 28px;
    line-height: 129%;
    letter-spacing: -0.04em;
    text-align: center;
    color:  #2e414f;
    margin-bottom: 10px;
}

.contact_form_wrap .subtitle {
    width: 100%;
    text-align: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 129%;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--grey);
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.contact_form_wrap form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}

.form_item {
    width: calc(33% - 6px);
    width: 100%;
}

.form_item.name,
.form_item.phone {
    width: calc(50% - 3px);
}

.contact_form_wrap form label {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: var(--grey);
}

.form_item.textarea,
.form_item.button  {
    width: 100%;
}

.form_item.button input {
    background: var(--blue);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 37px;
    padding: 18px 40px;
    width: 100%;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: var(--white);
}

.form_item.button input:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.form_item p,
.form_item input {
    width: 100%;
}

.form_item input {
    border: 1px solid var(--stroke);
    border-radius: 4px;
    padding: 18px 16px;
}

.form_item.textarea textarea {
    width: 100%;
    border: 1px solid var(--stroke);
    border-radius: 4px;
    padding: 18px 16px;
    height: 88px;
    resize: none;
}

.form_item input::-webkit-input-placeholder,
.form_item.textarea textarea::-webkit-input-placeholder {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #97a0a7;
}

.form_item input::-moz-placeholder,
.form_item.textarea textarea::-moz-placeholder {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #97a0a7;
}

.form_item input:-ms-input-placeholder,
.form_item.textarea textarea:-ms-input-placeholder {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #97a0a7;
}

.form_item input::placeholder,
.form_item.textarea textarea::placeholder {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #97a0a7;
}

.bottom_form_text {
    max-width: 308px;
    margin: 0 auto;
    text-align: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--grey);
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.bottom_form_text a {
    text-decoration: underline !important;
    text-decoration-skip-ink: none;
    color: var(--blue);
    text-underline-offset: 4px;
}

.wpcf7-spinner {
    display: none !important;
}

.copyrigth {
    background: var(--grey);
    padding: 12px 0;
}

.copyrigth .item,
.copyrigth .item a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: var(--white);
    text-decoration: none;
}

.copyrigth .inner-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
}

.devs {
    gap: 6px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #97a0a7;
}

.row_item.pc-hide {
    display: none !important;
}

.zentix-link {
    display: flex;
}

@media screen and (max-width: 1367px) {
    .row_item.pc-hide {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .row_item.mob-hide {
        display: none !important;
    }   
    .footer_container {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        row-gap: 30px;
        -webkit-column-gap: 60px;
           -moz-column-gap: 60px;
                column-gap: 60px;
    }
    .footer_row.address-row,
    .menu-row {
        max-width: 50%;
        width: calc(50% - 30px);
    }
    .menu-row .menu {
        /* column-count: 2; */
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
    .contact-form-row {
        margin: 0 auto;
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .footer_container {
        row-gap: 60px;
    }
    .footer_row.address-row, 
    .menu-row,
    .contact-form-row {
        width: 100%;
        max-width: unset;
    }
    .menu-row {
        max-width: 300px;
    }
    .numbers .item-title br {
        display: none;
    }
    .row_item.pc-hide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .row_item.logo .footer_logo {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .row_item.logo .footer_logo_text {
        max-width: 220px;
        text-align: center;
    }
    .copyrigth .inner-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 15px;
    }
    .form_item.name,
    .form_item.phone {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .numbers .item-title {
        font-family: var(--font-family);
        font-weight: 700;
        font-size: 14px;
        line-height: 120%;
        letter-spacing: -0.04em;
        color: var(--white);
        opacity: .5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    }
    .address-row .numbers .number-item .phone {
        font-family: var(--font-family);
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: -0.02em;
        color: var(--white);
    }
    .address-row .adress {

    }
    .menu-row .menu {
        grid-gap: 5px;
    }
    .menu-row .menu li a {
        font-weight: 400;
        font-size: 14px;
    }
    .contact_form_wrap {
        border-radius: 16px;
        padding: 16px 20px;
    }

    .form_item {
        width: 100%;
    }
    .copyrigth .item {
        text-align: center;
    }
}
/* Footer styles end */

/* Cookies popup styles start */
.cookie-alert {
    position: fixed;
    left: 30px;
    bottom: 30px;
    border-radius: 12px;
    padding: 36px 36px 28px 36px;
    width: 432px;
    background: var(--white);
    box-shadow: 0 20px 32px 0 rgba(50, 47, 71, 0.1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 99999;
}

.cookie-alert {
    display: none;
}
.cookie-alert.show {
    display: block;
}

.cookies-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: var(--grey);
    margin-bottom: 10px;
}

.cookies-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: var(--grey);
}

.cookies-text a {
    text-decoration: underline !important;
    text-underline-offset:px ;
    text-decoration-skip-ink: none;
    color: var(--blue);
}

.accept-cookies {
    display: block;
    background: var(--blue);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 37px;
    padding: 18px 40px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: var(--white);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
}

.cookie-alert .close-popup {
    position: absolute;
    top: 12px;
    right: 12px;
}

@media screen and (max-width: 1200px) {
    .cookie-alert {
        width: calc(100% - 60px);
    }
    .cookie-text-wrapper {
        text-align: center;
    }
    .cookie-accept {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .cookie-alert { 
        left: 10px;
        width: calc(100% - 20px);
    }
    .cookies-title {
        font-size: 20px;
    }
    .cookies-text {
        font-size: 14px;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
}
/* Cookies popup styles end */

/* Form popup styles start */
.form-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 60;
    transition: all .3s ease-in;
    display: none;
}

.form-popup.show {
    display: block;
}

.form-popup .overlay {
    width: 100%;
    height: 100%;
    background-color: #2e414f;
    opacity: 0.7;
}

.popup-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 16px;
    padding: 24px 32px;
    width: 568px;
    background: var(--background);
}

.form-popup .close-popup {
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
}

.form-popup .form-title {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 28px;
    line-height: 95%;
    letter-spacing: -0.04em;
    text-align: center;
    color: var(--grey);
    margin-bottom: 12px;
    text-align: left;
}

.form-popup .form-inner {
    row-gap: 10px;
}

.form-popup .phones {
    border-radius: 12px;
    padding: 20px 23px;
    background: var(--white);
    justify-content: space-between;
    column-gap: 40px;
}

.form-popup .phones .item {
    width: calc(50% - 20px);
    text-align: center;
}

.form-popup .phones .item-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: var(--grey);
    opacity: .5;
    margin-bottom: 10px;
} 

.form-popup .phones .phone {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: var(--grey);
    margin-bottom: 10px;
}

.form-popup .phones .phone:last-child {
    margin-bottom: 0;
}

.form-popup form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-popup .form_item label {
    font-family: var(--font-family);
}

.form-popup .form_item.name,
.form-popup .form_item.phone {
    width: 49%;
}

@media screen and (max-width: 767px) {
    .popup-content {
        width: 95%;
        padding: 24px 12px;
    }
    .form-popup .phones {
        padding: 20px 12px;
    }
    .form-popup .phones .item-title {
        font-size: 11px;
    }
    .form-popup .phones .phone {
        font-size: 17px;
    }
    .form-popup .form_item label { 
        font-size: 12px;
    }
    .form-popup .form_item input {
        padding: 16px 14px;
    }
    .form-popup  .form_item input,
    .form-popup  .form_item input::placeholder,
    .form-popup  .form_item textarea,
    .form-popup  .form_item textarea::placeholder,
    .intl-tel-input.separate-dial-code .selected-dial-code {
        font-size: 14px !important;
    }
}

/* Form popup styles end */

.intl-tel-input.separate-dial-code .selected-flag {
    background-color: transparent !important;
    font-family: var(--font-family) !important;
}

.intl-tel-input {
    width: 100%;
}

.ajax-search__item .image img {
    width: 60px;
    height: auto;
}

.intl-tel-input .country-list {
    border: 1px solid var(--stroke);
    width: 225px;
    border-radius: 4px;
    box-shadow: 0 20px 32px 0 rgba(50, 47, 71, 0.1);
}

.intl-tel-input .country-list::-webkit-scrollbar-thumb {
    width: 10px;
    height: 50px;
    border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: var(--grey);
}

.intl-tel-input .country-list .country-name {
    width: 65%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    line-height: 129%;
    color: var(--grey);
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px !important;
}

.intl-tel-input .selected-flag .iti-arrow {
    display: none;
}

.info-wrapper .left_part .specs .title_block {
    padding-left: 10px;
    margin-top: 30px;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .intl-tel-input .country-list {
        max-width: 85vw;
        width: 100%;
        height: 85vh;

        margin: 0 auto;
    }
}




.mfp-bg {
    opacity: 0.5 !important;
}

@media screen and (max-width: 480px) {
    .hero_section {
        height: 500px;
        padding-top: 0;
    }
    .hero_section .home_slider .item {
        height: 500px;
    }
    .hero_section .home_slider .item {
        padding-bottom: 0;
        padding-top: 0;
    }
    .hero_section .text-on-video {
        padding-bottom: 110px;
    }
}




.catalog-produts .cat_item:nth-child(3),
.catalog-produts .cat_item:nth-child(5) {
    display: none;
}

.term-klinichni-tovary .children_categories_list li:not(:first-child),
.catalog-produts .cat_item:nth-child(4) .children_categories_list li:not(:first-child) {
    display: none !important;
}


.no-scroll {
    overflow: hidden;
  }
  
  #loader {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100vw;
    height: 100%;
    background: #FFF;
    z-index: 105;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.75s ease-in-out; 
    animation-delay: 2s;
  }
  
  
  .loader-img {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 106;
    width: 450px;
    height: auto;
  } 

  .loader-img img {
    width: 100%;
    height: 100%;
  }
  
  #loader.no-loader {
    transform: translate(-50%, -150%);
  }

  @media screen and (max-width: 767px) {
    .loader-img {
        width: 70vw;
    }
  }