@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'montserrathairline';
    src: url('../fonts/montserrathairline.ttf');
    font-display: swap;
}
@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserratlight.ttf');
    font-display: swap;
}
@font-face {
    font-family: 'montserrat';
    src: url('../fonts/montserrat.ttf');
    font-display: swap;
}
@font-face {
    font-family: 'montserratblack';
    src: url('../fonts/montserratblack.ttf');
    font-display: swap;
}
@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserratbold.ttf');
    font-display: swap;
}
* {
    padding: 0;
    margin: 0;
}
body {
    font-family: 'Montserrat', sans-serif;
    display: block;
    position: relative;
    overflow-x: hidden;
    color: #252525;
}
.mobile-only {
    display: none;
}
#mobile-menu {
    display: none;
}
.desctop-only {
    display: block;
}
.body-scroll {
    overflow: hidden;
}
.float-right {
    float: right;
}
.align-center {
    text-align: center;
}
::selection {
    background: #5e3c48;
    color: #252525;
}
::-moz-selection {
    background: #5e3c48;
    color: #252525;
}
/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 15px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
}
::-webkit-scrollbar-thumb {
    border-radius: -10%;
    background-color: #5e3c48;
}
ul li, ol li {
    list-style-position: inside;
}
a, .btn, input, button, textarea, select {
    outline: none;
    display: inline-block;
    transition: .2s ease-in-out;
    text-decoration: none;
}
select, input, textarea {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 16px;
}
a {
    color: #252525;
}
a:hover {
    text-decoration: underline;
    color: #5e3c48;
}
.btn:hover, input:hover, button:hover {
    transition: .2s ease-in-out;
    text-decoration: none;
}
button {
    border: none;
}
button:hover {
    cursor: pointer;
}
.btn {
    border: none;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    border-radius: 5px;
    padding: 12px 25px;
}
.btn img {
    float: left;
    margin-right: 10px;
}
.btn-pure {
    background: #5e3c48;
    color: #fff;
}
.btn-pure:hover {
    background: #462b35;
    color: #fff;
}
/*STYLE*/
#header-top {
    padding-top: 18px;
    padding-bottom: 18px;
    background: #f2f2f2;
}
#header-top a > div, #header-top span.modal > div {
    display: none;
    position: relative;
    transition: .2s ease-in-out;
}
#header-top a:hover > div, #header-top span.modal:hover > div {
    position: absolute;
    display: block;
    background: #fff;
    min-width: 230px;
    padding: 15px 15px 5px 15px;
    color: #252525;
    z-index: 1000;
    transition: .2s ease-in-out;
    border-bottom: 4px solid #5e3c48;
}
.block-location {
    position: relative;
}
.block-location img {
    float: left;
    margin-right: 14px;
    margin-top: 4px;
}
.block-location h4 {
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
}
.block-location a {
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    color: #8a8a8a;
    position: relative;
    padding-right: 17px;
}
.block-location a:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 4px;
    width: 7px;
    height: 6px;
    background-image: url("../images/arrow-bottom.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.block-location a > div {
    min-width: 400px;
}
.block-location a > div h4 {
    margin-bottom: 10px;
}
.block-phone {
    position: relative;
}
.block-phone img {
    float: left;
    margin-right: 14px;
    margin-top: 6px;
}
.block-phone h4 {
    font-size: 10px;
    line-height: 10px;
    font-weight: 700;
}
.block-phone h4 span {
    font-size: 14px;
    line-height: 14px;
}
.block-phone span.modal {
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    color: #8a8a8a;
    position: relative;
    padding-right: 17px;
    display: inline-block;
}
.block-phone span.modal:hover {
    text-decoration: underline;
    cursor: pointer;
}
.block-phone > span.modal:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 4px;
    width: 7px;
    height: 6px;
    background-image: url("../images/arrow-bottom.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.block-phone span.modal > div {
    min-width: 400px;
}
.block-phone span.modal > div a {
    margin-bottom: 10px;
    font-size: 14px;
}
.block-phone span.modal > div a img {
    margin-top: 0;
}
.block-time {
    position: relative;
}
.block-time img {
    float: left;
    margin-right: 14px;
    margin-top: 6px;
}
.block-time h4 {
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
}
form {
    position: relative;
}
form input {
    border: none;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #252525;
    background: #fff;
    padding: 13px 25px 11px;
    border-radius: 5px;
    width: 100%;
}
form input::placeholder {
    color: #b3b3b3;
}
.block-search {
    position: relative;
}
.block-search form {
    margin-top: -5px;
}
.block-language {
    font-size: 14px;
    line-height: 14px;
    margin-top: 9px;
    font-weight: 600;
    color: #8a8a8a;
    display: inline-block;
}
.block-language a {
    color: #8a8a8a;
}
.block-language a:hover, .block-language a.active {
    color: #252525;
}
.block-soc {
    width: 42px;
    height: 42px;
    border-radius: 50px;
    background: #5e3c48;
    padding: 8px;
    position: absolute;
    right: 0;
    top: -5px;
}
.block-soc a img {
    transition: .2s ease-in-out;
}
.block-soc a:hover img {
    transform: scale(1.05);
}
/**/
.block-logo {
    margin-top: 12px;
    margin-bottom: 12px;
}
.block-btn-heart {
    margin-top: 25px;
    text-align: right;
}
.block-btn-heart .btn {
    padding-left: 15px;
    animation: animate-heart 2s infinite linear;
}
@keyframes animate-heart {
    0% {
        box-shadow: 0px 0px 0px #5e3c48;
    }
    50% {
        box-shadow: 0px 0px 20px #5e3c48;
    }
    100% {
        box-shadow: 0px 0px 0px #5e3c48;
    }
}
.block-btn-heart .btn img {
    animation: animate-heart-img 2s infinite linear;
}
@keyframes animate-heart-img {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(15deg);
    }
    20% {
        transform: rotate(-15deg);
    }
    30% {
        transform: rotate(0deg);
    }
}
/**/
.block-nav {
    margin-top: 0px;
    text-align: right;
}
.block-nav nav ul li {
    display: inline-block;
    list-style-type: none;
    padding-left: 21px;
    padding-top: 35px;
    padding-bottom: 36px;
}
.block-nav nav ul li a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
}
.block-nav nav ul li a:hover, .block-nav nav ul li a.active {
    color: #5e3c48;
    text-decoration: none;
}
.nav-sub {
    position: relative;
}
.nav-sub > div {
    display: none;
}
.nav-sub:hover > div {
    position: absolute;
    display: block;
    background: #f2f2f2;
    padding: 20px 35px 10px 35px;
    color: #252525;
    z-index: 1000;
    min-width: 290px;
    transition: .2s ease-in-out;
    text-align: left;
    right: 0;
    top: 90px;
}
.nav-sub:hover > div a {
    margin-bottom: 10px;
}
/**/
#owl-banner {
    position: relative;
    z-index: 900;
}
#owl-banner .banner-item {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 420px;
}
#owl-banner .banner-item h1 {
    margin-top: 90px;
    margin-bottom: 50px;
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
}
#owl-banner .banner-item a {
    padding-right: 38px;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #5e3c48;
}
#owl-banner .banner-item a img {
    width: auto;
    position: absolute;
    right: 0;
    top: 3px;
}
/**/
#product-news {
    position: relative;
    margin-top: -110px;
    z-index: 1000;
    margin-bottom: 70px;
}
.product-news-item {
    padding: 34px 20px;
    background: #e9e9e9;
    border-radius: 10px;
    width: 100%;
}
.product-news-item h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    height: 66px;
    margin-bottom: 15px;
}
.product-news-item .href-next:hover {
    transform: scale(1.05);
}
.product-news-item-01 {
    min-height: 365px;
    padding-left: 40px;
    background-image: url("../images/image-01.png?v20220128");
    background-repeat: no-repeat;
    background-position: right bottom;
}
.product-news-item-01 h3 {
    font-size: 26px;
    line-height: 30px;
    height: auto;
    margin-bottom: 0px;
}
.product-news-item-01 .href-next {
    margin-top: 165px;
    display: block;
}
.product-news-item:hover {
    box-shadow: 0px 0px 20px #e9e9e9;
}
.product-news-item:hover {
    text-decoration: none;
}
.product-news-item-02 {
    background-image: url("../images/image-02.png?v20220128");
    background-repeat: no-repeat;
    background-position: right center;
}
.product-news-item-03 {
    background: #cecece;
    background-image: url("../images/image-03.png?v20220128");
    background-repeat: no-repeat;
    background-position: right center;

}
.product-news-item-04 {
    background: #f2f2f2;
    background-image: url("../images/image-04.png?v20220128");
    background-repeat: no-repeat;
    background-position: right center;
    margin-top: 30px;
}
/**/
.block-head {
    font-size: 25px;
    line-height: 25px;
    font-weight: 800;
    color: #703747;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
}
#catalog {
    margin-bottom: 30px;
}
.catalog-item {
    text-align: center;
    margin-bottom: 50px;
    width: 100%;
}
.catalog-item img {
    margin-bottom: 20px;
    width: 116px;
    height: 116px;
}
.catalog-item h4 {
    display: block;
    font-size: 18px;
    line-height: 22px;
    color: #5e3c48;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
}
.catalog-item h4 a img {
    margin-top: 10px;
}
.images-category {
    min-height: 165px;
    max-width: 165px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
/**/
#company {
    margin-bottom: 70px;
}
.company-item {
    margin-bottom: 30px;
}
.company-img {
    min-height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}
.company-item h3 {
    margin-bottom: 45px;
    font-size: 28px;
    line-height: 36px;
    margin-top: 65px;
}
.company-item p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 45px;
}
/**/
#partners {
    margin-bottom: 40px;
}
.partner-item {
    text-align: center;
    border: 2px solid #dbd6d6;
    border-radius: 5px;
    padding: 13px;
    margin-bottom: 30px;
}
/**/
#contants {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
    background: #f2f2f2;
}
#contants .block-head {
    text-align: left;
}
.block-contacts-item {
    display: none;
    position: relative;
}
.block-contacts-item.tab-active {
    display: block;
}
.block-contacts-city {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    display: inline-block;
    margin-right: 20px;
    padding: 15px;
}
.block-contacts-city.tab-active {
    background: #5e3c48;
    border-radius: 5px;
}
.block-contacts-city.tab-active a {
    color: #fff;
}
.block-contacts-city.tab-active a:hover {
    text-decoration: none;
}
.block-contacts-item .block-location {
    margin-bottom: 30px;
}
.block-contacts-item .block-location img {
    margin-top: 0;
}
.block-contacts-item .block-location h4 {
    font-size: 14px;
}
.block-contacts-item .block-phone {
    margin-bottom: 30px;
}
.block-contacts-item .block-phone img {
    margin-top: 25px;
    float: left;
    margin-bottom: 30px;
}
.block-contacts-item .block-phone a {
    font-size: 14px;
    display: block;
    font-weight: 700;
}
.block-contacts-item .block-phone a span {
    font-size: 10px;
    font-weight: 400;
    margin-right: 10px;
}
.block-contacts-item .block-time h4 {
    font-size: 14px;
    font-weight: 700;
}
.block-contacts-item .map {
    width: 100%;
}
/**/
footer {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background: #f9f9f9;
    font-size: 14px;
    line-height: 12px;
    font-weight: 300;
}
/**/
.popup-modal-style {
    width: 1050px;
    background: #fff;
    position: relative;
    padding: 40px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}
.popup-modal-style .popup-img {
    background-repeat: no-repeat;
    min-height: 355px;
    background-position: center;
    background-size: cover;
    position: relative;
}
.popup-modal-style .popup-img > span {
    font-size: 14px;
    line-height: 14px;
    padding: 5px 15px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    display: block;
    top: 25px;
    left: 25px;
    color: #252525;
}
.popup-modal-style span {
    font-size: 14px;
    line-height: 14px;
    color: #5e3c48;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: block;
}
.popup-modal-style h3 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}
.popup-modal-style h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #5e3c48;
}
.popup-modal-style p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 30px;
}
#modal-popup-product.popup-modal-style p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 15px;
}
#modal-popup-product.popup-modal-style p span {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: #252525;
    margin-bottom: 15px;
    text-transform: inherit;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0;
}
#modal-popup-product.popup-modal-style .popup-img {
    border-radius: 10px;
}
.mfp-close {
    font-size: 30px;
    line-height: 15px;
    font-weight: 400;
}
/**/
.header-block {
    padding-top: 25px;
    padding-bottom: 25px;
    background: #5e3c48;
    color: #fff;
}
.breadcrumb {
    margin-bottom: 20px;
}
.breadcrumb a {
    display: inline-block;
    color: #9d8d93;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    padding-left: 11px;
    margin-right: 15px;
    position: relative;
}
.breadcrumb a.active {
    color: #fff;
}
.breadcrumb a:after {
    content: '';
    position: absolute;
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 5px;
    left: 0;
    top: 5px;
    background: #9d8d93;
}
.breadcrumb a.active:after {
    background: #fff;
}
.header-block h1 {
    font-size: 26px;
    color: #fff;
    line-height: 26px;
    font-weight: 700;
}
.header-block .block-search {
    margin-top: 25px;
}
.header-block-catalog {
    padding-bottom: 75px;
}
#product-news.product-news-catalog {
    margin-top: -50px;
}
/**/
.content-page {
    margin-top: 50px;
    margin-bottom: 100px;
}
.block-category-item {
    text-align: center;
    margin-bottom: 70px;
}
.block-category-item-img {
    min-height: 160px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}
.block-category-item h4 a {
    font-size: 18px;
    font-weight: 700;
    color: #5e3c48;
    margin-top: 25px;
}
.content-page h2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #5e3c48;
    margin-bottom: 30px;
}
.content-page p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    text-align: justify;
}
.content-page h3 {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 28px;
    font-weight: 400;
}
.content-page ul {
    margin-bottom: 30px;
}
.content-page ul li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    text-align: justify;
}
.content-page p a {
    color: #5e3c48;
    font-weight: 400;
}
.content-page .catalog-item-text {
    -webkit-columns: 555px 2;
    -moz-columns: 555px 2;
    columns: 555px 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
/**/
.sidebar-filter {
    margin-bottom: 30px;
}
.filter-item {
    margin-bottom: 30px;
}
.filter-item h4 {
    font-size: 18px;
    line-height: 20px;
    color: #703747;
    margin-bottom: 20px;
}
.filter-item label {
    display: block;
    margin-bottom: 5px;
    font-weight: 300;
}
.filter-item label input {
    width: auto;
    margin-right: 15px;
}
.filter-item select {
    width: 90%;
    padding: 10px;
}
.href-done {
    margin-top: 10px;
    color: #703747;
    font-weight: 400;
}
.href-done img {
    margin-right: 10px;
}
/**/
.product-item {
    margin-bottom: 30px;
    width: 100%;
}
.product-item .product-item-img {
    min-height: 180px;
    max-width: 180px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    border-radius: 10px;
    display: block;
    position: relative;
}
.product-item-img .label {
    position: absolute;
    display: inline-block;
    color: #fff;
    padding: 4px 10px 2px;
    font-size: 10px;
    line-height: 10px;
    font-weight: 500;
    top: 10px;
    left: 10px;
    text-transform: uppercase;
    border-radius: 5px;
}
.popup-img .label {
    position: absolute;
    display: inline-block;
    color: #fff;
    padding: 4px 10px 2px;
    font-size: 10px;
    line-height: 10px;
    font-weight: 500;
    top: 10px;
    left: 20px;
    text-transform: uppercase;
    border-radius: 5px;
}
.label-new {
    background: #000;
}
.label-sale {
    background: #5e3c48;
}
.product-item p {
    margin-bottom: 0px;
    font-weight: 300;
}
.news-item {
    position: relative;
    margin-bottom: 70px;
}
.news-item .news-img {
    position: relative;
    /*min-height: 400px;*/
    background-repeat: no-repeat;
    height: 262px;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
    /*border-radius: 10px;*/
    width: 100%;
}
.news-item .news-img > span {
    font-size: 14px;
    line-height: 14px;
    padding: 5px 15px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    display: block;
    top: 25px;
    left: 25px;
    color: #252525;
}
.news-item h3 {
    margin-bottom: 0;
}
.news-item h3 a {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    text-decoration: none;
    background: none;
    color: #252525;
    padding: 0;
}
.news-date {
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    color: #252525;
    margin-bottom: 10px;
    display: block;
    position: relative;
}
.news-item h3 a:hover {
    background: transparent;
    padding: 0;
    color: #000;
    text-decoration: underline;
}
.pagination {
    text-align: right;
    margin-bottom: 50px;
}
.pagination a {
    font-size: 16px;
    line-height: 16px;
    color: #d2cccc;
    border: 1px solid #d2cccc;
    border-radius: 5px;
    padding: 11px 15px;
    font-weight: 300;
    margin-left: 10px;
}
.pagination a.active, .pagination a:hover {
    color: #fff;
    border: 1px solid #5e3c48;
    background: #5e3c48;
    text-decoration: none;
}
.news-item-detail {
    position: relative;
}
.news-item-detail .news-img {
    position: relative;
    min-height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
    border-radius: 10px;
}
.news-item-detail h5 {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}
.order-item {
    text-align: center;
    margin-bottom: 70px;
    position: relative;
}
.order-item:after {
    content: '';
    position: absolute;
    display: block;
    background-image: url("../images/order-arrow.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 20px;
    right: -35px;
    top: 65px;
}
.col:nth-child(5) .order-item:after {
    display: none;
}
.order-item img {
    margin-bottom: 30px;
}
.order-item h4 {
    font-size: 16px;
    line-height: 26px;
    color: #5e3c48;
}
.order-item h4 a {
    color: #5e3c48;
    text-decoration: underline;
}
/*accardion*/
.accordion {
    border: 2px solid #d2cccc;
    color: #252525;
    cursor: pointer;
    padding: 20px 30px;
    border-radius: 10px;
    width: 100%;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-size: 18px;
    margin-top: 10px;
    line-height: 18px;
    font-weight: 500;
}
.accordion.active, .accordion:hover {
    background-color: #d2cccc;
    color: #252525;
    border: 2px solid #d2cccc;
}
.panel {
    background-color: white;
    display: none;
    overflow: hidden;
    transition: .3s ease-out;
    border: none;
    padding: 30px 0px;
    width: 100%;
    font-size: 16px;
    color: #252525;
    line-height: 26px;
}
.accordion:hover:after {
    color: #fff;
}
.accordion:after {
    content: '\2039';
    font-size: 30px;
    color: #d2cccc;
    float: right;
    margin-left: 5px;
    transform: rotate(-90deg);
    right: 15px;
    top: -18px;
    display: block;
    position: relative;
    transition: .3s ease-out;
    transform-origin: 60% 60%;
}
.accordion.active:after {
    content: "\2039";
    transform: rotate(90deg);
    transition: .3s ease-out;
    color: #fff;
}
.content-page .block-contacts {
    margin-bottom: 30px;
}
.content-page .block-contacts-item {
    margin-bottom: 50px;
}
.contact-form form label {
    display: block;
    font-weight: 700;
    color: #5e3c48;
    margin-bottom: 10px;
}
.contact-form form input {
    display: block;
    font-weight: 700;
    color: #5e3c48;
    border: 1px solid #d2cccc;
    margin-bottom: 30px;
    border-radius: 5px;
}
.contact-form form textarea {
    display: block;
    border-radius: 5px;
    font-weight: 700;
    color: #5e3c48;
    border: 1px solid #d2cccc;
    margin-bottom: 30px;
    width: 100%;
    min-height: 100px;
    font-size: 16px;
    line-height: 16px;
    padding: 13px 25px 11px;
}
/**/
#history {
    margin-bottom: 40px;
}
.block-history {
    background-image: url("../images/histiry.png");
    background-repeat: no-repeat;
    background-position: center;
    min-height: 420px;
}
.block-history h3 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #5e3c48;
    margin-bottom: 25px;
    line-height: 25px;
}
.block-history p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    text-align: center;
}
.history-01 {
    padding-right: 60px;
    padding-left: 60px;
}
.history-02 {
    padding-right: 60px;
    padding-left: 20px;
    padding-top: 140px;
}
.history-03 {
    padding-right: 60px;
    padding-left: 90px;
    padding-top: 140px;
}
#team {
    margin-top: 100px;
}
.content-page .company-img {
    margin-bottom: 100px;
}
footer.footer-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
}
/**/
.product-item {
    position: relative;
}
.product-item .popup-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    min-height: 335px;
}
.product-item h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #5e3c48;
}
.product-item p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 15px;
}
#product-item-color {
    margin-top: 30px;
}
.item-color {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}
.item-color-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    margin: 0px auto 10px;
}
/*error-page*/
.error-page {
    margin-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background-image: url("../images/texture-error.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    text-align: center;
}
.error-page h2 {
    text-transform: uppercase;
    font-size: 60px;
    margin-bottom: 20px;
    line-height: 60px;
    font-weight: 500;
}
.error-page h3 {
    font-size: 16px;
    margin-bottom: 70px;
    line-height: 22px;
    font-weight: 400;
}
.color-card.selected {
    box-shadow: 0px 0 0 1px #1d9d84;
    border-radius: 10px;
}
.href-hidden {
    display: none;
}
#modal-popup-sale .popup-img {
    background-size: contain;
}
.catalog-item img.icon-arrow {
    width: auto;
    height: auto;
    margin: 10px auto;
    display: block;
}
#mobile-search {
    display: none;
}
.mfp-wrap {
    z-index: 10000;
}
.product-dis {
    text-align: left;
}
#contants .block-location a, .content-page .block-location a {
    color: #252525;
}
#contants .block-location a:after, .content-page .block-location a:after {
    display: none;
}
.product-popup-image {
    padding: 15px;
    width: 900px;
}
.product-popup-image img {
    width: 100%;
}
.news-item-detail .news-img.news-img-a {
    min-height: 800px;
    background-size: contain;
}
.product-cart-item-img .popup-img {
    background-size: contain;
}
.product__colors-map p {
    text-align: center;
}
.block-category-item {
    display: block;
}
.item-color-img {
    border: solid 1px;
}
img.news-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.popup-modal-form {
    width: 400px;
    text-align: center;
    padding: 40px 60px;
}
.popup-modal-form form input{
    border: 1px solid #5e3c48;
    margin-bottom: 15px;
}
.popup-modal-form h3{
    margin-bottom: 0px;
}
.popup-modal-form p{
    font-size: 14px;
    line-height: 18px;
}
.mail_send-sacsses{
    font-size: 22px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 0px;
}