/*@font-face {
    font-family: 'PT Sans Caption';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans Caption'), local('PTSans-Caption'), url(../fonts/OXYTDOzBcXU8MTNBvBHeSW0-0Uy8xZo5dgb8W_VaF1c.woff2) format('woff2');
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F
}

@font-face {
    font-family: 'PT Sans Caption';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans Caption'), local('PTSans-Caption'), url(../fonts/OXYTDOzBcXU8MTNBvBHeSb76rFROfhHmuRrQBiAXtwc.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'PT Sans Caption';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans Caption'), local('PTSans-Caption'), url(../fonts/OXYTDOzBcXU8MTNBvBHeSbVsCO7jRkLSHccKTSiIRcg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'PT Sans Caption';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans Caption'), local('PTSans-Caption'), url(../fonts/OXYTDOzBcXU8MTNBvBHeSVu3pQpJXC1E_Hw7zMp8vJM.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
}*/

@font-face {
    font-family: 'corsica_lxbook';
    src: url('../fonts/corsicalx-book-webfont.eot');
    src: url('../fonts/corsicalx-book-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/corsicalx-book-webfont.woff2') format('woff2'), url('../fonts/corsicalx-book-webfont.woff') format('woff'), url('../fonts/corsicalx-book-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Corsica LX LX Book';
    src: local('Corsica LX LX Book'), local('Corsica-LX-LX-Book'),
        url('../fonts/CorsicaLX-Book.woff2') format('woff2'),
        url('../fonts/CorsicaLX-Book.woff') format('woff'),
        url('../fonts/CorsicaLX-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Corsica LX LX Regular';
    src: local('Corsica LX LX Regular'), local('Corsica-LX-LX-Regular'),
        url('../fonts/CorsicaLX-Regular.woff2') format('woff2'),
        url('../fonts/CorsicaLX-Regular.woff') format('woff'),
        url('../fonts/CorsicaLX-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Corsica LX Bold';
    src: local('Corsica LX Bold'), local('Corsica-LX-Bold'),
        url('../fonts/CorsicaLX-Bold.woff2') format('woff2'),
        url('../fonts/CorsicaLX-Bold.woff') format('woff'),
        url('../fonts/CorsicaLX-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


html {
    min-height: 100%;
    height: 1px
}

body {
    font-family: 'Corsica LX LX Regular', sans-serif;
    font-weight: 400;
    color: #626262;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    overflow-x: hidden;
    height: 100%
}

.width_right {
    width: calc(100% + 15px);
}

.margin_right {
    margin-right: -15px;
}

.swiper-container {
    max-width: 100%;
}

@media (min-width: 768px) {
    .width_right {
        width: calc(100% + (100vw - 720px) / 2);
    }

    .margin_right {
        margin-right: calc((100vw - 720px) / 2 * (-1));
    }
}

@media (min-width: 992px) {
    .width_right {
        width: calc(100% + (100vw - 940px) / 2);
    }

    .margin_right {
        margin-right: calc((100vw - 940px) / 2 * (-1));
    }
}

@media (min-width: 1200px) {
    .width_right {
        width: calc(100% + (100vw - 1140px) / 2);
    }

    .margin_right {
        margin-right: calc((100vw - 1140px) / 2 * (-1));
    }
}

@media (min-width: 1600px) {
    .width_right {
        width: calc(100% + (100vw - 1370px) / 2);
    }

    .margin_right {
        margin-right: calc((100vw - 1370px) / 2 * (-1));
    }
}

@media (min-width: 1700px) {
    .width_right {
        width: calc(100% + (100vw - 1620px) / 2);
    }

    .margin_right {
        margin-right: calc((100vw - 1620px) / 2 * (-1));
    }
}

.header_burger {
    cursor: pointer;
}

.header_burger span {
    display: block;
    width: 100%;
    height: 3px;
    width: 42px;
    background: #000;
    transition: all .3s;
    position: relative;
    margin-top: 7px;
}

.common-home .header_burger span {
    background: #fff;
}

.header_burger span+.header_burger span {
    margin-top: 14px;
}

.header_burger span:nth-child(1) {
    margin-top: 0;
}

.header_burger.active span:nth-child(1) {
    animation: ease .7s top forwards;
}

.header_burger.not-active span:nth-child(1) {
    animation: ease .7s top-2 forwards;
}

.header_burger.active span:nth-child(2) {
    animation: ease .7s scaled forwards;
}

.header_burger.not-active span:nth-child(2) {
    animation: ease .7s scaled-2 forwards;
}

.header_burger.active span:nth-child(3) {
    animation: ease .7s bottom forwards;
}

.header_burger.not-active span:nth-child(3) {
    animation: ease .7s bottom-2 forwards;
}

@keyframes top {
    0% {
        top: 0;
        transform: rotate(0);
    }

    50% {
        top: 10px;
        transform: rotate(0);
    }

    100% {
        top: 10px;
        transform: rotate(45deg);
    }
}

@keyframes top-2 {
    0% {
        top: 10px;
        transform: rotate(45deg);
    }

    50% {
        top: 10px;
        transform: rotate(0deg);
    }

    100% {
        top: 0;
        transform: rotate(0deg);
    }
}

@keyframes bottom {
    0% {
        bottom: 0;
        transform: rotate(0);
    }

    50% {
        bottom: 10px;
        transform: rotate(0);
    }

    100% {
        bottom: 10px;
        transform: rotate(135deg);
    }
}

@keyframes bottom-2 {
    0% {
        bottom: 10px;
        transform: rotate(135deg);
    }

    50% {
        bottom: 10px;
        transform: rotate(0);
    }

    100% {
        bottom: 0;
        transform: rotate(0);
    }
}

@keyframes scaled {
    50% {
        transform: scale(0);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes scaled-2 {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.common-home header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

header {
    margin-bottom: 60px;
    z-index: 100;
}

.header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0;
    border-bottom: 1px solid #E5E5E5;
}

.common-home .header_wrapper {
    border-bottom: none !important;
}

.header_wrapper .header_logo {
    width: 300px;
}

.header_wrapper .header_logo img {
    width: 100%;
}

.header_wrapper .header_logo .header_logo_mob,
.header_wrapper .header_logo .header_logo_white {
    display: none;
}

.common-home .header_wrapper .header_logo .header_logo_white {
    display: block;
}

.common-home .header_wrapper .header_logo .header_logo_grey {
    display: none;
}

.header_wrapper .header_content {
    display: flex;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
}

.header_wrapper .header_content a {
    color: #000;
}

.common-home .header_wrapper .header_content a {
    color: #fff;
}

.header_tel {
    display: none;
    width: 40px;
    height: 40px;
}

.header_tel img {
    height: 100%;
}

.header_content_item {
    margin-left: 80px;
}

.header_tel {
    display: none;
}

.header_card {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #a19859;
    border-radius: 50%;
    position: relative;
}

.header_card_count {
    position: absolute;
    font-size: 11px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    color: #fff;
}

.desktop_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #a19859;
    color: #fff;
    height: 100vh;
    display: none;
    padding: 0 10vw;
    z-index: 100;
}

.desktop_menu.active {
    display: block;
}

.desktop_menu_wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 8fr 4vw 8fr 4vw 5fr;
    grid-template-columns: 8fr 8fr 5fr;
    grid-gap: 4vw;
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.desktop_menu__main_link a {
    font-size: 1.85vw;
    line-height: 1.3;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin-bottom: 30px;
}

.desktop_menu__link a {
    font-size: 1.45vw;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #fff;
    display: block;
}

.desktop_menu__offer {
    position: relative;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.desktop_menu__offer img {
    width: 100%;
}

.desktop_menu__offer_descr {
    position: absolute;
    font-size: 16px;
    left: 35px;
    top: 40px;
    color: #fff;
}

.desktop_menu__offer_title {
    position: absolute;
    font-size: 28px;
    left: 35px;
    bottom: 40px;
    color: #fff;
}

.desktop_menu__phone {
    font-size: 1.8vw;
    line-height: 1.5;
    color: #fff;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.desktop_menu__setting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    -ms-flex-item-align: center;
    align-self: center;
}

.desktop_menu__setting form .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 50px;
}

.desktop_menu__setting form .btn-group.open {
    margin-left: -15px;
}

.desktop_menu__setting form .btn-group .dropdown-menu {
    position: relative;
    display: none;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.desktop_menu__setting form .btn-group.open .dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.desktop_menu__setting form .btn-group .dropdown-menu li {
    padding: 0 !important;
}

.desktop_menu__setting form .btn-group .dropdown-menu>li>button {
    color: #fff;
}

.desktop_menu__setting form .btn-group button,
.desktop_menu__setting form .btn-group a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-size: 15px !important;
    padding: 0;
    text-decoration: none !important;
    border: none !important;
    outline: none !important;
    background: none !important;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.desktop_menu__setting form .btn-group.open button .title {
    display: none !important;
}

.btn-group .dropdown-toggle.btn-link .dropdown_button {
    width: 20px;
    height: 20px;
    position: relative;
    margin-left: 12px;
}

.btn-group .dropdown-toggle.btn-link .dropdown_button span {
    width: 12px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    -webkit-transform: rotate(45deg) translateY(12px);
    -ms-transform: rotate(45deg) translateY(12px);
    transform: rotate(45deg) translateY(12px);
    top: 0;
    right: -1px;
}

.btn-group .dropdown-toggle.btn-link .dropdown_button span:nth-child(2) {
    -webkit-transform: rotate(-45deg) translateY(12px);
    -ms-transform: rotate(-45deg) translateY(12px);
    transform: rotate(-45deg) translateY(12px);
    right: auto;
    left: -1px;
}

.btn-group.open .dropdown-toggle.btn-link .dropdown_button span {
    width: 20px;
    right: -8px;
}

.btn-group.open .dropdown-toggle.btn-link .dropdown_button span:nth-child(2) {
    left: -9px;
}

.desktop_menu__setting form .btn-group li button,
.desktop_menu__setting form .btn-group li a {
    margin-right: 40px;
}

.desktop_menu__social {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    gap: 20px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    -ms-flex-item-align: center;
    align-self: center;
}

.desktop_menu__social a {
    width: 2vw;
}

.desktop_menu__social a img {
    width: 100%;
}

.desktop_menu_close {
    cursor: pointer;
    position: absolute;
    top: 4vw;
    right: 4vw;
    width: 40px;
    height: 40px;
    padding-top: 20px;
}

.desktop_menu_close span {
    display: block;
    width: 100%;
    height: 3px;
    width: 42px;
    background: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.desktop_menu_close span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -3px;
}

.desktop_menu__account {
    color: #fff;
}

.desktop_menu__account img {
    width: 10px;
    margin-left: 10px;
}

.banner {
    width: 100%;
    position: relative;
    margin-bottom: 115px;
}

.banner img,
.banner video {
    width: 100%;
}

.banner_mob {
    display: none;
}

.banner_wrapper {
    position: absolute;
    z-index: 1;
    bottom: 90px;
    width: 100%;
    color: #fff;
}

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

.banner_title {
    font-size: 50px;
    line-height: 70px;
    text-transform: uppercase;
}

.banner_descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner_descr_text {
    font-size: 24px;
}

.banner_line {
    width: 270px;
    height: 22px;
    background-color: #a19859;
    margin-left: 45px;
}

.caption_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.caption_wrapper.main {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.caption {
    min-width: 13.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
}

.caption_line {
    width: 1px;
    height: 45px;
    background-color: #000;
    margin: 25px 00;
}

.caption_text {
    font-size: 13px;
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    color: #000;
}

.caption_wrapper.main .caption_text {
    font-size: 36px;
    letter-spacing: 4px;
}

.home_slogan {
    margin-bottom: 130px;
}

.home_slogan .caption_content {
    color: #000;
    display: grid;
    grid-template-columns: 4fr 6fr;
    width: 100%;
}

.home_slogan_title {
    font-size: 42px;
    line-height: 60px;
    text-transform: uppercase;
}

.home_slogan_title .text {
    max-width: 350px;

}

.home_slogan_descr {
    display: flex;
    align-self: center;
    font-size: 15px;
    line-height: 29px;
    align-self: center;
    font-family: 'Corsica LX LX Book';
}

.home_slogan_descr .text {
    max-width: 550px;
}

.main_product {
    /* display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 65px; */
    margin-bottom: 180px;
    display: flex;
    justify-content: center;
}

.main_product_item {
    max-width: 100%;
    position: relative;
    display: block;
}

.main_product_item .green_hover {
    width: 20vw;
    height: 20vw;
    position: absolute;
    top: -20px;
    background: #a19859;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}

.main_product_item .left_hover {
    left: -20px;
}

.main_product_item .right_hover {
    right: -20px;
}

.main_product_item_img_wrapp {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}

.main_product_item_img {
    width: 100%;
    transition: all 1s;
}

.main_product_item:hover .main_product_item_img {
    transform: scale(1.1);
}

.main_product_item:hover .green_hover {
    opacity: 1;
    visibility: visible;
}

.main_product_title {
    position: absolute;
    color: #fff;
    font-size: 38px;
    line-height: 42px;
    text-transform: uppercase;
    top: 15%;
    left: 15%;
    max-width: 70%;
}

.main_product_descr {
    position: absolute;
    color: #fff;
    bottom: 10%;
    left: 15%;
    max-width: 70%;
    font-size: 16px;
    line-height: 28px;
}

.main_product_descr img {
    display: none;
    width: 70px;
    margin-top: 25px;
}

.main_product_item:hover .main_product_descr img {
    display: block;
}

.why_me {
    margin-bottom: 250px;
}

.why_me .caption_content.mob {
    display: none;
}

.why_me .caption_content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #000;
    width: 100%;
}

.why_me_item {
    text-align: center;
    transition: all 0.4s;
}

a.why_me_item {
    color: #000;
}

.why_me_item:hover {
    color: #a19859;
}

a.why_me_item:hover {
    cursor: pointer;
}

.why_me_item_svg {
    max-width: 56px;
    max-height: 56px;
    margin: 0 auto 40px;
}

.why_me_item_svg svg {
    max-height: 56px;
}

.why_me_item .why_me_item_svg svg path,
.why_me_item .why_me_item_svg svg rect {
    transition: all 0.4s;
}

.why_me_item:hover .why_me_item_svg svg path,
.why_me_item:hover .why_me_item_svg svg rect {
    stroke: #a19859;
}

.why_me_item_title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 25px;
}

.collections {
    margin-bottom: 190px;
    position: relative;
}

.collections .swiper-slide {
    width: 50vw;
    color: #000;
}

.collections_slide_img {
    max-width: 100%;
    margin-bottom: 90px;
    overflow: hidden;
}

.collections_slide_img img {
    width: 100%;
    transition: all 1s;
}

.collections_slide:hover img {
    transform: scale(1.1);
}

.collections_slide_bottom {
    display: flex;
    justify-content: space-between;
}

.collections_slide_title {
    font-size: 26px;
    margin-bottom: 50px;
}

.collections_slide:hover .collections_slide_title {
    color: #a19859;
}

.collections_slide_descr {
    font-size: 16px;
    line-height: 24px;
    max-width: 430px;
}

.collections_slide:hover .collections_slide_descr {
    color: #a19859;
}

.collections_slide_link {
    width: 70px;
    margin-left: 25px;
    display: none;
}

.collections_slide:hover .collections_slide_link {
    display: block;
}

.collections_see_all {
    display: none;
}

.collections_box_shadow {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 13vw;
    background: linear-gradient(-90deg, #fffffff2, #fff0);
    z-index: 1;
}

.collections_next_slide {
    width: 135px;
    height: 135px;
    background-color: #a19859;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 2vw;
    top: 50%;
    z-index: 2;
    border-radius: 50%;
    cursor: pointer;
    transform: translateY(-50%);
}

.collections_next_slide img {
    width: 21px;
}

.category {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
    margin-bottom: 215px;
}

.category_item {
    position: relative;
    display: block;
}

.category_item_img {
    max-width: 100%;
    overflow: hidden;
}

.category_item_img img {
    width: 100%;
    transition: all 1s;
}

.category_item_name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    line-height: 35px;
    width: max-content;
    text-align: center;
}

.category_item_link {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    display: none;
    font-size: 15px;
}

.category_item:hover .category_item_img img {
    transform: scale(1.1);
}

.category_item:hover .category_item_link {
    display: block;
}

.category_item .green_hover {
    width: 20vw;
    height: 20vw;
    position: absolute;
    top: -20px;
    background: #a19859;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}

.category_item .left_hover {
    left: -20px;
}

.category_item .top_hover {
    left: 50%;
    transform: translateX(-50%);
}

.category_item .right_hover {
    right: -20px;
}

.category_item:hover .green_hover {
    opacity: 1;
    visibility: visible;
}

.last_news {
    margin-bottom: 190px;
    position: relative;
}

.last_news .swiper-slide {
    width: 50vw;
    color: #000;
}

.last_news_slide_img {
    max-width: 100%;
    margin-bottom: 90px;
    overflow: hidden;
}

.last_news_slide_img img {
    width: 100%;
    transition: all 1s;
}

.last_news_slide:hover img {
    transform: scale(1.1);
}

.last_news_slide_bottom {
    display: flex;
    justify-content: space-between;
}

.last_news_slide_descr {
    font-size: 16px;
    line-height: 24px;
    max-width: 430px;
}

.last_news_slide:hover .last_news_slide_descr {
    color: #a19859;
}

.last_news_slide_link {
    width: 70px;
    display: none;
}

.last_news_slide:hover .last_news_slide_link {
    display: block;
}

.last_news_box_shadow {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 13vw;
    background: linear-gradient(-90deg, #fffffff2, #fff0);
    z-index: 1;
}

.last_news_next_slide {
    width: 135px;
    height: 135px;
    background-color: #a19859;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 2vw;
    top: 50%;
    z-index: 2;
    border-radius: 50%;
    cursor: pointer;
    transform: translateY(-50%);
}

.last_news_next_slide img {
    width: 21px;
}

footer {
    padding: 80px 0 65px;
    border-top: 1px solid #E5E5E5;
}

footer .caption_wrapper {
    align-items: flex-start;
}

.caption_content {
    width: 100%;
    display: grid;
    grid-template-columns: 6fr 4fr;
    color: #000;
    grid-gap: 110px 30px;
}

.footer_title {
    max-width: 480px;
    font-size: 30px;
    line-height: 42px;
    text-transform: uppercase;
    font-family: 'Corsica LX LX Book';
}

footer .sender {
    width: 100%;
    position: relative;
    height: 45px;
}

.sender .email {
    width: 300px;
    height: 45px;
    border: none;
    box-sizing: border-box;
    color: #000;
    font-size: 14px;
}

.sender .email::placeholder {
    color: #000;
}

.sender .green_line {
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 5px;
    content: '';
    display: block;
    background: #a19859;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.sender input.email:focus~.green_line {
    bottom: 45px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.sender [type="submit"] {
    width: 70px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../../../../../image/new_photo/link_arrow_green.svg) 0 50% no-repeat;
    background-size: 100%;
    padding: 0;
    text-indent: -9999px;
    border: none;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.footer_contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    font-size: 13px;
    line-height: 22px;
}

.footer_contact a {
    display: block;
    color: #000;
}

.footer_contact a.footer_mail {
    text-decoration: underline;
}

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

.footer_social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
}

.footer_social a {
    display: inline-block;
    width: 30px;
    margin-left: 1vw;
}

.footer_social a img {
    width: 100%;
}

.footer_mob {
    display: none;
}

@media(max-width: 1440px) {
    .main_product {
        grid-gap: 30px;
    }

    .category_item_name {
        font-size: 25px;
    }

    .desktop_menu__setting {
        font-size: 12px;
    }

    .desktop_menu__select {
        margin-right: 20px;
    }

    .desktop_menu__select a {
        margin-right: 8px;
    }
}

@media(max-width: 1050px) {
    .header_wrapper .header_logo {
        width: 240px;
    }

    .desktop_menu__setting form .btn-group {
        margin-right: 20px;
    }

    .desktop_menu__setting form .btn-group li button,
    .desktop_menu__setting form .btn-group li a {
        margin-right: 20px;
    }

    .banner {
        margin-bottom: 70px;
    }

    .banner_title {
        font-size: 38px;
        line-height: 52px;
    }

    .banner_line {
        width: 170px;
        height: 16px;
        margin-left: 30px;
    }

    .home_slogan {
        margin-bottom: 90px;
    }

    .home_slogan_title {
        font-size: 35px;
        line-height: 45px;
    }

    .home_slogan_title .text {
        max-width: 300px;
    }

    .home_slogan_descr {
        font-size: 14px;
        line-height: 27px;
    }

    .main_product {
        margin-bottom: 90px;
    }

    .main_product_title {
        font-size: 30px;
        line-height: 36px;
        top: 10%;
        left: 10%;
    }

    .main_product_descr {
        left: 10%;
        font-size: 14px;
        line-height: 22px;
    }

    .why_me {
        margin-bottom: 120px;
    }

    .why_me_item_svg {
        max-width: 50px;
        max-height: 50px;
    }

    .why_me_item_title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .caption_wrapper.main .caption_text {
        font-size: 30px;
        letter-spacing: 3px;
    }

    .collections {
        margin-bottom: 120px;
    }

    .collections_slide_img {
        margin-bottom: 40px;
    }

    .collections_slide_title {
        margin-bottom: 25px;
    }

    .collections_next_slide {
        width: 100px;
        height: 100px;
    }

    .collections_next_slide img {
        width: 15px;
    }

    .category {
        grid-gap: 30px;
        margin-bottom: 120px;
    }

    .category_item_name {
        font-size: 22px;
    }

    .last_news {
        margin-bottom: 120px;
    }

    .last_news_slide_img {
        margin-bottom: 40px;
    }

    .last_news_next_slide {
        width: 100px;
        height: 100px;
    }

    .last_news_next_slide img {
        width: 15px;
    }

    .desktop_menu_close {
        top: 3vw;
        right: 3vw;
        width: 32px;
        height: 32px;
    }

    .desktop_menu_close span {
        width: 32px;
    }
}

@media(max-width: 768px) {
    header {
        position: sticky !important;
        top: 0 !important;
        background-color: #a19859;
        padding: 40px 0;
        margin-bottom: 30px;
    }

    .common-home header {
        margin-bottom: 0;
    }

    header.active {
        background-color: #7E825F;
    }

    .header_burger span {
        background-color: #fff;
    }

    .header_wrapper {
        padding: 0;
        margin-bottom: 0;
        border-bottom: none;
    }

    .header_wrapper .header_logo .header_logo_white,
    .header_wrapper .header_logo .header_logo_grey {
        display: none !important;
    }

    .header_wrapper .header_logo .header_logo_mob {
        display: block;
    }

    .header_card {
        background-color: transparent;
    }

    .header_content_item {
        margin-left: 40px;
        width: 40px;
    }

    .header_content_item img {
        height: 100%;
    }

    .header_content_item_link {
        display: none;
    }

    .header_tel {
        display: block;
    }

    .desktop_menu {
        top: 124px;
        height: calc(100vh - 124px);
        padding: 20px 15px;
    }

    .desktop_menu__offer,
    .desktop_menu__phone,
    .desktop_menu__social {
        display: none;
    }

    .desktop_menu_wrapper {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .desktop_menu_close {
        display: none;
    }

    .desktop_menu__link {
        height: 100%;
        font-family: 'Corsica LX LX Book';
    }

    .desktop_menu__main_link a {
        font-size: 20px;
    }

    .desktop_menu__link a {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .desktop_menu__setting {
        font-size: 15px;
        justify-content: space-between;
        width: 100%;
    }

    .desktop_menu__setting a {
        color: #fff;
    }

    .banner {
        margin-bottom: 50px;
    }

    .banner img,
    .banner video {
        display: none;
    }

    .banner_mob {
        display: block !important;
    }

    .banner_wrapper {
        bottom: 50px;
    }

    .banner_content {
        flex-direction: column;
        align-items: baseline;
    }

    .banner_title {
        margin-bottom: 25px;
    }

    .banner_descr {
        width: 100%;
        justify-content: space-between;
    }

    .caption_wrapper {
        flex-direction: column;
    }

    .caption {
        width: 100%;
        flex-direction: row;
        margin-bottom: 30px;
    }

    .caption_number {
        display: none;
    }

    .caption_line {
        width: 45px;
        height: 1px;
        margin: 0 12px 0 0;
    }

    .caption_text {
        writing-mode: horizontal-tb;
        transform: none;
        line-height: 13px;
    }

    .caption_text br {
        display: none;
    }

    .home_slogan {
        margin-bottom: 50px;
    }

    .home_slogan .caption_content {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }

    .home_slogan_title .text {
        max-width: 100%;
    }

    .home_slogan_descr .text {
        max-width: 100%;
        font-size: 16px;
        line-height: 24px;
    }

    .main_product_title {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .main_product_descr {
        display: none;
    }

    .green_hover {
        display: none;
    }

    .why_me {
        margin-bottom: 75px;
    }

    .why_me .caption_content {
        display: none;
    }

    .why_me .caption_content.mob {
        display: block;
        padding-top: 20px;
    }

    .why_me_item {
        margin-bottom: 60px;
    }

    .why_me_item_top {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .why_me_item_svg {
        min-width: 50px;
        min-height: 50px;
        margin: 0 12px 0 0;
    }

    .why_me_item_title {
        margin-bottom: 0;
    }

    .why_me_item_descr {
        text-align: left;
    }

    .why_me .caption_content.mob .swiper-pagination {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .why_me .caption_content.mob .swiper-pagination-bullet {
        background: #c4c4c4;
        width: 11px;
        height: 11px;
        margin: 0 10px;
    }

    .why_me .caption_content.mob .swiper-pagination-bullet-active {
        background: #a19859;
    }

    .category {
        grid-gap: 15px;
        margin-bottom: 90px;
    }

    .category_item_name {
        font-size: 18px;
        max-width: 100%;
    }

    .collections {
        margin-bottom: 80px;
    }

    .collections_slide_link,
    .last_news_slide_link {
        display: none !important;
    }

    .collections_see_all {
        display: block;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 45px;
    }

    .collections_see_all a {
        font-size: 15px;
        color: #000;
        text-decoration: underline;
    }

    .caption_content {
        grid-template-columns: 1fr;
    }

    footer .caption {
        display: none;
    }

    footer .caption_content {
        grid-gap: 50px;
    }

    .footer_contact {
        font-family: 'Corsica LX LX Book';
        text-align: center;
    }

    .footer_mob {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        font-size: 12px;
        margin-top: 15px;
    }
}

@media(max-width: 575px) {
    header {
        padding: 15px 0;
    }

    .header_wrapper .header_logo {
        width: 165px;
    }

    .header_content_item {
        margin-left: 30px;
    }

    .header_card,
    .header_tel {
        height: 30px;
        width: max-content;
    }

    .desktop_menu {
        top: 59px;
        height: calc(100% - 59px);
        padding: 20px 15px;
    }

    .desktop_menu__setting form .btn-group {
        margin-right: 35px;
    }

    .banner_title {
        font-size: 28px;
        line-height: 36px;
    }

    .banner_descr_text {
        font-size: 18px;
    }

    .banner_line {
        width: 140px;
    }

    .main_product {
        grid-template-columns: 1fr;
        margin-bottom: 60px;
    }

    .main_product_item_img_wrapp {
        max-height: 58vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main_product_title {
        font-size: 35px;
        line-height: 42px;
    }

    .why_me_item {
        margin-bottom: 40px;
    }

    .why_me_item_svg {
        min-width: 35px;
        min-height: 35px;
        max-width: 35px;
        max-height: 35px;
    }

    .why_me_item_svg svg {
        width: 35px;
        height: 35px;
    }

    .why_me_item_title {
        font-size: 18px;
    }

    .caption_wrapper.main .caption_text {
        font-size: 24px;
        letter-spacing: 3px;
    }

    .collections_next_slide,
    .collections_box_shadow,
    .last_news_next_slide,
    .last_news_box_shadow {
        display: none;
    }

    .collections .swiper-slide {
        width: 73vw;
    }

    .collections_slide_img {
        margin-bottom: 28px;
    }

    .category {
        grid-template-columns: 1fr;
        margin-bottom: 60px;
    }

    .category_item_name {
        font-size: 36px;
        line-height: 42px;
    }

    .last_news {
        margin-bottom: 70px;
    }

    .last_news .swiper-slide {
        width: 73vw;
    }

    footer {
        padding: 40px 0 60px;
    }

    footer .caption_content {
        grid-gap: 30px;
    }

    .footer_title {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 1px;
        text-align: center;
    }

    footer .sender {
        margin-bottom: 30px;
    }

    footer .sender [type="submit"] {
        width: 50px;
    }

    .footer_contact {
        grid-template-columns: 1fr;
        grid-gap: 30px;
        text-align: center;
        font-size: 18px;
        line-height: 28px;
    }

    .footer_contact a.footer_mail {
        margin-top: 30px;
    }

    .footer_mob_hidden {
        display: none;
    }

    .footer_social_text {
        display: none;
    }

    .footer_social_links {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
}








#parent_popup_ny {
    background-color: rgba(0, 0, 0, 0.35);
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

#parent_popup_ny .parent_popup_ny_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%
}

#parent_popup_ny .parent_popup_ny_in h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    font-weight: bold
}

#parent_popup_ny .parent_popup_ny_in video {
    max-width: 100%
}

.topleft {
    position: relative;
    left: 0px;
    top: 0;
    width: 100%;
    z-index: 184;
    background: #80a172;
    height: 2.6vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
}

.topleft h2 {
    float: left;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-size: 1vw;
    line-height: 2.6vw;
}

.topleft a {
    float: right;
    color: #e2eadf;
    display: block;
    margin-top: 1vw;
    border-bottom: 1px solid #e2eadf;
    line-height: 0.6vw;
    padding-bottom: 0.2em;
}

.common-home .topleft {
    color: #fff
}

#parent_popup_ny .parent_popup_ny_in p {
    font-size: 14px;
    text-align: center
}

.dropdown-menu {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#parent_popup_ny .modal_pop {
    margin: auto;
    width: 570px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    height: auto;
    position: relative;
    background: #fff;
    padding: 30px;
    color: #524c3e;
    font-size: 20px
}

#parent_popup_ny .modal_pop .closes {
    position: absolute;
    top: 3px;
    right: 10px;
    display: block;
    cursor: pointer;
    font-size: 20px;
    text-align: center
}

#content .htmlmodule {
    text-align: left;
    width: 50%;
    font-size: 1.5em;
    float: right;
}

.product-catalog #content .htmlmodule,
#content.buro-page .htmlmodule,
.information-designers #content .htmlmodule {
    width: 100%;
}

#content .htmlmodule h1 {
    font-size: 1.5em;
}

.information-posts #content .htmlmodule h1 {
    padding-left: 118px;
}

.bigimg .action {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 103px;
    height: 103px;
    background: url(../image/deal.png) 0 0 no-repeat;
    color: #fff;

    text-align: center;
    line-height: 103px;
    font-size: 1.2em;
    text-transform: uppercase;
    z-index: 2;
}

.bigimg .action span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    position: absolute;
    width: 100%;
    top: -12.5%;
    right: -12.5%;
}

.thumbnail.bigimg {
    overflow: hidden;
}

.actionlabel {
    position: absolute;
    z-index: 2;
    right: 0px;
    top: 0px;
    width: 103px;
    height: 103px;
    background: url(../image/deal.png) 0 0 no-repeat;
    color: #fff;

    text-align: center;
    line-height: 103px;
    font-size: 1.2em;
    text-transform: uppercase;
}

.actionlabel span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    position: absolute;
    width: 100%;
    top: -12.5%;
    right: -12.5%;
}

h2.discountprice b {
    color: red;
}

/*gallery*/

/*gallery-filter*/

.gallery_filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    border: 0px solid #e7e7e7;
    padding-bottom: 30px;
    position: relative;
    transition: all 1s linear;
    margin-bottom: 15px;
}

.gallery_filter.active {
    border-bottom: 1px solid #e7e7e7;
    transition: all 1s linear;
}

.gallery_filter.active .arrow {
    display: none;
}

.gallery_filter.active .arrow.show {
    display: block;
}

.gallery_filter.active span.arrow::before,
.gallery_filter.active span.arrow::after {
    content: '';
    position: absolute;
    left: 60px;
    top: 30px;
    border: 10px solid transparent;
    border-bottom: 10px solid #e7e7e7;

}

.gallery_filter.active span.arrow::after {
    border-bottom: 10px solid white;
    top: 31px;
}

.gallery_filter .types {
    width: 70%;
    display: flex;
}

.gallery_filter .types span {
    display: block;
    width: auto;
    position: relative;
    margin-right: 50px;
    padding-right: 50px;
}

.gallery_filter .types span p {
    margin: 0;
    float: left;
}

.gallery_filter .types span p.your-choice {
    color: #a19859;
    text-decoration: underline;
    padding: 0;
    padding-left: 40px;
}

.gallery_filter .types span p.your-choice.hide {
    display: none;
}

.gallery_filter .types span img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 17px;
    height: 17px;
}

.gallery_filter .types span .rs {
    background-image: url(../image/cross_f.svg);
    background-repeat: no-repeat;
    background-size: 13px;
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.gallery_filter .all_panels {
    margin: 0;
    text-decoration: underline;
}

.results_filter {
    position: relative;
    max-width: 100%;
    display: none;

}

.product-gallery .grid {
    margin-top: 50px;
}

.results_filter.show {
    display: block;
}

.results_filter .type {
    display: inline-block;
    position: relative;
    margin-top: 0;
    margin-bottom: 0px;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24%;
}

.results_filter .type label {
    padding: 0px 0 0 35px;
    width: 100%;
    display: block;
    position: relative;
    line-height: 15px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    margin-top: 15px;
}

.results_filter .type label input {
    display: none;
}

.results_filter .type label:before {
    border: 1px solid #8c8c8c;
    content: "";
    display: inline-block;
    height: 18px;
    left: 4px;
    margin: 0 5px 0 0;
    position: absolute;
    top: 50%;
    vertical-align: top;
    width: 18px;
    transform: translate(0, -50%);
}

.results_filter .type label input:checked+.before {
    width: 8px;
    height: 8px;
    background: #a19859;
    content: '';
    display: block;
    position: absolute;
    left: 9px;
    top: 3px;
    opacity: 1;
}

/*end*/

#content .gallery .htmlmodule {
    width: 100%;
}

#content .gallery .htmlmodule .table {
    border: none;
}

#content .gallery .htmlmodule .table td:nth-child(1) {
    border: none;
    width: 50%;
    font-family: 'corsica_lxbook';
    text-transform: uppercase;
    font-size: 16px;
    line-height: 2em;
    padding-left: 143px;
    position: relative;
}

#content .gallery .htmlmodule .table td:nth-child(1):before {
    position: absolute;
    width: 410px;
    height: 173px;
    border: 1px solid #c6c6c6;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -86px;
    left: 50px;
    z-index: -1;
}

#content .gallery .htmlmodule .table td h1 {
    margin: 10px 0 35px 0;
    font-family: 'corsica_lxbook';
    text-transform: uppercase;

}

@media (min-width: 768px) {
    #content .gallery .htmlmodule .table td h1 {
        max-width: 45%;
    }
}

#content .gallery .htmlmodule .table td:nth-child(1):after {
    position: absolute;
    width: 16px;
    height: 95px;
    background: #a19859;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -47px;
    left: 42px;
    z-index: 0;
}

#content .gallery .htmlmodule .table td {
    border: none;
    width: 50%;
    vertical-align: middle;
    font-size: 14px;
    height: 173px;
    line-height: 1.75em;
}

.gallery.news-list .col50.textright .news-descr {
    padding-right: 40%;
    /*  margin-bottom: 210px;*/
    padding-left: 170px;
    position: relative;
    /*  margin-top: 155px;*/
}

.gallery.news-list .col50.textleft .news-descr {
    padding-left: 40%;
    margin-bottom: 210px;
    /*  padding-right: 170px;*/
    position: relative;
    /*  margin-top: 155px;*/
}

.gallery.news-list .col50 .news-descr {
    margin-top: 0;
    margin-bottom: 0;
}

.gallery.news-list .col50 .news-descr a {
    font-family: 'corsica_lxbook';
    text-transform: uppercase;
    font-size: 19px;
    color: #000;
    margin-bottom: 20px;
    display: block;
}

.gallery.news-list .col50 .news-descr p {
    font-size: 13px;
}

.gallery.news-list .col50.imgright {
    margin-top: 60px;
}

.gallery.news-list .col50.imgleft {
    margin-top: 60px;
}

.gallery.news-list {
    margin-bottom: 100px;
}

.gallery.news-list .col50 {
    width: 49%;
}

.gallery.news-list .col50.imgright {
    width: 49%;
}

.gallery.news-list .col50.textright.image-1 .news-descr .absline {
    left: -18.6%;
}

.gallery.news-list .col50.textleft.image-2 .news-descr .absline {
    right: -4.2%;
}

.gallery.news-list .col50.textright.image-3 .news-descr .absline {
    left: 0%;
}

.gallery.news-list .col50.textleft.image-4 .news-descr .absline {
    right: -22.8%;
}

#content .gallery.gallery-list .htmlmodule .table td h1 {
    line-height: 36px;
}

.filter-block {
    display: block;
    width: 100%;
    margin: 50px 0;
}

.filter-block .border-top {
    font-family: 'corsica_lxbook';
    text-transform: uppercase;
    font-size: 19px;
    position: relative;
}

.filter-block .border-top:before {
    content: '';
    border-top: 1px solid #e8e8e8;
    width: 67%;
    position: absolute;
    right: 0;
    top: 40%;
}

.filter-block .border-bottom {
    border-top: 1px solid #e8e8e8;
    width: 100%;
}

.filter-block .mini-block {
    display: block;
    width: 100%;
    margin: 50px 0 25px;
}

.filter-block .mini-block .miniature {
    display: flex;
    float: left;
    width: 18%;
    margin-right: 2.5%;
    justify-content: space-between;
    position: relative;
    margin-bottom: 2%;
}

.filter-block .mini-block .miniature:nth-child(5n) {
    margin-right: 0;
}

.filter-block .mini-block .miniature img {
    display: block;
    width: auto;
    float: left;
    margin-right: 4%;
}

.filter-block .mini-block .miniature .infor {
    float: right;
    width: 71%;
    position: relative;
}

.filter-block .mini-block .miniature .infor h2 {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
}

.filter-block .mini-block .miniature .infor p {
    display: block;
    font-size: 12px;
    height: 2em;
    margin: 10px 0;
    line-height: 15px;
}

.filter-block .mini-block .miniature .infor a {
    color: #a4a3a3;
    font-size: 12px;
    text-decoration: underline;
    margin: 0;
    line-height: initial;
    position: absolute;
    bottom: 0;
}

.filter-block .mini-block .miniature:hover {
    cursor: pointer;
}

.filter-block .mini-block .miniature.active .infor a,
.filter-block .mini-block .miniature:hover .infor a {
    color: #92ad87;
}

.filter-block .mini-block .miniature.active .hide-border,
.filter-block .mini-block .miniature:hover .hide-border {
    position: absolute;
    width: 110%;
    height: 140%;
    left: -5%;
    right: 0;
    top: -20%;
    bottom: 0;
    border: 1px solid #fff;
}

.filter-block .mini-block .miniature.active .hide-border,
.filter-block .mini-block .miniature:hover .hide-border {
    border: 1px solid #e8e8e8;
}

.filter-block .mini-block .miniature.active .hide-border {
    background: rgba(0, 0, 0, 0.01);
}

/*end*/

#tab-description img {
    height: auto !important;
}

@media (min-width: 1200px) and (max-width: 1700px) {
    body {
        font-size: 13px
    }

    .breadcrumb li a {
        font-size: 14px
    }

    .why_mi td p {
        font-size: 13px !important
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
    font-family: 'corsica_lxbook'
}

.text-danger {
    clear: both
}

.fa {
    font-size: 14px
}

h1 {
    font-size: 18px
}

.account-forgotten h1 {
    text-transform: uppercase
}

h2 {
    font-size: 27px
}

h3 {
    font-size: 21px
}

h4 {
    font-size: 15px
}

h5 {
    font-size: 12px
}

h6 {
    font-size: 10.2px
}

a {
    color: #c3c3c3
}

a:hover {
    text-decoration: none
}

input:focus {
    outline: none
}

input:-webkit-autofill {
    color: #ffffff !important
}

legend {
    background: rgba(0, 0, 0, 0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAAAAAA6fptVAAAACklEQVQI12O4CwAA3wDeg/do9AAAAABJRU5ErkJggg==") repeat-x scroll 0 50%;
    margin-bottom: 45px
}

legend span {
    width: 153px;
    background: #fff;
    display: block
}

label {
    font-weight: normal
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
    font-size: 14px
}

/*.hide_small_footer {
    display: none
}*/

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 14px
}

.input-group .input-group-addon {
    font-size: 14px;
    height: 30px
}

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline
}

.all {
    min-height: 100%;
    max-width: 100vw;
}

.nav-tabs {
    margin-bottom: 15px
}

.dropdown-menu li>a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#23a1d1), to(#1f90bb));
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x
}

#top {
    background-color: #a19859;
    padding: 0 34px 0 0;
    margin: 0;
    height: 32px;
    position: absolute;
    right: 0;
    top: auto;
    z-index: 3399999
}

.langiden #top {
    top: 0;
}

#top .container {
    padding: 0 20px
}

#top .phone_numb {
    float: left;
    color: #fff;
    height: 32px;
    line-height: 32px;
    background: url(../image/svg/phone.svg) 14% 50% no-repeat;
    padding: 0 44px 0 60px;
    font-size: 12px
}

.row.relative {
    margin-left: 15px;
    margin-right: 15px
}

#top #currency .currency-select {
    text-align: center
}

#top #currency .currency-select:hover {
    text-shadow: none;
    color: #ffffff
}

#top .btn-link,
#top-links li,
#top-links a {
    color: #fff;
    text-decoration: none
}

#top-links .dropdown-menu a {
    text-shadow: none
}

#top-links .dropdown-menu a:hover {
    color: #FFF
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px
}

#top-links {
    float: left
}

#top-links li {
    height: 32px;
    line-height: 32px;
    padding-left: 55px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAABCAMAAADzcJ6ZAAAAA1BMVEX9/f14eMwIAAAACklEQVR4AWPABQAAGQABdGAPVAAAAABJRU5ErkJggg==) 15px 50% no-repeat;
    float: left;
    font-size: 12px;
}

#top-links li .pull-left form {
    line-height: normal
}

#top-links a+a {
    margin-left: 15px
}

#logo {
    margin: 0 0 10px -25px;
    position: relative
}

#logo img {
    float: left
}

#logo a {
    position: absolute;
    top: 44px;
    z-index: 20
}

@media (max-width: 1700px) {
    #logo a {
        left: -15px
    }

    .filter-block .mini-block .miniature .infor h2 {
        font-size: 16px
    }

    .filter-block .mini-block .miniature .infor p {
        font-size: 11px;
        margin: 4px 0;
    }

    .gallery.news-list .col50.textright .news-descr {
        padding-right: 20%
    }

    .gallery.news-list .col50.textleft .news-descr {
        padding-left: 20%;
        padding-right: 170px;
    }

    .gallery.news-list .col50.textright.image-1 .news-descr .absline {
        left: -13.5%;
    }

    .gallery.news-list .col50.textleft.image-4 .news-descr .absline {
        right: -17.1%;
    }
}

/*header {
    width: 100%;
    height: 131px
}

header.common-home {
    position: absolute;
    width: 100%;
    top: 0;
    height: 131px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQI12NgcAAAAEMAQUFNxFkAAAAASUVORK5CYII=) 0 0 repeat;
    z-index: 1
}*/

/*.langiden header.common-home {
    top: 0;
}
*/
#search {
    margin-bottom: 10px
}

#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #FFF
}

#cart {
    float: left
}

#cart>.btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF
}

#cart button {
    background: none;
    border: none;
    color: #fff;
    height: 32px;
    line-height: 32px;
    margin: 0
}

#cart .dropdown-menu {
    background: #fff;
    z-index: 1001;
    text-transform: none;
    padding: 10px;
}

#cart .dropdown-menu {
    min-width: 125%
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
        width: max-content;
        float: right;
        left: auto;
        right: 0;
        transform: translateX(25%);
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px
}

#cart .dropdown-menu li>div {
    min-width: 427px;
    padding: 0 10px
}

@media (max-width: 478px) {
    .mobilehide {
        display: none;
    }

    #cart .dropdown-menu li>div {
        min-width: 100%
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0
}

#cart .table-striped tr.separatortr {
    border-top: 1px solid #d1d1d1
}

#cart .table-striped {
    background: #fff
}

#cart .go_to_cart {
    float: right;
    color: #fff;
    background-color: #a19859;
    padding: 10px 15px;
    font-size: 13px;
    line-height: 13px;
}

#cart .table-striped td {
    border: none
}

.margbot {
    margin-bottom: 20px
}

#cart .table-striped a {
    color: #626262;
    text-transform: uppercase
}

#cart .table-striped button {
    float: right
}

#menu {
    margin-top: 60px;
    min-height: 40px
}

#menu .navbar-nav {
    float: right
}

#menu .nav>li>a {
    color: #535252;
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent
}

#menu .nav>li {
    margin: 0 12px
}

#menu .nav>li.last {
    margin: 0 0px 0 15px
}

#menu .nav>li.last a {
    padding-right: 0
}

#menu .dropdown-menu {
    padding-bottom: 0
}

#menu .dropdown-inner {
    display: table
}

#menu .dropdown-inner ul {
    display: table-cell
}

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px
}

#menu .dropdown-inner li a:hover {
    color: #FFFFFF
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    border-radius: 0 0 3px 3px;
    font-size: 12px
}

#menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#23a1d1), to(#1f90bb));
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#23a1d1), to(#1f90bb));
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8
}

/*header.common-home #menu .nav > li > a {
    color: #fff
}*/


@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block
    }
}

@media (max-width: 767px) {
    #top-links li {
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
    }

    #top-links li .pull-left form {
        margin-top: 10px;
    }

    .backimg .left_qoute h1 {
        font-size: 14vw;
    }

    #menu {
        border-radius: 4px
    }

    #menu div.dropdown-inner>ul.list-unstyled {
        display: block
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1)
    }

    #menu .dropdown-inner {
        display: block
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #fff
    }

    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1)
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff
    }
}

.backimg {
    width: 100%;
    height: 100vh;
    display: block;
    content: ' ';
    background-position: center top;
    position: relative;
    background-size: cover
}

.backimg .banner_qoute {
    position: absolute;
    bottom: 90px;
    right: 150px
}

.backimg .left_qoute {
    position: absolute;
    bottom: 90px;
    left: 0px;
    padding-left: 150px;
    background: url('../image/qoute_bg_hot.png') 0 100% no-repeat;
    color: #fff;
    font-family: 'corsica_lxbook';
    font-size: 21px
}

.backimg .left_qoute h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 50px;
    margin: 0 0 30px 0
}

@media (min-width: 1200px) and (max-width: 1700px) {
    .backimg .left_qoute {
        padding-left: 110px;
        background-position: -30px 100%
    }
}

@media (max-height: 500px) {
    .backimg .banner_qoute {
        bottom: 80px
    }
}

.common-home .htmlmodule {
    width: 100%;
    margin-top: 70px;
    position: relative
}

.lefthomediv {
    width: 50%;
    float: left;
    display: block
}

.homedivbg {
    position: absolute;
    left: 0;
    right: 38%;
    bottom: -55px;
    top: 55px;
    content: '';
    display: block;
    z-index: -1;
    background: #f4f4f4
}

.lefthomediv p {
    width: 810px;
    padding-right: 110px;
    float: right
}

.lefthomediv h2 {
    width: 810px;
    padding-right: 110px;
    float: right;
    margin-top: 135px;
    font-family: 'corsica_lxbook';
    font-size: 26px;
    text-transform: uppercase;
    line-height: 1.5em;
    margin-bottom: 85px;
    position: relative
}

.lefthomediv h2 span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 16px;
    content: '';
    display: block;
    background: #a19859
}

.righthomediv {
    width: 50%;
    display: block;
    float: right
}

img {
    max-width: 100%
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .homedivbg {
        top: 35px
    }

    .lefthomediv p {
        width: 567px;
        padding-right: 77px
    }

    .lefthomediv h2 {
        width: 567px;
        padding-right: 77px;
        margin-top: 80px;
        margin-bottom: 55px
    }

    #content .gallery.gallery-list .htmlmodule .table td h1 {
        line-height: 28px;
        font-size: 1.2em;
    }

    .filter-block .mini-block .miniature .infor h2 {
        font-size: 13px
    }

    .gallery.news-list .col50.textright .news-descr {
        padding-right: 10%;
        padding-left: 130px;
    }

    .gallery.news-list .col50.textleft .news-descr {
        padding-left: 10%;
        padding-right: 130px;
    }

    .gallery.news-list .col50.textright.image-1 .news-descr .absline {
        left: -5.5%
    }

    .gallery.news-list .col50.textleft.image-4 .news-descr .absline {
        right: -9.5%
    }
}

@media (max-width: 1600px) {
    #menu .nav>li {
        margin: 0 0px;
    }
}

@media (min-width: 1600px) and (max-width: 1700px) {
    .homedivbg {
        top: 35px
    }

    .lefthomediv p {
        width: 685px;
        padding-right: 77px
    }

    .lefthomediv h2 {
        width: 685px;
        padding-right: 77px;
        margin-top: 100px;
        margin-bottom: 55px
    }
}

.containertips {
    height: 175px
}

.fright {
    float: right
}

.tips {
    height: 40px;
    font-size: 9px;
    color: #6f6f6f;
    text-align: left;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 175px;
    text-transform: uppercase;
    line-height: 1.5em;
    position: relative;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    margin-top: 65px
}

.hello {
    margin-top: 65px
}

.hello .tips {
    margin-top: 0px
}

.tips i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #eae4e4;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    text-align: center;
    line-height: 40px;
    font-style: normal
}

.preim {
    margin-top: 200px
}

.tips span {
    position: absolute;
    left: 0;
    top: 7px
}

.tips:after {
    height: 1px;
    width: 44px;
    content: '';
    display: block;
    background: #6f6f6f;
    position: absolute;
    top: 50%;
    right: 31px
}

.tips.fright {
    margin-right: 175px
}

.preim .tips {
    margin-top: 15px;
    margin-left: -15px
}

.tips.collectionall {
    margin: 35px auto 0 auto;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.tips.collectionall span {
    color: #6f6f6f
}

.banneritem {
    text-align: center
}

.banneritem h3 {
    margin-bottom: 65px
}

.banneritem .bannerdec {
    width: 300px;
    margin: 0 auto
}

@media (min-width: 1200px) and (max-width: 1700px) {
    .banneritem .bannerdec {
        width: 210px;
        margin: 0 auto
    }
}

/*footer {
    margin-top: 15px;
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: #f4f4f4
}

footer .container {
    position: relative
}

footer .container:before {
    position: absolute;
    width: 31.23%;
    top: -78px;
    right: 50%;
    margin-right: 21.1%;
    height: 18px;
    display: block;
    background: #a19859;
    content: ' '
}

footer .container:after {
    position: absolute;
    width: 2.33%;
    bottom: -30px;
    right: 100%;
    height: 18px;
    display: block;
    background: #a19859;
    content: ' '
}

footer p {
    margin-bottom: 40px
}

footer p.sendp {
    margin-bottom: 35px
}*/

.col-width300 {
    width: 300px;
    float: right
}

.col-width200 {
    width: 200px;
    float: left;
}

/*footer .col-width200 {
    width: 200px;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
}*/

.col-width600 {
    width: 840px;
    float: left
}

/*footer .contents span.separator {
    content: " ";
    display: inline-block;
    height: 6pt;
    width: 38px;
    margin: 0 15px;
    background: url('../image/line.png') 50% 50% no-repeat
}*/

@media (min-width: 1200px) and (max-width: 1700px) {
    .col-width600 {
        width: 600px;
        float: left
    }

    footer .contents span {
        width: 18px;
        margin: 0 10px
    }
}

/*footer .soc a {
    margin-right: 0;
}

footer .soc a img {
    margin: 0 10px;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666
}

footer a {
    color: #ccc
}

footer a:hover {
    color: #fff
}

footer h5 {
    font-size: 13px;
    font-weight: bold;
    color: #fff
}*/

.alert {
    padding: 8px 14px 8px 14px;
}

.breadcrumb {
    margin: 0 0 60px 0;
    padding: 8px 0 10px 0
}

.breadcrumb i {
    font-size: 15px
}

.breadcrumb>li {
    padding: 0 14px;
    margin: 0 20px;
    position: relative;
    white-space: nowrap;
    background: #fff
}

.breadcrumb>li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #dddddd;
    transform: translateX(-100%);
}

.breadcrumb>li:first-child {
    padding-left: 0;
    margin-left: 0
}

.breadcrumb>li:first-child:before {
    display: none;
}

.pagination {
    margin-bottom: 40px;
}

.pagination>li>a,
.pagination>li>span {
    border: none;
    color: #626262;
    border-radius: 50% !important;
    margin: 0 7px;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 8px 0;
}

.pagination>.active>a,
.pagination>.active>span {
    background-color: #a19859;
    color: #fff;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    color: #a19859;
}

.posts-list {
    padding-left: 15px;
    padding-right: 15px
}

.posts-list .posts-item {
    width: 100%;
    margin-bottom: 102px
}

.posts-list .posts-item .readmore {
    font-size: 13px;
    margin-top: 50px;
    display: inline-block;
    padding-right: 120px;
    background: url('../image/arrow.png') 100% 4px no-repeat
}

.posts-list .posts-item.oddrow .left-col {
    float: left;
    position: relative
}

.posts-list .posts-item.oddrow .left-col:after {
    position: absolute;
    width: 150px;
    height: 15px;
    background: #a19859;
    content: '';
    display: block;
    top: 75px;
    right: -82px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.posts-list .posts-item.oddrow .right-col {
    float: right
}

.posts-list .posts-item.oddrow .right-col .inner {
    padding-left: 118px
}

.posts-list .posts-item.evenrow .left-col {
    float: right;
    position: relative
}

.posts-list .posts-item.evenrow .left-col:after {
    position: absolute;
    width: 150px;
    height: 15px;
    background: #a19859;
    content: '';
    display: block;
    top: 75px;
    left: -82px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.posts-list .posts-item.evenrow .right-col {
    float: left
}

.posts-list .posts-item.evenrow .right-col .inner {
    padding-left: 170px
}

@media all and (max-width: 768px) {
    .posts-list .posts-item .right-col {
        width: 100%;
    }

    .posts-list .posts-item .right-col .inner {
        padding-left: 0px !important;
    }
}

.clr {
    clear: both
}

.posts-list .posts-item .posts-title a {
    color: #535252;
    margin-bottom: 50px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'corsica_lxbook';
    display: block;
    margin-top: 70px;
    max-width: 507px
}

.posts-list .posts-item .posts-descr {
    max-width: 507px
}

.posts-list .posts-item img {
    max-width: 100%
}

.left-col {
    width: 50%;
    float: left
}

.right-col {
    width: 50%;
    float: right
}

@media (min-width: 1200px) and (max-width: 1700px) {
    .posts-list .posts-item .posts-title a {
        margin-bottom: 30px;
        margin-top: 50px
    }

    .posts-list .posts-item .readmore {
        margin-top: 30px
    }

    .posts-list .posts-item.evenrow .right-col .inner {
        padding-left: 50px;
        padding-right: 50px
    }
}

.greenline {
    position: absolute;
    left: 0;
    width: 20vw;
    height: 15px;
    background: #a19859;
    margin-top: 47px
}

h2.page-title {
    font-family: 'corsica_lxbook';
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 auto 60px auto;
    padding: 0 35px;
    width: 1240px;
    max-width: 100%;
    background: #fff
}

.container.posts hr {
    max-width: 1170px;
    display: block;
    padding: 0;
    width: 100%
}

.container.posts p,
.container.posts .p,
.container.posts ol,
.container.posts ul {
    list-style-position: inside;
    padding: 0 35px;
    width: 1240px;
    max-width: 100%;
    margin: 0 auto 25px auto
}

.container.posts .p p {
    padding: 0;
}

@media (max-width: 575px) {
    .p.post-flex .post-right-image {
        width: 100% !important;
    }

    .p.post-flex .post-left-image {
        width: 100% !important;
    }




}

b,
strong {
    font-weight: normal;
    font-family: 'Corsica LX Bold';
}

.post-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.post-left-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding-right: 15px;
}

.post-right-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding-left: 15px;
}

.post-left-image span,
.post-right-image span {
    margin-top: 1em;
}

.flex-50 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
}

@media (max-width: 575px) {


    .post-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .post-left-image {
        padding-right: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .post-right-image {
        padding-left: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .flex-50 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
    }
}

.container.posts p img {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto
}

.container.posts table {
    width: 100%;
    border: none;
    margin: 60px 0
}

/* .container.posts ul {
width: 100%;
padding: 0;
} */

.container.posts table td {
    border: none;
    padding: 0
}

.container.posts table td:nth-child(1) {
    padding-right: 30px
}

.container.posts table td:nth-child(2) {
    padding-left: 30px
}

.container.posts table td {
    border: none;
    padding: 0
}

.container.posts table td img {
    max-width: 100%;
    width: 100%
}

.news-list .col50 {
    width: 50%;
    float: left
}

.news-list .col50.imgright {
    width: 50%;
    float: right;
    text-align: center
}

.news-list .col50.imgleft {
    text-align: center
}

.news-list .col50 img {
    max-width: 100%
}

.news-list .col50 .news-descr {
    margin-top: 95px;
    margin-bottom: 210px
}

.news-list .col50.textright .news-descr {
    padding-left: 118px;
    position: relative
}

.news-list .col50.textright.item-1 .news-descr {
    padding-right: 405px
}

.news-list .col50.textleft.item-2 .news-descr {
    padding-left: 67%;
    margin-bottom: 84px
}

.news-list .col50.textright.item-3 .news-descr {
    padding-right: 66%;
    padding-left: 0;
    margin-bottom: 118px
}

.news-list .col50.textleft.item-4 .news-descr {
    padding-left: 30%;
    padding-right: 14%;
    margin-bottom: 260px
}

.news-list .mfp-iframe a {
    position: relative
}

.news-list .mfp-iframe a:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -70px 0 0 -70px;
    content: '';
    display: block;
    width: 140px;
    height: 140px;
    background: url('../image/play.png') 50% 50% no-repeat;
    z-index: 99
}

.news-list .mfp-iframe a img {
    position: relative;
    z-index: 1
}

@media (min-width: 1200px) and (max-width: 1700px) {
    .news-list .col50.textright.item-1 .news-descr {
        padding-right: 190px
    }

    .news-list .col50.textright.item-3.kompensator .news-descr {
        margin-top: 390px;
        margin-bottom: 150px
    }

    .news-list .col50 .news-descr {
        margin-top: 95px;
        margin-bottom: 125px
    }

    .news-list .col50.textleft.item-2 .news-descr {
        padding-left: 56%
    }

    .news-list .col50.textright.item-3 .news-descr {
        padding-right: 54%;
        padding-left: 0
    }
}

.news-list .col50.textright .news-descr .absline {
    position: absolute;
    width: 17px;
    bottom: 0px;
    top: 0px;
    left: 0;
    display: block;
    content: '';
    background: #a19859
}

.news-list .col50.textleft .news-descr {
    position: relative
}

.news-list .col50.textleft .news-descr .absline {
    position: absolute;
    width: 17px;
    bottom: 0px;
    top: 0px;
    right: 0;
    display: block;
    content: '';
    background: #a19859
}

.seapr {
    width: 100%;
    height: 100px
}

.information-contact .inner {
    margin: 0 70px 0 50px;
    border: 1px solid #d7d7d7
}

.information-contact .inner .title {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'corsica_lxbook';
    padding-left: 100px;
    margin: 40px 0 30px 0;
    position: relative
}

.information-contact .inner .title:before {
    position: absolute;
    top: 2px;
    left: 0px;
    width: 66px;
    height: 14px;
    background: #a19859;
    content: '';
    display: block
}

.information-contact .inner p {
    padding-left: 100px;
    margin: 40px 0 0px 0;
    font-size: 13px
}

.information-contact .inner p span {
    float: left;
    display: block
}

.information-contact .inner p span img {
    display: inline-block;
    width: 30px;
}

.icon-network {
    margin-right: 7px;
}

.information-contact .inner p span.text_phones {
    width: 168px
}

.information-contact .inner form fieldset {
    margin-left: 100px;
    padding-bottom: 46px;
    max-width: 412px
}

.information-contact .inner form fieldset .col-sm-6 {
    padding: 0;
    margin-bottom: 35px
}

.information-contact .inner form fieldset .col-sm-12 {
    padding: 0;
    margin-bottom: 35px
}

.information-contact .inner form fieldset .col-sm-12 input {
    padding: 0;
    width: 475px
}

.information-contact .inner form fieldset .col-sm-6 input+.bordered {
    -webkit-transition: bottom 1s ease 0.5s;
    transition: bottom 1s ease 0.5s;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 190px;
    height: 5px;
    content: ' ';
    display: block;
    background: #a19859
}

.information-contact .inner form fieldset .col-sm-6 input:focus+.bordered {
    bottom: 28px;
    -webkit-transition: bottom 1s ease 0.5s;
    transition: bottom 1s ease 0.5s
}

.information-contact .inner form fieldset .col-sm-12 input+.bordered {
    -webkit-transition: bottom 1s ease 0.5s;
    transition: bottom 1s ease 0.5s;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 475px;
    height: 5px;
    content: ' ';
    display: block;
    background: #a19859
}

.information-contact .inner form fieldset .col-sm-12 input:focus+.bordered {
    bottom: 28px;
    -webkit-transition: bottom 1s ease 0.5s;
    transition: bottom 1s ease 0.5s
}

.information-contact .inner form fieldset .col-sm-6 input {
    width: 190px
}

.buttonsend {
    background: none;
    border: none;
    font-size: 13px;
    color: #535252;
    padding-right: 107px;
    background: url('../image/arrow.png') 100% 4px no-repeat;
    text-transform: lowercase
}

@media (min-width: 545px) and (max-width: 1030px),
(min-width: 1600px) {

    .information-contact .inner p span.phones {
        float: none;
        margin-bottom: 14px
    }

    .information-contact .inner p span.phones a {
        color: #626262;
    }
}

@media (min-width: 372px) and (max-width: 544px),
(min-width: 1200px) and (max-width: 1599px) {
    .information-contact .inner p span.phones {
        float: none;
        margin-bottom: 14px
    }

    .information-contact .inner p span.phones a {
        color: #626262;
    }
}

@media (min-width: 1031px) and (max-width: 1199px),
(min-width: 320px) and (max-width: 371px) {

    .information-contact .inner p span.phones {
        float: none;
        margin-bottom: 14px
    }

    .information-contact .inner p span.text_phones {
        float: none;
        margin-bottom: 4px
    }

    .information-contact .inner p {
        padding-left: 50px;
        padding-right: 50px
    }

    .information-contact .inner p span.phones a {
        color: #626262;
    }
}

@media (min-width: 1200px) and (max-width: 1700px) {
    .information-contact .inner {
        margin: 0 30px 0 10px
    }

    .information-contact .inner form fieldset .col-sm-12 input {
        padding: 0;
        width: 397px
    }

    .information-contact .inner form fieldset .col-sm-12 input+.bordered {
        width: 397px
    }

    .information-contact .inner p span.phones a {
        color: #626262;
    }
}

@media all and (min-width: 1700px) {
    .information-contact .inner form fieldset .col-sm-6.right input {
        width: 190px;
        float: right
    }

    .information-contact .inner form fieldset .col-sm-6.right input+.bordered {
        left: auto;
        right: 0
    }
}

.information-designers .container .htmlmodule {
    margin-left: -15px;
    margin-right: -15px
}

.information-designers .container table {
    border: none
}

.information-designers .container table td {
    border: none;
    width: 50%;
    vertical-align: middle;
    font-size: 14px;
    height: 173px;
    line-height: 1.75em
}

.information-designers .container table td:nth-child(1) {
    border: none;
    width: 50%;
    font-family: 'corsica_lxbook';
    text-transform: uppercase;
    font-size: 16px;
    line-height: 2em;
    padding-left: 143px;
    position: relative
}

.information-designers .container table td:nth-child(1):before {
    position: absolute;
    width: 410px;
    height: 173px;
    border: 1px solid #c6c6c6;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -86px;
    left: 50px;
    z-index: -1
}

.information-designers .container table td:nth-child(1):after {
    position: absolute;
    width: 16px;
    height: 95px;
    background: #a19859;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -47px;
    left: 42px;
    z-index: 0
}

.information-designers .imgwrap {
    text-align: left
}

.information-designers .imgwrap a {
    position: relative;
    text-align: left;
    display: inline-block;
    width: 100%;
}

.information-designers .imgwrap a img {
    width: 100%;
}

.information-designers .imgwrap a span {
    padding-left: 34px;
    display: block;
    position: relative;
    z-index: 2
}

.information-designers .imgwrap a i {
    position: absolute;
    background: #a19859;
    width: 14px;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.information-designers .imgwrap a:hover i {
    width: 100%
}

.designers-title {
    position: absolute;
    bottom: 19px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.5)
}

.designers_main {
    display: grid;
    grid-template-columns: 13fr 11fr;
    color: #000;
}

.designers_main_title {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-left: 85px;
    position: relative;
    line-height: 1;
}

.designers_main_title:before {
    content: "";
    width: 55px;
    height: 12px;
    background-color: #a19859;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.designers_main_descr {
    font-size: 15px;
    font-family: 'Corsica LX LX Book';
}

.designers_main button {
    font-size: 18px;
    color: #fff;
    padding: 30px 50px;
    width: max-content;
    background-color: #a19859;
    border: none;
    outline: none;
    height: max-content;
    align-self: center;
    justify-self: end;
    font-family: 'Corsica LX LX Book';
}

#designerModal .modal-dialog {
    top: 50%;
    transform: translateY(-50%);
}

#designerModal .modal-content {
    border: none;
    border-radius: 0;
    padding: 70px 50px;
    color: #000;
}

#designerModal .modal-body {
    padding: 0;
}

#designerModal .modal-content .close {
    opacity: 1;
    font-size: 46px;
    position: absolute;
    top: -58px;
    right: -30px;
    font-weight: 100;
    font-family: 'Corsica LX LX Book';
}

#designerModal .title {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 30px;
}

#designerModal .descr {
    font-size: 18px;
    line-height: 32px;
    font-family: 'Corsica LX LX Book';
    margin-bottom: 90px;
}

#designerModal a {
    font-family: 'Corsica LX LX Book';
    color: #000;
    font-size: 20px;
}

#designerModal a:hover {
    text-decoration: underline;
}

#consultationModal .modal-dialog {
    top: 50%;
    transform: translateY(-50%);
}

#consultationModal .modal-content {
    border: none;
    border-radius: 0;
    padding: 70px 50px;
    color: #000;
}

#consultationModal .modal-body {
    padding: 0;
}

#consultationModal .modal-content .close {
    opacity: 1;
    font-size: 46px;
    position: absolute;
    top: -58px;
    right: -30px;
    font-weight: 100;
    font-family: 'Corsica LX LX Book';
}

#consultationModal .title {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 30px;
}

#consultationModal .descr {
    font-size: 18px;
    line-height: 32px;
    font-family: 'Corsica LX LX Book';
    margin-bottom: 90px;
}

#consultationModal a {
    font-family: 'Corsica LX LX Book';
    color: #000;
    font-size: 20px;
}

#consultationModal a:hover {
    text-decoration: underline;
}

.designerModal_form input {
    display: block;
    width: 100%;
    font-size: 18px;
    border: 1px solid #C4C4C4;
    padding: 20px 25px;
    line-height: 1;
    font-family: 'Corsica LX LX Book';
    margin-bottom: 25px;
}

.designerModal_form textarea {
    width: 100%;
    height: 109px;
    resize: none;
    border: 1px solid #C4C4C4;
    font-family: 'Corsica LX LX Book';
    font-size: 18px;
    padding: 17px 26px;
}

.designerModal_form button {
    display: block;
    background-color: #a19859;
    color: #fff;
    border: none;
    outline: none;
    font-size: 24px;
    text-align: center;
    padding: 24px;
    max-width: 370px;
    width: 100%;
    margin: 45px auto 0;
}

#designerModal .result {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

#consultationModal .result .descr {
    text-align: center;
}

#consultationModal .result a {
    display: none;
}

#designerModal .modal-body.active .result {
    display: block;
}

#designerModal .modal-body.active .designerModal_form {
    opacity: 0;
}

.designers-list {
    padding-bottom: 60px;
    padding-top: 60px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5vw;
}

.information-designers-designers .text-pub {
    margin-right: 7.26%;
    display: block;
    float: left;
    max-width: 18.8%
}

.information-designers-designers .text-pub img {
    max-height: 356px
}

.information-designers-designers h2 small {
    text-transform: none
}

.information-designers-designers .desdesc {
    padding-top: 40px;
    float: left;
    width: 73.94%
}

.information-designers-designers h2 {
    position: relative;
    background: none;
    padding: 0
}

.information-designers-designers h2:before {
    position: absolute;
    left: -9.9%;
    top: 0;
    width: 56px;
    height: 12px;
    background: #a19859;
    content: ' ';
    display: block
}

.information-designers-designers .prodlist .proddesc.right .inner .absline {
    width: 56px;
    height: 12px;
    left: -22px;
    top: 16px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.information-designers-designers .prodlist .proddesc.left.right .inner .absline {
    position: absolute;
    width: 112px;
    height: 12px;
    top: 16px;
    right: -31%;
    display: block;
    content: '';
    background: #a19859
}

.information-designers-designers .prodlist .image {
    width: 50%
}

.information-designers-designers .prodlist .proddesc.left .inner {
    padding-left: 45px
}

.information-designers-designers .prodlist .proddesc {
    width: 50%
}

.information-designers-designers .prodlist .proddesc.left {
    width: 40%
}

.information-designers-designers .image-additional a {
    padding: 0
}

.information-designers-designers .owl-carousel {
    width: calc(100% - 80px) !important;
    overflow: visible;
    padding-right: 10px
}

.information-designers-designers .owl-controls .owl-buttons .owl-next {
    right: -74px
}

.information-designers-designers .prodlist {
    margin-top: 0;
    padding-right: 15px;
    padding-left: 15px
}

.information-designers-designers table td:nth-child(1) {
    padding-right: 0.55%
}

.information-designers-designers table td:nth-child(2) {
    padding-left: 0.55%
}

.information-designers-designers table td p {
    margin: 30px 0 0;
    text-align: center
}

@media(max-width: 991px) {
    .designers_main {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }

    .designers_main button {
        width: 100%;
        padding: 30px;
    }

    .designers-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width: 575px) {
    .designers-list {
        grid-template-columns: repeat(2, 1fr);
    }

    #designerModal .modal-content {
        padding: 50px 40px;
    }

    #designerModal .modal-content .close {
        top: -40px;
        right: -25px;
    }
}

.information-models {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
}

.models_top {
    margin-bottom: 80px;
}

.models_top_title {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.models_top_descr {
    font-family: 'Corsica LX LX Book';
    max-width: 1100px;
}

.models_top_descr a {
    color: #000;
}

.models_type_title {
    font-size: 25px;
    padding-left: 80px;
    position: relative;
    margin-bottom: 40px;
}

.models_type_title:before {
    content: '';
    display: block;
    position: absolute;
    width: 55px;
    height: 12px;
    background-color: #a19859;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.models_type_descr {
    font-family: 'Corsica LX LX Book';
    margin-bottom: 60px;
    max-width: 740px;
}

.models_type_descr a {
    color: #000;
}

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

.models_type_wrapper {
    margin-bottom: 105px;
    display: grid;
}

.models_type_wrapper.catalog {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 35px 30px;
}

.models_type_wrapper.catalog .models_type_item {
    padding: 30px;
    text-align: center;
    border: 1px solid #747374;
    color: #000;
    line-height: 1;
}

.models_type_name {
    font-size: 25px;
    margin-bottom: 70px;
}

.models_type_wrapper.model {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3vw 5vw;
}

.models_type_wrapper.model .models_type_item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 35px;
    position: relative;
}

.models_type_item_hover {
    position: absolute;
    top: -12px;
    left: -12px;
    width: 4vw;
    height: 4vw;
    background-color: #a19859;
    z-index: -1;
    opacity: 0;
    transition: all 0.4s;
}

.models_type_wrapper.model .models_type_item:hover .models_type_item_hover {
    opacity: 1;
}

.models_type_item_name {
    color: #000;
    font-size: 22px;
}

.models_type_item_a {
    color: #626262;
    font-family: 'Corsica LX LX Book';
    transition: all 0.4s;
}

.models_type_wrapper.model .models_type_item:hover .models_type_item_a {
    color: #000;
}

.models_type_item_a:hover {
    text-decoration: underline;
}

.models_type_item_info {
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
}

@media(max-width: 1050px) {
    .models_type_wrapper.catalog {
        grid-template-columns: repeat(3, 1fr);
    }

    .models_type_wrapper.model {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 768px) {
    .models_top {
        margin-bottom: 45px;
    }

    .models_type_descr {
        margin-bottom: 40px;
    }

    .models_type_wrapper {
        margin-bottom: 60px;
    }

    .models_type_wrapper.catalog {
        grid-template-columns: repeat(2, 1fr);
    }

    .models_type_item_hover {
        display: none;
    }

    .models_type_name {
        margin-bottom: 35px;
    }
}

@media(max-width: 575px) {
    .information-models {
        font-size: 16px;
    }

    .models_type_wrapper.catalog {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .models_type_wrapper.catalog .models_type_item {
        padding: 25px;
    }

    .models_type_wrapper.model {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .models_type_wrapper.model .models_type_item {
        grid-gap: 20px;
    }

    .models_type_item_name {
        font-size: 20px;
    }

    #consultationModal .modal-content {
        padding: 50px 40px;
    }
}

.product-catalog .container .htmlmodule {
    margin-left: -15px;
    margin-right: -15px
}

.product-catalog .container table,
.container .buro-page .table {
    border: none
}

.product-catalog .container .table td,
.container .buro-page .table td {
    border: none;
    width: 50%;
    vertical-align: middle;
    font-size: 14px;
    height: 173px;
    line-height: 1.75em
}

.product-catalog .container .table2 td:nth-child(1),
.container .buro-page .table td:nth-child(1) {
    border: none;
    width: 50%;
    font-family: 'corsica_lxbook';
    text-transform: uppercase;
    font-size: 16px;
    line-height: 2em;
    padding-left: 143px;
    position: relative
}

.container .buro-page .table td:nth-child(1) h1,
.product-catalog .container .table td:nth-child(1) h1 {
    font-family: 'corsica_lxbook';
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.46em;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

.buro-list-item-text .readmorelink {
    width: max-content;
    border-bottom: 1px solid #fff;
}

.buro-list-item-text .readmorelink:hover {
    border-bottom: 1px solid #c3c3c3;
}

.container .buro-page .table td:nth-child(1):before,
.product-catalog .container .table td:nth-child(1):before {
    position: absolute;
    width: 410px;
    height: 173px;
    border: 1px solid #c6c6c6;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -86px;
    left: 50px;
    z-index: -1
}

.container .buro-page .table td:nth-child(1):after,
.product-catalog .container .table td:nth-child(1):after {
    position: absolute;
    width: 16px;
    height: 95px;
    background: #a19859;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -47px;
    left: 42px;
    z-index: 0
}

.full-width-content {
    width: 100%;
    margin-top: 80px;
    position: relative
}

.full-width-content .col50 {
    width: 50%;
    margin-bottom: 125px
}

.full-width-content .col50 img {
    width: 100%
}

.full-width-content .col50.left {
    float: left
}

.full-width-content .col50.right {
    float: right
}

.full-width-content .col50.cattext .inner .catdesc p {
    margin: 0
}

.full-width-content .col50.cattext.right .inner {
    float: left;
    width: 810px
}

.full-width-content .col50.cattext.right .inner h3 {
    float: right;
    padding-right: 102px;
    font-family: 'corsica_lxbook';
    text-transform: uppercase;
    font-size: 30px;
    color: #626262;
    width: 100%;
    text-align: right;
    display: block;
    margin-bottom: 90px
}

.full-width-content .col50.cattext.right .inner h3 a {
    color: #626262
}

.full-width-content .col50.cattext.right .inner .catdesc {
    float: right;
    padding-right: 102px;
    color: #626262;
    width: 100%;
    text-align: right;
    display: block;
    margin-bottom: 160px;
    position: relative
}

.full-width-content .col50.cattext.right .inner .catdesc:after {
    position: absolute;
    width: 415px;
    height: 175px;
    border: 1px solid #c6c6c6;
    content: '';
    top: 50%;
    right: 0px;
    margin-top: -87px;
    z-index: -1
}

.full-width-content .col50.cattext.right .inner h3 small {
    color: #c3c3c3;
    font-size: 13px
}

.full-width-content .col50.cattext.left .inner {
    float: right;
    width: 810px
}

.full-width-content .col50.cattext.left .inner h3 {
    float: left;
    padding-left: 102px;
    font-family: 'corsica_lxbook';
    text-transform: uppercase;
    font-size: 30px;
    color: #626262;
    width: 100%;
    text-align: left;
    display: block;
    margin-bottom: 90px
}

.full-width-content .col50.cattext.left .inner h3 a {
    color: #626262
}

.full-width-content .col50.cattext.left .inner .catdesc {
    float: left;
    padding-left: 102px;
    color: #626262;
    width: 100%;
    text-align: left;
    display: block;
    margin-bottom: 160px;
    position: relative
}

.full-width-content .col50.cattext.left .inner .catdesc:after {
    position: absolute;
    width: 415px;
    height: 175px;
    border: 1px solid #c6c6c6;
    content: '';
    top: 50%;
    left: 0px;
    margin-top: -87px;
    z-index: -1;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.full-width-content .col50.cattext .inner .catdesc:hover:after {
    border: 1px solid #a19859;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.full-width-content .col50.cattext.left .inner h3 small {
    color: #c3c3c3;
    font-size: 13px
}

.full-width-content .col50.cattext a.readmorelink {
    width: 245px;
    text-align: left;
    display: block;
    height: 22px;
    position: relative
}

.full-width-content .col50.cattext a.readmorelink:after {
    background: url('../image/arrow.png') 100% 0px no-repeat;
    width: 74px;
    height: 13px;
    position: absolute;
    top: 5px;
    right: 0;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    content: ''
}

.full-width-content .col50.cattext a.readmorelink:hover {
    color: #626262
}

.full-width-content .col50.cattext a.readmorelink:hover:after {
    right: -50px
}

.full-width-content .col50.cattext.left a.readmorelink {
    margin-left: 102px;
    float: left
}

.full-width-content .col50.cattext.right a.readmorelink {
    margin-right: 170px;
    float: right
}

.full-width-content .col50.catimg {
    position: relative
}

.full-width-content .col50.cattext.left .inner .catdesc:before {
    position: absolute;
    width: 17px;
    height: 176px;
    top: 50%;
    margin-top: -88px;
    display: block;
    content: '';
    background: #a19859
}

.full-width-content .col50.cattext.right .inner .catdesc:before {
    position: absolute;
    width: 17px;
    height: 176px;
    top: 50%;
    margin-top: -88px;
    display: block;
    content: '';
    background: #a19859
}

.full-width-content .col50.cattext.right.first .inner .catdesc:before {
    background: none
}

.full-width-content .col50.cattext.right.last .inner .catdesc:before {
    background: none
}

.full-width-content .col50.cattext.left.last .inner .catdesc:before {
    background: none
}

.full-width-content .col50.cattext.left.first .inner .catdesc:before {
    background: none
}

.full-width-content .col50.catimg.first:after {
    position: absolute;
    width: 250px;
    height: 155px;
    top: -17px;
    margin-top: 0px;
    z-index: -1;
    display: block;
    content: '';
    background: #a19859;
    right: -17px
}

.full-width-content .col50.catimg.last.right:after {
    position: absolute;
    width: 250px;
    height: 155px;
    top: auto;
    bottom: -17px;
    margin-top: 0px;
    z-index: -1;
    display: block;
    content: '';
    background: #a19859;
    left: -17px
}

.full-width-content .col50.catimg.last.left:after {
    position: absolute;
    width: 250px;
    height: 155px;
    top: auto;
    bottom: -17px;
    margin-top: 0px;
    z-index: -1;
    display: block;
    content: '';
    background: #a19859;
    right: -17px
}

.full-width-content .col50.cattext.left .catdesc:before {
    right: 0px
}

.full-width-content .col50.cattext.right .catdesc:before {
    left: 0px
}

.allcat {
    text-align: right;
    background: #fff;
    font-size: 11px;
    line-height: 19px;
    height: 19px;
    margin-bottom: 109px
}

.allcat span {
    margin-right: 25px;
    text-transform: uppercase
}

.full-width-content .catgreenline {
    width: 15%;
    height: 17px;
    right: 0;
    background: #a19859;
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    z-index: 0
}

.allcollect {
    position: relative;
    z-index: 1
}

.container.allcat {
    position: relative;
    z-index: 1;
    background: #fff
}

.full-width-content.homelist {
    margin-top: 140px
}

.full-width-content.homelist:before {
    display: none
}

@media all and (max-width: 1500px) {
    /*.breadcrumb > li {
        margin: 0;
    }*/
}

@media (min-width: 1200px) and (max-width: 1700px) {
    .product-catalog .container table td:nth-child(1) {
        padding-left: 103px
    }

    .full-width-content .col50.cattext.right .inner {
        width: 570px
    }

    .full-width-content .col50.cattext.left .inner {
        width: 570px
    }

    .full-width-content .col50.cattext.left a.readmorelink {
        margin-left: 100px
    }

    .full-width-content .col50.cattext.right .inner .catdesc {
        margin-bottom: 100px
    }

    .full-width-content .col50.cattext.left .inner .catdesc {
        margin-bottom: 100px
    }

    .full-width-content .col50.cattext.left .inner .catdesc {
        padding-left: 100px
    }

    .full-width-content .col50.cattext.left .inner h3 {
        padding-left: 100px
    }

    .product-catalog .container table td {
        font-size: 13px
    }
}

.arrow-bottom {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 200px;
    text-align: center;
    margin-left: -100px;
    color: #fff;
    font-size: 14px;
    cursor: pointer
}

.arrow-bottom i {
    font-size: 18px
}

.row.catdesc table {
    border: none
}

.row.catdesc table td {
    border: none;
    width: 50%;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.75em;
    height: 173px
}

.row.catdesc table td h1 {
    font-size: 16px;
    margin: 10px 0 35px 0;
    font-family: 'corsica_lxbook';
    text-transform: uppercase
}

.row.catdesc table td:nth-child(1) {
    border: none;
    width: 50%;
    padding-left: 143px;
    position: relative
}

.row.catdesc table td:nth-child(1):before {
    position: absolute;
    width: 410px;
    height: 173px;
    border: 1px solid #c6c6c6;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -86px;
    left: 50px;
    z-index: -1
}

.row.catdesc table td:nth-child(1):after {
    position: absolute;
    width: 16px;
    height: 95px;
    background: #a19859;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -47px;
    left: 42px;
    z-index: 0
}

.prodlist {
    margin-top: 10px
}

.prodlist .image {
    width: 60%;
    margin-bottom: 120px;
    position: relative
}

.prodlist .image.left:after {
    right: -17px
}

.prodlist .image.right:after {
    left: -17px
}

.prodlist .image img {
    width: 100%
}

.prodlist .image.left {
    float: left
}

.prodlist .image.right {
    float: right
}

.prodlist .proddesc {
    width: 40%;
    float: left
}

.inner .link3d {
    position: relative
}

.inner .link3d:hover .dopimg3d {
    display: block
}

.inner .link3d:hover .dopimg3d p {
    margin: 15px 0 0 0
}

.inner .link3d .dopimg3d {
    position: absolute;
    bottom: 30px;
    left: -7px;
    border: 1px solid #e8e8e8;
    padding: 12px 0 12px 12px;
    background: #fff;
    display: none;
    z-index: 100;
    text-decoration: none
}

.inner .link3d:hover {
    color: #626262;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.inner .link3d .dopimg3d img {
    float: left;
    display: block;
    margin-right: 12px
}

.prodlist .proddesc.right .inner {
    padding-left: 170px;
    position: relative
}

.prodlist .proddesc.right .inner .absline {
    position: absolute;
    width: 17px;
    bottom: 55px;
    top: 0px;
    left: 0;
    display: block;
    content: '';
    background: #a19859
}

.prodlist .proddesc.right .inner .absline.right {
    position: absolute;
    width: 17px;
    bottom: 55px;
    top: 0px;
    right: 0;
    left: auto;
    display: block;
    content: '';
    background: #a19859
}

.prodlist .proddesc h4 a {
    font-family: 'corsica_lxbook';
    text-transform: uppercase;
    font-size: 18px;
    color: #626262;
    margin-top: 96px;
    display: block
}

.prodlist .proddesc .readmore {
    margin-top: 35px;
    padding-right: 120px;
    position: relative;
    display: inline-block
}

.prodlist .proddesc .readmore:after {
    background: url('../image/arrow.png') 100% 0 no-repeat;
    display: block;
    position: absolute;
    width: 74px;
    height: 13px;
    content: '';
    right: 0;
    top: 5px;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.prodlist .proddesc .readmore:hover:after {
    right: -50px
}

@media (min-width: 1200px) and (max-width: 1700px) {
    .row.catdesc table td:nth-child(1) {
        padding-left: 103px
    }

    .row.catdesc table td {
        font-size: 13px;
        line-height: 1.75em
    }
}

.relative {
    position: relative
}

.prod-right-col {
    width: 300px;
    float: right
}

.prod-right-col h1 {
    font-family: 'corsica_lxbook';
    text-transform: uppercase;
    font-size: 18px;
    color: #626262;
    margin: 0 0 50px 0
}

@media all and (min-width: 1920px) {
    .prod-right-col {
        right: 46px
    }
}

.line-group {
    color: #cdcdcd
}

.line-group .left {
    float: left
}

.line-group button {
    float: right;
    border: none;
    background: none
}

.line-size {
    margin-top: 30px
}

.line-size .left {
    width: 140px;
    float: left;
    position: relative;
}

.line-size .right {
    width: 140px;
    float: right;
    position: relative
}

.line-size i {
    position: absolute;
    right: 11px;
    top: 5px;
    font-style: normal
}

.line-size label {
    float: left;
    margin-right: 15px;
    line-height: 26px
}

.line-size input {
    margin-top: 3px;
    float: right;
    width: 62px;
    height: 26px;
    border: 1px solid #c6c6c6;
    padding-left: 15px;
    margin-right: 1px
}

#productoptions {
    padding: 27px 0;
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    margin: 21px 0
}

#productoptions .form-group label {
    width: 112px;
    float: left;
    display: block;
    padding-bottom: 7px;
}

#productoptions .form-group #secectpattern {
    max-height: 300px
}

#productoptions .form-group.color label {
    width: 100px
}

#productoptions .form-group select {
    width: 185px;
    float: right;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    height: 26px;
    line-height: 26px;
    border: 1px solid #c6c6c6;
    font-family: 'corsica_lxbook';
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
    background: url('../image/select.png') 100% 50% no-repeat #fff;
    padding-right: 29px
}

#productoptions .form-group #secectpattern {
    width: 185px;
    float: right
}

#productoptions .form-group:after {
    content: "";
    display: block;
    clear: both
}

#productoptions .form-group.color {
    padding: 27px 0 0px 0;
    margin-top: 27px;
    margin-bottom: -10px;
    border-top: 1px solid #c6c6c6
}

#productoptions .form-group.color label {
    height: 36px;
    border-radius: 50%;
    line-height: 36px
}

#productoptions .form-group.color .radio {
    float: left;
    margin: 0 4px 4px 0
}

#productoptions .form-group.color .radio label {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    line-height: 46px
}

#productoptions .form-group.color .radio label input {
    display: none
}

#productoptions .form-group.color .radio label {
    position: relative;
    padding: 0;
    text-align: center
}

#productoptions .form-group.color .radio label img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2px auto
}

#productoptions .form-group.color .radio label input:checked+.border {
    position: absolute;
    top: -1px;
    left: 0px;
    width: 46px;
    height: 46px;
    content: '';
    display: block;
    border: 1px solid #c6c6c6;
    border-radius: 50%
}

.form-group.checkbox-wrap {
    margin-bottom: 0;
    padding-top: 26px;
    margin-top: 21px;
    border-top: 1px solid #c6c6c6
}

.form-group.checkbox-wrap .checkbox {
    float: left;
    margin: 0
}

.form-group.checkbox-wrap label {
    margin: 0
}

.link3dmodel {
    width: 100%;
    text-align: center;
    height: 44px;
    line-height: 44px;
    background: #f4f4f4;
    margin-top: 14px;
    color: #9e9999;
    display: block
}

.getmyrab {
    width: 100%;
    text-align: center;
    height: 44px;
    line-height: 44px;
    background: #f4f4f4;
    margin-top: 14px;
    color: #9e9999;
    display: block;
    cursor: pointer
}

.konsultation-button {
    margin-bottom: 14px;
}

.button-cart {
    color: #9E9999;
}

.button-cart:hover {
    color: #9E9999;
}

.product-left-col {
    width: calc(100% - 350px);
    float: left
}

.product-left-col .thumbnails {
    width: 91.5%;
    padding-right: 107px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.information-posts-posts .container .posts #content table {
    width: 90% !important;
    max-width: calc(100% - 60px) !important
}

.information-posts-posts .container .posts #content table img {
    max-width: 100%;
    max-height: 100%
}

@media all and (min-width: 1200px) and (max-width: 1700px) {
    .product-left-col .thumbnails {
        width: 100%;
        padding-right: 107px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.bigimg {
    position: relative;
    z-index: 1
}

.bigimg img {
    width: 100%
}

#tab-description h3,
.related-title {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 35px;
    width: 100%;
    position: relative;
    margin-top: 52px
}

#tab-description h3:after,
.related-title:after {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    height: 1px;
    background: #c6c6c6;
    content: '';
    display: block;
    z-index: -1
}

#tab-description h3 span,
.related-title span {
    padding-right: 25px;
    background: #fff
}

.price {
    font-weight: normal;
    font-size: 14px;
    color: #626262;
    margin-bottom: 27px
}

.price span {
    width: 49px;
    display: inline-block;
    height: 12px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAAAAAA6fptVAAAACklEQVQI12O4CwAA3wDeg/do9AAAAABJRU5ErkJggg==) 50% 50% repeat-x;
    margin: 0 14px
}

#parent_popup {
    background-color: rgba(0, 0, 0, 0.35);
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

#parent_popup .modal_pop {
    background: none repeat scroll 0 0 #fff;
    margin: 10% auto;
    position: relative;
    width: 542px;
    height: auto;
    padding: 35px 0;
    text-align: center
}

#parent_popup .modal_pop h2 {
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
    margin: 0 0 45px 0
}

#parent_popup .modal_pop h3 {
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
    margin: 0px 0 15px 0;
    color: #000000
}

#parent_popup .modal_pop h4 {
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
    margin: 0px 0 50px 0;
    color: #a6a6a6
}

#parent_popup .modal_pop .butcheckout {
    width: 230px;
    height: 44px;
    line-height: 44px;
    font-weight: normal;
    text-align: center;
    margin: 0px auto;
    color: #fff;
    background: #a19859;
    display: block;
    cursor: pointer
}

#parent_popup .modal_pop img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    margin-bottom: 35px
}

#parent_popup .modal_pop .closepopup {
    position: absolute;
    top: 30px;
    right: 30px;
    background: url('../image/close.png') no-repeat;
    width: 15px;
    height: 15px;
    display: block;
    cursor: pointer
}

#parent_popup_rab {
    background-color: rgba(0, 0, 0, 0.35);
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

#parent_popup_rab .modal_pop {
    background: none repeat scroll 0 0 #fff;
    margin: 10% auto;
    position: relative;
    width: 417px;
    height: auto;
    padding: 35px 0;
    text-align: center
}

#parent_popup_rab .modal_pop h2 {
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
    margin: 0 0 45px 0
}

#parent_popup_rab .modal_pop h3 {
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
    margin: 0px 0 15px 0;
    color: #000000
}

#parent_popup_rab .modal_pop h4 {
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
    margin: 0px 0 50px 0;
    color: #a6a6a6
}

#parent_popup_rab .modal_pop .butcheckout {
    width: 230px;
    height: 44px;
    line-height: 44px;
    font-weight: normal;
    text-align: center;
    margin: 0px auto;
    color: #fff;
    background: #a19859;
    display: block;
    cursor: pointer
}

#parent_popup_rab .modal_pop img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    margin-bottom: 35px
}

#parent_popup_rab .modal_pop .closepopup {
    position: absolute;
    top: 30px;
    right: 30px;
    background: url('../image/close.png') no-repeat;
    width: 15px;
    height: 15px;
    display: block;
    cursor: pointer
}

#parent_popup_rab form {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#parent_popup_rab form .form-group {
    margin-bottom: 35px
}

#parent_popup_rab form .form-group label {
    float: left;
    width: 175px;
    text-align: left
}

#parent_popup_rab form .form-group input {
    float: right;
    width: 200px
}

#parent_popup_rab form .form-group textarea {
    float: left;
    width: 200px;
    resize: none;
    height: 57px
}

#parent_popup_rab form .form-group .inputwrap {
    position: relative;
    float: right;
    width: 200px
}

#parent_popup_rab form .form-group input+.bordered {
    -webkit-transition: bottom 1s ease 0.5s;
    transition: bottom 1s ease 0.5s;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 200px;
    height: 5px;
    content: ' ';
    display: block;
    background: #a19859
}

#parent_popup_rab form .form-group input:focus+.bordered {
    bottom: 28px;
    -webkit-transition: bottom 1s ease 0.5s;
    transition: bottom 1s ease 0.5s
}

#parent_popup_rab form .form-group textarea+.bordered {
    -webkit-transition: bottom 1s ease 0.5s;
    transition: bottom 1s ease 0.5s;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 200px;
    height: 5px;
    content: ' ';
    display: block;
    background: #a19859
}

#parent_popup_rab form .form-group textarea:focus+.bordered {
    bottom: 57px;
    -webkit-transition: bottom 1s ease 0.5s;
    transition: bottom 1s ease 0.5s
}

@media all and (min-width: 1200px) and (max-width: 1700px) {
    .product-left-col {
        width: 69.753%
    }

    #productoptions .form-group select {
        font-size: 13px
    }
}

.account-login .well {
    margin-bottom: 100px !important
}

.well h2 {
    position: relative;
    font-family: 'corsica_lxbook';
    text-transform: uppercase;
    font-size: 18px;
    color: #535252;
    margin: 40px 0 55px 0;
    padding-left: 102px
}

.well h2 span {
    position: absolute;
    width: 66px;
    height: 14px;
    background: #a19859;
    left: -7px;
    top: 50%;
    margin-top: -7px
}

.well p {
    padding-left: 102px;
    color: #535252;
    font-size: 13px
}

.well form {
    margin-left: 102px;
    width: 475px;
    margin-top: 28px
}

.well form input {
    height: 28px;
    width: 214px;
    line-height: 28px
}

.well form a {
    margin-bottom: 5px;
    display: block
}

.well form .ulogin_panel {
    margin-bottom: 8px
}

.well .form-group {
    width: 214px;
    position: relative;
    float: left;
    margin-bottom: 30px
}

.well .form-group .border {
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 5px;
    content: '';
    display: block;
    background: #a19859;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.well .form-group input:focus+.border {
    bottom: 28px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.well .form-group.marg {
    margin-left: 47px
}

.well .btn-primary {
    background: none;
    color: #a5a2a2;
    text-align: left;
    padding: 0;
    padding-right: 103px;
    height: 14px;
    line-height: 14px;
    width: auto;
    position: relative
}

.well .btn-primary:after {
    background: url('../image/arrow.png') 100% 0px no-repeat;
    width: 74px;
    height: 13px;
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.well .btn-primary:hover:after {
    right: -50px
}

#mybut {
    position: relative;
    display: inline-block
}

#mybut:after {
    background: url('../image/arrow.png') 100% 0px no-repeat;
    width: 74px;
    height: 13px;
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

#mybut:hover:after {
    right: -50px
}

.well a.btn-primary {
    margin-left: 103px;
    margin-top: 34px
}

@media all and (min-width: 1200px) and (max-width: 1700px) {
    .well .form-group.marg {
        margin-left: 27px
    }
}

#loginwrap .radio {
    padding-left: 102px;
    margin: 0
}

#loginwrap p {
    margin-top: 25px;
    margin-bottom: 38px
}

#loginwrap .radio input[type="radio"] {
    display: none
}

#loginwrap .radio label {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px
}

#loginwrap .radio label span {
    position: absolute;
    height: 21px;
    width: 21px;
    border: 1px solid #c6c6c6;
    border-radius: 50%;
    display: block;
    content: '';
    left: 0
}

#loginwrap .btn-primary {
    padding-left: 102px
}

#loginwrap .radio input:checked+span {
    background: url('../image/radio.png') 50% 50% no-repeat
}

#loginwrap .form {
    padding-left: 102px
}

#loginwrap .form #button-login {
    padding-left: 0px;
    margin-top: 52px
}

.register h1,
.account-wishlist h1 {
    position: relative;
    padding-left: 110px;
    font-size: 18px;
    font-family: 'corsica_lxbook';
    text-transform: uppercase
}

.register h1 span,
.account-wishlist h1 span {
    position: absolute;
    width: 66px;
    height: 14px;
    top: 50%;
    margin-top: -7px;
    left: 0;
    content: '';
    display: block;
    background: #a19859
}

.account-wishlist #content h1 {
    margin-left: -7px
}

.account-wishlist #content {
    width: 93.8271%;
    margin: 0 auto;
    border: 1px solid #c6c6c6
}

.account-wishlist #content table {
    width: 91.7105%;
    margin: 0 auto
}

.account-wishlist #content table thead {
    background: #f7f7f7
}

.account-wishlist #content table thead td {
    height: 48px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAXCAMAAAD9RNU9AAAABlBMVEWtra2urq7lX07iAAAAEElEQVR4AWMAAUYgBJKEIQABwgAVwqzQbwAAAABJRU5ErkJggg==) 100% 50% no-repeat
}

.account-wishlist #content table thead td:nth-child(1) {
    padding-left: 19px;
    width: 20%
}

.account-wishlist #content table td:nth-child(2) {
    padding-left: 31px
}

.account-wishlist #content table td:nth-child(3) {
    padding-left: 31px
}

.account-wishlist #content table td:nth-child(4) {
    padding-left: 31px
}

.account-wishlist #content table td:nth-child(5) {
    padding-left: 21px;
    background: none;
    width: 309px
}

.account-wishlist #content table thead td:nth-child(5) {
    padding-left: 21px;
    background: none
}

.account-wishlist #content table tbody td:nth-child(1) img {
    max-width: 83%
}

.account-wishlist #content table tbody td {
    padding-top: 33px;
    padding-bottom: 20px
}

.account-wishlist #content table tbody td a {
    color: #626262
}

.account-wishlist #content table tbody td .btn.btn-primary {
    width: 243px;
    text-align: center;
    float: left;
    margin-right: 16px
}

.account-wishlist #content table tbody td .btn.btn-danger {
    float: left
}

.register p a {
    color: #a19859
}

.register form {
    padding-left: 110px;
    margin-top: 48px;
    width: 1146px;
    max-width: 100%;
    margin-bottom: 80px
}

.register fieldset {
    width: 481px;
    float: left
}

.register fieldset.password {
    width: 1146px;
    max-width: 100%;
    margin-top: 50px
}

.register fieldset.password .form-group {
    width: 49.25%;
    float: left
}

.register fieldset#address {
    float: right
}

.register fieldset.newsletter {
    width: 1146px;
    max-width: 100%;
    margin-top: 60px;
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 25px
}

.register fieldset.newsletter .control-label {
    width: 155px;
    padding-right: 75px
}

.register fieldset.newsletter .radio-inline {
    float: left;
    width: 74px;
    text-align: right;
    position: relative
}

.register fieldset.newsletter .radio-inline .circle {
    position: absolute;
    top: 0;
    left: 9px;
    width: 22px;
    height: 22px;
    border: 1px solid #c6c6c6;
    content: '';
    display: block;
    border-radius: 50%
}

.register fieldset.newsletter .radio-inline input:checked+.circle:after {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    content: '';
    display: block;
    border-radius: 50%;
    background: #a19859
}

.register fieldset.newsletter .radio-inline input {
    display: none
}

.register .form-group {
    width: 100%;
    margin: 0 0 23px 0
}

.register .form-group label {
    width: 153px;
    padding: 0;
    text-align: left;
    float: left
}

.register .form-group label+div {
    width: 328px;
    float: left
}

.register fieldset.password .form-group.required {
    float: left;
    width: 481px
}

.register fieldset.password .form-group.required.confirm {
    float: right;
    width: 481px
}

.register .buttons {
    width: 1146px;
    max-width: 100%
}

.agree {
    color: #535252
}

.agree b {
    font-weight: normal
}

@media all and (min-width: 1200px) and (max-width: 1700px) {
    .register fieldset.password .form-group.required.confirm {
        float: right
    }
}

.accdiv {
    width: 440px;
    height: 245px;
    border: 1px solid #c6c6c6;
    float: left;
    margin-left: 50px
}

.accdiv.center {
    margin: 0 50px 0 100px
}

.accdiv h2 {
    font-size: 18px;
    font-family: 'corsica_lxbook';
    text-transform: uppercase;
    font-weight: normal;
    text-align: left;
    padding-left: 102px;
    position: relative;
    margin-bottom: 55px;
    margin-top: 35px
}

.accdiv h2 span {
    position: absolute;
    left: -7px;
    top: 50%;
    margin-top: -7px;
    height: 14px;
    width: 66px;
    content: '';
    display: block;
    background: #a19859
}

.accdiv ul {
    padding-left: 102px
}

.accdiv ul li {
    position: relative;
    padding-left: 52px
}

.accdiv ul li a {
    color: #535252;
    font-size: 13px;
    margin-bottom: 20px
}

.accdiv ul li:before {
    width: 32px;
    left: 0;
    position: absolute;
    top: 0;
    height: 22px;
    background: rgba(0, 0, 0, 0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAAAAAA6fptVAAAACklEQVQI12O4CwAA3wDeg/do9AAAAABJRU5ErkJggg==") repeat-x scroll 0 50%;
    display: block;
    content: ''
}

@media all and (min-width: 1200px) and (max-width: 1500px) {
    .accdiv {
        width: 308px;
        margin-left: 35px
    }

    .accdiv.center {
        margin: 0 35px 0 70px
    }

    .accdiv h2 {
        padding-left: 71px
    }

    .accdiv h2 span {
        width: 46px
    }

    .accdiv ul {
        padding-left: 71px
    }
}

@media all and (min-width: 1600px) and (max-width: 1700px) {
    .accdiv {
        width: 350px;
        margin-left: 80px
    }

    .accdiv.center {
        margin: 0 0px 0 80px
    }
}

.buttons {
    margin: 1em 0
}

.btn-xs {
    font-size: 9px
}

.btn-sm {
    font-size: 10.2px
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
    font-size: 12px
}

.btn-group>.btn-xs {
    font-size: 9px
}

.btn-group>.btn-sm {
    font-size: 10.2px
}

.btn-group>.btn-lg {
    font-size: 15px
}

.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7
}

.btn-primary {
    color: #ffffff;
    background-color: #a19859;
    background-repeat: repeat-x
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406));
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704
}

.btn-danger {
    width: 29px;
    height: 29px;
    display: block;
    background: url('../image/delete.png') 50% 50% no-repeat #bababa
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1)
}

.btn-success {
    color: #ffffff;
    background: #a19859;
    height: 41px;
    line-height: 41px;
    width: 327px;
    padding: 0
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1)
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e06342), to(#dc512c));
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-inverse {
    color: #ffffff
}

.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF
}

.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome
}

.product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto
}

.product-thumb .image {
    text-align: center
}

.product-thumb .image a {
    display: block
}

.product-thumb .image a:hover {
    opacity: 0.8
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto
}

.product-grid .product-thumb .image {
    float: none
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px
    }
}

.product-thumb h4 {
    font-weight: bold
}

.product-thumb .caption {
    padding: 0 20px;
    min-height: 180px
}

.product-list .product-thumb .caption {
    margin-left: 230px
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px
    }

    .product-grid .product-thumb .caption {
        min-height: 0
    }
}

.product-thumb .rating {
    padding-bottom: 10px
}

.rating .fa-stack {
    font-size: 8px
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px
}

.rating .fa-star+.fa-star-o {
    color: #E69500
}

h2.price {
    margin: 0
}

h2.price b {
    font-weight: normal
}

.product-thumb .price {
    color: #444
}

.product-thumb .price-new {
    font-weight: 600
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block
}

.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd
}

@media (max-width: 768px) {
    #designerModal .title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .designerModal_form input {
        font-size: 16px;
        margin-bottom: 20px;
        -webkit-appearance: none;
        border-radius: 0;
    }

    .designerModal_form button {
        margin-top: 30px;
        font-size: 20px;
        padding: 20px;
    }

    #designerModal .modal-content .close {
        font-size: 38px;
        line-height: 26px;
    }

    #consultationModal .modal-content .close {
        font-size: 38px;
        line-height: 60px;
    }

    .product-list .product-thumb .button-group {
        border-left: none
    }
}

.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase
}

.product-thumb .button-group button+button {
    width: 20%;
    border-left: 1px solid #ddd
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer
}

@media (max-width: 1200px) {

    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%
    }
}

@media (max-width: 767px) {

    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%
    }
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0
}

.thumbnails>li {
    margin-left: 20px
}

.thumbnails {
    margin-left: -20px
}

.thumbnails>img {
    width: 100%
}

.image-additional a {
    margin-bottom: 0px;
    padding: 5px;
    display: block
}

.thumbnails .image-additional {
    float: left;
    margin-left: 0px
}

@media (min-width: 768px) {

    #column-left .product-layout .col-md-3 {
        width: 100%
    }

    #column-left+#content .product-layout .col-md-3 {
        width: 50%
    }

    #column-left+#content+#column-right .product-layout .col-md-3 {
        width: 100%
    }

    #content+#column-right .product-layout .col-md-3 {
        width: 100%
    }
}

#column-left .product-layout,
#column-right .product-layout {
    width: 100%
}

.input-group .form-control[name^=quantity] {
    min-width: 50px
}

.social-likes,
.social-likes__widget {
    display: inline-block;
    padding: 0;
    vertical-align: middle !important;
    word-spacing: 0 !important;
    text-indent: 0 !important;
    list-style: none !important;
    width: 16px;
    height: 16px
}

.social-likes {
    opacity: 0
}

.social-likes_visible {
    opacity: 1;
    -webkit-transition: opacity .1s ease-in;
    transition: opacity .1s ease-in;
    width: 100%;
    color: #626262;
    margin-top: 30px
}

.social-likes>* {
    display: inline-block;
    visibility: hidden
}

.social-likes_vertical>* {
    display: block
}

.social-likes_visible>* {
    visibility: inherit
}

.social-likes__widget {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    float: right;
    margin-left: 18px
}

.social-likes__widget:before,
.social-likes__widget:after {
    display: none !important
}

.social-likes_vertical .social-likes__widget {
    display: block;
    float: left;
    clear: left
}

.social-likes__button,
.social-likes__icon,
.social-likes__counter {
    text-decoration: none;
    text-rendering: optimizeLegibility
}

.social-likes__button,
.social-likes__counter {
    display: inline-block;
    margin: 0;
    outline: 0
}

.social-likes__button {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.social-likes__button:before {
    content: "";
    display: inline-block
}

.social-likes__icon {
    position: absolute
}

.social-likes__counter {
    display: none;
    position: relative
}

.social-likes_ready .social-likes__counter,
.social-likes__counter_single {
    display: inline-block
}

.social-likes_ready .social-likes__counter_empty {
    display: none
}

.social-likes_vertical .social-likes__widget {
    display: block
}

.social-likes_notext .social-likes__button {
    padding-left: 0
}

.social-likes_single-w {
    position: relative;
    display: inline-block
}

.social-likes_single {
    position: absolute;
    text-align: left;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .11s, opacity .1s ease-in;
    transition: visibility 0s .11s, opacity .1s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.social-likes_single.social-likes_opened {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out
}

.social-likes__button_single {
    position: relative
}

.social-likes__icon_facebook:before {
    width: 16px;
    height: 16px;
    content: '';
    background-image: url('../image/svg/facebook.svg');
    background-size: 16px 16px;
    display: block
}

.social-likes__icon_pinterest:before {
    width: 16px;
    height: 16px;
    content: '';
    background-image: url('../image/svg/pinterest.svg');
    background-size: 16px 16px;
    display: block
}

.social-likes__icon_plusone:before {
    width: 16px;
    height: 16px;
    content: '';
    background: url('../image/gp.png') 0 0 no-repeat;
    display: block
}

.social-likes__icon_twitter:before {
    width: 16px;
    height: 16px;
    content: '';
    background: url('../image/tw.png') 0 0 no-repeat;
    display: block
}

.dostprod {
    margin-top: 80px
}

.dostprod h4 {
    height: 74px;
    line-height: 74px;
    margin: 0;
    padding-left: 25px;
    position: relative
}

.dostprod p {
    margin: 37px 0
}

.dostprod h4:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 72px;
    content: '';
    display: block;
    border: 1px solid #dddddd;
    z-index: -1
}

.borderedcheckout {
    border: 1px solid #c6c6c6;
    margin-bottom: 70px
}

.borderedcheckout form {
    width: 86%;
    margin: 0 auto
}

.borderedcheckout h2 {
    margin-top: 38px;
    display: block;
    font-family: 'corsica_lxbook';
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 85px;
    position: relative;
    padding-left: 7.5%
}

.borderedcheckout h2 span {
    position: absolute;
    top: 50%;
    height: 16px;
    left: 0;
    margin-top: -8px;
    width: 64px;
    content: '';
    display: block;
    background: #a19859
}

.borderedcheckout h1 {
    margin-top: 38px;
    display: block;
    font-family: 'corsica_lxbook';
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 85px;
    position: relative;
    padding-left: 7.5%
}

.borderedcheckout h1 span {
    position: absolute;
    top: 50%;
    height: 16px;
    left: 0;
    margin-top: -8px;
    width: 64px;
    content: '';
    display: block;
    background: #a19859
}

.table-responsive thead tr {
    background: #f9f9f9;
    color: #535252
}

.table-responsive table thead tr td {
    color: #535252;
    border: none !important;
    padding-left: 30px
}

.table-responsive table thead tr td:nth-child(1) {
    padding-left: 0px
}

.table-responsive table tbody tr td.hr {
    border-bottom: 1px solid #bababa !important;
    padding: 32px 0 0 0
}

.table-responsive table tbody tr td.hr:nth-child(1) {
    border-bottom: 1px solid #bababa;
    padding: 0
}

.table-responsive table tbody tr td {
    color: #535252;
    border: none !important;
    padding: 36px 0 13px 30px;
    vertical-align: middle
}

.table-responsive table tbody tr td input {
    color: #535252;
    cursor: default
}

.table-responsive table tbody tr td:nth-child(1) {
    padding: 36px 0 13px 0px
}

.table-responsive table tbody tr td.text-left a {
    color: #535252;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}

.table-responsive table tr td.text-left small {
    color: #c3c3c3;
}

.table-responsive table tr td.text-left input {
    background: none;
}

.table-responsive table tr.total-item td {
    padding: 26px 0 0 30px;
}

#checkout-form {
    padding-bottom: 40px;
}

#checkout-form.row {
    margin-left: 0px;
    margin-right: 0px;
    width: 86%;
    margin: 0 auto
}

#checkout-form .col-sm-6 .form-group {
    max-width: 482px;
    width: 100%;
    margin-bottom: 25px
}

#checkout-form .form-group:after {
    clear: both;
    content: "";
    display: block
}

#checkout-form .col-sm-6 .form-group label {
    width: 32%;
    float: left;
    height: 33px;
    line-height: 33px
}

#checkout-form .col-sm-6 .form-group input {
    width: 68%;
    float: left;
    height: 33px;
    line-height: 33px
}

#checkout-form .form-group select {
    width: 68%;
    float: left;
    height: 33px;
    line-height: 33px;
    font-family: 'corsica_lxbook';
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
    background: url('../image/select.png') 100% 50% no-repeat #f9f9f9
}

#checkout-form .form-group h3 {
    margin-top: 0;
    width: 100%;
    float: left;
    height: 33px;
    line-height: 33px;
    font-size: 13px;
    text-transform: uppercase;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAAAAAA6fptVAAAACklEQVQI12M4BgAAyADHyn2M7QAAAABJRU5ErkJggg==) 0 50% REPEAT-x
}

#checkout-form .form-group h3 span {
    background: #fff;
    width: 32%;
    display: block
}

#checkout-form .col-sm-12 .form-group {
    width: 100%
}

#checkout-form .col-sm-12 .form-group p {
    width: 100%;
    width: 100%;
    float: left;
    height: 33px;
    line-height: 33px;
    font-size: 13px;
    text-transform: uppercase;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAAAAAA6fptVAAAACklEQVQI12M4BgAAyADHyn2M7QAAAABJRU5ErkJggg==) 0 50% REPEAT-x
}

#checkout-form .col-sm-12 .form-group strong {
    background: #fff;
    width: 16%;
    display: block;
    font-weight: normal
}

#checkout-form .radio input[type="radio"] {
    display: none
}

#checkout-form .radio {
    display: inline-block
}

#checkout-form .radio label {
    position: relative;
    padding-left: 60px;
    margin-bottom: 20px
}

#checkout-form .radio label {
    position: relative;
    padding-left: 60px;
    margin-bottom: 20px
}

#checkout-form .radio label span {
    position: absolute;
    height: 21px;
    width: 21px;
    border: 1px solid #c6c6c6;
    border-radius: 50%;
    display: block;
    content: '';
    left: 0
}

#checkout-form .radio input:checked+span {
    background: url('../image/radio.png') 50% 50% no-repeat
}

.account-register .form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
    background: url('../image/select.png') 100% 50% no-repeat #f9f9f9
}

#shipping_methods {
    margin-top: 20px
}

.account-forgotten #content form {
    width: 100%;
    margin-top: 50px
}

.account-forgotten #content form #input-email {
    width: 235px;
    float: left;
    margin-right: 40px
}

.account-forgotten #content form .pull-left {
    margin-right: 20px
}

.account-forgotten #content form .control-label {
    width: 95px;
    float: left
}

.account-edit #content form {
    width: 428px;
    float: left;
    margin-right: 65px
}

.account-edit #content form legend span {
    display: inline;
    padding-right: 15px
}

.account-edit #content .ulogin_profile {
    width: 428px;
    float: left
}

.ulogin_profile .ulogin_note {
    width: 50%;
    float: left;
    margin-left: 0;
    margin-bottom: 72px
}

.ulogin_profile legend span {
    display: inline;
    padding-right: 15px
}

.ulogin_profile .ulogin_accounts {
    float: right;
    margin-top: 10px
}

.ulogin_profile .ulogin_form {
    float: right
}

.separator {
    height: 142px;
    width: 100%;
    margin-top: -142px
}

.top_image {
    width: 100%;
    height: 284px;
    position: relative
}

.top_image .img_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 47.9%;
    z-index: 2
}

.top_image .img_green_top {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 77.7%
}

.top_image p {
    position: absolute;
    right: 2.8%;
    bottom: 53px;
    width: 47%;
    text-align: center;
    color: #fff;
    text-align: center
}

.why_mi {
    margin: 50px 3.96% 65px 3.96%;
    width: 92.08%
}

.why_mi td:nth-child(1) {
    width: 7.87%;
    text-align: center;
    vertical-align: top
}

.why_mi td:nth-child(3) {
    width: 7.87%;
    text-align: center;
    vertical-align: top
}

.why_mi td:nth-child(2) {
    width: 42.13%
}

.why_mi td:nth-child(4) {
    width: 42.13%
}

.why_mi td h3 {
    margin: 10px 0 35px 0
}

.why_mi td {
    vertical-align: top
}

.why_mi td p {
    margin: 0px 0 35px 0
}

.bottom_image {
    width: 100%;
    height: 280px;
    position: relative;
    margin-bottom: 90px
}

.bottom_image .green_bottom_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 78.82%;
    z-index: -1
}

.bottom_image .bottom_img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48.2%;
    z-index: 2
}

.bottom_image p {
    width: 50%;
    margin-left: 2.96%;
    text-align: center;
    color: #fff;
    padding-top: 45px
}

.bottom_image h3 {
    width: 50%;
    margin-left: 2.96%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 8vw
}

#content.item4,
#content.item9 {
    margin-bottom: 100px;
    position: relative
}

#content.item4 img,
#content.item9 img.hide_large {
    width: 35.9259%;
    float: left
}

#content.item4:after,
#content.item9:after {
    position: absolute;
    top: 85px;
    left: 36.59%;
    width: 8.02%;
    content: '';
    display: block;
    background: #a19859;
    -webkit-transform: translate(-50%) rotate(-90deg);
    transform: translate(-50%) rotate(-90deg);
    height: 15px
}

.rel_wraper {
    position: relative;
    margin-bottom: 80px
}

.rel_wraper:after {
    position: absolute;
    left: 44.999%;
    width: 7.5%;
    content: '';
    display: block;
    background: #a19859;
    height: 15px;
    top: 100px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rel_wraper h1 {
    float: right;
    width: 39.9382%;
    margin-top: 55px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: normal
}

.rel_wraper img {
    float: left;
    width: 48.2098%
}

.rel_wraper+table {
    width: 94.0123%;
    margin: 0 auto
}

.rel_wraper+table h3 {
    margin: 13px 0 30px 0
}

.rel_wraper+table td:nth-child(1),
.rel_wraper+table td:nth-child(3) {
    width: 7.8791%;
    vertical-align: top;
    padding-bottom: 20px
}

.rel_wraper+table td:nth-child(3) {
    text-align: right
}

.rel_wraper+table td:nth-child(2),
.rel_wraper+table td:nth-child(4) {
    width: 42.120%;
    vertical-align: top;
    padding-bottom: 20px
}

.rel_wraper+table td:nth-child(4) {
    padding-left: 2.954%
}

.register .ulogin_panel {
    position: relative;
    padding-left: 110px;
    margin-bottom: 50px
}

.account-forgotten .ulogin_panel {
    position: relative;
    padding-left: 110px;
    margin-bottom: 50px
}

.ulogin_panel h5 {
    float: left;
    margin: 0 63px 0 0;
    font-size: 1em;
    line-height: 26px
}

.ulogin_panel .ulogin-buttons-container {
    width: auto !important
}

.ulogin_panel .ulogin-buttons-container .ulogin-button-vkontakte {
    margin-right: 26px !important
}

.register .ulogin_panel:before {
    position: absolute;
    width: 66px;
    height: 14px;
    top: 50%;
    margin-top: -7px;
    left: 0;
    content: '';
    display: block;
    background: #a19859
}

.account-forgotten .ulogin_panel:before {
    position: absolute;
    width: 66px;
    height: 14px;
    top: 50%;
    margin-top: -7px;
    left: 0;
    content: '';
    display: block;
    background: #a19859
}

.account-forgotten #content {
    width: 770px
}

.passchanche {
    width: 425px
}

.newstlers {
    width: 430px
}

.newstlers h1 {
    text-transform: uppercase;
    font-size: 1em;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAAAAAA6fptVAAAACklEQVQI12O4CwAA3wDeg/do9AAAAABJRU5ErkJggg==) 0 50% repeat-x
}

.newstlers h1 span {
    background: #fff;
    padding-right: 35px
}

.newstlers .buttons {
    margin-top: 50px
}

/*#language button {
    padding: 0;
    height: 32px;
    line-height: 32px;
    margin-left: 0px;
    font-size: 12px;
}

#language .dropdown-menu {
    min-width: 80px
}

#language .dropdown-menu li {
    padding: 0 10px !important
}

#language .dropdown-menu li a {
    color: #626262
}

#language .dropdown-menu li a:hover {
    background: #a19859
}*/

/*#currency button {
    padding: 0;
    height: 32px;
    line-height: 32px;
    margin-left: 0px;
    font-size: 12px;
}*/

/*#currency .dropdown-menu {
    min-width: 70px
}

#currency .dropdown-menu li {
    padding: 0 9px !important
}

#currency .dropdown-menu li button {
    color: #626262
}

#currency .dropdown-menu li button:hover {
    background: #a19859
}

#currency .dropdown-menu > li > button {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}
*/
@media all and (min-width: 1500px) and (max-width: 1650px) {
    .top_image p {
        bottom: 34px
    }
}

@media all and (min-width: 1200px) and (max-width: 1500px) {
    .top_image {
        height: 220px
    }

    .bottom_image {
        height: 220px
    }

    .top_image p {
        bottom: 0
    }

    .bottom_image p {
        width: 50%;
        margin-left: 0.96%;
        text-align: center;
        color: #fff;
        padding-top: 45px
    }

    .bottom_image h3 {
        width: 50%;
        margin-left: 0.96%;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 6vw;
    }

    .o_nas_right p {
        margin-top: 30px
    }
}

@media all and (min-width: 700px) and (max-width: 1200px) {
    .results_filter .type {
        width: 30%;
    }

    .results_filter {
        max-width: 100% !important;
    }

    .filter {
        margin-bottom: 50px;
    }

    .top_image {
        height: 220px
    }

    .bottom_image p {
        width: 50%;
        margin-left: 0.96%;
        text-align: center;
        color: #fff;
        padding-top: 45px
    }

    .bottom_image h3 {
        width: 50%;
        margin-left: 0.96%;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase
    }

    .o_nas_right p {
        margin-top: 30px
    }

    .top_image p {
        font-size: 12px;
        line-height: 14px;
        bottom: 0
    }
}

@media all and (min-width: 1500px) and (max-width: 1921px) {
    .o_nas_right p {
        margin-top: 60px !important;
        margin-bottom: 60px
    }
}

.o_nas_right {
    width: 55.5555%;
    float: right
}

.o_nas_right p {
    width: 100%;
    text-align: justify;
    margin-top: 10px
}

.o_nas_right .item_top {
    width: 31%;
    float: left;
    margin-right: 3%;
    margin-top: 65px
}

.o_nas_right .item_top3 {
    margin-right: 0px
}

.o_nas_right .item_top .img1_item_top {
    width: 52px;
    height: 48px;
    background: url('../image/onas_1.png')no-repeat;
    background-size: cover;
    float: left;
    margin-right: 6%
}

.o_nas_right .item_top .text1_item_top {
    float: left;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 5px
}

.o_nas_right .item_top .img2_item_top {
    width: 51px;
    height: 44px;
    background: url('../image/onas_2.png')no-repeat;
    background-size: cover;
    float: left;
    margin-right: 6%
}

.o_nas_right .item_top .text2_item_top {
    float: left;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 5px
}

.o_nas_right .item_top .img3_item_top {
    width: 41px;
    height: 48px;
    background: url('../image/onas_3.png')no-repeat;
    background-size: cover;
    float: left;
    margin-right: 6%;
    margin-top: -2px
}

.o_nas_right .item_top .text3_item_top {
    float: left;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 5px
}

.o_nas_right .marker {
    float: right
}

.o_nas_right .marker .marker_img {
    float: left;
    width: 161px;
    height: 87px;
    background: url('../image/marker.png')no-repeat;
    margin-right: -20px
}

.o_nas_right .marker .marker_text {
    float: right;
    text-align: left;
    margin-top: 28px
}

.information-information #content {
    padding-bottom: 100px
}

.mobplashk {
    display: none
}

.reset_for_mob {
    display: none
}

#checkout-form .form-group select {
    height: 40px
}

#content>div.row.prodlist>div.proddesc>div.inner>a.readmore:hover {
    color: #626262
}

input#input-name {
    background: #e5e5e5
}

input#input-email {
    background: #e5e5e5
}

input#input-enquiry {
    background: #e5e5e5
}

.href_to_cart_mob {
    display: none !important
}

h2.visible_mob_h2 {
    display: none !important
}

h1.visible_mob_h22 {
    display: none !important
}

.rel_wraper {
    min-height: 179px
}

.dnone_h1_for_big_display {
    display: none !important
}

.hidden_large_title {
    display: none !important
}

.dnone_large_description {
    display: none !important
}

h1.hide_large_h1 {
    display: none !important
}

.hide_small {
    display: none !important
}

/*.hide_large_footer {
    display: block !important
}

.hide_small_footer {
    display: none !important
}*/

/*footer .soc a {
    float: left
}*/

br.hide_large {
    display: none !important
}

.hide_news_title_small {
    display: none !important
}

/*img.hide_small_footer {
    display: none !important
}*/

.dnone_for_mob {
    display: block !important
}

@media all and (min-width:960px) {
    .information-news #content>div.row {
        margin-bottom: 90px
    }
}

html[lang="uk"] #productoptions>div.form-group.checkbox-wrap>label {
    width: 148px !important
}

#popcontainer_rab>form>div>div.inputwrap>input {
    background: #e5e5e5
}

#popcontainer_rab>form>div>div.inputwrap>textarea {
    background: #e5e5e5
}

#content>div>form>fieldset>div.button>input {
    color: #c3c3c3
}

#content>div>form>fieldset>div.button>input:hover {
    color: #626262
}

@media all and (min-width: 300px) and (max-width:1030px) {
    @media (max-width: 767px) {
        .backimg .left_qoute h1 {
            font-size: 14vw !important;
        }
    }

    .inner {
        max-width: 100%
    }

    html[lang="uk"] #productoptions>div.form-group.checkbox-wrap>label {
        width: 38% !important
    }

    #content>table.why_mi>tbody>tr td {
        display: block !important;
        width: 100%
    }

    .logo-mob {
        width: 83%;
        display: block;
        margin: 95px auto 0 auto;
        width: 83%
    }

    .mob_text {
        position: absolute;
        bottom: 82px;
        left: 0;
        right: 0;
        color: #fff;
        text-align: center
    }

    p {
        text-transform: none;
        font-size: 1.2em;
        line-height: 1.5em;
    }

    #logo {
        z-index: 6666666666
    }

    #logo>a {
        z-index: 55555555
    }

    .full-width-content .col50.catimg.last.left::after {
        right: 0
    }

    .full-width-content .col50.catimg.last.right::after {
        left: 0
    }

    .tips {
        display: none
    }

    /*header > div {
        float: left;
        width: 50%
    }*/

    /*body > div.all > header > div:nth-child(1) {
        width: 50%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9999999
    }

    body > div.all > header > div:nth-child(2) {
        width: 100%;
        margin-top: 0;
        position: absolute;
    }*/

    #menu>div.navbar-collapse {
        position: absolute;
        top: 88;
        left: -15px;
        width: calc(100% + 30px) !important;
        width: -webkit-calc(100%+30px) !important;
        background: #fff
    }

    #menu>div.navbar-collapse.navbar-ex1-collapse.collapse.in {
        position: absolute;
        top: 88;
        left: -15px;
        width: calc(100% + 30px) !important;
        width: -webkit-calc(100%+30px) !important;
        background: #fff
    }

    #menu>div.navbar-collapse.navbar-ex1-collapse.collapse.in>ul {
        float: left;
        width: 100%
    }

    #menu>div.navbar-collapse>ul>li {
        height: 60px;
        width: calc(100% - 30px);
        line-height: 60px;
        font-size: 16px;
        text-align: left;
        border-bottom: 1px solid #e4e4e4;
        color: #3a3a3a;
        margin: 0 30px
    }

    #menu>div.navbar-collapse>ul>li a {
        width: 100%;
        line-height: 60px;
        font-size: 16px;
        text-align: left;
        color: #3a3a3a;
        padding: 0
    }

    #menu>div.navbar-collapse.navbar-ex1-collapse.collapse {
        position: absolute;
        top: 88;
        left: -15px;
        width: calc(100% + 30px) !important;
        width: -webkit-calc(100%+30px) !important;
        background: #fff
    }

    #menu>div.navbar-collapse.navbar-ex1-collapse.collapsing {
        position: absolute;
        top: 88;
        left: -15px;
        width: calc(100% + 30px) !important;
        width: -webkit-calc(100%+30px) !important;
        background: #fff
    }

    #menu>div.navbar-collapse.navbar-ex1-collapse.collapse.in>ul {
        float: left !important
    }

    #menu .navbar-nav {
        float: left !important
    }

    #menu .nav>li.last {
        border: 0;
        height: 60px;
        width: calc(100% - 30px);
        line-height: 60px;
        font-size: 16px;
        text-align: left;
        color: #3a3a3a;
        margin: 0 30px 24px
    }

    #top {
        height: 53px;
        width: 100%;
        padding-right: 0
    }

    #menu {
        margin-top: 0;
        min-height: auto;
        border: none;
        z-index: 99
    }

    /*#menu .navbar-header .btn.btn-navbar.navbar-toggle {
        background: none;
        border: none;
        position: absolute;
        top: 22px;
        right: 20px;
        margin: 0;
        padding: 0
    }

    #menu .navbar-header .btn.btn-navbar.navbar-toggle i.fa.fa-bars:before {
        font-size: 21px;
        line-height: 48px
    }

    #menu .navbar-header .btn.btn-navbar.navbar-toggle i.fa.fa-bars {
        width: 47px;
        height: 47px;
        background: #a19859;
        border-radius: 50%
    }

    #menu .navbar-header {
        width: 100%;
        height: 88px
    }

    #menu > div.navbar-header > button.btn.btn-navbar.navbar-toggle.active i:before {
        display: none
    }

    #menu > div.navbar-header > button.btn.btn-navbar.navbar-toggle.active i:after {
        display: inline-block;
        content: '';
        width: 19px;
        height: 19px;
        background: url(../image/krestik.svg)no-repeat;
        text-align: center;
        margin-top: 14px
    }

    header.common-home #menu .nav > li > a {
        color: #626262 !important
    }*/

    #cart>button>i {
        display: none
    }

    .menu_wrapper.active {
        background: #fff !important
    }

    .menu_wrapper {
        background: #fff
    }

    .common-home .menu_wrapper {
        background: none
    }

    .o_nas_right .marker .marker_img {
        margin-right: 0;
        margin-left: 15px;
        float: right
    }

    .o_nas_right .marker .marker_text {
        font-family: 'corsica_lxbook';
    }

    .o_nas_right p {
        font-family: 'corsica_lxbook';
    }

    #menu>div.navbar-collapse.navbar-ex1-collapse.collapse.in {
        width: 100%
    }

    #top-links ul li form#currency span {
        font-size: 14px
    }

    #content>.hide_large {
        display: none
    }

    /* #currency .dropdown-menu {
        right: -15px;
        left: auto;
        top: 100%
    }*/

    /*header {
        margin-top: 53px;
        height: 88px;
        position: relative
    }

    header:after {
        content: '';
        width: 100%;
        height: 88px;
        background: #000;
        opacity: .1;
        position: absolute;
        top: 0;
        left: 0
    }

    header.common-home {
        top: 53px!important;
        height: 88px;
        margin-top: 0
    }*/

    #cart {
        /* height: 53px;*/
        width: auto;
        /*text-align: left;*/
        position: relative;
        /*margin: 0;
        padding-right: 10px*/
    }

    #productoptions .form-group #secectpattern {
        width: 60%
    }

    @media (max-width:374px) {
        #top-links>ul>li:nth-child(2) {
            width: 46px;
            height: 53px;
            padding: 0 10px
        }

        #top-links>ul>li:nth-child(2) a {
            width: 100%;
            height: 100%;
            text-indent: 100%;
            overflow: hidden;
            display: block;
            background: url(../image/svg/user.svg) no-repeat 50% 50%;
            background-size: 80%
        }

        #top-links>ul>li:nth-child(2) a.unlogged {
            background: url(../image/svg/logo_out.svg) no-repeat 50% 50%;
            background-size: 70%
        }
    }

    /*
    #cart:after {
        content: '';
        width: 1px;
        height: 14px;
        background: #fff;
        position: absolute;
        right: -1px;
        top: 20px
    }*/

    #cart .dropdown-toggle #cart-total {
        line-height: 53px;
        font-size: 1em
    }

    #top-links {
        height: 53px;
        position: relative;
        float: none
    }

    #top .line-wrap .phone_numb {
        display: none
    }

    .line-wrap {
        padding: 0 15px;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .list-inline {
        margin-left: 0
    }

    .line-wrap:after {
        content: "";
        display: block;
        clear: both
    }

    #top-links ul li:after {
        content: '';
        width: 1px;
        height: 14px;
        background: #fff;
        position: absolute;
        right: -1px;
        top: 20px
    }

    #top-links ul li:last-child:after {
        display: none
    }

    #top-links ul li {
        background: none
    }

    #top-links ul li a {
        line-height: 53px
    }

    .information-designers-designers table td {
        display: block;
        padding: 0
    }

    .information-designers-designers table td:nth-child(1) {
        margin-bottom: 40px
    }

    .information-designers-designers h2 {
        position: relative;
        z-index: 555556
    }

    .information-designers-designers .desdesc {
        padding: 0;
        width: 100%
    }

    .information-designers-designers .text-pub {
        position: absolute;
        width: calc(100% - 30px);
        max-width: calc(100% - 30px);
        top: 90px
    }

    .information-designers-designers .text-pub img {
        max-height: 100%;
        width: 100%
    }

    .information-designers-designers h2.page-title {
        margin-bottom: 160%
    }

    .information-designers-designers #content>div.row.prodlist>div.proddesc>div {
        color: inherit
    }

    .information-designers-designers #content>div.row.prodlist>div.proddesc>div h4 {
        position: relative;
        left: 0;
        margin-bottom: 14px;
        width: 100%
    }

    .information-designers-designers #content>div.row.prodlist>div.gallerywrap {
        margin-bottom: 5px
    }

    .information-designers-designers #content>div.row.prodlist>div.proddesc>div p {
        margin-bottom: 8%
    }

    .information-designers-designers #content>div.row.prodlist>div.proddesc>div>a.readmore {
        position: relative;
        right: auto;
        width: 195px
    }

    .information-designers-designers #content>div.row.prodlist>div.proddesc>div>a.readmore:after {
        width: 74px
    }

    span#category {
        display: none !important
    }

    .backimg .left_qoute {
        padding-left: 0
    }

    #banner0>div.banner_qoute.sb-effect-displayed.animated.fadeInRight {
        display: none
    }

    #logo>a {
        left: 32px;
        top: 10px
    }

    #logo>p {
        display: none
    }

    .backimg .left_qoute h2 {
        font-size: 24px;
        margin-bottom: 15px
    }

    #banner0>div.left_qoute {
        font-size: 18px;
        bottom: 64px;
        left: 23px;
        background: none
    }

    .backimg .left_qoute {
        background: none
    }

    .container.containertips.hello {
        margin-top: 184px
    }

    .backimg .arrow-bottom {
        display: none
    }

    .container.containertips.hello Big {
        display: none
    }

    .htmlmodule {
        margin-top: 0px !important
    }

    body>div.all>div.htmlmodule>div.lefthomediv.slowmotion {
        position: static;
        width: 100% !important;
        clear: both;
        padding-right: 0
    }

    body>div.all>div.htmlmodule>div.lefthomediv.slowmotion h2 {
        width: 100% !important;
        clear: both;
        padding-right: 0;
        margin: 55px 0px 30px;
        padding: 0 20px;
        text-align: left
    }

    body>div.all>div.htmlmodule>div.lefthomediv.slowmotion h2 span {
        display: none
    }

    body>div.all>div.htmlmodule>div.lefthomediv.slowmotion p {
        width: 100% !important;
        clear: both;
        padding-right: 0;
        padding: 0 20px 65px;
        text-align: justify;
        margin-bottom: 0
    }

    body>div.all>div.htmlmodule>div.righthomediv.slowmotion.sb-effect-displayed.animated.fadeInRight {
        position: static;
        width: 100%;
        clear: both
    }

    body>div.all>div.htmlmodule>div.homedivbg {
        right: 0;
        top: 0;
        bottom: 0
    }

    body>div.all>div.htmlmodule>div.righthomediv.slowmotion.sb-effect-displayed.animated.fadeInRight {
        display: none
    }

    body>div.all>div.container.preim {
        margin-top: 0
    }

    body>div.all>div.container.preim>div.col-sm-3 Big {
        display: none
    }

    body>div.all>div.container.containertips.delay125.sb-effect-displayed.animated.fadeInRightBig {
        display: none
    }

    body>div.all>div.container.preim>div.banneritem img {
        margin-top: 40px
    }

    .hide_small {
        display: block !important;
        width: 100% !important
    }

    #content>div.o_nas_right>img {
        margin-bottom: 25px
    }

    body>div.all>div.full-width-content>div.catimg.slowmotion.right.sb-effect-displayed.animated.fadeInRight {
        width: 100%;
        margin: 0
    }

    .backimg .banner_qoute,
    .righthomediv {
        display: none;
    }

    body>div.all>div.full-width-content>div.catimg.slowmotion.left,
    body>div.all>div.full-width-content>div.catimg.slowmotion.right {
        width: 100%;
        margin: 0
    }

    body>div.all>div.full-width-content>div.cattext.left,
    body>div.all>div.full-width-content>div.cattext.right {
        width: 100%;
        text-align: center;
        margin: 0;
        margin-bottom: 55px
    }

    body>div.all>div.full-width-content>div.cattext.left>div,
    body>div.all>div.full-width-content>div.cattext.right>div {
        width: 100%;
        text-align: center
    }

    body>div.all>div.full-width-content>div.cattext.right.sb-effect-displayed.animated.fadeInRight {
        width: 100%;
        text-align: center;
        margin: 0;
        margin-bottom: 55px
    }

    body>div.all>div.full-width-content>div.cattext.right.sb-effect-displayed.animated.fadeInRight>div {
        width: 100%;
        text-align: center
    }

    body>div.all>div.full-width-content>div.cattext.left>div>h3 small {
        position: relative;
        top: -10px
    }

    body>div.all>div.full-width-content>div.cattext.left>div>h3 {
        padding: 0;
        margin: 0;
        width: 100%;
        text-align: center;
        margin: 55px 0 10px
    }

    body>div.all>div.full-width-content>div.cattext.left>div>a {
        padding: 0;
        margin: 0;
        width: 100%;
        text-align: center
    }

    body>div.all>div.full-width-content>div.cattext.left>div>a .catdesc {
        margin: 0;
        padding: 0;
        text-align: center !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 0 !important
    }

    body>div.all>div.full-width-content>div.cattext.left>div>a .catdesc:before {
        display: none
    }

    body>div.all>div.full-width-content>div.cattext.left>div>a .catdesc:after {
        display: none
    }

    body>div.all>div.full-width-content>div.cattext.left>div>a.readmorelink {
        margin-top: 55px;
        margin-right: 0;
        margin-left: 0;
        display: inline-block;
        width: 65%;
        float: none
    }

    body>div.all>div.full-width-content>div.cattext.left>div>a.readmorelink:after {
        right: 15px;
        width: 50px;
        position: static;
        float: right;
        display: block;
        margin-top: 4px
    }

    .full-width-content .col50.cattext.left .inner {
        width: 100%
    }

    body>div.all>div.full-width-content>div.cattext.right>div>h3 small {
        position: relative;
        top: -10px
    }

    body>div.all>div.full-width-content>div.cattext.right>div>h3 {
        padding: 0;
        margin: 0;
        width: 100%;
        text-align: center;
        margin: 55px 0 10px
    }

    body>div.all>div.full-width-content>div.cattext.right>div>a {
        padding: 0;
        margin: 0;
        width: 100%;
        text-align: center
    }

    body>div.all>div.full-width-content>div.cattext.right>div>a .catdesc {
        margin: 0;
        padding: 0;
        text-align: center !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 0 !important
    }

    body>div.all>div.full-width-content>div.cattext.right>div>a .catdesc:before {
        display: none
    }

    body>div.all>div.full-width-content>div.cattext.right>div>a .catdesc:after {
        display: none
    }

    body>div.all>div.full-width-content>div.cattext.right>div>a.readmorelink {
        margin-top: 55px;
        margin-right: 0;
        margin-left: 0;
        display: inline-block;
        width: 65%;
        float: none
    }

    body>div.all>div.full-width-content>div.cattext.right>div>a.readmorelink:after {
        right: 15px;
        width: 50px;
        position: static;
        float: right;
        display: block;
        margin-top: 4px
    }

    .reset_for_mob {
        width: 100%;
        height: 25px;
        clear: both;
        display: block
    }

    body>div.all>div.container.containertips {
        display: none !important;
    }

    /*body > footer {
        margin-top: 0;
        border-top: 9px solid #a19859;
        padding-bottom: 110px;
    }

    body > footer > .container:before {
        display: none
    }

    body > footer > div > div.row > div.col-width600 > p {
        width: 75%;
        text-align: center;
        margin: 0 auto
    }

    body > footer > div > div.row > div.col-width600 {
        width: 100%;
        color: #626262
    }

    body > footer > div > div.row > div.col-width600 > div {
        margin: 30px 0;
        line-height: 13px;
        color: #626262
    }

    body > footer > div > div.row > div.col-width200 > p {
        display: none;
        color: #626262
    }

    body > footer > div > div.row > div.col-width300 {
        display: none
    }

    body > footer > div > div.row > div.col-width600 > div > span {
        width: 85%;
        clear: both;
        height: 0
    }

    body > footer > div > div.row > div.col-width600 > div {
        text-align: center
    }

    body > footer > div > div.row > div.col-width200 {
        width: 100%
    }

    body > footer > div > div.row > div.col-width200 > div {
        width: 100%;
        text-align: center
    }

    body > footer > div > div.row > div.col-width200 > div > a {
        display: inline-block
    }*/

    body>div.all>div.full-width-content {
        margin-top: 30px
    }

    body>div.all>div.container>ul {
        display: none
    }

    .product-catalog #content {
        display: none
    }

    body>div.all>div.full-width-content>div.container.allcat {
        width: 90%;
        text-align: center;
        font-size: 25px;
        line-height: 20px;
        padding: 25px 20px;
        border: 1px solid #d1d1d1;
        border-left: 0;
        border-right: 0;
        height: 85px;
        margin-bottom: 30px
    }

    body>div.all>div.full-width-content>div.catgreenline.slowslowmotion.sb-effect-displayed.animated.fadeInRightBig {
        display: none
    }

    body>div.all>div.full-width-content>div.cattext.right>div>h3 {
        margin: 0;
        padding: 0;
        width: 100% !important;
        text-align: center !important;
        margin: 55px 0 10px !important;
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    body>div.all>div.full-width-content>div.cattext.left>div>h3 {
        margin: 0;
        padding: 0;
        width: 100% !important;
        text-align: center !important;
        margin: 55px 0 10px !important;
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    body>div.all>div.full-width-content>.cattext>div>.catdesc {
        padding: 0;
        margin: 0 !important;
        width: 100% !important;
        text-align: center !important;
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    body>div.all>div.full-width-content>.cattext.right>div>div.catdesc:before {
        display: none !important
    }

    body>div.all>div.full-width-content>.cattext.left>div>div.catdesc:before {
        display: none !important
    }

    body>div.all>div.full-width-content>.cattext.right>div>div.catdesc:after {
        display: none !important
    }

    body>div.all>div.full-width-content>.cattext.left>div>div.catdesc:after {
        display: none !important
    }

    body>div.all>div.full-width-content>div.catimg.left:after {
        display: none
    }

    body>div.all>div.full-width-content>div.catimg.right:after {
        display: none
    }

    h1.hide_large_h1 {
        display: block !important;
        text-transform: uppercase;
        height: 73px;
        font-size: 25px;
        line-height: 73px !important;
        border: 1px solid #d1d1d1;
        border-left: 0;
        border-right: 0;
        margin: 30px 0;
        text-align: center
    }

    #content>div.row.catdesc>div {
        width: 90%;
        padding: 0;
        margin: 0 auto
    }

    #content>div.row.catdesc>div>table {
        margin-bottom: 0
    }

    #content>div.row.catdesc>div>table>tbody>tr>td {
        width: 100%;
        display: block;
        clear: both;
        padding: 0;
        margin: 0;
        text-align: center;
        height: auto
    }

    #content>div.row.catdesc>div>table>tbody>tr>td p {
        display: none
    }

    #content>div.row.catdesc>div>table>tbody>tr>td h1 {
        height: 73px;
        font-size: 24px;
        line-height: 34px !important;
        border: 1px solid #d1d1d1;
        border-left: 0;
        border-right: 0;
        margin: 30px 0
    }

    #content>div.row.catdesc>div>table>tbody>tr>td:before {
        display: none
    }

    #content>div.row.catdesc>div>table>tbody>tr>td:after {
        display: none
    }

    #content>div.row.catdesc>div>table>tbody>tr>td:nth-child(2) {
        margin-bottom: 40px
    }

    .information-designers .imgwrap {
        text-align: center;
        margin-bottom: 30px
    }

    .information-designers-designers .text-pub img {
        max-height: auto
    }

    #content>div.row.catdesc>div div {
        width: 90%;
        padding: 0;
        margin: 0 auto
    }

    #content>div.row.catdesc>div div>table {
        margin-bottom: 0
    }

    #content>div.row.catdesc>div div>table>tbody>tr>td {
        width: 100%;
        display: block;
        clear: both;
        padding: 0;
        margin: 0;
        text-align: center;
        height: auto
    }

    #content>div.row.catdesc>div div>table>tbody>tr>td p {
        display: none
    }

    #content>div.row.catdesc>div div>table>tbody>tr>td h1 {
        height: 73px;
        font-size: 25px;
        line-height: 34px !important;
        border: 1px solid #d1d1d1;
        border-left: 0;
        border-right: 0;
        margin: 30px 0
    }

    #content>div.row.catdesc>div div>table>tbody>tr>td:before {
        display: none
    }

    #content>div.row.catdesc>div div>table>tbody>tr>td:after {
        display: none
    }

    #content>div.row.catdesc>div div>table>tbody>tr>td:nth-child(2) {
        margin-bottom: 40px
    }

    #content>div.row.catdesc>div>div>table>tbody>tr>td:nth-child(1)>h1 {
        line-height: 37px !important
    }

    #content>div.row.prodlist {
        margin-top: 0
    }

    #content>div.row.prodlist>div.image {
        width: 100%;
        clear: both;
        margin-bottom: 55px
    }

    #content>div.row.prodlist>div.image {
        width: 100%;
        clear: both;
        margin-bottom: 55px
    }

    #content>div.row.prodlist>div.proddesc {
        width: 100%
    }

    #content>div.row.prodlist>div.proddesc>div {
        margin: 0;
        padding: 0;
        color: transparent;
        width: 100%;
        position: relative;
        margin-bottom: 45px
    }

    #content>div.row.prodlist>div.proddesc>div>span {
        display: none
    }

    #content>div.row.prodlist>div.proddesc>div>a.link3d {
        display: none
    }

    #content>div.row.prodlist>div.proddesc>div>h4 {
        padding: 0;
        margin: 0;
        left: 30px;
        position: relative;
        width: 35%
    }

    #content>div.row.prodlist>div.proddesc>div>h4 a {
        margin: 0;
        padding: 0
    }

    #content>div.row.prodlist>div.proddesc>div>br {
        margin: 0;
        padding: 0;
        display: none
    }

    #content>div.row.prodlist>div.proddesc>div>a.readmore {
        width: 40%;
        margin: 0;
        padding: 0;
        right: 30px;
        position: absolute;
        top: 0
    }

    #content>div.row.prodlist>div.proddesc>div>a.readmore:after {
        width: 40px
    }

    body>div.all>div.full-width-content.homelist>.cattext.right>div>a:nth-child(2)>div:after {
        display: none
    }

    body>div.all>div.full-width-content.homelist>.cattext.left>div>a:nth-child(2)>div:after {
        display: none
    }

    body>div.all>div.full-width-content.homelist>.cattext.right>div>a:nth-child(2)>div:before {
        display: none
    }

    body>div.all>div.full-width-content.homelist>.cattext.left>div>a:nth-child(2)>div:before {
        display: none
    }

    .information-contact #content>div {
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0
    }

    #content>div>h1 {
        height: 73px;
        font-size: 5vw;
        line-height: 7vw;
        border: 1px solid #d1d1d1;
        border-left: 0;
        border-right: 0;
        margin: 30px 0;
        padding: 0;
        text-align: center;
        width: 100%;
        padding: 15px
    }

    #content>div>h1 br {
        display: none;
    }

    #content .htmlmodule h1 {
        font-size: 5vw;
    }

    #content .htmlmodule {
        width: 100%;
    }

    #content>div>h1:before {
        display: none
    }

    #content>div>p {
        margin: 0;
        padding: 0
    }

    #content>div>p:nth-child(2) {
        margin: 0;
        padding: 0
    }

    #content>div>p:nth-child(3) {
        margin: 45px 0 30px
    }

    #content>div>p:nth-child(5) {
        margin: 20px 0 40px
    }

    #content>div>p:nth-child(6) {
        margin: 20px 0
    }

    #content>div>form>h3 {
        padding: 0;
        text-align: center
    }

    #content>div>form>h3:before {
        padding: 0;
        text-align: center;
        display: none
    }

    #content>div>form>fieldset {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0
    }

    #content>div>form>fieldset>div input {
        width: 100%
    }

    #content>div>form>fieldset>div .bordered {
        width: 100%
    }

    #content>div>form>fieldset>div .buttonsend {
        width: 200px;
        text-align: left
    }

    body>div.all>div.container>div>iframe {
        width: 100%
    }

    body>div.all>div.seapr {
        display: none
    }

    #content>div.rel_wraper>h2 {
        width: 100%;
        height: 73px;
        font-size: 18px;
        line-height: 73px;
        border: 1px solid #d1d1d1;
        border-left: 0;
        border-right: 0;
        margin: 30px 0;
        padding: 0;
        text-align: center
    }

    #content>div.rel_wraper>h2 span {
        width: 100%;
        height: 73px;
        font-size: 17px;
        line-height: 73px;
        text-align: center
    }

    #content>div.rel_wraper>img {
        width: 100%
    }

    .img_top {
        /*display: none*/
    }

    .h2_cool_green {
        background: #a19859;
        color: #fff;
        height: auto !important;
        border: 0 !important
    }

    .h2_cool_green span {
        color: #fff;
        padding: 10px 0;
        line-height: 30px !important;
        display: block;
        height: 76px !important
    }

    #content>div.rel_wraper:after {
        display: none
    }

    #content>div.rel_wraper {
        margin-bottom: 115px
    }

    #content>table>tbody>tr td {
        width: 100%;
        clear: both;
        display: inline-block;
        margin: 0;
        padding: 0;
        text-align: center
    }

    #content>table>tbody>tr>td>img {
        margin: 30px 0
    }

    #content .breadcrumb {
        display: none
    }

    #content>div.posts-list>div.posts-item>div>div.left-col :after {
        display: none
    }

    #content>div.posts-list>div.posts-item>div>div.left-col :after {
        display: none
    }

    #content>div.posts-list>div.posts-item>div>div.left-col {
        width: 100%
    }

    #content>div.posts-list>div.posts-item>div>div.right-col.sb-effect-displayed.animated.fadeInRight {
        width: 100%
    }

    #content>div.posts-list>div.posts-item>div>div.right-col.sb-effect-displayed.animated.fadeInRight>div {
        padding: 0
    }

    .allcat span {
        margin-right: 0
    }

    #content>div.posts-list>div.posts-item>div>div.right-col.sb-effect-displayed.animated.fadeInRight>div>div.posts-title>a {
        width: 100%;
        max-width: 100%;
    }

    .information-posts #content {
        position: relative;
        margin-top: 140px
    }

    html[lang="uk"] .information-posts #content:before {
        text-transform: uppercase;
        font-family: 'corsica_lxbook';
        top: -135px;
        content: 'Статті';
        width: 90%;
        height: 73px;
        font-size: 25px;
        line-height: 73px;
        border: 1px solid #d1d1d1;
        border-left: 0;
        border-right: 0;
        margin: 30px 0;
        padding: 0;
        text-align: center;
        position: absolute
    }

    html[lang="en"] .information-posts #content:before {
        text-transform: uppercase;
        font-family: 'corsica_lxbook';
        top: -135px;
        content: 'Articles';
        width: 90%;
        height: 73px;
        font-size: 25px;
        line-height: 73px;
        border: 1px solid #d1d1d1;
        border-left: 0;
        border-right: 0;
        margin: 30px 0;
        padding: 0;
        text-align: center;
        position: absolute
    }

    html[lang="ru"] .information-posts #content:before {
        text-transform: uppercase;
        font-family: 'corsica_lxbook';
        top: -135px;
        content: 'Cтатьи';
        width: 90%;
        height: 73px;
        font-size: 25px;
        line-height: 73px;
        border: 1px solid #d1d1d1;
        border-left: 0;
        border-right: 0;
        margin: 30px 0;
        padding: 0;
        text-align: center;
        position: absolute
    }

    .information-posts-posts #content {
        position: relative;
        margin-top: 140px
    }

    .information-posts-posts #content:before {
        top: -135px;
        content: 'Cтатьи';
        width: 95%;
        height: 73px;
        font-size: 25px;
        line-height: 73px;
        border: 1px solid #d1d1d1;
        border-left: 0;
        border-right: 0;
        margin: 30px 0;
        padding: 0;
        text-align: center;
        position: absolute
    }

    body>div.all>div.greenline {
        display: none
    }

    .information-posts-posts #content>h2 {
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: center;
        margin-bottom: 30px
    }

    .information-posts-posts #content>p {
        width: 100%;
        padding: 0;
        text-align: justify;
        font-size: 14px
    }

    .information-posts-posts #content>img {
        width: 100%;
        text-align: center;
        margin: 30px 0
    }

    .information-posts-posts #content>table {
        width: 100%;
        margin: 0
    }

    .information-posts-posts #content>table tr td img {
        width: 100% !important;
        margin: 0;
        margin: 3px 0
    }

    .lefthomediv h2 {
        font-size: 18px
    }

    body>div.all>div.htmlmodule>div.lefthomediv.slowmotion>p {
        font-size: 14px;
        text-transform: none
    }

    .bannerdec {
        width: 100% !important
    }

    #content>div.bottom_image>img.green_bottom_img {
        width: 100%;
        height: 215px;
        display: none
    }

    #content>div.bottom_image>p {
        width: 100%;
        padding: 30px 45px 30px;
        text-align: center;
        margin-bottom: 0;
        background: #a19859
    }

    #content>div.bottom_image>h3 {
        margin: 0;
        padding: 0;
        width: 100%;
        text-align: center;
        padding: 0 12%;
        margin-top: 3vw
    }

    #content>div.bottom_image>img.bottom_img {
        display: none
    }

    #content>img {
        width: 100% !important;
        clear: both
    }

    #content>div.o_nas_right {
        width: 100%;
        text-align: center
    }

    #content>div.o_nas_right>div.item_top {
        width: 50%;
        clear: both;
        display: inline-block;
        margin: 25px 0;
        padding: 0;
        float: none
    }

    #content>div.o_nas_right>div.item_top>div {
        text-align: center;
        clear: both;
        margin-left: 50%
    }

    #content>div.o_nas_right>p {
        text-transform: none
    }

    #content>div.o_nas_right>div.item_top.item_top1>div.img1_item_top {
        display: inline-block;
        float: none;
        margin: 0
    }

    #content>div.o_nas_right>div.item_top.item_top2>div.img2_item_top {
        display: inline-block;
        float: none;
        margin: 0
    }

    #content>div.o_nas_right>div.item_top.item_top3>div.img3_item_top {
        display: inline-block;
        float: none;
        margin: 0
    }

    #content>div.o_nas_right>div.item_top>div.text1_item_top {
        width: 100%;
        margin-left: 0
    }

    #content>div.o_nas_right>div.item_top.item_top2>div.text2_item_top {
        width: 100%;
        margin-left: 0
    }

    #content>div.o_nas_right>div.item_top.item_top3>div.text3_item_top {
        width: 100%;
        margin-left: 0
    }

    #content:after {
        display: none !important
    }

    #content {
        padding-bottom: 0 !important
    }

    #content>div.news-list>div.imgleft {
        width: 100%;
        clear: both
    }

    #content>div.news-list>div.textright {
        width: 100%;
        text-align: center
    }

    #content>div.news-list>div.textright .news-descr {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 40px 0 65px
    }

    #content>div.news-list>div.textright .news-descr .absline {
        display: none
    }

    #content>div.news-list>div.imgleft>a>img {
        width: 100%
    }

    #content>div.news-list>div.imgleft>a {
        width: 100% !important
    }

    #content>div.news-list>div.imgright>a {
        width: 100% !important
    }

    #content>div.news-list>div.imgright>a>img {
        width: 100%
    }

    #content>div.news-list>div.imgright {
        width: 100%;
        clear: both
    }

    #content>div.news-list>div.textleft {
        width: 100%;
        text-align: center
    }

    #content>div.news-list>div.textleft .news-descr {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 40px 0 65px
    }

    #content>div.news-list>div.textleft .news-descr .absline {
        display: none
    }

    body>div.all>div.thumbnails {
        width: 100%;
        clear: both
    }

    #content {
        min-width: 100%;
        min-height: 100%
    }

    #content>div>div.product-left-col {
        float: left;
        clear: both;
        width: 100%
    }

    #content>div>div.prod-right-col {
        position: static;
        clear: both;
        width: 100%;
        margin-top: 0
    }

    #tab-description>h3:nth-child(1):after {
        top: -55px
    }

    #tab-description>h3:nth-child(3):after {
        display: none
    }

    #content>div>div.prod-right-col>div.line-size>div.left {
        width: 50%
    }

    #content>div>div.prod-right-col>div.line-size>div.right {
        width: 50%
    }

    #content>div>div.prod-right-col>div.line-size>div.right label {
        margin-left: 15px
    }

    #content>div>div.prod-right-col>div.line-group.delay05.sb-effect-displayed.animated.fadeInRightBig>button {
        width: 50%
    }

    #productoptions {
        border: 0
    }

    #pricevalup>span {
        width: 25%
    }

    #productoptions .form-group.color {
        border: 0
    }

    #productoptions>.form-group {
        clear: both;
        border: none;
        border-top: 0;
        border-bottom: 0
    }

    #productoptions>.form-group>label {
        width: 35%
    }

    #productoptions>.form-group>select {
        width: 60%
    }

    #productoptions>.form-group>div {
        width: 60%;
        float: right
    }

    #button-cart {
        border-radius: 5px
    }

    #product>div.form-group>a {
        border-radius: 5px
    }

    #product>div.form-group>div.getmyrab {
        border-radius: 5px
    }

    .social-likes {
        height: 40px
    }

    #product>div.form-group>div.social-likes>div.social-likes__widget {
        margin-right: 20px
    }

    #product>div.form-group>div.social-likes>div.social-likes__widget>span>span:before {
        width: 30px;
        height: 30px;
        background-size: cover
    }

    #content>div>div.prod-right-col>div.dostprod>div.banneritemprod>h4:before {
        display: none
    }

    #content>div>div.prod-right-col>div.dostprod>div.banneritemprod>h4 {
        padding-left: 0
    }

    #tab-description>p:nth-child(2) {
        text-align: justify
    }

    #tab-description>h3:nth-child(3) {
        margin: 45px 0
    }

    #tab-description>h3:nth-child(9):after {
        display: none
    }

    #content>div>div.prod-right-col>div.dostprod>div.banneritemprod>p {
        text-transform: none;
        text-align: justify
    }

    #tab-description>p {
        text-transform: none;
        text-align: justify
    }

    #content>div>div.prod-right-col>div.dostprod {
        display: none
    }

    /*body > div.all > header > div:nth-child(1) {
        margin-top: 15px
    }*/

    #content>table>tbody>tr>td>h3 {
        text-transform: uppercase
    }

    .information-designers-designers h2:before {
        display: none
    }

    #top-links>ul {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    #top-links>ul>li {
        display: block;
        float: none;
        margin: 0;
        position: relative;
        padding: 0 10px
    }

    #top-links>ul li .pull-left {
        float: none !important
    }

    #top-links>ul>li>a {
        font-size: 1em;
        font-family: 'corsica_lxbook'
    }

    .line-wrap:after {
        display: none
    }

    .hidden_large_title {
        font-family: 'corsica_lxbook';
        margin: 32px 0 23px;
        width: 100%;
        padding: 0 5%;
        text-align: center;
        height: 73px;
        line-height: 73px;
        font-size: 25px;
        color: #626262;
        text-transform: uppercase;
        display: block;
        border: 1px solid #d1d1d1;
        border-left: 0;
        border-right: 0
    }

    #content>div>div.prod-right-col>h1 {
        display: none
    }

    .product-left-col #owl-example {
        margin-bottom: 50px
    }

    #content>div>div.prod-right-col {
        margin-bottom: 55px;
        margin-top: 10px !important
    }

    .dnone_large_description {
        display: block;
        clear: both
    }

    #content>div>div.product-left-col>div.tab-content {
        display: none
    }

    #tab-description>ol>li {
        text-align: justify
    }

    #content>div.rel_wraper.no-margin-mob>h2.only_mob_h2.sb-effect-displayed.animated.fadeInRight {
        margin-bottom: 0
    }

    #content>div.rel_wraper.no-margin-mob {
        min-height: 135px
    }

    #content>table>tbody>tr:nth-child(3)>td:nth-child(4) {
        margin-bottom: 40px
    }

    .information-contact #content>div>h1 {
        line-height: 36px
    }

    .information-contact>div.all>div.container>div>iframe {
        margin-top: 40px
    }

    .product-catalog>div.all>div.full-width-content>div.container.allcat>span {
        font-family: 'corsica_lxbook';
        line-height: 36px
    }

    #productoptions>div.form-group.checkbox-wrap>label {
        width: 38%
    }

    #pricevalup {
        font-family: 'corsica_lxbook';
    }

    #product>div.form-group>div.social-likes.social-likes_visible.sb-effect-displayed.animated.fadeInRightBig>div.social-likes__widget.social-likes__widget_facebook>span>span:before {
        background: #626262;
        -webkit-mask: url(../image/svg/facebook.svg) center / contain no-repeat !important
    }

    #product>div.form-group>div.social-likes.social-likes_visible.sb-effect-displayed.animated.fadeInRightBig>div.social-likes__widget.social-likes__widget_pinterest>span>span:before {
        background: #626262;
        -webkit-mask: url(../image/svg/pinterest.svg) center / contain no-repeat !important
    }

    .dnone_large_description {
        display: block !important
    }

    #top-links>ul>li:nth-child(2)>a {
        font-family: 'corsica_lxbook';
        font-size: 14px
    }

    #content>div>div:nth-child(1)>div {
        border: 0
    }

    #content>div>div:nth-child(2)>div {
        border: 0
    }

    #content>div>div:nth-child(1)>div>a {
        margin-left: 15px
    }

    #content>div>div:nth-child(2)>div>form {
        width: 90%;
        margin: 0 5%
    }

    #content>div>div:nth-child(2)>.well>p {
        padding-left: 0;
        text-align: center
    }

    #content>div>div:nth-child(2)>div>form>.form-group {
        width: 100%
    }

    #content>div>div:nth-child(2)>div>form>.form-group input {
        width: 100%
    }

    #content>div>div:nth-child(2)>div>form>div.form-group.marg {
        margin-left: 0
    }

    .ulogin_panel .ulogin-buttons-container .ulogin-button-facebook {
        margin-right: 5px !important
    }

    #content>div>div:nth-child(2)>div>form>div.panel-default.ulogin_panel>div.ulogin_form {
        margin-left: 0 !important
    }

    .modal_pop {
        width: 100% !important
    }

    #popcontainer_rab>form>div>label {
        width: 100% !important;
        text-align: center !important
    }

    #popcontainer_rab>form>div>div.inputwrap {
        width: 100% !important
    }

    #popcontainer_rab>form>div>div.inputwrap>input {
        width: 100% !important
    }

    #popcontainer_rab>form>div>div.inputwrap>div {
        width: 100% !important
    }

    #parent_popup_rab>div>a {
        right: 10px !important;
        top: 10px !important
    }

    #parent_popup_rab>.modal_pop {
        margin-top: 0 !important
    }

    #parent_popup_rab {
        z-index: 99999999999999 !important
    }

    .checkout-buy #content>div:nth-child(1)>h1 {
        border: 0
    }

    .checkout-buy #content>div:nth-child(1) {
        border: 0
    }

    .checkout-buy #content>div:nth-child(1)>form>div {
        border: 0
    }

    #content>div:nth-child(1)>form>div>table>thead {
        display: none
    }

    h2.visible_mob_h2 {
        text-transform: uppercase;
        font-family: 'corsica_lxbook';
        font-size: 25px;
        line-height: 40px;
        border: 1px solid #d1d1d1;
        border-left: 0;
        border-right: 0;
        margin: 30px 0;
        padding: 3px 0 0 0;
        text-align: center
    }

    h1.visible_mob_h22 {
        text-transform: uppercase;
        font-family: 'corsica_lxbook';
        font-size: 25px;
        line-height: 73px;
        border: 1px solid #d1d1d1;
        border-left: 0;
        border-right: 0;
        margin: 30px 0;
        padding: 3px 0 0 0;
        text-align: center
    }

    #tab-description>p span {
        font-size: 14px !important
    }

    #content>div.rel_wraper>h2.only_mob_h2 {
        border: 0 !important
    }

    #tab-description>h3>span {
        font-size: 22px
    }

    p {
        font-size: 14px !important
    }

    .o_nas_right .item_top .img1_item_top {
        width: 52px;
        height: 48px;
        background: url('../image/onas_1.png')no-repeat;
        background-size: cover;
        float: left;
        margin-right: 6%
    }

    .o_nas_right .item_top .text1_item_top {
        float: left;
        font-size: 21px;
        text-transform: uppercase;
        margin-top: 5px;
        font-family: 'corsica_lxbook';
        margin-top: 43px;
        line-height: 25px
    }

    .o_nas_right .item_top .img2_item_top {
        width: 51px;
        height: 44px;
        background: url('../image/onas_2.png')no-repeat;
        background-size: cover;
        float: left;
        margin-right: 6%
    }

    .o_nas_right .item_top .text2_item_top {
        float: left;
        font-size: 21px;
        text-transform: uppercase;
        margin-top: 5px;
        font-family: 'corsica_lxbook';
        margin-top: 43px;
        line-height: 25px
    }

    .o_nas_right .item_top .img3_item_top {
        width: 41px;
        height: 48px;
        background: url('../image/onas_3.png')no-repeat;
        background-size: cover;
        float: left;
        margin-right: 6%;
        margin-top: -2px
    }

    .o_nas_right .item_top .text3_item_top {
        float: left;
        font-size: 21px;
        text-transform: uppercase;
        margin-top: 5px;
        font-family: 'corsica_lxbook';
        margin-top: 43px;
        line-height: 25px
    }

    #content>div.o_nas_right>div.item_top.item_top3>div.text3_item_top {
        margin-left: -25%;
        width: auto;
        text-align: center
    }

    #checkout-f>span {
        display: none
    }

    .checkout-buy #content>div:nth-child(2) {
        border: none
    }

    #checkout-form {
        margin: 0 !important;
        width: 100% !important
    }

    #checkout-form>div:nth-child(1) {
        padding: 0;
        margin: 0 !important;
        width: 100%
    }

    #checkout-form>div:nth-child(1)>div:nth-child(1)>h3>span {
        width: 100%;
        font-size: 22px
    }

    #checkout-form>div:nth-child(2) {
        margin: 0;
        padding: 0
    }

    #checkout-form>div:nth-child(2)>div:nth-child(1)>h3 {
        background: none
    }

    #checkout-form>div:nth-child(2)>div:nth-child(1)>h3>span {
        width: 100%;
        font-size: 22px
    }

    #input-payment-zone,
    #input-payment-country {
        border: 1px solid #626262;
        line-height: 19px !important
    }

    #button-order {
        width: 100%
    }

    #parent_popup {
        z-index: 9999999999999999
    }

    #content>div:nth-child(1)>form>div>table>tbody>tr>td>a>img {
        width: 100%
    }

    #content>div:nth-child(1)>form {
        width: 100% !important
    }

    #content>div:nth-child(1)>form>div>table>tbody>tr>td {
        width: 100%;
        clear: both;
        display: block;
        padding-left: 0
    }

    #content>div:nth-child(1)>form>div>table>tbody>tr>td:nth-child(3) {
        display: none
    }

    #content>div:nth-child(1)>form>div>table>tbody>tr>td:nth-child(4) {
        display: none
    }

    #content>div:nth-child(1)>form>div>table>tbody>tr>td:nth-child(5) {
        display: none
    }

    #content>div:nth-child(1)>form>div>table>tbody>tr>td:nth-child(6) {
        padding-top: 10px
    }

    #content>div:nth-child(1)>form>div>table>tbody>tr>td:nth-child(7) {
        padding-top: 10px
    }

    #content>div:nth-child(1)>form>div>table>tbody>tr.total-item>td:nth-child(3) {
        display: block
    }

    #content>div:nth-child(1)>form>div>table>tbody>tr.total-item {
        width: 50%;
        float: left;
        text-align: left
    }

    #content>div:nth-child(1)>form>div>table>tbody>tr.total-item td {
        text-align: left
    }

    #checkout-f {
        height: 73px;
        font-size: 25px;
        line-height: 73px;
        border: 1px solid #d1d1d1;
        border-left: 0;
        border-right: 0;
        margin: 30px 0;
        padding: 0;
        text-align: center
    }

    .checkout-buy #content>div:nth-child(1)>h1>span {
        display: none
    }

    .checkout-buy #content>div:nth-child(1)>h1 {
        height: 73px;
        font-size: 25px;
        line-height: 73px;
        border: 1px solid #d1d1d1;
        border-left: 0;
        border-right: 0;
        margin: 30px 0;
        padding: 0;
        text-align: center;
        margin-bottom: 0
    }

    #checkout-form>div.col-sm-12>div.buttons>div:nth-child(1)>label>a {
        display: block;
        clear: right
    }

    #cart>button {
        line-height: 52px !important;
        height: 50px !important;
        padding: 0
    }

    /*#language > div > button {
        font-size: 14px
    }

    #top-links > ul li > div {
        margin-top: 10px
    }

    #language > div {
        position: relative
    }

    #language > div > ul {
        position: absolute;
        top: 100%;
        min-width: 1px;
        width: 100px;
        left: -90%
    }

    #language > div > ul > li {
        width: 100%;
        text-align: center
    }

    #language > div > ul > li a {
        width: 100%;
        text-align: center;
        line-height: 30px
    }*/

    html[lang="uk"] #content>div.o_nas_right>div.item_top.item_top3>div.text3_item_top {
        margin-left: 0%;
        width: 100%;
        text-align: center
    }

    html[lang="en"] #content>div.o_nas_right>div.item_top.item_top3>div.text3_item_top {
        margin-left: 0%;
        width: 100%;
        text-align: center
    }

    html[lang="uk"] body>div.all>div.full-width-content>div.col50>div>h3 {
        line-height: 55px !important
    }

    html[lang="ru"] #content>div.o_nas_right>div.item_top>div.text1_item_top {
        width: 113%;
        margin-left: 0
    }

    html[lang="ru"] #content>div.bottom_image,
    html[lang="uk"] #content>div.bottom_image,
    html[lang="en"] #content>div.bottom_image {
        margin-bottom: 0 !important
    }

    h2#checkout-f {
        height: auto;
        line-height: 45px
    }

    #content>div.accdiv {
        width: 100%;
        margin-left: 0;
        border: 0
    }

    #content>div.accdiv>h2 span {
        display: none
    }

    #content>div.accdiv>h2 {
        margin-left: 0;
        padding-left: 0;
        text-align: left
    }

    #content>div.accdiv>ul {
        margin-left: 0;
        padding-left: 0
    }

    #content>form.form-horizontal {
        width: 100%
    }

    #content>.ulogin_profile {
        width: 100% !important
    }

    #content>div.passchanche {
        width: 100%
    }

    .account-wishlist #content>h1>span {
        display: none
    }

    .account-newsletter #content>div>form>fieldset>div>div>label {
        width: 100%;
        float: left;
        margin-left: 0
    }

    .account-newsletter #content>div>form>fieldset>div>div>label input[type="radio"] {
        float: left;
        width: auto
    }

    .account-newsletter #content>.newstlers {
        width: 100%
    }

    .account-newsletter #content>.newstlers h1.uppercase {
        background: none;
        line-height: 35px;
        height: auto
    }

    .account-newsletter #content>.newstlers h1.uppercase span {
        padding-right: 0
    }

    #shipping_methods>p>strong {
        width: 100% !important
    }

    #shipping_methods>p {
        height: auto !important
    }

    #payment_methods>p {
        height: auto !important
    }

    #payment_methods>p>strong {
        width: 100% !important
    }

    .dnone_for_mob {
        display: none !important
    }

    .href_to_cart_mob {
        display: block !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 33%;
        height: 53px;
        z-index: 666666666
    }

    /*.hide_small_footer1 {
        background: #626262;
        -webkit-mask: url(../image/facebook3.svg) center / contain no-repeat !important;
        width: 30px;
        height: 30px
    }

    .hide_small_footer2 {
        background: #626262;
        -webkit-mask: url(../image/pinterest.svg) center / contain no-repeat !important;
        width: 30px;
        height: 30px
    }

    .hide_small_footer3 {
        background: #626262;
        -webkit-mask: url(../image/instagram.svg) center / contain no-repeat !important;
        width: 30px;
        height: 30px
    }*/

    .dropdown-menu.pull-right {
        display: none !important
    }

    #tab-description>h3:after {
        display: none !important
    }

    #parent_popup_rab form .form-group textarea {
        width: 100%
    }

    #parent_popup>div {
        margin-top: 0 !important
    }

    .hidden_large_title {
        display: block !important;
        margin-top: 20px !important
    }

    .rel_wraper {
        min-height: 100px
    }

    h2.visible_mob_h2 {
        display: block !important
    }

    h1.visible_mob_h22 {
        display: block !important
    }

    .no-margin-mob {
        margin-bottom: 0 !important
    }

    h2.only_mob_h2 {
        background: #a19859;
        color: #fff
    }

    .hide_in_mob {
        display: none
    }

    #content>div.posts-list>div.posts-item>div>div.animated>a>img {
        margin-bottom: 35px
    }

    .posts-list .posts-item .posts-title:first-child a {
        margin-top: 0px
    }

    .posts-list .posts-item .posts-title {
        margin-top: 20px
    }

    #content>div.posts-list>div.posts-item>div>div.animated>div>div.posts-descr {
        margin-top: 15px
    }

    .posts-list .posts-item {
        margin-bottom: 20px
    }

    .hide_news_title_small {
        display: block !important
    }

    .hide_news_title_large {
        display: none
    }

    #content>div.rel_wraper>h2 br {
        display: none
    }

    br.hide_large {
        display: block !important
    }

    /*footer .soc a {
        float: none;
        width: 10%;
        margin: 0 9px;
        max-width: 30px
    }

    footer .soc a img {
        float: none;
        width: 100%;
        color: #626262
    }*/

    /*.hide_large_footer {
        display: none !important
    }

    .hide_small_footer {
        display: block !important
    }

    img.hide_small_footer {
        display: block !important
    }*/

    .container.posts p img {
        display: block;
        float: none !important;
        padding-top: 20px !important;
        margin: 0 auto;
        text-align: center;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 10px !important;
    }

    .information-posts #content>.htmlmodule>h1 {
        padding-left: 0;
        margin-top: 0 !important;
        border: none;
    }

    .posts-list .posts-item.evenrow .left-col:after,
    .posts-list .posts-item.oddrow .left-col:after {
        display: none;
    }
}

#secectpattern {
    display: none
}

#colorset {
    background: #a19859;
    color: #fff;
    padding: 5px 20px;
    border: none;
    margin-left: 50px
}

.information-designers-designers .row.prodlist h3 {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 35px;
    width: 100%;
    position: relative;
    margin-top: 52px;
    letter-spacing: 0.075em
}

.information-designers-designers .row.prodlist h3 span {
    padding-right: 25px;
    background: #fff
}

.information-designers-designers .row.prodlist h3::after {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    height: 1px;
    background: #c6c6c6;
    content: '';
    display: block;
    z-index: -1
}

@media only screen and (min-width: 459px) and (max-height: 1023px) {
    td.sb-effect-displayed:nth-child(1)>h1:nth-child(1) {
        padding-top: 20px
    }
}

@media only screen and (max-width: 459px) {
    td.sb-effect-displayed:nth-child(1)>h1:nth-child(1) {
        padding-top: 2px
    }
}

.posts h1 {
    font-family: 'corsica_lxbook';
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 auto 60px auto;
    padding: 0 35px;
    width: 1240px;
    max-width: 100%;
    background: #fff;
}

/*!
*  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/

/* FONT PATH
* -------------------------- */

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont862f.eot?v=4.1.0');
    src: url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont862f.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont862f.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont862f.svg?v=4.1.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-square:before,
.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}


.topleft a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100vw;
    height: 2.6vw;
    left: 0;
}

.grid-sizer,
.grid-item {
    width: 33%;
    float: left;
    margin-bottom: 10px;
}

.gutter-sizer {
    width: 0.5%;
}

.grid-item--width2 {
    width: 100%;
}

.grid-item .image.heister img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    position: relative;
    z-index: 2000;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

@media only screen and (min-width: 1700px) {
    div.designers-item:nth-child(n + 5)>div:nth-child(1) {
        margin-top: 7%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    div.designers-item:nth-child(n + 5)>div:nth-child(1) {
        margin-top: 3%;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1699px) {
    div.designers-item:nth-child(n + 5)>div:nth-child(1) {
        margin-top: 5%;
    }
}



@media only screen and (min-width: 300px) and (max-width: 560px) {
    .filter-block .mini-block .miniature {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4%;
    }

    #content .gallery .htmlmodule table td:nth-child(1):before,
    #content .gallery .htmlmodule table td:nth-child(1):after {
        display: none;
    }

    #content .gallery.gallery-list .htmlmodule table td h1 {
        font-size: 24px;
        line-height: 34px !important;
        border: 1px solid #d1d1d1;
        border-left: none;
        border-right: none;
        text-align: center;
        padding: 10px 0;
    }

    #content .gallery .htmlmodule table td:nth-child(1) {
        width: 100%;
        padding-left: 0;
    }

    .filter-block {
        margin: 10px 0;
        margin-bottom: 35px;
    }

    .filter-block .border-top {
        font-size: 15px;
    }

    .filter-block .border-top:before {
        display: none;
    }

    .gallery.news-list .col50.imgright,
    .gallery.news-list .col50.imgleft {
        margin-top: 0;
    }

    #content .gallery .htmlmodule table td h1 {
        height: 73px;
        font-size: 24px;
        line-height: 34px !important;
        border: 1px solid #d1d1d1;
        border-left: 0;
        border-right: 0;
        margin: 30px 0;
        margin-bottom: 0;
        text-align: center;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .container {
        width: 1000px;
    }

    .width_right {
        width: calc(100% + (100vw - 1000px) / 2);
    }

    .margin_right {
        margin-right: calc((100vw - 1000px) / 2 * (-1));
    }

    .thumbnails {
        float: left;
        width: calc(50% + 165px);
    }

    .owl-carousel .owl-item {
        margin-right: 1%;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .filter-block .mini-block .miniature {
        width: 33%;
        margin-right: 0;
    }

    .filter-block .mini-block .miniature .infor p {
        font-size: 12px !important;
    }

    #content .gallery .htmlmodule table td:nth-child(2) {
        display: none;
    }

    #content .gallery .htmlmodule table {
        margin-top: 20px;
    }

    #content .gallery.gallery-list .htmlmodule table td h1 {
        line-height: 36px;
        font-size: 2em;
    }

    #content>div.news-list>div.imgleft>a>img,
    #content>div.news-list>div.imgright>a>img {
        width: auto;
        margin: 0 auto;
    }

    #content .gallery .htmlmodule {
        margin-bottom: 30px;
    }

    #content .gallery .htmlmodule table td h1 {
        margin: 0;
        font-size: 4vw;
    }

    .gallery.news-list .col50.imgright,
    .gallery.news-list .col50.imgleft {
        margin-top: 0;
    }
}

@media (max-width: 1300px) {
    .results_filter {
        max-width: 100%;
    }

    .results_filter .type {
        display: inline-block;
        position: relative;
        margin-top: 0;
        margin-bottom: 0px;
        margin-right: 2%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 22%;
    }

    .results_filter .type label {
        height: 1em;
    }

    .gallery_filter .types {
        width: auto;
    }
}

@media (max-width: 1599px) {
    .results_filter .type label {
        height: 1em;
    }

}

@media only screen and (min-width: 300px) and (max-width: 768px) {
    .gallery_filter {
        display: flex;
        align-items: center;
        justify-content: left;
        margin-top: 0px;
        border: 0px solid #e7e7e7;
        padding-bottom: 30px;
        position: relative;
        transition: all 1s linear;
        flex-direction: column;
    }

    .gallery_filter .types {
        width: 100%;
        display: flex;
        margin-bottom: 15px;
        flex-direction: column;
    }

    .gallery_filter .types span {
        display: block;
        width: 100%;
        position: relative;
        margin-right: 0;
        margin-bottom: 10px;
        padding-right: 15px;
    }

    .gallery_filter .all_panels {
        margin: 0;
        text-decoration: underline;
        text-align: left;
        display: block;
        width: 100%;
    }

    .results_filter {
        max-width: 100%;
    }

    .results_filter .type {
        width: 100%;
    }

    .filter {
        margin-bottom: 50px;
    }

    .results_filter .type label input:checked+.before {
        top: 4px;
    }

    .gallery_filter .types span p.your-choice {
        padding-left: 15px;
        width: 45%;
    }

    .topleft {
        top: auto;
        height: 25vw;
        position: fixed;
        bottom: 0;
        display: block;
        z-index: 400;
    }

    .topleft a::before {
        height: 25vw !important;
    }

    #top {
        top: 0;
    }

    .topleft a {
        line-height: 2.6vw;
    }

    .topleft h2 {
        margin-top: 5px;
        font-size: 4vw;
        line-height: 8vw;
    }

    /*body > footer > div > div.row > div.col-width600 > div > span:nth-last-child(-n + 3) {
        line-height: 32px;
    }

    body > footer > div > div.row > div.col-width600 > .contents > div:nth-child(11) {
        line-height: 32px;
    }*/

    #content .gallery .htmlmodule table td:nth-child(2) {
        display: none;
    }

    #content .gallery .htmlmodule table {
        margin-top: 20px;
    }

    #content .gallery.gallery-list .htmlmodule table td h1 {
        line-height: 36px;
        font-size: 2em;
    }

    #content>div.news-list>div.imgleft>a>img,
    #content>div.news-list>div.imgright>a>img {
        width: auto;
        margin: 0 auto;
    }

    .filter-block .mini-block .miniature {
        width: 50%;
        margin-right: 0;
    }

    .filter-block .border-top:before {
        width: 35%;
    }

    #content .gallery .htmlmodule table td h1 {
        margin: 0;
        font-size: 25px;
    }

    .gallery.news-list .col50.imgright,
    .gallery.news-list .col50.imgleft {
        margin-top: 0;
    }

    #content .gallery .htmlmodule {
        margin-bottom: 0px;
    }

    .grid-sizer,
    .grid-item {
        width: 100%;
        float: none;
    }

    .gallery_filter.active span.arrow::before,
    .gallery_filter.active span.arrow::after {
        display: none;
    }
}

.toloka-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.b-toloka-text {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0, -50%);
    left: 0;
    text-align: center;
}

.b-toloka-title {
    color: #fff;
    font-size: 45px;
    line-height: 20px;
}

.b-toloka-smalltext {
    font-size: 20px;
    line-height: 20px;
    font-family: 'corsica_lxbook';
    color: #fff;
    text-decoration: underline;
    margin-top: 62px;
    display: block;
}

.buro-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 188px 0;
}

.buro-list-item-image {
    position: relative;
    flex: 0 0 50%;
}

.buro-left-image:after {
    display: block;
    content: '';
    position: absolute;
    right: -21px;
    top: -23px;
    background: #a19859;
    width: 250px;
    height: 154px;
    z-index: 0;
}

.buro-right-image:after {
    display: block;
    content: '';
    position: absolute;
    left: -21px;
    bottom: -23px;
    background: #a19859;
    width: 250px;
    height: 154px;
    z-index: 0;
}

.buro-list-banner {
    width: 100%;
}

.buro-list-item-text .inner {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
}

.buro-item-text-right .inner {
    padding-left: calc(100% - 419px);
}

.buro-item-text-left .inner {
    padding-left: calc(100% - 685px);
}

@media all and (max-width: 1700px) {
    .buro-item-text-right .inner {
        padding-left: calc(100% - 519px);
        padding-right: calc(100% - (1170px / 2));
    }

    .buro-item-text-left .inner {
        padding-left: calc(100% - 585px);
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .buro-item-text-right .inner {
        padding-left: calc(100% - 419px);
        padding-right: calc(100% - (1000px / 2));
    }

    .buro-item-text-left .inner {
        padding-left: calc(100% - 500px);
    }

    .container .buro-page table td:nth-child(1) h1 {
        font-size: 16px !important;
    }
}

@media all and (max-width: 1024px) {
    .container .buro-page table td:nth-child(1) h1 {
        font-size: 16px !important;
    }

    .buro-item-text-right .inner {
        padding-left: calc(100% - 419px);
        padding-right: calc(100% - (970px / 2));
    }

    .buro-item-text-left .inner {
        padding-left: calc(100% - 475px);
    }
}

@media all and (max-width: 990px) {
    .container .buro-page table td:nth-child(1) {
        padding-left: 43px;
    }

    .container .buro-page table td:nth-child(1)::before {
        left: 20px;
    }

    .container .buro-page table td:nth-child(1)::before {
        left: 12px;
    }
}

.buro-item-text-left .catdesc {
    width: 419px;
}

.buro-list-item-text .inner h3 {
    margin: 0;
}

.buro-list-item-text {
    flex: 0 0 50%;
}

.buro-list-item-title {
    font-size: 28px;
    line-height: 118%;
    text-align: right;
    text-transform: uppercase;
    color: #000000;
}

.buro-item-text-right {
    padding-right: calc((50vw - (1650px / 2)) + 5px);
}

.buro-list-item-image a {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
}

.buro-list-item-image.buro-right-image a {
    justify-content: flex-start;
}

.buro-list-item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.service-wrapper {
    display: grid;
    grid-template-columns: 65vw auto;
    grid-template-rows: auto 1fr;
    padding-right: calc((100vw - 1650px) / 2);
    column-gap: 120px;
    margin-bottom: 131px;
}

.service-main-image {
    display: block;
}

.service-main-image img {
    width: 100%;
}

.service-title {
    font-size: 25px;
    line-height: 130%;
    text-transform: uppercase;
    margin-top: 0;
    height: max-content;
    margin-bottom: 39px;
}

.service-gallery {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 3;
}

.service-description-title {
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
}

.service-description ul {
    list-style: none;
    padding-left: 27px;
    max-width: 270px;
}

.service-description ul li {
    font-size: 13px;
    line-height: 130%;
    position: relative;
    margin-bottom: 1em;
}

.service-description ul li:before {
    position: absolute;
    content: '';
    display: block;
    background: url('../image/dots.svg') 50% 50% no-repeat;
    width: 12px;
    height: 1em;
    left: -27px;
    top: 0.2em;
}

.service-consult-button {
    background: #a19859;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    max-width: 297px;
    margin-top: 50px;
    cursor: pointer;
}

.yourforest-advantage-wrapper {
    margin-top: 83px;
    margin-bottom: 151px;
    display: flex;
    justify-content: space-between;
}

.yourforest-advantage-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.advantage-icon-icon1 {
    flex: 0 0 52px;
    width: 52px;
    margin: 0 auto;
}

.advantage-icon-icon2 {
    flex: 0 0 40px;
    width: 40px;
    margin: 0 auto;
}

.advantage-icon-icon3 {
    flex: 0 0 42px;
    width: 42px;
    margin: 0 auto;
}

.advantage-icon-icon4 {
    flex: 0 0 41px;
    width: 41px;
    margin: 0 auto;
}

.yourforest-advantage-title {
    font-size: 35px;
    line-height: 66px;
    text-transform: uppercase;
    font-family: 'Corsica LX LX Book';
    color: #000;
    position: relative;
    padding-left: 33px;
}

.yourforest-advantage-title:before {
    height: 28px;
    width: calc((100vw - 1650px) / 2 + 15px);
    content: '';
    display: block;
    right: 100%;
    background: #a19859;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media all and (max-width: 1700px) {
    .yourforest-advantage-title:before {
        width: calc((100vw - 1170px) / 2 + 15px);
    }
}

.yourforest-advantage-item-title {
    font-size: 26px;
    line-height: 66px;
    margin-top: 27px;
    margin-bottom: 22px;
    font-family: 'Corsica LX LX Book';
    color: #000;
}

.yourforest-advantage-description {
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

#service-owl {
    padding-left: calc((100vw - 1650px) / 2);
}

.service-tab-description {
    padding-left: calc((100vw - 1650px) / 2);
}

@media all and (max-width: 1700px) {
    .service-tab-description {
        padding-left: calc((100vw - 1170px) / 2 + 15px);
    }

    #service-owl {
        padding-left: calc((100vw - 1170px) / 2 + 15px);
    }
}

.service-tab-description table {
    width: 100%;
}

.service-tab-description p {
    margin-bottom: 2em;
}

.service-tab-description table img {
    width: 100%;
}

.service-tab-description table td:nth-child(1) {
    padding-right: 10px;
}

.service-tab-description table td:nth-child(2) {
    padding-left: 10px;
}

.service-main-image {
    margin-bottom: 25px;
}

@media all and (max-width: 575px) {
    .buro-list-wrapper {
        gap: 60px 0;
        padding-top: 40px;
    }

    .buro-list-item {
        gap: 40px;
        padding: 0 15px;
    }

    .buro-list-item-image {
        flex: 0 0 100%;
        order: 1;
    }

    .buro-list-item-text {
        order: 2;
        flex: 0 0 100%;
    }

    .buro-item-text-left {
        padding: 0 15px;
    }

    .buro-item-text-right {
        padding: 0 15px;
    }

    .buro-list-item-title {
        font-size: 18px;
    }

    .buro-list-item-text .inner {
        gap: 20px;
    }

    .buro-item-text-left .catdesc {
        width: 100%;
    }

    .buro-page .htmlmodule tr {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .buro-page .htmlmodule td {
        display: block;
    }

    .buro-left-image:after {
        display: none;
    }

    .buro-right-image:after {
        display: none;
    }

    .container .buro-page table td:nth-child(1) {
        width: 100%;
        padding-left: 50px;
        border: 1px solid #c6c6c6;
        height: max-content;
    }

    .container .buro-page table td:nth-child(1):before {
        display: none;
    }

    .container .buro-page table td:nth-child(1):after {
        left: -8px;
        display: none;
    }

    #content.buro-page h1 br {
        display: none;
    }

    .container .buro-page table td {
        width: 100%;
    }

    .container .buro-page table {
        margin-bottom: 0;
    }

    .buro-list div.container.allcat {
        height: max-content !important;
    }

    .buro-list .full-width-content .catgreenline {
        display: none;
    }

    .service-title {
        padding-left: 15px;
        margin-bottom: 20px;
    }

    .service-title br {
        display: none;
    }

    .service-wrapper {
        display: flex;
        flex-direction: column;
        margin-bottom: 50px;
    }

    .service-gallery {
        grid-row-end: 1;
    }

    .service-main-image {
        width: 100%;
    }

    .service-title {
        order: 1;
    }

    .service-gallery {
        order: 2;
    }

    .service-description {
        order: 3;
        padding-right: 15px;
        padding-left: 15px;
    }

    .service-consult-button {
        margin-left: auto;
        margin-right: auto;
    }

    .service-tab-description {
        order: 4;
        padding: 0 15px;
        margin-top: 40px;
    }

    .service-tab-description table td {
        display: block;
        width: 100%;
        padding: 0 !important;
        margin-bottom: 15px;
    }

    .yourforest-advantage-title {
        font-size: 24px;
        line-height: 36px;
        padding-left: 0;
    }

    .yourforest-advantage-wrapper {
        margin-top: 40px;
        flex-wrap: wrap;
        gap: 40px 0;
        margin-bottom: 80px;
    }

    .yourforest-advantage-item {
        flex: 0 0 50%;
    }
}

.fb-form {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    color: #000;
    padding: 30px;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #000;
}

.fb-form .close__button {
    display: flex;
    align-self: center;
    justify-content: end;
    position: absolute;
    right: 0;
    z-index: 100;
    text-decoration: none;
    font-size: 18px;
    color: #000;
    transition: 0.2s ease 0;
    cursor: pointer;
}

.fb-form .close__button:hover {
    text-decoration: underline;
}

.fb-form__wrapper {
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    transition: 0.5s ease;
}

.fb-form__wrapper.open {
    opacity: 1;
    visibility: visible;
}

.fb-form__body {
    position: relative;
}

.fb-form__body:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

.fb-form__body._sending:after {
    opacity: 1;
    visibility: visible;
}

.fb-form__article {
    text-align: center;
}

.fb-form__title {
    font-size: 24px;
    margin-bottom: 10px;
}

.fb-form__text1 {
    font-size: 16px;
    margin-bottom: 20px;
}

.fb-form__item {
    margin-bottom: 10px;
}

.fb-form__input {
    height: 50px;
    padding: 0px 20px;
    border: 1px solid #a19859;
    border-radius: 10px;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
}

.fb-form__item._error {
    border: 2px solid red;
    border-radius: 10px;
}

.form-group._error {
    border: 2px solid red;
    border-radius: 10px;
}

.fb-form__button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 100%;
    border-radius: 10px;
    border: none;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    color: #fff;
    background-color: rgb(203, 80, 80);
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: background-color 0.5s ease 0s;
    position: relative;
}

.fb-form__button:hover {
    background-color: rgb(255, 0, 0);
}

.fb-form__label1 {
    font-size: 12px;
}

.cartPopup {
    font-family: var(--font__Helvetica);
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    transition: 0.5s ease;
}

.cartPopup__wrapper {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    color: #000;
    padding: 30px;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #000;
}

.popupTitle {
    color: var(--color__spec);
    font-size: 30px;
    text-align: center;
    height: 150px;
}

.popupButtons {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.popupButton {
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
    border-radius: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 45%;
    color: white;
    font-size: 14px;
    border: 5px solid #a19859;
    background-color: #a19859;
    padding: 12px;
    transition: 0.3s;
    margin-bottom: 20px;
    text-align: center;
    text-decoration: none;
}

.popupButton:hover {
    background-color: transparent;
    color: black;
}

.cartOut {
    font-weight: 300;
}

.cartOut__wrapper {
    margin: 20px 10%;
}

.cartOut__wrapper .empty-cart-title {
    font-weight: 700;
    font-size: 22px;
}

.cartOutput {
    min-height: 500px;
    text-align: center;
}

.empty-cart-title {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}

.dropdown-menu .cartOutput {
    display: flex;
    align-content: center;
    justify-content: center;
}

.dropdown-menu .empty-cart-title {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    padding-top: 20px;
}

.dropdown-menu .cartOutput {
    min-height: 120px;
}

.dropdown-menu .cartOutput .table1 {
    min-height: 250px;
    width: 100%;
    min-width: 400px;
    font-size: 12px;
    border: none;
}

.dropdown-menu .cartOutput .table1 .table1__forma {
    display: none;
}

.dropdown-menu .cartOutput .table1 .table1__none {
    display: none;
}

.dropdown-menu .cartOutput .table1 .table1__headers {
    font-size: 13px;
}

.dropdown-menu .table1 .delete-btn {
    display: none;
}

.dropdown-menu .table1__nubmers {
    font-family: var(--font__Helvetica);
    font-weight: 700;
    text-align: right;
    font-size: 8px;
}

.dropdown-menu .table1 a.btn__none {
    display: block;
}

.table1__mobile-text {
    display: none;
}

.table1 {
    width: 100%;
    min-height: 500px;
    font-size: 20px;
    border: .5px solid #969ba5;
    padding: 20px 100px;
}

.table1 a.btn__none {
    display: none;
}

.table1__head {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.table1__body {
    margin-top: 20px;
    padding-top: 20px;
}

.table1__footer {
    margin-top: 20px;
    padding-top: 20px;
}

.table1__headers {
    font-size: 18px;
    width: 100%;
    margin-bottom: 30px;
}

.table1__product {
    margin: 20px 0;
}

.table1__images {
    width: 20%;
}

.table1__image {
    width: 80%;
    -o-object-fit: cover;
    object-fit: cover;
}

.table1__title {
    width: 25%;
}

.table1__forma {
    width: 15%;
}

.table1__count {
    width: 10%;
}

.table1__price {
    width: 25%;
}

.table1__del-btn {
    width: 5%;
}

.table1 .delete-btn {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-image: url("../../../../../image/trash.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.table1__hor-line {
    width: 100%;
}

.table1__total-count {
    width: 100%;
}

.table1__text {
    font-family: var(--font__Helvetica);
    font-weight: 700;
    text-align: right;
    padding-right: 20px;
}

.table1__nubmers {
    text-align: left;
}

.logo__contain {
    object-fit: cover;
}

.btn_contacts {
    width: 40%;
    margin-left: 100px;
}

.dropdown-menu .cartOutput table td:nth-child(1):before {
    all: none;
}

.dropdown-menu .cartOutput table td:nth-child(1):after {
    all: none;
}

@media only screen and (min-width: 1025px) {
    .cartOut {
        font-family: var(--font__Helvetica);
        font-weight: 300;
    }

    .cartOut__wrapper {
        margin: 20px 10%;
    }

    .cartOut__wrapper .empty-cart-title {
        font-weight: 700;
        font-size: 22px;
    }

    .cartOutput {
        min-height: 500px;
        text-align: center;
    }

    .table1 {
        width: 100%;
        min-height: 500px;
        font-size: 20px;
        border: 1px solid #969ba5;
        padding: 20px 100px;
    }

    .table1__head {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .table1__body {
        margin-top: 20px;
        padding-top: 20px;
    }

    .table1__footer {
        margin-top: 20px;
        padding-top: 20px;
    }

    .table1__headers {
        font-size: 18px;
        width: 100%;
        margin-bottom: 30px;
    }

    .table1__product {
        margin: 20px 0;
    }

    .table1__images {
        width: 20%;
    }

    .table1__image {
        width: 80%;
        object-fit: cover;
    }

    .table1__title {
        width: 25%;
    }

    .table1__forma {
        width: 15%;
    }

    .table1__count {
        width: 10%;
    }

    .table1__price {
        width: 25%;
    }

    .table1__del-btn {
        width: 5%;
    }

    .table1 .delete-btn {
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

    .table1__hor-line {
        width: 100%;
    }

    .table1__total-count {
        width: 100%;
    }

    .table1__text {
        font-family: var(--font__Helvetica);
        font-weight: 700;
        text-align: right;
        padding-right: 20px;
    }

    .table1__nubmers {
        text-align: left;
    }
}

@media only screen and (max-width: 1024px) {
    .cartOut {
        font-family: var(--font__Helvetica);
        font-weight: 300;
    }

    .cartOut__wrapper {
        margin: 20px 10%;
    }

    .cartOut__wrapper .empty-cart-title {
        font-weight: 700;
        font-size: 22px;
    }

    .cartOutput {
        min-height: 300px;
        text-align: center;
    }

    .table1 {
        width: 100%;
        min-height: 300px;
        font-size: 20px;
        border: 1px solid #969ba5;
        padding: 20px 50px;
    }

    .table1__head {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .table1__body {
        margin-top: 10px;
        padding-top: 10px;
    }

    .table1__footer {
        margin-top: 10px;
        padding-top: 10px;
    }

    .table1__headers {
        font-size: 14px;
        width: 100%;
        margin-bottom: 20px;
    }

    .table1__product {
        margin: 10px 0;
        font-size: 14px;
    }

    .table1__images {
        width: 20%;
    }

    .table1__image {
        width: 80%;
        object-fit: cover;
    }

    .table1__title {
        width: 25%;
    }

    .table1__forma {
        width: 15%;
    }

    .table1__count {
        width: 10%;
    }

    .table1__price {
        width: 25%;
    }

    .table1__del-btn {
        width: 5%;
    }

    .table1 .delete-btn {
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

    .table1__hor-line {
        width: 100%;
    }

    .table1__total-count {
        width: 100%;
        font-size: 14px;
    }

    .table1__text {
        font-family: var(--font__Helvetica);
        font-weight: 700;
        text-align: right;
        padding-right: 20px;
    }

    .table1__nubmers {
        text-align: left;
    }
}

@media only screen and (max-width: 768px) {

    .cartOut {
        font-family: var(--font__Helvetica);
        font-weight: 300;
    }

    .cartOut__wrapper {
        margin: 20px 10%;
    }

    .cartOut__wrapper .empty-cart-title {
        font-weight: 700;
        font-size: 18px;
    }

    .cartOutput {
        min-height: 300px;
        text-align: center;
    }

    .table1__mobile-text {
        display: inline-block;
    }

    .table1 {
        width: 100%;
        min-height: 300px;
        font-size: 20px;
        border: 1px solid #969ba5;
        padding: 20px;
    }

    .table1__head {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .table1__body {
        margin-top: 10px;
        padding-top: 10px;
        border-bottom: 1px solid #969ba5;
    }

    .table1__footer {
        margin-top: 10px;
        padding-top: 10px;
    }

    .table1__headers {
        font-size: 14px;
        width: 100%;
        margin-bottom: 20px;
        display: none;
    }

    .table1__product {
        margin: 10px auto;
        font-size: 16px;
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
        text-align: left;
    }

    .table1__product td {
        padding-left: 20px;
        margin-top: 10px;
    }

    .table1__images {
        width: 100%;
    }


    .table1__image {
        width: 100%;
        object-fit: cover;
    }

    .table1__image::after {
        margin: 10px 0;
    }

    .table1__title {
        width: 100%;
    }

    .table1__forma {
        width: 100%;
    }

    .table1__count {
        width: 100%;
    }

    .table1__price {
        width: 100%;
    }

    .table1__del-btn {
        width: 100%;
    }

    .table1 .delete-btn {
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

    .table1__del-btn {
        display: flex;
        justify-content: start;
        padding-left: 20px;
    }

    .table1 .delete-btn::before {
        margin: 20px 0;
    }

    .table1__hor-line {
        width: 100%;
    }

    .table1__total-count {
        width: 100%;
        font-size: 12px;
    }

    .table1__text {
        font-family: var(--font__Helvetica);
        font-weight: 700;
        text-align: right;
        padding-right: 20px;
    }

    .table1__nubmers {
        text-align: left;
    }


    .dropdown-menu .cartOutput .table1 {
        min-height: 150px;
        width: 100%;
        max-width: 300px;
        min-width: 200px;
        font-size: 10px;
        border: none;
    }

    .dropdown-menu .cartOutput .table1 .table1__image {
        width: 100px;
    }
}