@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/static/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
} 
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/static/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
} 
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/static/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/static/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/static/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
} 
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
} 
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

html {
    height: 100%;
}
body {
    font-family: 'Montserrat', sans-serif !important;
    height: 100%;
    color: #615e5e;
}
.container {
    max-width: 95% !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
}

a {
    color: #D7926B;
    outline: none;
}

.title_block_line {
    display: flex;
    align-items: center;
    color: #d7926b;
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.title_block_line::before {
    display: none;
    content: "";
    position: relative;
    margin-right: 1.25rem;
    width: 4rem;
    height: 1px;
    background-color: #d7926b;
}

.btn_link_page {
    margin-top: 30px;
}
.btn_link_page > a {
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    text-transform: uppercase;
    background-color: #D7926B;
    transition: .15s cubic-bezier(.165,.84,.44,1);
}
.btn_link_page > a:hover {
    background-color: #000;
}

.topbar {
    min-height: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    background-color: #fff;
    padding-right: 15px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 5px;
}
.topbar > .container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0px;
}
.topbar > .container > .topbar_right_block {
    display: flex;
}
.topbar > .container > .topbar_contact, .topbar > .container > .topbar_right_block > .topbar_socials {
    display: flex;
    align-items: center;
}
.topbar > .container > .topbar_contact > ul, .topbar > .container > .topbar_right_block > .topbar_socials > ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
.topbar > .container > .topbar_contact > ul > li {
    margin-right: 40px;
}
.topbar > .container > .topbar_contact > ul > li:last-child {
    margin-right: 0px;
}
.topbar > .container > .topbar_contact > ul > li > a {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 13px;
    text-decoration: none;
    outline: none;
    transition: all .2s cubic-bezier(.165,.84,.44,1);
}
.topbar > .container > .topbar_contact > ul > li > a:hover {
    color: #D7926B;
}
.topbar > .container > .topbar_contact > ul > li > a > img {
    margin-right: 7px;
}
.topbar > .container > .topbar_right_block > .topbar_socials > ul > li {
    margin-right: 20px;
    transition: all .2s cubic-bezier(.165,.84,.44,1);
}
.topbar > .container > .topbar_right_block > .topbar_socials > ul > li > a {
    outline: none;
}
.topbar > .container > .topbar_right_block > .topbar_socials > ul > li:hover {
    transform: scale(1.3);
}
.topbar > .container > .topbar_right_block > .topbar_socials > ul > li:last-child {
    margin-right: 0px;
}

.menu_languages {
    margin-right: 20px;
}
.menu_languages > ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
}
.menu_languages > ul > li {
    padding: 13px 0px;
}
.menu_languages > ul > li.menu-item-has-children {
    position: relative;
}
.menu_languages > ul > li.menu-item-has-children > a::after {
    content: url("../images/icons/arrow-down-short.svg");
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.menu_languages > ul > li > a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
    display: flex;
    align-items: center;
}
.menu_languages > ul > li > ul.sub-menu {
    opacity: 0;
    background-color: #fff;
    position: absolute;
    margin: 0;
    top: 50px;
    left: -22px;
    padding: 10px 20px;
    visibility: hidden;
    z-index: -1;
    list-style: none;
    border: 1px solid;
    border-color: #eaeaea;
    border-top: 0;
}
.menu_languages > ul > li > ul.sub-menu > li > a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
    transition: all .2s cubic-bezier(.165,.84,.44,1);
}
.menu_languages > ul > li > ul.sub-menu > li > a:hover {
    color: #D7926B;
}
.menu_languages > ul > li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

header {
    position: relative;
    min-height: 115px;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid rgba(255,255,255,.15);
    z-index: 1000;
    transition: all 0.3s ease;
    box-shadow: 0 -6px 10px 5px rgba(0,0,0,.5);
}
header.sticky {
    position: fixed;
    transition: all 0.3s ease;
}
header > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}
header > .container > .logo > p {
    margin: 0;
    font-weight: 900;
}
header > .container > .logo > p > a {
    color: #000;
    font-size: 22px;
    text-decoration: none;
}
header > .catalog_menu {
    border-top: 1px solid;
    border-color: #eaeaea;
    padding: 7px 0px;
}
header > .container > .menu > ul, header > .catalog_menu > .container > .menu > ul {
    display: flex;
    margin: 0;
    padding: 0;
    height: 100%;
    align-items: center;
    justify-content: center;
}
header > .container > .menu > ul > li {
    list-style: none;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    height: 100%;
}
header > .catalog_menu > .container > .menu > ul > li {
    padding: 5px 10px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
header > .catalog_menu > .container > .menu > ul > li:first-child {
    padding: 0px 10px 0px 0px;
}
header > .catalog_menu > .container > .menu > ul > li:last-child {
    padding: 0px 0px 0px 10px;
}
header > .catalog_menu > .container > .menu > ul > li > a {
    font-size: 12px;
    color: #000;
    text-decoration: none;
    text-align: center;
    transition: all .3s ease;
}
header > .catalog_menu > .container > .menu > ul > li > a:hover {
    color: #D7926B;
}
header > .catalog_menu > .container > .menu > ul > li > ul.sub-menu > li {
    width: 25%;
    text-align: center;
}
header > .catalog_menu > .container > .menu > ul > li > ul.sub-menu > li > a {
    font-size: 14px;
    text-decoration: none;
    transition: all .3s ease;
}
header > .catalog_menu > .container > .menu > ul > li > ul.sub-menu > li > a:hover {
    text-decoration: underline;
    color: #d7926b;
}
header > .catalog_menu > .container > .menu > ul > li > ul.sub-menu > li > a:visited {
    color: #d7926b;
}
header > .container > .menu > ul > li > ul.sub-menu, header > .catalog_menu > .container > .menu > ul > li > ul.sub-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    display: flex;
    background-color: #18130c;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0;
    padding: 40px 53px;
    justify-content: flex-start;
    transition: all .2s ease;
    z-index: -1;
    border-top: 2px solid #d7926b;
    border-bottom: 2px solid #d7926b;
}
header > .container > .menu > ul > li > ul.sub-menu > li {
    width: 25%;
    min-height: 65px;
    display: flex;
    align-items: flex-start;
}
header > .container > .menu > ul > li > ul.sub-menu > li > ul.sub-menu {
    display: none;
}
header > .container > .menu > ul > li > ul.sub-menu > li > a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
}
header > .container > .menu > ul > li > ul.sub-menu > li > a::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #d7926b;
    transition: width 0.3s ease;
}
header > .container > .menu > ul > li > ul.sub-menu > li:hover a::before {
    width: 100%;
}
header > .container > .menu > ul > li > a {
    position: relative;
    font-weight: 300;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    transition: all .2s cubic-bezier(.165,.84,.44,1);
}
header > .container > .menu > ul > li > a::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #d7926b;
    transition: width 0.3s ease;
}
header > .container > .menu > ul > li.menu-item-has-children > a::before {
    display: none;
}
header > .container > .menu > ul > li:hover a::before {
    width: 100%;
}
header > .container > .menu > ul > li:hover a {
    color: #d7926b;
}
header > .container > .menu > ul > li:last-child {
    margin-right: 0px;
}

header > .container > .menu > ul > li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    top: 108px;
}
header > .catalog_menu > .container > .menu > ul > li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}
header > .container > .menu > ul > li.menu-item-has-children:hover {
    background-color: #d7926b;
}
header > .container > .menu > ul > li.menu-item-has-children:hover a {
    color: #fff;
}

header > .container > .block_search > .mobile_menu {
    display: none;
    margin-left: 20px;
    align-items: center;
}
header > .container > .block_search > .mobile_menu > span {
    color: #b88768;
    margin-right: 5px;
}
header > .container > .block_search > .mobile_menu > img {
    width: 35px;
}

header .mobile_menu_block {
    position: fixed;
    z-index: 9999;
    background-color: #18130c;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    overflow: scroll;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
}
header .mobile_menu_block.is_active {
    right: 0;
}
header .mobile_menu_block > .mobile_topbar {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(255,255,255,.15);
}
header .mobile_menu_block > .mobile_topbar > .topbar_contact > ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: space-between;
}
header .mobile_menu_block > .mobile_topbar > .topbar_contact > ul > li {
    display: flex;
    align-items: center;
}
header .mobile_menu_block > .mobile_topbar > .topbar_contact > ul > li > a {
    font-size: 11px;
    color: #fff;
    text-decoration: none;
}
header .mobile_menu_block > .mobile_topbar > .topbar_contact > ul > li > a > img {
    margin-right: 5px;
}
header .mobile_menu_block > .mobile_topbar > .topbar_contact > ul > li > a:hover {
    color: #D7926B;
}
header .mobile_menu_block > .mobile_header {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,.15);
}
header .mobile_menu_block > .mobile_header > span {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
header .mobile_menu_block > .mobile_header > .mobile_close {
    display: flex;
    align-items: center;
} 
header .mobile_menu_block > .mobile_header > .mobile_close > span {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    margin-right: 5px;
}
header .mobile_menu_block > .mobile_header > .mobile_close > img {
    width: 30px;
}
header .mobile_menu_block > .mobile_footer > ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-between;
}
header .mobile_menu_block > .mobile_footer > ul > li {
    width: 100%;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: start;
}
header .mobile_menu_block > .mobile_footer > ul > li > a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
}
header .mobile_menu_block > .mobile_footer > ul > li.menu-item-has-children > ul {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}
header .mobile_menu_block > .mobile_footer > ul > li.menu-item-has-children > ul > li.menu-item-has-children {
    position: relative;
    padding-right: 40px;
}
header .mobile_menu_block > .mobile_footer > ul > li.menu-item-has-children > ul > li {
    margin-bottom: 10px;
}
header .mobile_menu_block > .mobile_footer > ul > li.menu-item-has-children > ul > li.menu-item-has-children::after {
    content: "+";
    display: flex;
    align-items: center;
    color: #b88768;
    font-size: 25px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 100px;
}
header .mobile_menu_block > .mobile_footer > ul > li.menu-item-has-children > ul > li.menu-item-has-children.active::after {
    content: "-";
}
header .mobile_menu_block > .mobile_footer > ul > li.mobile-menu-item-with-children {
    position: relative;
    flex-wrap: wrap;
}
header .mobile_menu_block > .mobile_footer > ul > li.mobile-menu-item-with-children::after {
    content: "+";
    display: flex;
    align-items: center;
    color: #b88768;
    font-size: 25px;
    position: absolute;
    right: 20px;
    top: 17px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 100px;
}
header .mobile_menu_block > .mobile_footer > ul > li.mobile-menu-item-with-children.active::after {
    content: "-";
}
header .mobile_menu_block > .mobile_footer > ul > li.mobile-menu-item-with-children > .sub-menu > li.mobile-menu-item-with-children > .sub-menu {
    display: none;
    margin: 0;
}
header .mobile_menu_block > .mobile_footer > ul > li.mobile-menu-item-with-children > .sub-menu > li > a, header .mobile_menu_block > .mobile_footer > ul > li.mobile-menu-item-with-children > .sub-menu > li.menu-item-has-children > .sub-menu > li > a {
    color: #b88768;
    text-decoration: none;
}
header .mobile_menu_block > .mobile_footer > ul > li.mobile-menu-item-with-children > .sub-menu > li > a:visited {
    color: #b88768;
}
header .mobile_menu_block > .mobile_footer > .topbar_socials {
    width: 100%;
    margin: 30px 0px;
    display: flex;
    justify-content: center;
}
header .mobile_menu_block > .mobile_footer > .topbar_socials > ul {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
header .mobile_menu_block > .mobile_footer > .topbar_socials > ul > li {
    margin-right: 30px;
}
header .mobile_menu_block > .mobile_footer > .topbar_socials > ul > li:last-child {
    margin-right: 0px;
}

header .block_search > .search_btn, header .block_search > .block_search_panel > .search_close {
    background-color: transparent;
    border: none;
}
header .block_search > .search_btn > img, header .block_search > .block_search_panel > .search_close > img {
    width: 25px;
}
header .block_search > .block_search_panel {
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 60px;
    border-top: 2px solid #d7926b;
    background-color: #18130c;
    transition: all .3s ease-out;
    opacity: 0;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .block_search > .block_search_panel > .search_field {
    display: flex;
    align-items: center;
    width: 100%;
}
header .block_search > .block_search_panel > .search_field > form, header .block_search > .block_search_panel > .search_field > form > label {
    width: 100%;
}
header .block_search > .block_search_panel > .search_field > img {
    width: 25px;
    margin-right: 15px;
}
header .block_search > .block_search_panel.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 99999;
}
header .block_search > .block_search_panel .search-field {
    background-color: transparent;
    border: none;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    outline: none;
}
header .block_search > .block_search_panel .search-submit {
    display: none;
}

/* Slider */

.swiper {
    width: 100%;
    height: 400px;
    min-height: 320px;
    background-color: #46677b;
}
  
.swiper-slide {
    font-size: 18px;
    background: #fff;
    display: flex;
}
.swiper-slide::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
}
  
/* Title Text */
.title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    z-index: 1;
    color: #ffffff;
}
.title__text {
    width: 100%;
    font-size: 40px;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
}
  
/* Style up the image behind each slide */
.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.background-image__image {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0.8;
}

.first_block > .container {
    display: flex;
    justify-content: space-between;
}
.first_block .swiper-button-prev {
    position: relative;
    margin-top: -70px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    border: 1px solid #e4e4e4;
    transition: all .1s ease-out;
}
.first_block .swiper-button-next {
    position: relative;
    margin-top: -70px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    border: 1px solid #e4e4e4;
    transition: all .1s ease-out;
}
.first_block .swiper-button-prev:hover, .first_block .swiper-button-next:hover {
    border: 1px solid #d7926b;
}
.first_block .swiper-button-prev::after, .first_block .swiper-button-next::after {
    display: none;
}

.first_block .swiper-pagination {
    color: #fff;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    bottom: 35px;
}

.first_block_mobile {
    display: none;
    position: relative;
}
.first_block_mobile > img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.first_block_mobile > div {
    position: absolute;
    top: 50%;
    padding: 0 20px;
    transform: translate(0%, -50%);
    color: #fff;
    font-size: 20px;
}

/* Second block - about us */

.second_block {
    width: 100%;
    padding: 100px 0px 0px 0px;
}
.second_block .col-sm-6:first-child {
    display: flex;
    align-items: center;
}
.second_block .about_text > h3 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 42px;
}
.second_block .about_text > p {
    font-size: 14px;
    line-height: 24px;
    color: #615e5e;
}
.second_block .about_text > a {
    color: #fff;
    background-color: #D7926B;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    text-decoration: none;
    transition: all .3s ease;
}
.second_block .about_text > a:hover {
    background-color: #000;
}
.second_block .about_images {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.second_block .about_images > img {
    width: 60%;
}
.second_block .about_images > img.about_second_image {
    position: absolute;
    left: 30%;
    top: 50%;
    border: 6px solid #fff;
}

.third_block {
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: url("../images/patterns/1.png");
    background-color: #f9f5f5;
}
.third_block .number_qty {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.third_block .number_qty > .counter_back {
    font-size: 90px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(0,0,0,.2);
}
.third_block .number_qty > .counter_content {
    position: absolute;
    display: flex;
    align-items: center;
    left: 50%;
}
.third_block .number_qty > .counter_content > .content_number {
    font-size: 40px;
    font-weight: 600;
    color: #000;
}
.third_block .number_qty > .counter_content > p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    margin-left: 9px;
    margin-bottom: 0px;
    max-width: 60px;
}

.block_catalog_carousel {
    width: 100%;
    padding: 80px 0px 80px 0px;
}
.block_catalog_carousel > .container {
    position: relative;
}
.block_catalog_carousel > .container > .row > .col-sm-3, .recommendations_block > .container > .row > .col-sm-3 {
    margin-bottom: 20px;
}
.block_catalog_carousel > .container > .row > .col-sm-3 > .carousel_category_item, .recommendations_block > .container > .row > .col-sm-3 > .product_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.block_catalog_carousel > .container > .row > .col-sm-3 > .carousel_category_item > .category_thumbnail, .recommendations_block > .container > .row > .col-sm-3 > .product_item > .product_item_thumb {
    width: 100%;
    height: 230px;
    overflow: hidden;
}
.block_catalog_carousel > .container > .row > .col-sm-3 > .carousel_category_item > .category_thumbnail, .recommendations_block > .container > .row > .col-sm-3 > .product_item > .product_item_thumb {
    position: relative;
}
.block_catalog_carousel > .container > .row > .col-sm-3 > .carousel_category_item > .category_thumbnail > a, .recommendations_block > .container > .row > .col-sm-3 > .product_item > .product_item_thumb > a {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.block_catalog_carousel > .container > .row > .col-sm-3 > .carousel_category_item > .category_thumbnail > a > .overlay_item, .recommendations_block > .container > .row > .col-sm-3 > .product_item > .product_item_thumb > a > .overlay_item {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    background-color: #00000094;
}
.block_catalog_carousel > .container > .row > .col-sm-3 > .carousel_category_item > .category_thumbnail > a > img, .recommendations_block > .container > .row > .col-sm-3 > .product_item > .product_item_thumb > a > img {
    width: 100%;
    transition: .15s cubic-bezier(.165,.84,.44,1);
}
.block_catalog_carousel > .container > .row > .col-sm-3 > .carousel_category_item:hover .category_thumbnail > a > img, .recommendations_block > .container > .row > .col-sm-3 > .product_item:hover .product_item_thumb > a > img {
    transform: scale(1.3);
}
.block_catalog_carousel > .container > .row > .col-sm-3 > .carousel_category_item > .category_thumbnail > a > div.title_term, .recommendations_block > .container > .row > .col-sm-3 > .product_item > .product_item_thumb > a > div.title_term {
    margin-top: 10px;
    color: #fff;
    justify-content: center;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    padding: 0px 15px;
    line-height: 26px;
    min-height: 60px;
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 999;
}
.recommendations_block > .container > .row > .col-sm-3 > .product_item > .product_item_thumb > a > div.category_item_block {
    position: absolute;
    z-index: 999;
    display: flex;
    justify-content: center;
    top: 80%;
    background: #d7926b;
    color: #fff;
    width: 60%;
    border-radius: 100px;
}
.block_catalog_carousel > .container > .row > .col-sm-3 > .carousel_category_item > a, .recommendations_block > .container > .row > .col-sm-3 > .product_item > a {
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    text-transform: uppercase;
    background-color: #000;
    transition: .15s cubic-bezier(.165,.84,.44,1);
}
.block_catalog_carousel > .container > .row > .col-sm-3 > .carousel_category_item > a:hover, .recommendations_block > .container > .row > .col-sm-3 > .product_item > a:hover {
    background-color: #000;
}

.recommendations_block {
    width: 100%;
    padding: 80px 0px 80px 0px;
    background-color: #fcf7f4;
}
.recommendations_block > .container {
    position: relative;
}

.advantages_block {
    width: 100%;
    padding: 80px 0px;
    background-color: #f7f7f7;
}
.advantages_block > .container {
    position: relative;
}
.advantages_block > .container > .row > .col-sm-3 > .adv_item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.advantages_block > .container > .row > .col-sm-3 > .adv_item > div {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 25px;
    padding: 0px 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.homepage_services_block {
    width: 100%;
    padding: 80px 0px 85px 0px;
}
.homepage_services_block > .container > .services_block_text > p {
    font-size: 14px;
    color: #615e5e;
}

.reviews_block {
    width: 100%;
    padding: 80px 0px 80px 0px;
    background-color: #fcf7f4;
}
.reviews_block > .container > .row > .col-sm-3 > .review_block {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.reviews_block > .container > .row > .col-sm-3 > .review_block > .review_thumbnail {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 100px;
    margin-bottom: 20px;
}
.reviews_block > .container > .row > .col-sm-3 > .review_block > .review_thumbnail > img {
    transform: scale(1.2);
}
.reviews_block > .container > .row > .col-sm-3 > .review_block > div {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 17px;
    font-weight: 600;
}
.reviews_block > .container > .row > .col-sm-3 > .review_block > div.rating {
    margin: 20px 0px;
}
.reviews_block > .container > .row > .col-sm-3 > .review_block > p {
    font-size: 14px;
    color: #615e5e;
    text-align: center;
}

.four_block {
    width: 100%;
    padding: 80px 0px;
}
.four_block > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.four_block > .container > .slider_btns {
    display: flex;
}
.four_block > .container > .slider_btns > .swiper-button-prev-proj {
    display: flex;
    align-items: center;
    margin-right: 30px;
    text-transform: uppercase;
    transition: .15s cubic-bezier(.165,.84,.44,1);
}
.four_block > .container > .slider_btns > .swiper-button-prev-proj::after {
    display: flex;
    content: "";
    width: 3.75rem;
    height: 1px;
    background-color: #000;
    margin-left: 0.625rem;
}
.four_block > .container > .slider_btns > .swiper-button-next-proj {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    transition: .15s cubic-bezier(.165,.84,.44,1);
}
.four_block > .container > .slider_btns > .swiper-button-next-proj::before {
    display: flex;
    content: "";
    width: 3.75rem;
    height: 1px;
    background-color: #000;
    margin-right: 0.625rem;
}
.four_block > .container > .slider_btns > .swiper-button-prev-proj:hover, .four_block > .container > .slider_btns > .swiper-button-next-proj:hover {
    color: #d7926b;
}
.four_block > .container > .slider_btns > .swiper-button-prev-proj:hover::after, .four_block > .container > .slider_btns > .swiper-button-next-proj:hover::before {
    background-color: #d7926b;
}
.projects-slider {
    background-color: #fff;
    height: 50svh;
}
.projects-slider .swiper-wrapper {
    height: 400px;
}
.projects-slider .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
}
.projects-slider .swiper-slide > a {
    width: 100%;
    display: flex;
    overflow: hidden;
    height: 100%;
}
.projects-slider .swiper-slide::after {
    background-color: transparent;
    z-index: -1;
}
.projects-slider .works-thumbnail {
    width: 100%;
}
.projects-slider .swiper-slide > .project_image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.projects-slider .swiper-slide > .project_image > a {
    display: flex;
    height: 100%;
}
.projects-slider .swiper-slide > .project_image > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.projects-slider .swiper-slide .project_content {
    position: absolute;
    z-index: 99;
    bottom: 0px;
    background: #fff;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
    padding: 20px 0px 16px 0px;
}
.projects-slider .swiper-slide .project_content > h3 {
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 28px;
}
.projects-slider .swiper-slide .project_content > a {
    text-decoration: none;
    color: #d7926b;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px solid #fff;
    transition: all .3s ease-in;
}
.projects-slider .swiper-slide .project_content > a:hover {
    border-bottom: 1px solid #d7926b;
}
.projects-slider .swiper-pagination, .carousel_other_works .swiper-pagination-other-work {
    display: flex;
    justify-content: center;
}
.carousel_other_works .swiper-pagination-other-work {
    margin-top: 40px;
}
.projects-slider .swiper-pagination-bullet, .carousel_other_works .swiper-pagination-other-work > .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: #d7926b;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-left: 18px !important;
}
.projects-slider .swiper-pagination-bullet::after, .carousel_other_works .swiper-pagination-other-work > .swiper-pagination-bullet::after {
    border-radius: 100%;
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border: 1px solid transparent;
    transform: scale(.5);
    transition: all .15s ease-out;
}
.projects-slider .swiper-pagination-bullet-active::after, .carousel_other_works .swiper-pagination-other-work > .swiper-pagination-bullet-active::after {
    transform: scale(1);
    border: 1px solid #d7926b;
}

.five_block {
    width: 100%;
    padding: 80px 0px;
    background-color: #fcf7f4;
}
.five_block > .container:first-child {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 65px;
    margin-bottom: 20px;
}
.five_block > .container > a {
    display: flex;
    position: absolute;
    right: 15px;
    top: 5px;
    color: #fff;
    background-color: #D7926B;
    padding: 4px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s cubic-bezier(.165,.84,.44,1);
}
.five_block > .container > a:hover span {
    opacity: 1;
}
.five_block > .container > a > span {
    padding: 15px;
    border: 1px solid #fff;
    transition: all .2s cubic-bezier(.165,.84,.44,1);
    opacity: .4;
}
.five_block > .container > h2 {
    margin-bottom: 0px;
}
.five_block .block_post > .post-thumbnail {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
}
.five_block .block_post > .post-thumbnail > a > img {
    width: 100%;
    transition: all .5s cubic-bezier(.165,.84,.44,1);
}
.five_block .block_post > .post-thumbnail:hover a > img {
    transform: scale(1.1);
}
.five_block .block_post > .post-thumbnail > .category-name {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    padding: 10px 20px;
}
.five_block .block_post > h3 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    min-height: 60px;
    display: flex;
    align-items: center;
}
.five_block .block_post > h3:hover .post-thumbnail > a > img {
    transform: scale(1.1);
}
.five_block .block_post > h3 > a {
    text-decoration: none;
    color: #000;
}
.five_block .block_post > a.read_more_button {
    position: relative;
    display: flex;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    align-items: center;
    transition: all .3s cubic-bezier(.165,.84,.44,1);
}
.five_block .block_post > a.read_more_button:hover {
    color: #d7926b;
}
.five_block .block_post > a.read_more_button::before {
    content: "";
    position: relative;
    display: inline-block;
    margin-right: 0.625rem;
    width: 2.75rem;
    height: 0.0625rem;
    background-color: currentColor;
    transition: all .3s cubic-bezier(.165,.84,.44,1);
    transform-origin: left;
}
.five_block .block_post > a.read_more_button::after {
    content: "";
    position: absolute;
    top: 0.3125rem;
    bottom: 0.3125rem;
    right: 0.3125rem;
    left: 0.3125rem;
    opacity: .4;
    transition: all .2s cubic-bezier(.165,.84,.44,1);
}
.five_block .block_post > a.read_more_button:hover::before {
    width: 4rem;
}
.five_block .block_post > a.read_more_button:hover::after {
    opacity: 1;
}

.six_block {
    width: 100%;
    padding: 80px 0px;
    background-color: #fff;
}
.six_block .partner_logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.six_block .partner_logos > a {
    max-width: 250px;
    width: 250px;
    display: flex;
    justify-content: center;
    transition: .15s cubic-bezier(.165,.84,.44,1);
}
.six_block .partner_logos > a > img {
    width: 70%;
    filter: grayscale(100%);
    transition: .15s cubic-bezier(.165,.84,.44,1);
}
.six_block .partner_logos > a:hover img {
    filter: grayscale(0%);
    transform: scale(1.1);
}

footer {
    background-color: #18130c;
    padding: 100px 0px;
    color: #fff;
}
footer > .container {
    display: flex;
}
footer .footer_col {
    width: 25%;
}
footer .footer_col:first-child {
    padding-right: 50px;
}
footer .footer_col:nth-child(2) {
    width: 10%;
}
footer .footer_col:nth-child(3) {
    width: 40%;
}
footer .footer_col > div.footer_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
footer .footer_col:nth-child(3) > div.footer_title {
    text-align: center;
}
footer .footer_col > ul {
    margin: 0;
    padding: 0;
}
footer .footer_col > ul > li {
    list-style: none;
    font-size: 14px;
}
footer .footer_col:nth-child(3) > ul {
    display: flex;
    flex-wrap: wrap;
}
footer .footer_col:nth-child(3) > ul > li {
    width: 50%;
    padding: 0px 40px;
    height: 44px;
    margin-bottom: 10px;
}
footer .footer_col > ul > li > a {
    display: flex;
    text-decoration: none;
    color: #a8a7a5;
    line-height: 14px;
    transition: all .3s ease;
}
footer .footer_col:nth-child(1) > ul > li > a, footer .footer_col:nth-child(2) > ul > li > a {
    line-height: 22px;
}
footer .footer_col > ul > li > a:hover {
    color: #fff;
}
footer .footer_col:last-child {
    padding-right: 72px;
}
footer .footer_col:first-child > ul > li > span {
    color: #b88768;
}
footer .footer_col:first-child > ul > li {
    color: #a8a7a5;
    font-size: 14px;
    line-height: 22px;
}
footer .footer_col:last-child > p {
    color: #a8a7a5;
    font-size: 14px;
    line-height: 22px;
}
footer .footer_col .footer_form form {
    position: relative;
}
footer .footer_col .footer_form input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #474747;
    border-radius: 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: .875rem 0 .875rem .875rem;
    outline: none;
}
footer .footer_col .footer_form form > .custom-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 53px;
    display: flex;
    align-items: center;
}
footer .footer_col .footer_form form > .custom-submit input {
    color: #18130c;
    width: 50px;
    z-index: 999;
    position: absolute;
    right: 0;
    top: 0;
    border-bottom: 0;
}
footer .footer_col .footer_form form > .custom-submit p {
    display: flex;
    margin: 0;
    align-items: center;
}
footer .footer_col .footer_form form > .custom-submit p::before {
    content: url(../images/icons/send.svg);
    position: absolute;
    z-index: 99;
    right: 20px;
    transform: rotate(45deg);
}
footer .footer_col .footer_form form > .wpcf7-response-output {
    margin: 2em 0em 1em;
    padding: 0.2em 1em;
    border-color: #b88768 !important;
    font-size: 14px;
    color: #a8a7a5;
}
footer .footer_col > ul.footer_socials {
    display: flex;
    margin: 0;
    padding: 0;
}
footer .footer_col > ul.footer_socials > li {
    list-style: none;
    margin-right: 30px;
}
footer .footer_col > ul.footer_socials > li:last-child {
    margin-right: 0px;
}
footer .footer_col > ul.footer_socials > li > a > img {
    width: 16px;
}

.copyright {
    width: 100%;
    background-color: #18130c;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,.15);
}
.copyright > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyright > .container > p {
    color: #a8a7a5;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.copyright > .container > p > a:hover {
	color: #fff;
}

/* Post page */

.block_post {
    padding-bottom: 60px;
}

.page-header {
    display: flex;
    align-items: flex-end;
    background-image: url("../images/bg_post.jpeg");
    min-height: 500px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-bottom: 120px;
    position: relative;
    background-blend-mode: multiply;
    background-color: rgba(0,0,0,.4);
    overflow: hidden;
}
.page-header > .container > .meta_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.page-header > .container > .meta_title > h1 {
    font-size: 4.375rem;
    font-weight: 400;
    line-height: 1.1;
    color: #fff;
    max-width: 75%;
}
#breadcrumb {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
#breadcrumb > li {
    color: #fff;
    margin-right: 7px;
}
#breadcrumb > li::before {
    content: "/";
    color: #fff;
    margin-right: 7px;
}
#breadcrumb > li:first-child::before {
    content: "";
}
#breadcrumb > li > a {
    color: #fff;
    text-decoration: none;
}
#breadcrumb > li:last-child {
    color: #D7926B;
}
#breadcrumb.single_page {
    padding: 20px 0px;
}
#breadcrumb.single_page > li > a {
    color: #000;
}
#breadcrumb.single_page > li::before {
    color: #000;
}

.page-header .back_title {
    position: absolute;
    white-space: nowrap;
    position: absolute;
    bottom: 1rem;
}
.page-header .back_title > div {
    font-size: 7.5rem;
    font-weight: 400;
    line-height: 1.15;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255,255,255,.2);
}
.page-header > .container > .price {
    display: flex;
    align-items: center;
}
.page-header > .container > .price::before {
    display: flex;
    align-items: center;
    content: "";
    position: relative;
    margin-right: 1.25rem;
    width: 4rem;
    height: 1px;
    background-color: #fff;
}
.page-header > .container > .price > .price_text {
    background-color: #fff;
    padding: 5px 20px;
    color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    font-size: 20px;
    min-width: 250px;
    align-items: center;
}
.page-header > .container > .price > .price_text > span {
    width: auto;
    margin-right: 20px;
    text-align: center;
}
.page-header > .container > .price > .price_text > p {
    color: #D7926B;
    margin-bottom: 0;
}
.page-header > .container > .price > .price_text > p > br {
    display: none;
}

.product_section_info > .star-rating {
    display: flex;
    align-items: center;
    margin: 10px 0px 10px 0px;
}
.product_section_info > .star-rating > .star_rating_icons {
    color: #e6bc38;
    margin-right: 10px;
}
.product_section_info > .star-rating > .star_rating_icons > i {
    margin-right: 5px;
    font-size: 20px;
}

.product_section_info > .product_availability {
    display: flex;
    align-items: center;
    margin: 10px 0px 20px 0px;
    font-weight: 600;
    justify-content: space-between;
}
.product_section_info > .product_availability > .product_stock_block > span {
    border-radius: 15px;
    color: #000;
    margin-right: 10px;
    font-weight: 400;
}
.product_section_info > .product_availability > .product-manufacturer {
    width: 150px;
}

.product_section_info > .product_tech_descr > h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0px 10px 0px;
}
.product_section_info > .product_tech_descr > ul {
    margin: 0;
    padding-left: 1.5rem;
}

.block_single_price {
    width: 100%;
    padding: 20px 0px;
    background-color: #D7926B;
    border-radius: 15px;
}
.block_single_price > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.block_single_price .price {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.block_single_price .price > .price_text {
    display: flex;
    align-items: center;
}
.block_single_price .price > .price_text > span {
    background-color: #fff;
    padding: 7px 20px;
    margin-right: 10px;
    font-size: 22px;
    font-weight: 600;
    border-radius: 15px;
}
.block_single_price .price > .price_text > span > span {
    text-transform: lowercase;
}
.block_single_price .price > .price_text > p {
    margin: 0;
    color: #fff;
}
.block_single_price .price > .price_text > p > br {
    display: none;
}
.block_single_price > .container > .square_metters, .block_single_price > .container > .feedback_button {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.block_single_price > .container > .square_metters {
    flex-wrap: wrap;
}
.block_single_price > .container > .square_metters > input {
    border: none;
    outline: none;
    border-radius: 15px;
    padding: 5px 15px;
    font-size: 16px;
    width: 80%;
    text-align: center;
}
.block_single_price > .container > .square_metters > input::placeholder {
    padding: 5px 0px;
    font-size: 16px;
    color: #000;
}
.block_single_price > .container > .square_metters > div {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin: 0;
    margin-top: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.block_single_price > .container > .square_metters > div > p {
    margin-left: 8px;
    margin-bottom: 0;
}
.block_single_price .feedback_button > button {
    border: 2px solid transparent;
    background-color: #000;
    color: #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    font-weight: 500;
    text-transform: uppercase;
    transition: .30s cubic-bezier(.165,.84,.44,1);
}
.block_single_price .feedback_button > button:hover {
    background-color: #fff;
    border-color: #000;
    color: #000;
}
.product_section_info .product_shipping_info {
    margin: 20px 0px;
}
.product_section_info .product_shipping_info > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
} 
.product_section_info .product_shipping_info > ul > li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.product_section_info .product_shipping_info > ul > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    background-color: #d7926b;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 15px;
    transition: all .3s ease;
}
.product_section_info .product_shipping_info > ul > li > a:hover {
    background-color: #000;
}

.block_post .product_section_top {
    display: flex;
    margin-bottom: 30px;
}
.block_post .product_section_top > .product_section_image, .block_post .product_section_top > .product_section_info {
    width: 50%;
}
.block_post .product_section_top > .product_section_image > a {
    outline: none;
}
.block_post .product_section_top > .product_section_image > a > img {
    width: 100%;
    border-radius: 15px;
    max-height: 550px;
    object-fit: cover;
}
.block_post .product_section_top > .product_section_info {
    padding: 0px 0px 0px 30px;
}
.block_post.technologies .product_section_top > .product_section_info {
    width: 100%;
    padding: 0;
}
.block_post.technologies .meta_title h1 {
    font-size: 4.375rem;
    font-weight: 400;
    line-height: 1.1;
    color: #fff;
    max-width: 75%;
}
.block_post.technologies #breadcrumb > li > a {
    color: #fff !important;
}
.block_post.technologies .page-header {
    margin-bottom: 4rem;
}
.block_post.technologies .archive-description {
    width: 70%;
    padding-right: 50px;
}
.block_post.technologies .archive-description h2 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}
.block_post.technologies .archive-description h3 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}
.block_post.technologies .archive-description h4 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.block_post.technologies .technology_sidebar {
    width: 30%;
}
.block_post.technologies .technology_sidebar .posts_page_block {
    position: sticky;
    top: 170px;
    left: 0;
    right: 0;
}
.block_post.technologies .technology_sidebar .post_map {
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    padding: 30px 20px 15px 20px;
}
.block_post.technologies .technology_sidebar .post_map > div {
    padding-left: 8px;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
}
.block_post.technologies .technology_sidebar .post_map li {
    list-style: none;
}
.block_post.technologies .technology_sidebar .post_map a {
    display: flex;
    color: #000;
    text-decoration: none;
    padding: 8px;
    outline: none;
}
.block_post.technologies .technology_sidebar .post_map a.active {
    background-color: #D7926B;
    color: #fff;
    border-radius: 5px;
}
.block_post.technologies .technology_sidebar .technology_related_posts {
    padding: 20px 28px 15px 28px;
}
.block_post.technologies .technology_sidebar .technology_related_posts > div {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
.block_post.technologies .technology_sidebar .technology_related_posts > ul {
    margin: 0;
}
.block_post.technologies .technology_sidebar .technology_related_posts > ul > li {
    margin-bottom: 8px;
}
.block_post.technologies .technology_sidebar .technology_related_posts > ul > li > a {
    color: #000;
    text-decoration: none;
}
.block_post.technologies .technology_sidebar .technology_related_posts > ul > li > a:hover {
    text-decoration: underline;
    color: #b88768;
}

.block_post .main_descr {
    padding: 60px 0px;
}
.block_post .main_descr > .container > .row > .col-sm-6:last-child {
    padding-left: 100px;
}
.block_post .archive-description h2, .block_post .archive-description h3, .block_post .archive-description h4, .block_post .archive-description h5 {
    margin-top: 30px;
}
.block_post .archive-description h2:first-child, .block_post .archive-description h3:first-child, .block_post .archive-description h4:first-child, .block_post .archive-description h5:first-child {
    margin-top: 0px;;
}

.block_post .archive-description > p, .block_post .archive-description > ul {
    margin: 0;
    font-size: 14px;
    color: #615e5e;
    line-height: 24px;
}
.block_post .archive-description > ul {
    margin: 20px 0px;
}

.block_post .block_del_pay > .container > h2, .block_post .comments > .container > h2, .block_post .posts_list > h2 {
    margin: 40px 0px 20px 0px;
}

.comments-area > ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.comments-area > ol > li {
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #b6b6b6;
    padding: 20px;
}
.comments-area > ol > li .comment-content {
    display: flex;
}
.comments-area > ol > li .comment-content > .comment_userinfo {
    margin-right: 20px;
}
.comments-area > ol > li .comment-content > .comment_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.comments-area > ol > li .comment-content > .comment_info > p {
    margin: 0;
    width: 100%;
}
.comments-area > ol > li .comment-content > .comment_info > p.comment-rating {
    width: 100%;
    display: flex;
    justify-content: left;
    font-size: 20px;
}
.comments-area > ol > li .comment-content > .comment_info > p.comment-rating > i {
    margin-right: 5px;
    color: #ffad00;
}

.comments-area > ol > li .comment-content > .comment_userinfo > i {
    font-size: 60px;
    color: #b6b6b6;
}
.comments-area > button {
    background-color: #d7926b;
    border-radius: 100px;
    color: #fff;
    border: none;
    padding: 10px 25px;
    transition: all .3s ease;
}
.comments-area > button:hover {
    background-color: #000;
}

#modalReview .modal-title {
    font-size: 20px;
    font-weight: 600;
}
#modalReview .close {
    background: none;
    border: none;
}
#modalReview .close img {
    width: 17px;
}
#modalReview .modal_form .comment-respond h3, #modalReview .comment-form-url, #modalReview .comment-notes, #modalReview .comment-form-email {
    display: none;
}
#modalReview .form-submit > input {
    width: 100%;
    background-color: #d7926b;
    border-radius: 100px;
    color: #fff;
    border: none;
    transition: all .3s ease;
}
#modalReview .form-submit > input:hover {
    background-color: #000;
}
#modalReview .comment-form-comment > textarea {
    height: 100px;
}
#modalReview label, #modalReview input {
    width: 100%;
}

.comment-form-rating {
    display: flex;
    justify-content: start;
    margin-bottom: 15px;
    align-items: center;
}
.comment-form-rating > span:first-child {
    margin-right: 7px;
}
.star {
    font-size: 24px;
    color: #ccc;
    cursor: pointer;
}
.star.rated {
    color: #f8d100;
}
.star.rated > i.bi-star::before {
    content: "\F586";
}

.comment-form-cookies-consent {
    display: none;
}

.block_list_categories {
    margin-top: 20px;
}
.block_list_categories > .container > ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}

.block_list_categories > .container > ul > .category_item {
    width: 25%;
    padding: 0px 10px;
    min-height: 220px;
    height: 220px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: .30s cubic-bezier(.165,.84,.44,1);
}
.block_list_categories > .container > ul > .category_item:hover li > img {
    transform: scale(1.2);
}
.block_list_categories > .container > ul > .category_item > li {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
    overflow: hidden;
    transition: .30s cubic-bezier(.165,.84,.44,1);
}
.block_list_categories > .container > ul > .category_item > li > img {
    width: 100%;
    transition: .30s cubic-bezier(.165,.84,.44,1);
}
.block_list_categories > .container > ul > .category_item > li > h3 {
    position: absolute;
    font-size: 22px;
    text-align: center;
    padding: 0px 15px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 999;
}
.block_list_categories > .container > ul > .category_item > li > h3 > a {
    color: #fff;
    text-decoration: none;
}
.block_list_categories .overlay_item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00000094;
    z-index: 99;
    transition: .30s cubic-bezier(.165,.84,.44,1);
}
div.posts_list_title, div.categories_list_title {
    padding: 0px 15px;
    margin: 20px 0px 15px 0px;
    font-size: 25px;
    font-weight: 600;
}
.block_list_posts > .container > .posts_list {
    display: flex;
    flex-wrap: wrap;
}
.block_list_posts > .container > .posts_list > .posts_list_title {
    width: 100%;
}
.block_list_posts > .container > .posts_list > .post_item {
    width: 25%;
    padding: 0px 10px;
    min-height: 220px;
    height: 220px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: .30s cubic-bezier(.165,.84,.44,1);
}
.block_list_posts > .container > .posts_list > .post_item:hover .post_item_content > .thumbnail > a > img {
    transform: scale(1.2);
}
.block_list_posts > .container > .posts_list > .post_item > .post_item_content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
    overflow: hidden;
    transition: .30s cubic-bezier(.165,.84,.44,1);
}
.block_list_posts > .container > .posts_list > .post_item > .post_item_content > .category_item_block {
    position: absolute;
    z-index: 999;
    display: flex;
    justify-content: center;
    top: 80%;
    background: #d7926b;
    color: #fff;
    width: 60%;
    border-radius: 100px;
    text-decoration: none;
}
.block_list_posts > .container > .posts_list > .post_item > .post_item_content > .thumbnail > a > img {
    width: 100%;
    transition: .30s cubic-bezier(.165,.84,.44,1);
}
.block_list_posts > .container > .posts_list > .post_item > .post_item_content > h3 {
    position: absolute;
    text-align: center;
    padding: 0px 15px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 999;
    font-size: 22px;
}
.block_list_posts > .container > .posts_list > .post_item > .post_item_content > h3 > a {
    color: #fff;
    text-decoration: none;
}
.overlay_item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00000094;
    z-index: 99;
    transition: .30s cubic-bezier(.165,.84,.44,1);
}

.designs {
    width: 100%;
}
.designs > .designs_list {
    display: flex;
    flex-wrap: wrap;
}
.designs > .designs_list > .row > .col-sm-3 {
    margin-bottom: 25px;
}
.designs > .designs_list > .row > .col-sm-3 > a > .design_item {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 200px;
    overflow: hidden;
    position: relative;
    border: 4px solid #fff;
    transition: .30s cubic-bezier(.165,.84,.44,1);
}
.designs > .designs_list > .row > .col-sm-3 > a > .design_item > img {
    width: 100%;
    height: auto;
    transition: .30s cubic-bezier(.165,.84,.44,1);
}
.designs > .designs_list > .row > .col-sm-3 > a > .design_item > p {
    position: absolute;
    width: 100%;
    background-color: #000;
    z-index: 999;
    color: #fff;
    text-align: center;
    padding: 0px 10px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    transition: .30s cubic-bezier(.165,.84,.44,1);
}
.designs > .designs_list > .row > .col-sm-3 > a > .design_item:hover {
    border: 4px solid #D7926B;
}
.designs > .designs_list > .row > .col-sm-3 > a > .design_item:hover p {
    background-color: #D7926B;
}
.designs > .designs_list > .row > .col-sm-3 > a > .design_item:hover img {
    transform: scale(1.3);
}

.spoiler-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.block_tabs {
    position: relative;
}
.block_tabs > .container > .nav-tabs {
    justify-content: center;
    border: none;
    margin-bottom: 40px;
    margin-left: 0px;
}
.block_tabs > .container > .nav-tabs > li {
    margin: 0px 40px;
    border: none;
}
.block_tabs > .container > .nav-tabs .nav-link {
    color: #000;
    border: none;
    font-size: 20px;
    border-color: #D7926B;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 2px solid #fff;
    transition: .30s cubic-bezier(.165,.84,.44,1);
}
.block_tabs > .container > .nav-tabs .nav-link:hover {
    border-bottom: 2px solid #d7926bdb;
}
.block_tabs > .container > .nav-tabs .nav-link.active {
    border: none;
    border-bottom: 2px solid #D7926B;
}
.block_tabs > .container > .tab-content {
    margin-bottom: 30px;
}
.block_tabs > .container > .tab-content > .tab-pane .col-sm-6.single_descr_col {
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start !important;
}
.block_tabs > .container > .tab-content > .tab-pane .col-sm-6.single_descr_col > h2, .block_tabs > .container > .tab-content > .tab-pane .col-sm-6.single_descr_col > p, .block_tabs > .container > .tab-content > .tab-pane .col-sm-6.single_descr_col > h3, .block_tabs > .container > .tab-content > .tab-pane .col-sm-6.single_descr_col > h4, .block_tabs > .container > .tab-content > .tab-pane .col-sm-6.single_descr_col > h5, .block_tabs > .container > .tab-content > .tab-pane .col-sm-6.single_descr_col > h6 {
    width: 100%;
}
.block_tabs > .container > .tab-content > .tab-pane .col-sm-6 > ul {
    margin: 0;
    margin-bottom: 20px;
}
.block_tabs > .container > .tab-content > .tab-pane .col-sm-6 > p, .block_tabs > .container > .tab-content > .tab-pane .col-sm-6 > ul > li {
    font-size: 14px;
    color: #615e5e;
    line-height: 24px;
}
.block_tabs > .container > .tab-content > .tab-pane .col-sm-6 > h3 {
    font-size: 14px;
    line-height: 24px;
}
.block_tabs > .container > .tab-content > .tab-pane .col-sm-6 > h3 > b > a, .block_tabs > .container > .tab-content > .tab-pane .col-sm-6 > h3 > a, .block_tabs > .container > .tab-content > .tab-pane .col-sm-6 > a {
    color: #D7926B !important;
    text-decoration: none;
}
.block_tabs > .container > .tab-content > .tab-pane .col-sm-6:last-child {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.block_tabs > .container > .tab-content > .tab-pane .col-sm-6:last-child > a {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    outline: none;
}
.block_tabs > .container > .tab-content > .tab-pane .col-sm-6:last-child > a > img {
    width: 80%;
    border-radius: 5px;
}

.block_spoiler > .accordion-item > .accordion-header > .accordion-button {
    color: #000;
    font-weight: 500;
    font-size: 20px;
    box-shadow: none;
}
.block_spoiler > .accordion-item > .accordion-header > .accordion-button:not(.collapsed) {
    color: #fff;
    line-height: 24px;
    background-color: #D7926B;
    box-shadow: 0 0 0 0.25rem rgb(175 125 54 / 25%);
}

.block_spoiler > .accordion-item .accordion-body > p > a {
    width: 20%;
    display: block;
    margin-bottom: 10px;
    margin-right: 10px;
}
.block_spoiler > .accordion-item .accordion-body > p > a > img {
    width: 100%;
}
.block_spoiler > .accordion-item .accordion-body > p > a:last-child {
    margin-right: 0px;
}

.archive_services {
    width: 100%;
    padding: 60px 0px 0px 0px;
}
.archive_services > .container > .archive_service_block {
    width: 100%;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #00000042;
    background-blend-mode: multiply;
}
.archive_services > .container > .archive_service_block > div {
    position: absolute;
    z-index: 99;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}
.archive_services > .container > .archive_service_block > div > a {
    text-decoration: none;
    color: #fff;
    padding: 7px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    background-color: #D7926B;
    margin-top: 20px;
}

.archive_faq_block {
    width: 100%;
    padding: 60px 0px 0px 0px;
}
.archive_faq_block > .container > .archive_title {
    display: flex;
    align-items: center;
    color: #d7926b;
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.archive_faq_block .accordion-button:not(.collapsed) {
    background-color: #D7926B;
    box-shadow: none;
    color: #fff;
}
.archive_faq_block .accordion-button:focus {
    box-shadow: none;
}
.archive_faq_block > .container .accordion-item > h3 > button {
    font-weight: 700;
}
.archive_faq_block > .container .accordion-item .accordion-body > p {
    font-size: 15px;
}


/* Techno page */

.technology_header {
    display: flex;
    align-items: flex-end;
    background-image: url("../images/techno_bg.jpeg");
    min-height: 500px;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-bottom: 120px;
    position: relative;
    background-blend-mode: multiply;
    background-color: rgba(0,0,0,.4);
    overflow: hidden;
}
.technology_header > .container > .meta_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.technology_header > .container > .meta_title > h2 {
    font-size: 4.375rem;
    font-weight: 400;
    line-height: 1.1;
    color: #fff;
    max-width: 75%;
}
.technology_posts {
    padding-top: 50px;
}
.technology_block .techno_post {
    margin-bottom: 50px;
}
.technology_block .techno_post > .post-thumbnail {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.technology_block .techno_post > .post-thumbnail > a > img {
    width: 100%;
    transition: all .5s cubic-bezier(.165,.84,.44,1);
}
.technology_block .techno_post > .post-thumbnail:hover a > img {
    transform: scale(1.1);
}
.technology_block .techno_post > .post-thumbnail > .category-name {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    padding: 10px 20px;
}
.technology_block .techno_post > h2 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    min-height: 60px;
    display: flex;
    align-items: flex-start;
}
.technology_block .techno_post > h2:hover .post-thumbnail > a > img {
    transform: scale(1.1);
}
.technology_block .techno_post > h2 > a {
    text-decoration: none;
    color: #000;
}
.technology_block .techno_post > a.read_more_button {
    position: relative;
    display: flex;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    align-items: center;
    transition: all .3s cubic-bezier(.165,.84,.44,1);
}
.technology_block .techno_post > a.read_more_button:hover {
    color: #d7926b;
}
.technology_block .techno_post > a.read_more_button::before {
    content: "";
    position: relative;
    display: inline-block;
    margin-right: 0.625rem;
    width: 2.75rem;
    height: 0.0625rem;
    background-color: currentColor;
    transition: all .3s cubic-bezier(.165,.84,.44,1);
    transform-origin: left;
}
.technology_block .techno_post > a.read_more_button::after {
    content: "";
    position: absolute;
    top: 0.3125rem;
    bottom: 0.3125rem;
    right: 0.3125rem;
    left: 0.3125rem;
    opacity: .4;
    transition: all .2s cubic-bezier(.165,.84,.44,1);
}
.technology_block .techno_post > a.read_more_button:hover::before {
    width: 4rem;
}
.technology_block .techno_post > a.read_more_button:hover::after {
    opacity: 1;
}

/* Contact page */

.contact_page .container > .meta_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact_page .container > .meta_title > h2 {
    font-size: 4.375rem;
    font-weight: 400;
    line-height: 1.1;
    color: #fff;
    max-width: 75%;
}

.contact_page .map_block > a {
    display: none;
}
@media (max-width: 475px) {
    .contact_page .map_block > a {
        display: flex;
        justify-content: center;
        padding: 10px 0px;
        background-color: #D7926B;
        color: #fff;
        text-decoration: none;
        transition: all .3s ease;
    }
    .contact_page .map_block > a:hover {
        background-color: #000;
    }
}

.contact_page .page_content {
    padding: 110px 0px 400px 0px;
}
.contact_page .page_content > .container {
    position: relative;
}
.contact_page .contact_info_page {
    width: 100%;
    padding: 0px 100px;
}
.contact_page .contact_info_page > span {
    display: flex;
    align-items: center;
    color: #d7926b;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 16px;
    margin-bottom: 50px;
}
.contact_page .contact_info_page > span::before {
    display: flex;
    content: "";
    position: relative;
    margin-right: 1.25rem;
    width: 4rem;
    height: 1px;
    background-color: #d7926b;
}
.contact_page .contact_info_page > ul.block_contact_data {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}
.contact_page .contact_info_page > ul.block_contact_data > li {
    width: 100%;
    margin-bottom: 5px;
}
.contact_page .contact_info_page > ul.block_contact_data > li > a {
    color: #000;
    text-decoration: none;
    outline: none;
}
.contact_page .contact_info_page > ul.block_contact_data > li > a > img {
    width: 25px;
    margin-right: 7px;
}
.contact_page .contact_info_page > ul.block_contact_data > li > a:hover {
    color: #b88768;
}
.contact_page .contact_info_page > ul.contact_page_social {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 50px;
}
.contact_page .contact_info_page > ul.contact_page_social > li {
    margin-right: 40px;
}
.contact_page .contact_info_page > ul.contact_page_social > li:last-child {
    margin-right: 0px;
}
.contact_page .contact_form {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    right: 10rem;
    top: 25rem;
    width: 40%;
    padding: 3rem;
    background-color: #181818;
}
.contact_page .contact_form > span {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.contact_page .contact_form > span::before {
    display: flex;
    content: "";
    position: relative;
    margin-right: 1.25rem;
    width: 4rem;
    height: 1px;
    background-color: #fff;
}
.contact_page .contact_form > h3 {
    color: #fff;
    width: 100%;
    text-align: left;
    margin: 20px 0px;
    font-weight: 600;
    font-size: 35px;
}
.contact_page .contact_form > .wpcf7 {
    width: 100%;
}
.contact_page .contact_form > .wpcf7 label, .contact_page .contact_form > .wpcf7 input {
    width: 100%;
}
.contact_page .contact_form > .wpcf7 input {
    background-color: transparent;
    border: 1px solid rgba(255,255,255,.6)!important;
    padding: .875rem 0 .875rem .875rem;
    border-radius: .3125rem;
    outline: none;
    color: #fff;
}
.contact_page .contact_form > .wpcf7 input[type="submit"] {
    width: auto;
    min-width: 13.75rem;
    padding: 1.25rem 2rem;
    background-color: #D7926B;
    color: #fff;
    margin-top: 1.25rem!important;
    text-transform: uppercase;
    border-radius: 0;
    border: none !important;
}
.contact_page .contact_form > .wpcf7 textarea {
    height: 120px;
    background-color: transparent;
    border: 1px solid rgba(255,255,255,.6)!important;
    padding: .875rem 0 .875rem .875rem;
    border-radius: .3125rem;
    outline: none;
    color: #fff;
}
.contact_form .wpcf7 form.sent .wpcf7-response-output {
    border-color: #D7926B;
    margin: 0 !important;
    color: #fff !important;
}

/* Manufacturers page */

.manufacturers_block .container > .meta_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.manufacturers_block .container > .meta_title > h2 {
    font-size: 4.375rem;
    font-weight: 400;
    line-height: 1.1;
    color: #fff;
    max-width: 75%;
}
.manufacturers_block .page-content {
    width: 100%;
    padding: 80px 0px 100px 0px;
}
.manufacturers_block .page-content > .container > p {
    color: #615e5e;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}
.manufacturers_block .page-content .manu_list > ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
}
.manufacturers_block .page-content .manu_list > ul > li {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: center;
    width: 250px;
    max-width: 250px;
    transition: all .2s cubic-bezier(.165,.84,.44,1);
}
.manufacturers_block .page-content .manu_list > ul > li:hover a > img {
    transform: scale(1.1);
}
.manufacturers_block .page-content .manu_list > ul > li > a:first-child {
    width: 100%;
    margin-bottom: 40px;
}
.manufacturers_block .page-content .manu_list > ul > li > a:first-child > img {
    transition: all .2s cubic-bezier(.165,.84,.44,1);
}
.manufacturers_block .page-content .manu_list > ul > li > a {
    padding: 0px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.manufacturers_block .page-content .manu_list > ul > li > a:last-child {
    color: #fff;
    text-decoration: none;
    transition: all .2s cubic-bezier(.165,.84,.44,1);
    padding: 7px 15px;
    background-color: #d7926b;
    font-size: 14px;
    text-transform: uppercase;
    opacity: .4;
}
.manufacturers_block .page-content .manu_list > ul > li:hover a:last-child {
    opacity: 1;
}

/* Manufactur page */

.manufacturer_page {
    width: 100%;
}
.manufacturer_page > .page-header {
    padding-bottom: 0;
    align-items: center;
    position: relative;
}
.manufacturer_page .container > .meta_title {
    display: block;
}
.manufacturer_page .container > .meta_title > .meta_title_media {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.manufacturer_page .container > .meta_title > .meta_title_media > img {
    width: 250px;
    padding: 10px;
    object-fit: contain;
    background-color: #fff;
}
.manufacturer_page .container > .meta_title > .meta_title_media > h2 {
    position: relative;
    font-size: 4.375rem;
    font-weight: 400;
    line-height: 1.1;
    color: #fff;
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.manufacturer_page .container > .meta_title > #breadcrumb {
    position: absolute;
    right: 50px;
    bottom: 60px;
}
.manufacturer_page .page-content {
    padding: 100px 0px;
    margin: 0;
}
.manufacturer_page .page-content > .container > .manu_page_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    width: 100%;
}
.manufacturer_page .page-content > .container > .manu_page_info > .manu_page_info_descr {
    width: 100%;
    color: #615e5e;
    font-size: 14px;
    margin-bottom: 40px;
}

.manufacturer_page .page-content > .container > .manu_product_list {
    display: flex;
    flex-wrap: wrap;
}
.manufacturer_page .page-content > .container > .manu_product_list > .manu_list_item {
    width: 50%;
    margin-bottom: 40px;
    padding-right: 100px;
}
.manufacturer_page .page-content > .container > .manu_product_list > .manu_list_item > h3 {
    width: 100%;
    font-size: 15px;
    text-transform: uppercase;
    min-height: 50px;
    line-height: 22px;
}
.manufacturer_page .page-content > .container > .manu_product_list > .manu_list_item > h3 > a {
    color: #000;
    text-decoration: none;
    transition: all .2s cubic-bezier(.165,.84,.44,1);
}
.manufacturer_page .page-content > .container > .manu_product_list > .manu_list_item > h3 > a:hover {
    color: #D7926B;
}
.manufacturer_page .page-content > .container > .manu_product_list > .manu_list_item > ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.manufacturer_page .page-content > .container > .manu_product_list > .manu_list_item > ul > li > a {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    transition: all .2s cubic-bezier(.165,.84,.44,1);
}
.manufacturer_page .page-content > .container > .manu_product_list > .manu_list_item > ul > li > a::before {
    display: flex;
    content: "";
    position: relative;
    margin-right: 1.25rem;
    width: 2rem;
    height: 1px;
    background-color: #000;
    transition: all .2s cubic-bezier(.165,.84,.44,1);
}
.manufacturer_page .page-content > .container > .manu_product_list > .manu_list_item > ul > li > a:hover {
    color: #D7926B;
}
.manufacturer_page .page-content > .container > .manu_product_list > .manu_list_item > ul > li > a:hover::before {
    width: 3rem;
    background-color: #D7926B;
}

/* Our works page */

.our_works_block {
    width: 100%;
}
.our_works_block .container > .meta_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.our_works_block .container > .meta_title > h2 {
    font-size: 4.375rem;
    font-weight: 400;
    line-height: 1.1;
    color: #fff;
    max-width: 75%;
}
.our_works_block .page-content {
    width: 100%;
    padding: 80px 0px;
}

.our_works_block .page-content .works-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.our_works_block .page-content .works-grid > .works-item {
    width: calc(33.333% - 20px);
    text-decoration: none;
    color: white;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    height: 325px;
}
.works-thumbnail {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.works-thumbnail img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    display: block;
    transition: transform 0.3s ease;
}
.works-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: bold;
    z-index: 3;
}
.works-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;
    color: #fff;
}
.works-item:hover .works-thumbnail img {
    transform: scale(1.1);
}
.works-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: background 0.3s ease;
    z-index: 2;
}
.works-item:hover .works-overlay {
    background: rgba(0, 0, 0, 0.7);
}
.works-item:hover .works-overlay {
    opacity: 1;
}
.works-button {
    background: #d7926b;
    color: white;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 400;
    border: 1px solid;
    border-color: transparent;
    transition: background 0.3s ease;
}
.works-button:hover {
    background: #000;
    border-color: #fff;
}
.works-item:hover .works-button {
    background: #000;
    border-color: #fff;
}

/* Work single page */

.block_qty_views {
    width: 100%;
    padding: 7px;
    margin-top: 10px;
}
.block_qty_views > span {
    background-color: #D7926B;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
}

.single_work_page .container > .meta_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single_work_page .container > .meta_title > h2 {
    font-size: 4.375rem;
    font-weight: 400;
    line-height: 1.1;
    color: #fff;
    max-width: 75%;
}
.work_body {
    padding: 6rem 0;
}
.work_body a {
    color: #D7926B;
    transition: all .3s;
    text-decoration: none;
}
.work_body a:hover {
    color: #000;
}
.work_body ul {
    margin: 0 0 20px 0;
}
.work_body button {
    background-color: #D7926B;
    border-radius: 100px;
    border: none;
    color: #fff;
    padding: 10px 20px;
    transition: all .3s;
}
.work_body button:hover {
    background-color: #000;
}
.single-works .modal-dialog {
    max-width: 35%;
}
.single-works .modal-dialog button.close {
    background-color: transparent;
    padding: 0;
    border: none;
}
.single-works .modal-dialog button.close > span > img {
    width: 20px;
}
.work_body .swiperWork {
    min-height: 125px;
    height: 125px;
    background-color: transparent;
}
.work_body .swiperWork .swiper-slide > img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.work_body .swiperWork .swiper-slide::after, .work_body .swiperWork2 .swiper-slide::after {
    background-color: transparent;
}
.work_body .swiperWork2 {
    border-radius: 20px;
    margin-bottom: 10px;
}
.work_body .swiperWork2 .swiper-slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.work_body .swiperWork2 .swiper-button-prev-work, .work_body .swiperWork2 .swiper-button-next-work {
    position: absolute;
    top: 50%;
    z-index: 9999;
    background-color: #fff;
    transform: translate(0%, -50%);
    padding: 6px 15px 10px 15px;
    border-radius: 100px;
}
.work_body .swiperWork2 .swiper-button-prev-work {
    left: 10px;
}
.work_body .swiperWork2 .swiper-button-next-work {
    right: 10px;
}
#works-container #pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0 0 0;
    gap: 10px;
}
#works-container #pagination > a {
    text-decoration: none;
    padding: 10px 20px;
    color: #fff;
    border-radius: 100px;
    background-color: #D7926B;
    transition: all .3s ease;
}
#works-container #pagination > a:hover {
    background-color: #000;
}
#works-container #pagination > span {
    padding: 10px 20px;
    color: #fff;
    background-color: #000;
    border-radius: 100px;
}

.carousel_other_works {
    width: 100%;
    padding: 80px 0px 80px 0px;
    background-color: #f4f4f4;
}
.carousel_other_works > .container > span {
    display: flex;
    align-items: center;
    color: #d7926b;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.carousel_other_works > .container > span::before {
    display: flex;
    content: "";
    position: relative;
    margin-right: 1.25rem;
    width: 4rem;
    height: 1px;
    background-color: #d7926b;
}
.carousel_other_works > .container {
    position: relative;
}
.carousel_other_works .swiperOtherWork {
    background-color: transparent;
    max-height: 425px;
}
.carousel_other_works .swiperOtherWork .swiper-slide {
    height: 100%;
}
.carousel_other_works .swiperOtherWork .swiper-slide::after {
    display: none;
}
.carousel_other_works .swiperOtherWork .swiper-slide > .slide_content {
    padding: 0px 10px;
    position: relative;
    height: 100%;
}
.carousel_other_works .swiperOtherWork .swiper-slide > .slide_content > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel_other_works .swiper_other_works_buttons {
    position: absolute;
    right: 15px;
    top: 0px;
    display: flex;
}
.carousel_other_works .swiper_other_works_buttons .swiper-button-prev-other-work {
    display: flex;
    align-items: center;
    margin-right: 20px;
    text-transform: uppercase;
    transition: all .2s cubic-bezier(.165,.84,.44,1);
}
.carousel_other_works .swiper_other_works_buttons .swiper-button-prev-other-work::after {
    display: flex;
    content: "";
    width: 3.75rem;
    height: 1px;
    background-color: #000;
    margin-left: 0.625rem;
    transition: all .2s cubic-bezier(.165,.84,.44,1);
}
.carousel_other_works .swiper_other_works_buttons .swiper-button-next-other-work {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    transition: all .2s cubic-bezier(.165,.84,.44,1);
}
.carousel_other_works .swiper_other_works_buttons .swiper-button-next-other-work::before {
    display: flex;
    content: "";
    width: 3.75rem;
    height: 1px;
    background-color: #000;
    margin-right: 0.625rem;
    transition: all .2s cubic-bezier(.165,.84,.44,1);
}
.carousel_other_works .swiper_other_works_buttons .swiper-button-prev-other-work:hover, .carousel_other_works .swiper_other_works_buttons .swiper-button-next-other-work:hover {
    color: #D7926B;
}
.carousel_other_works .swiper_other_works_buttons .swiper-button-prev-other-work:hover::after, .carousel_other_works .swiper_other_works_buttons .swiper-button-next-other-work:hover::before {
    background-color: #D7926B;
}

/* FAQ Page */

.faq_page .container > .meta_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.faq_page .container > .meta_title > h2 {
    font-size: 4.375rem;
    font-weight: 400;
    line-height: 1.1;
    color: #fff;
    max-width: 75%;
}
.faq_page .page-content {
    width: 100%;
    padding: 80px 0px;
}
.faq_page .page-content > .container > .faq_questions_list > .faq_question_item {
    width: 100%;
    padding: 15px 20px;
    background-color: #D7926B;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    transition: all .2s cubic-bezier(.165,.84,.44,1);
}
.faq_page .page-content > .container > .faq_questions_list > .faq_question_item:last-child {
    margin-bottom: 0px;
}
.faq_page .page-content > .container > .faq_questions_list > .faq_question_item > a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #fff;
    text-decoration: none;
    outline: none;
}
.faq_page .page-content > .container > .faq_questions_list > .faq_question_item > a > img {
    width: 30px;
    transition: all .2s cubic-bezier(.165,.84,.44,1);
}
.faq_page .page-content > .container > .faq_questions_list > .faq_question_item > a > h3 {
    margin: 0;
    font-size: 20px;
    display: flex;
    align-items: center;
}
.faq_page .page-content > .container > .faq_questions_list > .faq_question_item:hover a > img {
    transform: scale(1.5);
}
.faq_page .page-content > .container > .faq_questions_list > .faq_question_item:hover {
    background-color: #18130c;
}

/* Answer page */

.item_question_page .container > .meta_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.item_question_page .container > .meta_title > h2 {
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.1;
    color: #fff;
    max-width: 75%;
}
.item_question_page .page-content {
    width: 100%;
    padding: 80px 0px;
}

/* Search page */

.search_page {
    width: 100%;
}
.search_page .container > .meta_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search_page .container > .meta_title > h2 {
    font-size: 4.375rem;
    font-weight: 400;
    line-height: 1.1;
    color: #fff;
    max-width: 75%;
}
.search_page .page-content {
    padding: 60px 0px 80px 0px;
}
.search_page .page-content > .container {
    display: flex;
    flex-wrap: wrap;
}
.search_page .page-content > .container > .post, .search_page .page-content > .container > .page {
    width: 25%;
    height: 250px;
    margin: 0;
    position: relative;
    padding: 10px;
}
.search_page .page-content > .container > .post > .publication_thumbnail, .search_page .page-content > .container > .page > .publication_thumbnail {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.search_page .page-content > .container > .post > .publication_thumbnail > a.post-thumbnail > img, .search_page .page-content > .container > .page > .publication_thumbnail > a.post-thumbnail > img {
    width: 100%;
    transition: all .2s cubic-bezier(.165,.84,.44,1);
}
.search_page .page-content > .container > .post:hover .publication_thumbnail > a.post-thumbnail > img, .search_page .page-content > .container > .page:hover .publication_thumbnail > a.post-thumbnail > img {
    transform: scale(1.3);
}
.search_page .page-content > .container > .post > .publication_thumbnail > .entry-header, .search_page .page-content > .container > .page > .publication_thumbnail > .entry-header {
    position: absolute;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.search_page .page-content > .container > .post > .publication_thumbnail > .entry-header > h2, .search_page .page-content > .container > .page > .publication_thumbnail > .entry-header > h2 {
    font-size: 20px;
    text-align: center;
    transition: all .2s cubic-bezier(.165,.84,.44,1);
}
.search_page .page-content > .container > .post:hover .publication_thumbnail > .entry-header > h2, .search_page .page-content > .container > .page:hover .publication_thumbnail > .entry-header > h2 {
    transform: scale(1.1);
}
.search_page .page-content > .container > .post > .publication_thumbnail > .entry-header > h2 > a, .search_page .page-content > .container > .page > .publication_thumbnail > .entry-header > h2 > a {
    color: #fff;
    text-decoration: none;
}
.search_page .page-content > .container > .post > .publication_thumbnail > .entry-footer, .search_page .page-content > .container > .page > .publication_thumbnail > .entry-footer {
    position: absolute;
    z-index: 999;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.search_page .page-content > .container > .post > .publication_thumbnail > .entry-footer > span, .search_page .page-content > .container > .page > .publication_thumbnail > .entry-footer > span {
    font-size: 12px;
    padding: 7px 15px;
    background-color: #D7926B;
    transition: all .2s cubic-bezier(.165,.84,.44,1);
}
.search_page .page-content > .container > .post > .publication_thumbnail > .entry-footer > span:hover, .search_page .page-content > .container > .page > .publication_thumbnail > .entry-footer > span:hover {
    background-color: #000;
}
.search_page .page-content > .container > .post > .publication_thumbnail > .entry-footer > span > a, .search_page .page-content > .container > .page > .publication_thumbnail > .entry-footer > span > a {
    color: #fff;
    text-decoration: none;
}

/* Not found search page */

.no-results.not-found {
    width: 100%;
}
.no-results.not-found .container > .meta_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.no-results.not-found .container > .meta_title > h2 {
    font-size: 4.375rem;
    font-weight: 400;
    line-height: 1.1;
    color: #fff;
    max-width: 75%;
}
.no-results.not-found .page-content {
    padding: 60px 0px 80px 0px;
}

/* Modal feedback */

.modal#modalFeedback > .modal-dialog {
    max-width: 100%;
    width: 40%;
}
.modal#modalFeedback .modal-header {
    display: flex;
    justify-content: center;
}
.modal#modalFeedback .modal-header > .modal-title, .modal#modalOrderService .modal-header > .modal-title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.modal#modalOrderService .modal-header > .modal-title {
    padding-right: 22px;
}
.modal#modalFeedback .modal-header > button.close, .modal#modalOrderService .modal-header > button.close {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: transparent;
    border: none;
    padding: 0;
}
.modal#modalFeedback .modal-header > button.close > span > img, .modal#modalOrderService .modal-header > button.close > span > img {
    width: 20px;
}
.modal#modalFeedback .modal-body > .product_image {
    margin-bottom: 20px;
}
.modal#modalFeedback .modal-body > .product_image > img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 5px;
}
.modal#modalFeedback .modal-body > .product_image > .product_total_price_text {
    margin-top: 10px;
    font-weight: 500;
}
.modal#modalFeedback .modal-body > .product_image > .product_total_price_text > p {
    margin: 0 0 0 8px;
}
.modal#modalFeedback .modal-body > .product_image > div {
    display: flex;
    font-weight: 500;
}
.modal#modalFeedback .modal-body > .product_image > div > div {
    margin-left: 8px;
}
.modal#modalFeedback .modal-body > .modal_form {
    padding: 0px;
}
.modal#modalFeedback .modal-body > .modal_form label, .modal#modalFeedback .modal-body > .modal_form label input, .modal#modalOrderService .modal-body label, .modal#modalOrderService .modal-body label input {
    width: 100%;
}
.modal#modalFeedback .modal-body > .modal_form label input, .modal#modalFeedback .modal-body > .modal_form label textarea, .modal#modalOrderService .modal-body label input, .modal#modalOrderService .modal-body label textarea {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid;
    border-color: #D7926B;
    border-radius: 0;
    outline: none;
    transition: all .2s cubic-bezier(.165,.84,.44,1);
}
.modal#modalFeedback .modal-body > .modal_form label textarea, .modal#modalOrderService .modal-body label textarea {
    min-height: 100px;
    height: 100px;
}
.modal#modalFeedback .modal-body > .modal_form label input:focus, .modal#modalFeedback .modal-body > .modal_form label textarea:focus, .modal#modalOrderService .modal-body label input:focus, .modal#modalOrderService .modal-body label textarea:focus {
    border-color: #000;
}
.modal#modalFeedback .modal-body > .modal_form form > .feedback_submit_button > p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.modal#modalFeedback .modal-body > .modal_form form > .feedback_submit_button > p > input[type="submit"], .modal#modalOrderService .modal-body form > .order_service_modal_btn_submit > p > input[type="submit"] {
    width: 100%;
    outline: none;
    background-color: #D7926B;
    border: none;
    border-radius: 100px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px;
    transition: all .2s cubic-bezier(.165,.84,.44,1);
}
.modal#modalFeedback .modal-body > .modal_form form > .feedback_submit_button > p > input[type="submit"]:hover, .modal#modalOrderService .modal-body form > .order_service_modal_btn_submit > p > input[type="submit"]:hover {
    background-color: #000;
}
.modal#modalFeedback .modal-body > .modal_form form > .wpcf7-response-output, .modal#modalOrderService .modal-body form > .wpcf7-response-output {
    display: none;
    border: 2px solid #D7926B;
}
.modal#modalFeedback .modal-body > .modal_form .feedback_field_search .wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}
.modal#modalFeedback .modal-body > .modal_form .feedback_field_search .wpcf7-form-control.wpcf7-radio > span {
    margin: 0 1em 0 0;
}

/* New blocks on home page - how buy and additional services */

.block_added_information {
    width: 100%;
    display: flex;
    padding: 0px 0px 80px 0px;
}

.block_added_information > .block_how_buy {
    width: 100%;
    padding: 20px;
}
.block_added_information > .block_how_buy > .container > .excerpt, .excerpt {
    overflow: hidden;
    max-height: 310px;
    transition: max-height 1.5s ease;
}
.block_added_information > .block_how_buy > .container > .excerpt > h2 {
    font-size: 25px;
}
.block_added_information > .block_how_buy > .container > .excerpt > h3 {
    font-size: 20px;
}
.block_added_information > .block_how_buy > .container > button, .container > .row > .col-sm-6 > .read-more-button {
    padding: 10px 20px;
    color: #fff;
    background-color: #D7926B;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    transition: all .3s ease;
}
.container > .read-more-button {
    margin-top: 15px;
}
.block_added_information > .block_how_buy > .container > button:hover, .container > .row > .col-sm-6 > .read-more-button:hover {
    background-color: #000;
}
.block_added_information > .block_how_buy span, .block_added_information > .block_additional_services span {
    display: flex;
    align-items: center;
    color: #d7926b;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.block_added_information > .block_how_buy span::before, .block_added_information > .block_additional_services span::before {
    display: flex;
    content: "";
    position: relative;
    margin-right: 1.25rem;
    width: 4rem;
    height: 1px;
    background-color: #d7926b;
}
.block_added_information > .block_how_buy p, .block_added_information > .block_additional_services p {
    font-size: 14px;
    color: #615e5e;
}

/* Page template styles */

.page_content {
    padding: 60px 0px;
}

/* 404 error page */

.error_block {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.error_block > .error_text {
    font-weight: 700;
    font-size: 170px;
}
.error_block > .page-title {
    font-weight: 500;
    font-size: 30px;
    width: 100%;
    text-align: center;
}
.error_block > a {
    background-color: #b88768;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
    transition: all .3s;
}
.error_block > a:hover {
    background-color: #000;
}

/* Page Montash - service page */

.oder_service_btn {
    margin-top: 20px;
}
.oder_service_btn > button, .footer_oder_service_btn > button {
    border: none;
    outline: none;
    background-color: #b88768;
    color: #fff;
    font-size: 17px;
    padding: 10px 20px;
    border-radius: 30px;
    transition: all .3s;
}
.oder_service_btn > button:hover, .footer_oder_service_btn > button:hover {
    background-color: #000;
}