@charset "UTF-8";

/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */


/* line 5, G:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */


/* * {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
} */

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

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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


/* !important */

html {
    /* convenient rem for scaling to 4K */
    font-size: 10px;
}

input,
textarea {
    box-sizing: border-box;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    box-sizing: border-box;
}

body {
    line-height: 1.2;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    line-height: 1.6;
}

:focus {
    outline: none;
}

.clear {
    clear: both !important;
}

.clear_after:after {
    content: '';
    clear: both;
    display: block;
}

body {
    font-size: 18px;
    font-family: 'Montserrat';
    color: #594a42;
    overflow-x: hidden;
}

body.overflow {
    overflow: hidden;
}

b {
    font-weight: bold;
}

i {
    font-style: italic;
}

a {
    color: #BB9761;
    text-decoration: none;
    text-transform: uppercase;
}

a:hover {
    color: #806C50;
    text-decoration: underline;
}

h1,
.h1 {
    font-weight: 300;
    font-size: 56px;
    line-height: 1.2;
    color: #594a42;
    margin-bottom: 94px;
}

h2,
.h2 {
    font-weight: 300;
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 48px;
    margin-top: 70px;
}

h2:first-child,
.h2:first-child {
    margin-top: 0;
}

h3,
.h3 {
    font-weight: 300;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 48px;
    margin-top: 70px;
}

h3:first-child,
.h3:first-child {
    margin-top: 0;
}

h4,
.h4 {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 30px;
    margin-top: 70px;
}

h4:first-child,
.h4:first-child {
    margin-top: 0;
}

h5,
.h5 {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 30px;
    margin-top: 70px;
}

h5:first-child,
.h5:first-child {
    margin-top: 0;
}

img {
    max-width: 100%;
}

.left_img,
section img[align="left"] {
    margin: 0 15px 8px 0;
    float: left;
}

.right_img,
section img[align="right"] {
    margin: 0 0 8px 15px;
    float: right;
}

.center_img {
    margin: 140px auto 240px;
    display: block;
}

section img[align="center"] {
    display: block;
}

section ul {
    list-style: none;
    margin-bottom: 48px;
}

section ul>li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 28px;
}

section ul>li:before {
    content: '';
    width: 8px;
    height: 8px;
    background: transparent;
    display: block;
    border: 2px solid #BB9761;
    position: absolute;
    top: 9px;
    left: 0px;
    box-sizing: border-box;
}

section ul.not_style {
    margin-bottom: 0;
}

section ul.not_style>li {
    margin-bottom: 0;
    padding-left: 0;
}

section ul.not_style>li:before {
    display: none;
}

section ol {
    list-style: none;
    margin-bottom: 48px;
    counter-reset: list;
}

section ol>li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 34px;
}

section ol>li:before {
    counter-increment: list;
    content: counter(list) ". ";
    font-size: 16px;
    color: #BB9761;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 1.75;
    box-sizing: border-box;
}

section p {
    margin-bottom: 30px;
}

.standart_width {
    max-width: 1510px;
    padding: 0 40px;
    width: 100%;
    margin: 0 auto;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
input[type="password"] {
    height: 40px;
    padding: 0 0px;
}

textarea {
    height: 100px;
    resize: none;
    padding: 0px 0px 5px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
input[type="password"],
textarea {
    width: 100%;
    background: transparent;
    border: none;
    /* border-bottom: 1px solid #333; */
    border-bottom: 1px solid #594a42;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    color: #594a42;
}

input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #BB9761;
}

input[type="email"].error:placeholder-shown,
input[type="tel"].error:placeholder-shown,
select.error:placeholder-shown,
input[type="text"].error:placeholder-shown,
input[type="password"].error:placeholder-shown,
textarea.error:placeholder-shown {
    border-color: #AF7B7B;
    color: #AF7B7B;
}

::-webkit-input-placeholder {
    color: #222;
}

::-moz-placeholder {
    color: #222;
}


/* Firefox 19+ */

:-moz-placeholder {
    color: #222;
}


/* Firefox 18- */

:-ms-input-placeholder {
    color: #222;
}

.error:placeholder-shown::-webkit-input-placeholder {
    color: #AF7B7B;
}

.error:placeholder-shown::-moz-placeholder {
    color: #AF7B7B;
}


/* Firefox 19+ */

.error:placeholder-shown:-moz-placeholder {
    color: #AF7B7B;
}


/* Firefox 18- */

.error:placeholder-shown:-ms-input-placeholder {
    color: #AF7B7B;
}

:disabled,
.disabled {
    opacity: 0.5;
    cursor: no-drop;
}

section table {
    width: 100%;
}

section table th {
    color: #fff;
    background: #BB9761;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.56;
    padding: 15px 20px 14px;
}

section table td {
    padding: 15px 20px 14px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
}

section table tr:nth-child(2n+1) {
    background: #F2F2F2;
}

.table_scroll {
    overflow-x: auto;
    margin-bottom: 27px;
}

.ind_cat_bl {
    position: relative;
    background-color: #191919;
    overflow: hidden;
}

.ind_cat_bl .standart_width {
    position: relative;
    max-width: 1532px;
    padding-left: 0;
    padding-right: 0;
}

.ind_cat_w {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 133px 0px 75px;
}

.ind_cat_bgic {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #000;
}

.ind_cat_bgel {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: 0;
    background-color: #000;
}

.ind_cat_fl {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
}

.ind_cat_l {
    min-width: 668px;
    width: 668px;
}

.ind_cat_el {
    position: relative;
    transition: all 2s ease;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.ind_cat_el a {
    text-transform: none;
}

.ind_cat_el:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

.ind_cat_l {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}

.ind_cat_el.type1 {
    width: 260px;
    height: 764px;
    margin-right: 70px;
    transition: all 2s ease;
}

.ind_cat_el.type1.res:nth-child(1) {
    /* margin-top:-30px; */
    margin-top: 49px;
}

.ind_cat_el.type1.res:nth-child(2) {
    /* margin-top:-55px; */
    margin-top: 49px;
    /*margin-right: 0;*/
}

.ind_cat_el.type1:last-child {
    margin-bottom: 0;
}

.ind_cat_el.type2 {
    width: 764px;
    height: 214px;
    margin-bottom: 60px;
    transition: all 2s ease;
}

.ind_cat_el.type2.res:nth-child(1) {
    margin-top: 49px;
    /*margin-left: 40px;*/
    /*margin-bottom: 40px;*/
}

.ind_cat_el.type2.res:nth-child(2) {
    /*margin-left: 40px;*/
    /*margin-bottom: 40px;*/
}

.ind_cat_el.type2.res:nth-child(3) {
    /*margin-left: 60px;*/
}

.ind_cat_el.type2:last-child {
    margin-bottom: 0;
}

.ind_cat_eltit {
    position: absolute;
    left: 20px;
    right: 15px;
    bottom: 20px;
    z-index: 10;
    color: #594a42;
    display: block;
}

.ind_cat_eltit .tit {
    font-size: 56px;
    font-weight: 300;
    line-height: 1.2;
    display: block;
}

.ind_cat_eltit .comm {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.56;
}

.ind_cat_eltit.white {
    color: #fff;
}

.ind_cat_elic {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cat_popup {
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    z-index: 500;
    display: none;
    position: fixed;
    align-items: center;
    justify-content: center;
}

.cat_popup .standart_width {
    max-width: 1360px;
    display: none;
    position: relative;
    z-index: 10;
}

.cat_popup .standart_width.open {
    display: block;
}

.cat_popup.open {
    display: flex;
}

.cat_popup_fl {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 200px 0 150px;
}

.cat_popup_l {
    width: 50%;
}

.cat_popup_r {
    width: 43%;
    position: relative;
    padding: 0 2%;
}

.parallax_img {
    position: relative;
}

.cat_popup_tit {
    font-size: 20px;
    line-height: 1.14;
    color: #B3B3B3;
    margin-bottom: 40px;
}

.cat_popup_el {
    font-size: 48px;
    line-height: 1.14;
    color: #B2976F;
    margin-bottom: 40px;
}

.cat_popup_el a {
    position: relative;
    display: inline-block;
    color: #B2976F;
    text-decoration: none;
    transition: all 0.5s ease;
    text-transform: none;
}

.cat_popup_el a:before {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-left: 15px;
    height: 2px;
    margin-top: -1px;
    width: 0px;
    background: #252423;
    transition: all 0.5s ease;
}

.cat_popup_el a:hover {
    color: #594a42;
}

.cat_popup_el a:hover:before {
    width: 60px;
}

.cat_popup_el:last-child {
    margin-bottom: 0;
}

.cat_popup_close {
    position: absolute;
    right: 40px;
    top: 30px;
    width: 40px;
    height: 40px;
    z-index: 10;
}

.cat_popup_close span {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    background: #fff;
    margin-top: -1px;
}

.cat_popup_close span.one {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cat_popup_close span.two {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cat_popup_close:hover span {
    background: #B2976F;
}

.js_fade_img {
    display: none;
}

.parallax_img {
    animation: paralax_op 3s 1 linear, paralax 3s infinite linear;
    position: relative;
    opacity: 1;
}

@keyframes paralax_op {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes paralax {
    from {
        left: 0;
    }

    40% {
        left: -1%;
    }

    80% {
        left: 0;
    }

    to {
        left: 1%;
    }
}

.popup_panel_el {
    position: absolute;
    width: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    /* background-size:600% 100%; */
    /* background-size: 2286px 100%; */
    /* background-size: 525% auto; */
    /* background-size: 100vw 100%; */
    background-size: 500% 100%;
    background-color: #fff;
    z-index: 1;
    /* min-height: 100vh; */
    height: 100vh;
    width: 1px;
}

.popup_banner_el {
    position: absolute;
    width: 4.1%;
    top: 0;
    bottom: 0;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: 2440% 100%;
    /* background-size: 2570% 100%; */
    background-color: #fff;
    z-index: 1;
    transition: transform 4s ease;
    -ms-transition: transform 4s ease;
    -webkit-transition: transform 4s ease;
    transform: rotateY(-90deg);
    transform-origin: right center;
    -webkit-transform: rotateY(-90deg);
    -webkit-transform-origin: right center;
    -ms-transform: rotateY(-90deg);
    -ms-transform-origin: right center;
}

.popup_banner_el.transform {
    transform: rotateY(0deg);
    transform-origin: center center;
    -webkit-transform: rotateY(0deg);
    -webkit-transform-origin: center center;
    -ms-transform: rotateY(0deg);
    -ms-transform-origin: center center;
}

.popup_rollo_el {
    position: absolute;
    height: 0;
    left: 0;
    right: 0;
    background-repeat: repeat;
    background-position: 0 0;
    background-size: 100% 100vh;
    background-color: #fff;
    z-index: 1;
    min-width: 100vh;
}

.popup_slides_el {
    position: absolute;
    height: 4.1%;
    left: 0;
    right: 0;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: 100% 2570%;
    /* background-size: auto 2671%; */
    background-color: #fff;
    z-index: 1;
    transition: transform 4s ease;
    -ms-transition: transform 4s ease;
    -webkit-transition: transform 4s ease;
    transform: rotateX(-90deg);
    transform-origin: center top;
    -ms-transform: rotateX(-90deg);
    -ms-transform-origin: center top;
    -webkit-transform: rotateX(-90deg);
    -webkit-transform-origin: center top;
}

.popup_slides_el.transform {
    transform: rotateX(0deg);
    transform-origin: center center;
    -ms-transform: rotateX(0deg);
    -ms-transform-origin: center center;
    -webkit-transform: rotateX(0deg);
    -webkit-transform-origin: center center;
}


/*.cat_popup_flow {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.popup_flow_el {
	position:absolute;
	left:0;
	right:0;
	min-width:100%;
	height:0;
	background-repeat:no-repeat;
	background-size: 100% 1063px;
	background-color:#fff;
	z-index:1;
	opacity:0;
	transition: opacity 0.5s ease;
}*/

.popup_flow_gr {
    position: absolute;
    width: 33.33%;
    height: 100%;
    top: 0;
    bottom: 0;
}

.popup_flow_gr .popup_flow_el.one {
    top: 33.33%;
    width: 100%;
}

.popup_flow_gr .popup_flow_el.two {
    top: 0%;
    width: 100%;
}

.popup_flow_gr .popup_flow_el.three {
    top: 66.66%;
    width: 100%;
}

.popup_flow_el {
    position: absolute;
    height: 33.4%;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: 400% 400%;
    /* background-size:auto 266%; */
    background-color: #fff;
    z-index: 1;
    /* min-width:100vh; */
    opacity: 0;
    transition: opacity 0.5s ease;
}

.cattype_tit {
    margin-bottom: 95px;
    font-weight: 300;
    font-size: 96px;
    color: #fff;
    line-height: 1.2;
}

.cattype_doubt {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    line-height: 1.5;
    min-height: 215px;
    color: #fff;
}

.cattype_doubt_l {
    font-size: 24px;
}

.cattype_doubt_r {
    font-size: 18px;
}

.cattype_doubt_r p {
    margin-bottom: 23px;
}

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

.cattype_doubt_l,
.cattype_doubt_r {
    width: 46%;
}

.head_logo {
    position: fixed;
    z-index: 600;
    top: 30px;
    left: 30px;
}

.head_logo svg {
    fill: #B2976F;
}

.head_logo a:hover svg {
    fill: #806C50;
}

.head_menu {
    position: fixed;
    z-index: 600;
    top: 50%;
    left: 30px;
    margin-top: -19px;
    height: 38px;
    width: 53px;
    color: #B2976F;
}

.head_menu a {
    color: #B2976F;
    text-decoration: none;
    text-transform: none;
}

.head_menu a:hover {
    color: #806C50;
    text-decoration: none;
}

.head_menu a:hover .head_menu_lin span {
    background: #806C50;
}

.head_menu.open {
    width: 44px;
    height: 44px;
    margin-top: -22px;
}

.head_menu.open a .head_menu_tit {
    font-size: 0;
    margin-bottom: 0;
    text-align: center;
}

.head_menu.open a .head_menu_lin {
    height: 44px;
}

.head_menu.open a .head_menu_lin .one {
    top: 50%;
    margin-top: -1px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.head_menu.open a .head_menu_lin .two {
    top: 50%;
    margin-top: -1px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: auto;
    right: 0;
}

.head_menu_tit {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 7px;
    display: block;
    transition: all 0.5s ease;
}

.head_menu_lin {
    position: relative;
    height: 14px;
    display: block;
}

.head_menu_lin span {
    display: block;
    position: absolute;
    height: 2px;
    background: #BB9761;
    transition: all 0.5s ease;
}

.head_menu_lin .one {
    top: 0;
    left: 0;
    right: 0;
}

.head_menu_lin .two {
    bottom: 0;
    left: 0;
    width: 49%;
}

.head_soc_bl {
    position: fixed;
    z-index: 600;
    bottom: 83px;
    left: 30px;
}

.head_soc_el {
    display: block;
    margin-bottom: 19px;
    border: 2px solid #BB9761;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.head_soc_el:last-child {
    margin-bottom: 0;
}

.head_soc_el.big {
    width: 30px;
    height: 35px;
}

.head_soc_el svg {
    fill: #BB9761;
}

.head_soc_el:hover {
    border-color: #806C50;
}

.head_soc_el:hover svg {
    fill: #806C50;
}

.head_contact {
    position: fixed;
    z-index: 100;
    right: 30px;
    top: 20px;
    text-align: right;
    color: #B2976F;
}

.head_contact a {
    color: #B2976F;
    text-decoration: none;
}

.head_contact a:hover {
    color: #806C50;
    text-decoration: none;
}

.head_tel {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
}

.head_call {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.71;
    letter-spacing: 1px;
    margin-top: -2px;
}

.ind_first_bl {
    height: 100vh;
    position: relative;
}

.ind_first_bl .standart_width {
    position: relative;
    z-index: 10;
    height: 100%;
}

.ind_first_bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ind_first_bg:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
}

.ind_first_bg video {
    object-fit: cover;
}

.ind_first_fl {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    height: 100%;
}

.ind_first_tit {
    font-weight: 300;
    font-size: 76px;
    line-height: 120%;
    color: #fff;
    margin-bottom: 120px;
}

.ind_first_tit h1 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: inherit;
    color: inherit;
}

.ind_first_more {
    display: block;
    width: 170px;
    text-align: center;
    color: #BB9761;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 auto -10px;
}

.ind_first_more .txt {
    display: block;
    margin-bottom: 12px;
}

.ind_first_more .ln {
    display: block;
    width: 1px;
    height: 60px;
    background: #BB9761;
    margin: 0 auto;
}

.ind_first_more:hover .ln {
    background: #806C50;
}

.ind_art_bl {
    /* padding: 240px 0 100px; */
    padding: 100px 0 40px;
    background: #fff;
}

.ind_art_bg_bl {
    position: relative;
    min-height: 600px;
    overflow: hidden;
}

.ind_art_bg_bl .standart_width {
    position: relative;
    z-index: 10;
    padding-top: 100px;
}

.ind_page_bg {
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    z-index: 0;
}

.ind_page_bg.left {
    right: 120px;
    left: 0;
}

.ind_page_bg.right {
    left: 120px;
    right: 0;
}

.ind_art_fl {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    /* padding-top: 100px; */
}

.ind_art_ic {
    width: 47.7%;
}

.ind_art_ic img {
    width: 100%;
    display: block;
    box-shadow: 0px 30px 60px rgba(72, 72, 72, 0.1);
}

.ind_art_cont {
    width: 48%;
    color: #fff;
}

.ind_art_tit {
    font-weight: 300;
    font-size: 46px;
    line-height: 120%;
    margin-bottom: 32px;
}

.ind_art_tit.small {
    font-size: 36px;
    padding-top: 30px;
}

.ind_art_txt {
    font-weight: 300;
    font-size: 18px;
    line-height: 160%;
    /* margin-bottom: 72px; */
    margin-bottom: 32px;
}

.ind_art_bt {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ind_proj_bl {
    /* padding: 140px 0 100px; */
    padding: 100px 0 40px;
    background: #fff;
    overflow: hidden;
}

.ind_proj_bl .standart_width {
    position: relative;
    z-index: 10;
    padding-top: 100px;
}

.ind_proj_slid {
    /* margin-bottom: 72px; */
    margin-bottom: 32px;
    width: 100vw;
}

.ind_proj_slid:last-child {
    margin-bottom: 0px;
}


/* slider arrows */

.slider_arrows {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
}

.proj_arrows {
    top: 125px;
}

.press_arrows {
    top: 24px;
}

.slider_arrows a.disabled {
    display: none;
}

.slider_arrows a svg,
.proj_arrows a svg {
    fill: #BB9761;
}

.slider_arrows a:hover svg {
    fill: #806C50;
}


/* slider arrows end */

.press_slid_el {
    width: 434px;
    margin: 0 64px 0 0;
}

.proj_slid_el {
    text-align: left;
    width: 683px;
    margin: 0 64px 0 0;
}

.ind_proj_tit {
    font-weight: 300;
    font-size: 56px;
    line-height: 120%;
    margin-bottom: 72px;
    color: #fff;
}

.proj_slid_ic {
    margin-bottom: 32px;
}

.proj_slid_ic a {
    display: block;
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-transform: none;
    cursor: grab;
}

.gallery_slid_ic {
    display: block;
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-transform: none;
    cursor: grab;
    position: relative;
}

.proj_slid_tit {
    font-size: 36px;
    line-height: 140%;
    color: #BB9761;
    /* min-height: 100px; */
}

.proj_slid_tit a {
    color: #BB9761;
    text-decoration: none;
    text-transform: none;
}

.proj_slid_tit a:hover {
    color: #806C50;
    text-decoration: none;
}

.proj_slid_type {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 1px;
    color: #594a42;
    margin-bottom: 10px;
}

.project_el_txt a,
.proj_slid_type a {
    color: #594a42;
    text-transform: none;
    text-decoration: none;
}

.project_el_txt a:hover,
.proj_slid_type a:hover {
    color: #BB9761;
    text-decoration: none;
}

.project_el_txt span,
.proj_slid_type span {
    color: #76767A;
}

.ind_proj_bt {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ind_about_bl {
    /* padding: 127px 0 100px; */
    padding: 100px 0 40px;
}

.ind_about_fl {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ind_about_ic {
    width: 56.3%;
}

.ind_about_cont {
    width: 39.3%;
}

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

.video_bt_bl img {
    width: 100%;
    display: block;
}

.video_bt_bl:hover path {
    stroke: #BB9761;
}

.video_bt {
    position: absolute;
    display: block;
    z-index: 10;
    width: 72px;
    height: 88px;
    top: 50%;
    left: 50%;
    margin: -44px 0 0 -36px;
}

.ind_ideas_bl {
    /* padding: 245px 0 100px; */
    padding: 100px 0 40px;
}

.color_bt {
    display: inline-block;
    vertical-align: middle;
    padding: 24px 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    background: #BB9761;
    border: 2px solid #BB9761;
    transition: background 0.5s ease, border 0.5s ease, color 0.5s ease, opasity 2s !important;
}

.color_bt:hover {
    /* background: transparent;
  color: #BB9761;
  text-decoration: none; */
    /* background: #806C50;
  border-color: #806C50; */
    background: #dab379;
    border-color: #dab379;
    color: #fff;
    text-decoration: none;
}

.ind_press_bl {
    overflow: hidden;
    padding: 40px 0 100px;
}

.ind_press_bl .standart_width {
    position: relative;
    /* padding-top: 100px; */
    padding-top: 0px;
}

.ind_press_tit {
    font-weight: 300;
    font-size: 56px;
    line-height: 120%;
    margin-bottom: 72px;
}

.press_slid_ic {
    margin-bottom: 32px;
}

.press_slid_ic a {
    display: block;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-transform: none;
    cursor: grab;
}

.press_slid_tit {
    margin-bottom: 16px;
    font-size: 26px;
    line-height: 140%;
    color: #BB9761;
    /* min-height: 100px; */
}

.press_slid_tit a {
    color: #BB9761;
    text-decoration: none;
    text-transform: none;
}

.press_slid_tit a:hover {
    color: #806C50;
    text-decoration: none;
}

.press_slid_type {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    color: #594a42;
    opacity: 0.5;
    margin-bottom: 10px;
}

.ind_vak_bl {
    /* padding: 140px 0 240px; */
    padding: 40px 0 140px;
}

.ind_contact_bl {
    background: #F2F2F2;
    background: linear-gradient(0deg, #F2F2F2, #F2F2F2), linear-gradient(90deg, rgba(25, 25, 25, 0.7) 0%, transparent 53.61%);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.contacts-address {
    margin-bottom: 18px;
}

.contacts-address:last-child {
    margin-bottom: 0;
}

.ind_contact_l,
.ind_contact_r {
    width: 50%;
}

.ind_contact {
    padding: 50px 65px;
    max-width: 525px;
    color: #594a42;
}

.contact_bl .ind_contact {
    padding: 0 65px;
}

.ind_contact_tit {
    font-weight: 300;
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 24px;
}

.ind_contact_tit h1 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: inherit;
    color: inherit;
}

.ind_contact_addr {
    font-weight: 300;
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 6px;
}

.ind_contact_mail {
    font-weight: 500;
    font-size: 16px;
    line-height: 175%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #BB9761;
    margin-bottom: 21px;
}

.ind_contact_tel {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 70px;
}

.ind_contact_tel a {
    color: #594a42;
    text-decoration: none;
    text-transform: none;
}

.ind_contact_tel a:hover {
    color: #BB9761;
    text-decoration: none;
}

.ind_contact_bt {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.56;
    color: #BB9761;
    text-transform: uppercase;
}

footer {
    background: #191919;
    color: #fff;
    padding: 60px 0 41px;
}

footer a {
    color: #fff;
    text-decoration: none;
    text-transform: none;
}

footer a.active,
footer a:hover {
    color: #BB9761;
    text-decoration: none;
}

footer a.active svg,
footer a:hover svg {
    fill: #BB9761;
}

.foot_top_bl {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 45px;
    font-weight: 500;
    font-size: 16px;
    line-height: 175%;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.foot_menu_bl {
    width: 44%;
}

.foot_menu_bl a {
    display: block;
    margin-bottom: 1px;
    text-transform: uppercase;
}

.foot_menu_bl a.selected,
.foot_menu_bl a.active {
    color: #BB9761;
    text-decoration: none;
}

.foot_confproj_bl {
    /*width: 47%;*/
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /* justify-content: space-between; */
    justify-content: flex-start;
}

.photobook-ref {
    margin-top: 24px;
}

.foot_config_bl {
    min-width: 190px;
}

.foot_config_el {
    margin-bottom: 36px;
}

.foot_config_el.svg {
    margin-bottom: 45px;
}

.foot_config_el.svg a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: none;
}

.foot_config_el.svg a:hover svg {
    fill: #BB9761;
}

.foot_config_el.svg svg {
    fill: #fff;
    margin-right: 15px;
}

.foot_config_el:last-child {
    margin-bottom: 0;
}

.foot_proj_fl {
    display: flex;
    justify-content: flex-end;
}

.foot_proj_bl {
    text-align: right;
    min-width: 340px;
}

.foot_proj_tit {
    margin-bottom: 28px;
}

.foot_proj_el {
    width: 30px;
    height: 30px;
    margin-right: 20px;
    border: 2px solid #BB9761;
}

.foot_proj_el svg {
    width: 30px;
    height: 30px;
}

.foot_proj_el * {
    fill: #BB9761;
    /* stroke: #BB9761; */
}

.foot_proj_el:hover {
    border-color: #806C50;
}

.foot_proj_el:hover * {
    fill: #806C50;
    /* stroke: #806C50; */
}

.foot_proj_el:last-child {
    margin-right: 0;
}

.foot_proj_el a {
    display: flex;
    align-items: center;
    height: 100%;
}

.foot_proj_el.architonic_logo {
    width: 75px;
}

.foot_proj_el:last-child {
    margin-bottom: 0;
}

.foot_prava_bl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 1px;
    color: #76767A;
}

.foot_prava_bl a {
    color: #76767A;
    text-decoration: none;
    text-transform: none;
}

.foot_prava_bl a.active,
.foot_prava_bl a:hover {
    color: #BB9761;
    text-decoration: none;
}

.txthid {
    display: none;
}

.clear_after:after {
    content: '';
    display: block;
    clear: after;
}

.det_first_bl {
    height: 610px;
    position: relative;
}

.det_first_bl.small {
    heighT: 440px;
}

.det_first_bl .standart_width {
    height: 100%;
}

.det_first_bg,
.det_first_bg_mobile {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.det_first_bg_mobile {
    display: none;
}

.det_first_fl {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    height: 100%;
    padding: 0 0 129px;
    position: relative;
    z-index: 10;
}

.det_first_tit {
    font-weight: 300;
    font-size: 116px;
    line-height: 1.25;
    color: #594a42;
    margin-bottom: 5px;
}

.det_first_tit h1 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: inherit;
    color: inherit;
}

.press_double_r .rare-text {
    margin: 0 0 14px;
}

.det_first_txt {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.4;
    color: #594a42;
}

.det_two_bl {
    padding: 140px 0 1px;
}

.det_two_fl {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    font-weight: 300;
}

.det_two_l,
.det_two_r {
    width: 48%;
}

.det_big_txt {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.4;
}

.det_double_bl {
    /* padding: 140px 0 100px; */
    padding: 100px 0 40px;
}

.det_double_bl:last-child {
    padding-bottom: 140px;
}

.det_double_bl.about {
    /* padding: 140px 0 200px; */
    padding: 100px 0 40px;
}

.det_double_bl.about .det_double_cont {
    padding-top: 100px;
}

.det_double_bl.about .det_big_txt {
    /* margin-bottom: 294px; */
    margin-bottom: 54px;
}

.det_double_fl {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    font-weight: 300;
    line-height: 1.6;
}

.det_double_fl .color_bt {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    padding: 20px 40px 19px;
}

.det_double_fl.three {
    margin-top: 110px;
}

.det_double_fl.three:first-child {
    margin-top: 0;
}

.det_double_fl.three .det_double_ic {
    width: 39%;
}

.det_double_fl.three .det_double_cont {
    width: 56.5%;
}

.det_double_fl.three .det_double_tit {
    padding-top: 30px;
    margin-bottom: 140px;
    text-align: center;
}

.det_double_fl.askew .det_double_cont:nth-child(2) {
    padding-top: 192px;
}

.det_double_fl.double_txt {
    flex-wrap: wrap;
}

.det_double_fl.double_txt .det_double_cont {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.det_double_fl.double_txt .det_double_cont p {
    width: 48%;
}

.det_double_ic,
.det_double_cont {
    width: 48%;
}

.det_double_cont {
    padding-top: 5px;
}

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

.det_double_cont img[align="center"] {
    margin: 113px 0 0 0;
    width: 100%;
}

.color_txt {
    color: #BB9761;
}

.det_double_tit {
    font-weight: 300;
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 48px;
}

.det_double_bt {
    font-weight: 500;
    line-height: 1.56;
}

.det_double_bt:first-child {
    margin-top: 0;
}

.det_double_ic img {
    display: block;
    width: 100%;
    box-shadow: 0px 30px 60px rgba(72, 72, 72, 0.1);
}

.det_option_bl {
    /* padding: 140px 0 1px; */
    padding: 100px 0 1px;
}

.det_option_fl {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 1px;
}

.det_option_el {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 30.4%;
    margin-right: 4.4%;
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.4;
}

.det_option_el svg {
    fill: transparent;
}

.det_option_el:nth-child(3n) {
    margin-right: 0;
}

.det_option_ic {
    width: 65px;
    min-width: 65px;
    margin-right: 25px;
}

.det_option_txt {
    width: 100%;
}

.catalog_save_bl {
    padding: 80px 0 40px;
}

.catalog_save {
    text-align: center;
    max-width: 934px;
    margin: 0 auto;
}

.catalog_save .det_big_txt {
    margin-bottom: 48px;
}

.catalog_save .det_big_txt:last-child {
    margin-bottom: 0px;
}

.catalog_save .color_bt {
    font-size: 14px;
    font-weight: 600;
    padding: 20px 22px 19px;
    line-height: 1.2;
}

.det_box {
    display: none;
}

.det_box:nth-child(6) .det_double_fl.other .det_double_cont,
.det_box:nth-child(5) .det_double_fl.other .det_double_cont,
.det_box.last:nth-child(5) .det_double_fl.other .det_double_cont,
.det_box.last:last-child .det_double_fl.other .det_double_cont {
    order: 1;
}

.det_box:nth-child(6) .det_double_fl.other .det_double_ic,
.det_box:nth-child(5) .det_double_fl.other .det_double_ic,
.det_box.last:nth-child(5) .det_double_fl.other .det_double_ic,
.det_box.last:last-child .det_double_fl.other .det_double_ic {
    order: 2;
}

.det_box>.det_color_bl:first-child {
    padding-top: 0;
}

.det_section {
    padding: 100px 0 1px;
}

ul.not_style.det_tabs,
.det_tabs {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin-bottom: 30px;
}

.det_tabs {
    padding: 0 80px;
}

ul.not_style.det_tabs li,
.det_tabs li {
    margin: 0 42px;
    margin-bottom: 81px;
    position: relative;
    text-align: center;
    font-weight: 300;
    font-size: 46px;
    line-height: 1.2;
    color: #BB9761;
    cursor: pointer;
}

ul.not_style.det_tabs li:after,
.det_tabs li:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    margin-top: 21px;
    width: 2px;
    height: 0;
    background: #222;
    transition: height 1s ease;
    left: 50%;
    margin-left: -1px;
}

ul.not_style.det_tabs li:hover,
.det_tabs li:hover {
    color: #594a42;
}

ul.not_style.det_tabs li.current,
.det_tabs li.current {
    color: #594a42;
}

ul.not_style.det_tabs li.current:after,
.det_tabs li.current:after {
    height: 60px;
}

.det_menu_bl {
    display: none;
    background: #191919;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
    padding: 20px 30px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 86px;
}

.det_menu_bl .color_bt {
    padding: 16px 31px 15px;
    font-size: 18px;
    line-height: 1.56;
    text-transform: none;
    font-weight: 500;
}

.det_menu_bl.fix {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 200;
    display: flex;
}

.det_logo_bl {
    width: 274px;
    min-width: 274px;
}

.det_logo_bl svg {
    fill: #BB9761;
    display: block;
}

.det_logo_bl a:hover svg {
    fill: #fff;
}

.det_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1.4;
}

.det_menu a {
    display: block;
    margin: 0 54px;
    text-transform: none;
    font-weight: 500;
}

.det_menu a.selected,
.det_menu a.current,
.det_menu a.active,
.det_menu a:hover {
    color: #fff;
    text-decoration: none;
}

.det_menu_cont {
    text-align: right;
    min-width: 235px;
    width: 235px;
}

.det_menu_cont a:hover {
    color: #fff;
    text-decoration: none;
}

.det_color_bl {
    /* padding: 120px 0 20px; */
    padding: 100px 0 20px;
}

.det_color_bl .det_double_fl {
    margin-bottom: 40px;
}

.det_conf_tit {
    font-weight: 300;
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 40px;
}

.det_reiki_fl,
.det_color_fl {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 1px;
}

.det_color_el {
    width: 13.3%;
    margin: 0 4.04% 20px 0;
    position: relative;
}

.det_color_el:nth-child(6n) {
    margin-right: 0;
}

.det_color_ic {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90px;
    margin-bottom: 10px;
    transition: all 2s ease;
}


/* .det_color_ic:hover {
  transform: scale(2);
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
} */

.det_color_hover {
    position: absolute;
    left: -45px;
    top: -20px;
    right: -45px;
    background: #fff;
    z-index: -99999;
    padding: 20px;
    display: block;
    box-shadow: 0px 15px 60px rgba(72, 72, 72, 0.15);
    opacity: 0 !important;
    transition: opacity 0.2s ease;
}

.det_color_hover .det_color_ic {
    height: 240px;
    margin-bottom: 10px;
}

.det_color_el:hover .det_color_hover {
    opacity: 1 !important;
    z-index: 20;
}

.det_color_hover .det_color_type {
    font-size: 36px;
    line-height: 140%;
}

.det_color_hover .det_color_txt {
    text-overflow: inherit;
    overflow: inherit;
    white-space: inherit;
}

.det_reiki_txt,
.det_color_txt {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.det_reiki_hover .det_reiki_txt {
    text-overflow: inherit;
    overflow: inherit;
    white-space: inherit;
}

.det_reiki_bl {
    /* padding: 100px 0 80px; */
    padding: 80px 0 40px;
}

.det_reiki_bl .det_double_fl {
    margin-bottom: 40px;
}

.det_reiki_hover {
    position: absolute;
    left: -45px;
    top: -20px;
    right: -45px;
    background: #fff;
    z-index: -99999;
    padding: 20px;
    display: block;
    box-shadow: 0px 15px 60px rgba(72, 72, 72, 0.15);
    opacity: 0 !important;
    transition: opacity 0.2s ease;
}

.det_reiki_hover .det_reiki_ic {
    height: 100px;
    margin-bottom: 10px;
}

.det_reiki_el:hover .det_reiki_hover {
    opacity: 1 !important;
    z-index: 20;
}

.det_reiki_hover .det_color_type {
    font-size: 36px;
    line-height: 140%;
}

.det_reiki_hover .det_color_txt {
    text-overflow: inherit;
    overflow: inherit;
    white-space: inherit;
}

.det_reiki_gr {
    width: 30.6%;
    margin: 0 4.1% 0 0;
}

.det_reiki_gr:nth-child(3n) {
    margin-right: 0;
}

.det_reiki_gr .det_reiki_el {
    width: 100%;
    margin: 0 0% 20px 0;
}

.det_reiki_gr .det_reiki_el:nth-child(3n) {
    margin-right: 0;
}

.det_reiki_el {
    width: 30.6%;
    margin: 0 4.1% 20px 0;
    position: relative;
}

.det_reiki_el:nth-child(3n) {
    margin-right: 0;
}

.det_reiki_ic {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 48px;
    margin-bottom: 10px;
}

.det_print_bl {
    padding: 140px 0 60px;
}

.det_print_bl .det_double_fl {
    /* margin-bottom: 90px; */
    margin-bottom: 40px;
}

.det_print_fl {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 1px;
}

.det_print_el {
    width: 21.85%;
    margin: 0 4.2% 40px 0;
}

.det_print_el:nth-child(4n) {
    margin-right: 0;
}

.det_print_ic {
    border: 1px solid #624821;
    height: 197px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.det_print_ic img {
    max-height: 99%;
    display: block;
}

.det_print_tit {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 9px;
}

.det_print_txt {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    opacity: 0.5;
}

.det_pager_bl {
    padding-top: 100px;
}

.det_pager_fl {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.det_pager_el {
    flex-direction: column;
    display: flex;
    justify-content: center;
    color: #fff;
    background: #BB9761;
    width: 50%;
    height: 208px;
    transition: all 0.5s ease;
    text-transform: none;
}

.det_pager_el:nth-child(2n+1) {
    align-items: flex-start;
    padding: 10px 10px 10px 120px;
    text-align: left;
}

.det_pager_el:nth-child(2n+1) .det_pager_hr {
    padding-left: 124px;
}

.det_pager_el:nth-child(2n+1) .det_pager_arr {
    left: 0;
}

.det_pager_el:nth-child(2n) {
    align-items: flex-end;
    padding: 10px 120px 10px 10px;
    text-align: right;
}

.det_pager_el:nth-child(2n) .det_pager_hr {
    padding-right: 124px;
}

.det_pager_el:nth-child(2n) .det_pager_arr {
    right: 0;
}

.det_pager_el:hover {
    color: #fff;
    background: #dab379;
    text-decoration: none;
}

.det_pager_el:hover:nth-child(2n+1) .det_pager_arr {
    left: -30px;
}

.det_pager_el:hover:nth-child(2n) .det_pager_arr {
    right: -30px;
}

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

.det_pager_arr {
    position: absolute;
    top: 50%;
    margin-top: -7.5px;
    display: block;
    transition: all 1s ease;
}

.det_pager_arr svg {
    fill: #fff;
    display: block;
}

.det_pager_tit {
    font-weight: 300;
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 10px;
    display: block;
}

.det_pager_txt {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.4;
    display: block;
    max-width: 490px;
}

.det_double_ic_fl {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.det_double_ic_fl img {
    width: 45.6%;
}

.color_double_fl {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.color_double_fl.three .color_double_txt {
    width: 48%;
}

.color_double_fl.three .color_double_list {
    width: 48%;
}

.color_double_fl.three .det_color_el {
    width: 27.5%;
    margin-right: 8.75%;
    margin-bottom: 10px;
}

.color_double_fl.three .det_color_el:nth-child(3n) {
    margin-right: 0;
}

.color_double_fl.four .color_double_txt {
    width: 30.5%;
}

.color_double_fl.four .color_double_list {
    width: 65.4%;
}

.color_double_fl.four .det_color_el {
    width: 20.2%;
    margin-right: 6.4%;
    margin-bottom: 20px;
}

.color_double_fl.four .det_color_el:nth-child(4n) {
    margin-right: 0;
}

.color_double_list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.pressa_first_fl {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    padding: 20px 0;
    position: relative;
    z-index: 10;
}

.pressa_first_tit {
    font-weight: 300;
    font-size: 86px;
    line-height: 1.25;
}

.pressa_first_tit.white {
    color: #fff;
}

.pressa_first_tit h1 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: inherit;
    color: inherit;
}

.pressa_det_tit {
    font-weight: 300;
    font-size: 56px;
    line-height: 1.2;
}

.pressa_det_tit.white {
    color: #fff;
}

.pressa_det_tit h1 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: inherit;
    color: inherit;
}

.pressa_page {
    /* padding: 140px 0 100px; */
    padding: 100px 0 40px;
}

.pressa_page_fl {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.pressa_col {
    width: 30.3%;
}

.pressa_el {
    margin-bottom: 100px;
}

.pressa_el_ic {
    margin-bottom: 32px;
}

.pressa_el_ic img {
    display: block;
    width: 100%;
}

.pressa_el_tit {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.4;
    color: #BB9761;
    margin-bottom: 16px;
}

.pressa_el_tit a {
    text-transform: none;
}

.pressa_el_txt {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    color: #594a42;
    opacity: 0.5;
}

.pager_fl {
    padding: 40px 0;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.pager_el {
    display: block;
    width: 76px;
    border: 2px solid transparent;
    padding: 22px 5px;
    text-align: center;
    margin: 0 4px;
    color: #BB9761;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75;
    transition: all 0.5s ease;
    text-decoration: none;
}

.pager_el.active {
    color: #594a42;
}

a.pager_el:hover {
    color: #594a42;
    border-color: #222;
    text-decoration: none;
}

.pager_ar {
    width: 66px;
    margin: 0 8px;
}

.pager_ar svg {
    display: block;
    fill: #BB9761;
    transition: all 0.5s ease;
}

.pager_ar:hover svg {
    fill: #222;
}

.det_press_page {
    padding: 140px 0 40px;
}

.det_press_double {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 80px;
}

.det_press_double:last-child {
    margin-bottom: 0;
}

.det_press_double .det_big_txt {
    margin-bottom: 48px;
}

.det_press_double.top .press_double_r {
    margin-top: -141px;
}

.press_double_l,
.press_double_r {
    width: 48%;
}

.press_double_l.small_r {
    flex-direction: column;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.press_double_l.small_r .press_double_comm,
.press_double_l.small_r .press_double_ic {
    width: 63.6%;
}

.press_double_l.small_l {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.press_double_l.small_l .press_double_comm,
.press_double_l.small_l .press_double_ic {
    width: 63.6%;
}

.press_double_ic {
    margin-bottom: 32px;
}

.press_double_ic img {
    display: block;
    width: 100%;
}

.press_double_comm {
    font-weight: 300;
    padding-top: 20px;
    font-size: 18px;
    line-height: 1.60;
    opacity: 0.5;
}

.press_double_tit {
    font-size: 36px;
    line-height: 140%;
    margin-bottom: 48px;
    margin-top: 72px;
}

.press_double_tit:first-child {
    margin-top: 0;
}

.press_double_tit:last-child {
    margin-bottom: 0;
}

.press_more_bl {
    padding: 100px 0 175px;
}

.press_more_fl {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 1px;
}

.press_more_el {
    margin-bottom: 40px;
    width: 30.3%;
    margin-right: 4.55%;
}

.press_more_el:nth-child(3n) {
    margin-right: 0;
}

.press_more_ic {
    margin-bottom: 32px;
}

.press_more_ic a {
    display: block;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-transform: none;
}

.project_fl {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 1px;
}

.project_el {
    margin-bottom: 140px;
    width: 48%;
}

.project_el_ic {
    margin-bottom: 32px;
}

.project_el_ic a {
    display: block;
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-transform: none;
}

.project_el_tit {
    font-size: 36px;
    line-height: 1.4;
    color: #BB9761;
    margin-bottom: 16px;
}

.project_el_tit a {
    text-transform: none;
}

.project_el_txt {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 1px;
    color: #594a42;
}

.project_section {
    /* padding: 140px 0 100px; */
    padding: 100px 0 40px;
}

.project_section ul.not_style.det_tabs li,
.project_section .det_tabs li {
    margin-left: 53px;
    margin-right: 53px;
}

.proj_first_bl {
    height: 1006px;
    position: relative;
}

.proj_first_bl .standart_width {
    height: 100%;
}

.proj_first_bl .pressa_first_fl {
    justify-content: flex-end;
}

.proj_first_bl .ind_first_more {
    margin: 247px auto -30px;
}

.det_optlist_el {
    margin-bottom: 29px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
}

.det_optlist_el b {
    font-weight: 500;
    line-height: 1.56;
}

.detproj_imgl_bl {
    margin: 140px 0 100px;
}

.detproj_imgl_bl .det_double_fl {
    margin: 100px 0 80px;
}

.detproj_imgl_el {
    margin-right: 120px;
}

.detproj_imgl_el img {
    width: 100%;
    display: block;
}

.detproj_imgr_el {
    margin-left: 120px;
}

.detproj_imgr_el img {
    width: 100%;
    display: block;
}

.detproj_img_comm {
    padding-top: 32px;
    font-weight: 300;
    font-size: 18px;
    line-height: 160%;
    opacity: 0.5;
}

.proj_gall_three {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    margin-bottom: 40px;
    padding-bottom: 1px;
}

.proj_gall_el {
    margin-bottom: 40px;
    width: 30.3%;
    margin-right: 4.55%;
}

.proj_gall_el:nth-child(3n) {
    margin-right: 0;
}

.proj_gall_el img {
    display: block;
    width: 100%;
}

.proj_gall_one img {
    display: block;
    width: 100%;
}

.ind_art_author p {
    margin-bottom: 32px;
}

.author_name {
    font-weight: normal;
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 10px;
    text-align: right;
}

.author_stat {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    opacity: 0.5;
    text-align: right;
}

.menu_bl {
    opacity: 0;
    transition: opacity 1s ease;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -200;
    background: #191919;
    color: #fff;
    overflow-y: auto;
}

.menu_bl.open {
    opacity: 1;
    z-index: 200;
}

.menu_bl a {
    color: #fff;
    text-decoration: none;
    text-transform: none;
}

.menu_bl a.active,
.menu_bl a:hover {
    color: #BB9761;
    text-decoration: none;
}

.menu_bl .foot_menu_bl {
    margin-bottom: 28px;
    width: auto;
}

.menu_bl .foot_menu_bl a {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.menu_bl .foot_menu_bl a:last-child {
    margin-bottom: 0;
}

.menu_bl .foot_menu_bl a.selected,
.menu_bl .foot_menu_bl a.active {
    color: #BB9761;
    text-decoration: none;
}

.menu_fl {
    padding: 144px 0;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
}

.menu_search {
    margin-bottom: 95px;
    position: relative;
    /* Firefox 19+ */
    /* Firefox 18- */
}

.menu_search input[type="text"] {
    padding: 0 0 0 35px;
    height: 30px;
    border: none;
    color: #fff;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: transparent;
}

.menu_search ::-webkit-input-placeholder {
    color: #fff;
}

.menu_search ::-moz-placeholder {
    color: #fff;
}

.menu_search :-moz-placeholder {
    color: #fff;
}

.menu_search :-ms-input-placeholder {
    color: #fff;
}

.menu_search input[type="submit"] {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 2;
}

.menu_search svg {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1;
    fill: #fff;
}

.menu_left {
    /* min-width: 330px;
    width: 330px; */
    /*margin-left: 190px;*/
    padding-left: 13.28%;
}

.menu_right {
    /* width: 39%; */
    width: fit-content;
    /*margin-right: 13.28%;*
    /*order: -1;*/
}

.menu_razdel_bl {
    position: relative;
    padding: 58px 125px;
}

.menu_razdel {
    font-weight: 300;
    font-size: 86px;
    line-height: 1.25;
    position: relative;
    z-index: 10;
}

.menu_razdel a {
    display: block;
    margin-bottom: 16px;
    text-transform: none;
    text-transform: none;
    font-size: 86px;
    line-height: 108px;
}

.menu_razdel a:last-child {
    margin-bottom: 0;
}

.menu_razdel_bg {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0.4;
}

.menu_razdel_bg:before {
    content: '';
    background: linear-gradient(0deg, rgba(187, 151, 97, 0.05), rgba(187, 151, 97, 0.05)), linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: block;
    z-index: 2;
}

.menu_raz_bg_el {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
}

.light_shadow_fl {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.light_shadow_ic {
    width: 38.2%;
}

.light_shadow_txt {
    width: 53.8%;
}

.about_page_bg_bl {
    /* padding: 140px 0 200px; */
    padding: 100px 0 40px;
}

.pressa_det_txt {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.4;
}

.pressa_det_txt.white {
    color: #fff;
}

.maket_page_bl {
    padding: 250px 0 240px;
}

input[type="submit"] {
    cursor: pointer;
}

.search_form {
    position: relative;
    margin-bottom: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.search_form .color_bt {
    width: 130px;
    min-width: 130px;
    margin-left: 30px;
    padding: 22px 32px;
}

.search_form input[type="text"] {
    width: 100%;
    display: block;
    border-bottom: 1px solid #333;
    /* color: #333; */
    color: #594a42;
    padding: 0 55px 0 65px;
    font-weight: 300;
    font-size: 56px;
    line-height: 1.2;
    height: 69px;
}

.search_inp {
    width: 100%;
    position: relative;
}

.search_inp .search_lup {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
}

.search_inp .search_dell {
    position: absolute;
    display: none;
    right: 0;
    top: 50%;
    margin-top: -23px;
}

.search_inp .search_dell svg {
    stroke: #222222;
}

.search_inp .search_dell:hover svg {
    stroke: #BB9761;
}

.search_inp .search_dell.active {
    display: block;
}

.search_res_el {
    margin-bottom: 72px;
}

.search_res_el:last-child {
    margin-bottom: 0;
}

.search_res_tit {
    font-size: 36px;
    line-height: 1.4;
    color: #594a42;
    margin-bottom: 30px;
}

.search_res_tit a {
    color: #594a42;
    text-transform: none;
}

.search_res_tit a:hover {
    color: #BB9761;
}

.search_res_tit b {
    font-weight: inherit;
}

.search_res_txt {
    margin-bottom: 30px;
}

.search_res_txt li,
.search_res_txt p {
    margin-bottom: 12px;
}

.search_res_txt li:last-child,
.search_res_txt p:last-child {
    margin-bottom: 0;
}

.search_res_txt ul,
.search_res_txt ol {
    margin-bottom: 0;
}

.search_res_bt {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.txt_top_detdoub {
    margin-top: 320px;
    max-width: 545px;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.4;
    color: #594a42;
}

.txt_top_detdoub:first-child {
    margin-top: 0;
}

.art_centeric_bl {
    /* padding: 140px 0 100px; */
    padding: 100px 0 40px;
}

.art_centeric img {
    display: block;
    margin: 0 auto;
}

.art_slider_bl {
    /* padding: 240px 0 200px; */
    padding: 100px 0 40px;
    overflow: hidden;
}

.art_slider_bl .standart_width {
    position: relative;
}

.art_slider_bl .proj_arrows a {
    top: 10px;
    text-transform: none;
}

.art_slider_tit {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 72px;
    color: #594a42;
}

.error_page_bl {
    background: url(../img/404.png) right bottom no-repeat #191919;
    height: 100vh;
    min-height: 500px;
    color: #fff;
}

.error_page_bl .standart_width {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 100%;
}

.error_page_bl .color_bt {
    padding: 22px 29px;
}

.error_page_cont {
    max-width: 445px;
}

.error_h2 {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 50px;
}

.error_h1 {
    font-weight: 300;
    font-size: 86px;
    line-height: 125%;
    margin-bottom: 50px;
}

.prava_tit {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.4;
    margin-top: 70px;
}

.prava_tit:first-child {
    margin-top: 0;
}

.search-result {
    margin-bottom: 40px;
    opacity: 0.5;
}

.search-sorting label {
    opacity: 0.5;
}

.search-sorting b {
    font-weight: inherit;
}

.search-sorting a {
    margin: 0 20px;
    text-transform: none;
}

.only_big_txt_bl {
    padding: 40px 0 140px;
}

.contact_bl {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    min-height: 410px;
    margin-top: 85px;
}

.contact_bl .ind_contact_mail,
.contact_bl .ind_contact_addr {
    margin-bottom: 22px;
}

.contact_bl img {
    height: 100%;
    width: 100%;
    display: block;
}

.contact_bl .ind_contact_r {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.contact_bl .ind_contact_tel {
    margin-bottom: 0;
}

.contact_page_form {
    padding: 140px 0 154px;
    background: url(../img/cont279.jpg) center no-repeat;
    background-size: cover;
    color: #fff;
}

.contact_page_form ::-webkit-input-placeholder {
    color: #fff;
}

.contact_page_form ::-moz-placeholder {
    color: #fff;
}

.contact_page_form :-moz-placeholder {
    color: #fff;
}

.contact_page_form :-ms-input-placeholder {
    color: #fff;
}

.contact_page_form .error:placeholder-shown::-webkit-input-placeholder {
    color: #AF7B7B;
}

.contact_page_form .error:placeholder-shown::-moz-placeholder {
    color: #AF7B7B;
}

.contact_page_form .error:placeholder-shown:-moz-placeholder {
    color: #AF7B7B;
}

.contact_page_form .error:placeholder-shown:-ms-input-placeholder {
    color: #AF7B7B;
}

.contact_page_form input[type="text"],
.contact_page_form input[type="email"],
.contact_page_form input[type="tel"],
.contact_page_form select,
.contact_page_form input[type="password"],
.contact_page_form textarea {
    border-color: #fff;
    color: #fff;
}

.contact_page_form input[type="text"]:focus,
.contact_page_form input[type="email"]:focus,
.contact_page_form input[type="tel"]:focus,
.contact_page_form select:focus,
.contact_page_form input[type="password"]:focus,
.contact_page_form textarea:focus {
    border-color: #BB9761;
}

.contact_page_form input[type="text"].error:placeholder-shown,
.contact_page_form input[type="email"].error:placeholder-shown,
.contact_page_form input[type="tel"].error:placeholder-shown,
.contact_page_form select.error:placeholder-shown,
.contact_page_form input[type="password"].error:placeholder-shown,
.contact_page_form textarea.error:placeholder-shown {
    border-color: #AF7B7B;
}

.contact_page_form .cont_prave_el:before {
    border-color: #fff;
}

.contact_page_form .cont_prave_el.checked:before {
    background-image: url(../img/prava_checked.png);
}

.contact_form_bl {
    text-align: center;
    max-width: 683px;
    margin: 0 auto;
}

.contact_form_h1 {
    font-weight: 300;
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 48px;
}

.contact_form_txt {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 73px;
}

.cont_inp_gr {
    padding-bottom: 1px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.cont_form_el {
    margin-bottom: 24px;
    width: 100%;
}

.cont_form_el:nth-child(1),
.cont_form_el:nth-child(2) {
    width: 45.4%;
}

.cont_form_el:nth-child(1) {
    margin-right: 9.2%;
}

.cont_prave_el {
    text-align: left;
    padding-left: 27px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 32px;
    position: relative;
    cursor: pointer;
}

.cont_prave_el:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    width: 14px;
    height: 14px;
    border: 1px solid #222;
}

.cont_prave_el.checked:before {
    background-image: url(../img/prava_checked_black.png);
    background-position: center;
    background-repeat: no-repeat;
}

.popup {
    width: 840px;
    max-width: 100%;
    padding: 40px;
    background: #fff;
    text-align: center;
}

.popup .cont_form_el:nth-child(1),
.popup .cont_form_el:nth-child(2) {
    width: 100%;
    margin-right: 0;
}

.popup_h1 {
    font-weight: 300;
    font-size: 38px;
    line-height: 120%;
    margin-bottom: 36px;
    padding-right: 50px;
    text-align: left;
}

.popup_txt {
    font-weight: 300;
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 18px;
    text-align: left;
}

.header_white_bg {
    height: 83px;
    position: fixed;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    left: 0;
    top: 0;
    right: 0;
    z-index: 600;
    padding: 25px 50px 25px 30px;
}

.header_white_bg.active {
    background: rgba(255, 255, 255, 0.9);
}

.header_white_bg .head_logo,
.header_white_bg .head_contact {
    position: relative;
    left: auto;
    top: auto;
    right: auto !important;
    bottom: auto;
}

.loader-container img {
    max-width: none;
    box-shadow: none;
}

.back_page_bt {
    padding: 50px 0 0;
}

.gallery_slid_zoom {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
}

.gallery_slid_zoom svg {
    fill: #fff;
    width: 34px;
    height: 34px;
    transition: all 0.5s ease;
}

.gallery_slid_zoom:hover svg {
    width: 40px;
    height: 40px;
}

.det_box .det_double_ic {
    height: auto;
}

.det_double_cont ul:last-child {
    margin-bottom: 0;
}


/* projects add logo */


/* .anim_img_container_seven.image-container::after {
    content: "";
    background-image: url(/local/templates/main/img/logo.png);
    display: block;
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 150px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: 10;
} */


/* .anim_img_container_eight.image-container::after {
    content: "";
    background-image: url(/local/templates/main/img/logo.png);
    display: block;
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 150px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: 10;
} */

.detproj_imgl_el.anim_img_container_nine {
    position: relative;
}


/* .detproj_imgl_el.anim_img_container_nine::after {
     content: "";
    background-image: url(/local/templates/main/img/logo.png);
    display: block;
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 25%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: 10; 
} */

.proj_gall_three .proj_gall_ic {
    position: relative;
}


/* .proj_gall_three .proj_gall_ic::after {
    content: "";
    background-image: url(/local/templates/main/img/logo.png);
    display: block;
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 150px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: 10;
} */


/* #gallery-522 .gallery-slide::after {
    content: "";
    background-image: url(/local/templates/main/img/logo.png);
    display: block;
    position: absolute;
    right: 20px;
    bottom: 30px;
    width: 150px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: 10;
} */

.proj_img_nine_wrap {
    height: 100%;
    width: max-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.proj_img_nine_wrap img {
    height: 100%;
    width: auto;
}


/* .proj_img_nine_wrap::after {
    content: "";
    background-image: url(/local/templates/main/img/logo.png);
    display: block;
    position: absolute;
    right: 40px;
    bottom: 40px;
    width: 150px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: 10;
} */


/* ----------------- new foooter *******************************/

.navigation-menu {
    display: flex;
    width: 100%;
}

.navigation-menu a {
    color: #fff;
}

.solutions-navigation,
.info-navigation,
.materials-navigation {
    display: flex;
    flex-direction: column;
}

.solutions-navigation,
.materials-navigation {
    padding-right: 100px;
}

.solutions-navigation a,
.materials-navigation a {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 140%;
    color: #FFFFFF;
}

.solutions-navigation a+a,
.materials-navigation a+a {
    margin-top: 12px;
}

.list-title {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 160%;
    color: #FFFFFF;
    opacity: 0.5;
    margin-bottom: 18px;
    text-transform: none;
}

.info-navigation a {
    display: block;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
}

.info-navigation a+a {
    margin-top: 7px;
}


/* ***************** rollo section *************** */


/*-------- bottom margins --------------------*/

.bm-tiny {
    margin-bottom: 48px;
}

.bm-small {
    margin-bottom: 80px;
}

.bm-medium {
    margin-bottom: 110px;
}

.bm-big {
    margin-bottom: 140px;
}

.bm-large {
    margin-bottom: 180px;
}


/*-------------------- redefines -------------------- */

.color_bt a {
    color: #fff;
}

.container .det_option_fl {
    padding: 100px 0px 50px;
}

.next-arrow,
.prev-arrow {
    cursor: pointer;
}

.next-arrow {
    margin: 0 0 0 40px;
}


/* ---------------- general -------------------- */

.max-content {
    min-width: max-content;
}

.container {
    width: 100%;
    padding: 0 245px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.dark-bg-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.panel,
.panel-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.block {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.block:nth-of-type(2n) {
    padding-left: 30px;
}

.block:nth-of-type(2n + 1) {
    padding-right: 30px;
}

.block:nth-of-type(n+3) {
    margin-top: 100px;
}

.block.top {
    justify-content: flex-start;
}

.block.bottom {
    justify-content: flex-end;
}

.panel-header {
    display: block;
    width: 100%;
}

.panel-header.rare-text {
    margin-bottom: 68px;
}

.block:nth-child(1).slim-block {
    padding-right: 160px;
}

.block:nth-child(2).slim-block {
    padding-left: 160px;
}

.block-small {
    width: 25%;
    display: flex;
    flex-direction: column;
    padding: 0px 30px;
}

.block-small:nth-child(1) {
    padding-left: 0px;
}

.block-small:nth-child(4) {
    padding-right: 0px;
}

.block-small img+p,
.block-small p+img {
    margin-top: 40px;
}

.panel-top>.block {
    justify-content: flex-start;
}

.flex-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.block-ref {
    display: block;
    text-decoration: none;
    text-transform: none;
}

.block-ref:hover {
    text-decoration: none;
}

.zoom-image:hover {
    cursor: url("../img/zoom-icon.png"), pointer;
}

.dark-bg {
    background: #191919;
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

.dark-bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.dark-bg.offset-right {
    right: 120px;
}

.dark-bg.offset-left {
    left: 120px;
}

.title-text,
.header-text,
.bold-text,
.regular-text {
    font-family: Montserrat;
    font-style: normal;
    color: #222222;
    margin: 0px;
}

.title-text {
    font-weight: 300;
    font-size: 11.6rem;
    line-height: 1.25;
}

.title-text-small {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 8.6rem;
    line-height: 125%;
    color: #FFFFFF;
}

.header-text {
    font-weight: 300;
    font-size: 5.6rem;
    line-height: 1.2;
    margin-bottom: 48px;
}

.block .header-text {
    margin-bottom: 0;
}

.bold-text {
    font-weight: 500;
    font-size: 2.6rem;
    line-height: 1.4;
}

.regular-text {
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 1.6;
}

.regular-text p,
.bold-text p {
    margin: 0;
    padding: 0;
}

.regular-text p+p {
    margin-top: 48px;
}

.rare-text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 3.6rem;
    line-height: 140%;
    color: #222;
    margin: 0;
    padding: 0;
}

.flex-items-center {
    align-items: center;
}

.dark-bg-container p,
.dark-bg-container .bold-text,
.dark-bg-container .rare-text,
.dark-bg-container .header-text {
    color: #fff;
}

.align-cc {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.align-sb {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    text-align: left;
}

.align-lc {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


/* image-container should be last div before image*/

.image-container {
    position: relative;
    font-size: 0;
    overflow: hidden;
    transition: 0.1s;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
    user-select: none;
}

.image-container>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* ----------------- frame select ---------------- */

.color-select {
    display: flex;
    width: 100%;
}

.image-frame {
    background-color: white;
    box-shadow: 0px 15px 60px rgba(72, 72, 72, 0.15);
    width: calc(100% - 397px);
    padding: 20px;
    height: min-content;
    max-height: 686px;
}

.image-frame-preview {
    height: 100%;
    font-size: 0;
    position: relative;
}

.image-frame-preview img {
    position: absolute;
    box-shadow: none;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    user-select: none;
    /* for mac os */
    height: intrinsic;
}

.image-frame-navigation {
    margin: 30px 0 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.navigation-arrows {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
}

.navigation-arrows a>svg {
    fill: #BB9761;
}

.left-arrow,
.right-arrow {
    font-size: 0;
    fill: #BB9761;
}

.left-arrow:hover,
.right-arrow:hover {
    cursor: pointer;
}

.left-arrow {
    margin-right: 40px;
    transform: rotate(180deg);
}

.image-frame-name {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 3.6rem;
    line-height: 1.4;
    color: #000000;
    position: relative;
}

.navigation-arrows {
    /* half of image-frame-name font-size */
    /* margin-top: 1.8rem; */
}

.select-panel {
    min-width: 352px;
    width: 352px;
    margin-left: 45px;
    margin-right: -15px;
    padding-top: 5px;
    display: flex;
    flex-wrap: wrap;
    height: min-content;
}

.select-element {
    width: 25%;
    height: auto;
    position: relative;
    transition: 1s ease;
    margin-bottom: 8px;
}

.select-element:hover {
    cursor: pointer;
}

.select-element.wide {
    width: 50%;
}

.select-element.wide .select-element-icon {
    width: 165px;
}

.select-element-icon {
    height: 80px;
    width: 80px;
    padding: 15px;
    margin: 0px 4px;
    border: 1px solid #fff;
}

.select-element.active>.select-element-icon {
    border-color: #BB9761;
}

.select-element-icon img {
    box-shadow: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
}

.select-element-preview {
    display: none;
    position: absolute;
    width: 230px;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 15px 60px rgba(72, 72, 72, 0.15);
    z-index: 1;
    overflow: hidden;
}

.select-element:hover .select-element-preview {
    display: block;
}

.select-element-preview-image {
    font-size: 0;
    width: 100%;
}

.select-element-preview-image img {
    width: 100%;
}

.select-element-preview-name {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 2.6rem;
    line-height: 1.2;
    color: #000000;
    margin: 10px 0px;
}

.select-element-preview-description {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #000000;
}

.button,
.button-small {
    width: max-content;
    font-size: 1.4rem;
    display: inline-block;
    color: #fff;
    background-color: #dab379;
    text-decoration: none;
    transition: 0.4s;
}

.button:hover,
.button-small:hover {
    background: #dab379;
    color: #fff;
    text-decoration: none;
}

.button {
    padding: 24px 32px;
    margin-top: 72px;
}

.button-small {
    padding: 20px 22px;
    margin-top: 48px;
}

.text-button {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 156%;
    color: #BB9761;
    margin-top: 72px;
}

.desktop-element {
    display: unset;
}

.mobile-element {
    display: none;
}


/* ------------------- banner ------------------ */

.section-banner-maximized {
    overflow: hidden;
    height: 100vh;
}

.banner-bg-container {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    z-index: -1;
}

.banner-bg-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.bg-banner {
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.banner-flow {
    background-size: 133.33% 133.33%;
}

.banner-slides {
    background-size: 100% 100%;
}

.full-size {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner-title {
    position: absolute;
    bottom: 21%;
}

.cast-shadow {
    box-shadow: 0px 30px 60px rgba(72, 72, 72, 0.1);
}


/* --------------  section-gallery ------------------ */

.section-gallery {
    position: relative;
    padding-top: 100px;
}

.section-gallery .header-text {
    margin-bottom: 0px;
}

.section-gallery .dark-bg {
    bottom: 90px;
}

.section-gallery .container {
    padding: 0 0 0 244px;
    overflow: hidden;
}

.gallery-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
    padding-right: 120px;
    font-size: 0;
}

.gallery-header .header-text {
    color: #fff;
}

.gallery-header .right-arrow {
    margin-left: 60px;
}

.gallery-slider {
    width: 100%;
    height: 450px;
    overflow: hidden;
    white-space: nowrap;
}

.slick-list {
    max-height: 100%;
    height: 100%;
}

.slick-track {
    max-height: 100%;
    height: 100%;
    display: flex !important;
}

.gallery-slide {
    width: auto !important;
    height: 100% !important;
    margin: 0 64px 0 0;
}

.gallery-slide img {
    object-fit: contain;
    height: 100%;
    width: auto;
}


/* --------------  section-colors ------------------ */

.section-colors .panel-top,
.section-colors .header-text {
    margin-bottom: 40px;
}


/* --------------  section-reiki ------------------ */

.section-reiki .offset-block {
    min-width: 380px;
}

.section-reiki .header-bar .flex-row {
    margin: 48px 0 40px 0;
}

.section-reiki .header-bar p {
    padding-right: 20px;
}

.section-reiki .button {
    padding: 20px 75px;
}

.flex-row .button {
    margin-top: 0px;
}


/* ------------------- section-other ------------------- */

.other-panel {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.other-panel-element {
    width: 21%;
    height: 300px;
    position: relative;
    padding: 150px 20px 20px;
}

.other-panel-element .header-text {
    margin: 0;
}

.other-panel-element div.regular-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.other-bg {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.3;
    border: 1px solid #624821;
    transition: 1s ease;
    z-index: -1;
}

.other-panel-element:hover .other-bg {
    opacity: 1;
}

.other-panel-element:hover {
    cursor: pointer;
}


/* ---------------------- for animations ----------------------*/

.banner-title.banner-animation {
    opacity: 0;
    transition: 0.5s;
}

.banner-bg-container.banner-animation {
    z-index: 5000;
}

.gallery-slider.new-animation {
    transform: translate(150%, 0);
    transition: 2s;
}

.scale-animation {
    transition: 0.3s;
}

.scale-animation:hover {
    transition: transform 0.3s;
    transform: scale(1.083);
}


/* --------------- page washi ---------------------------*/

.section-banner {
    width: 100%;
    height: 610px;
    position: relative;
}

.section-banner h1 {
    margin: 0;
}

.section-banner .banner-title {
    bottom: 30%;
}

.washi-sb .container {
    height: 800px;
    padding-bottom: 80px;
}

.banner-bg-container.offset-right {
    padding-right: 245px;
}

.banner-bg-container.offset-left {
    padding-left: 245px;
}

.panel-item {
    width: 30%;
}

.panel-item p {
    margin-top: 30px;
    text-transform: uppercase;
}

.opportunity-panel {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.opportunity-list {
    width: 56.2937%;
    position: relative;
}

.opportunity-list-element {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #CCCCCC;
    padding: 60px 0px;
}

.opportunity-list-element:nth-child(1) {
    border-top: 1px solid #CCCCCC;
}

.opportunity-list-element svg {
    fill: transparent;
    margin-right: 40px;
    width: 80px;
}

.opportunity-image {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    right: 245px;
    width: 29.06%;
    transition: opacity 0.5s, visibility 0.5s;
    height: 400px;
}

.opportunity-list-element:hover .opportunity-image {
    opacity: 1;
    visibility: visible;
}

.panel p+.image-container,
.panel .image-container+p {
    margin-top: 105px;
}

.panel .bold-text+.image-container,
.panel .image-container+.bold-text {
    margin-top: 32px;
}


/* general for montage pages*/

.sb-big {
    height: 600px;
}

.sb-medium {
    height: 490px;
}


/* ------------------- rollo montage --------------------*/

.row-content {
    flex-direction: row;
    align-items: center;
}

.panel-top .row-content {
    align-items: flex-start;
}

.row-content img+div {
    margin-left: 60px;
}


/* skyline montage */

.rollo-skm {
    height: auto;
    padding: 120px 0;
}

.rollo-skm p+p {
    margin-top: 10px;
}

.rollo-skm .block:nth-of-type(1) {
    width: 40%;
}

.rollo-skm .block:nth-of-type(2) {
    width: 60%;
    padding-left: 70px;
}

.rollo-skm img+img {
    margin-left: 30px;
}


/* standart montage */

.rollo-sm {
    padding: 150px 0 140px;
}

.rollo-sm p+p {
    margin-top: 18px;
}


/* slyline decoration */

.rollo-skd .panel-top {
    margin-bottom: 100px;
}


/* panel montage */

.panel-mm .block:nth-child(1) {
    margin-bottom: 40px;
}


/* flow montage */

.flow-mm .block:nth-child(1) {
    margin-bottom: 40px;
}


/* page  reiki */

.block-third {
    width: 33.33%;
}

.block-third:nth-of-type(1) {
    padding: 0 40px 0 0;
}

.block-third:nth-of-type(2) {
    padding: 0 20px;
}

.block-third:nth-of-type(3) {
    padding: 0 0 0 40px;
}

.block-third div+p {
    margin-top: 24px;
}


/* scroll progress and slim center text*/

.scroll-progress {
    height: 40%;
    width: 2px;
    background: #b2b2b2;
    position: fixed;
    right: 60px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}

.scroll-view-area {
    width: 100%;
    height: 25%;
    background: #BB9761;
}

.slim-center-text p {
    text-align: center;
    width: 65%;
    margin: 0 auto;
}


/* details page colors reorder */

.blackout-description .block:nth-child(1),
.textures-description .block:nth-child(1),
.combi-description .block:nth-child(1) {
    padding: 0 0 0 30px;
}

.blackout-description .block:nth-child(2),
.textures-description .block:nth-child(2),
.combi-description .block:nth-child(2) {
    order: -1;
    padding: 0 30px 0 0;
}

.disable-bg {
    background: none !important;
}

.panel-header.regular-text {
    margin-bottom: 48px;
}

.projects-header {
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 29px;
}


/* new filters */

.project-filter {
    margin-bottom: 60px;
}

.filter {
    width: 300px;
    max-width: 100%;
    display: inline-block;
    margin-right: 64px;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
}

.selected-filter,
.filters-list li {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #B2976F;
    transition: 0.5s;
}

.selected-filter {
    border-bottom: 1px solid #B2976F;
    display: flex;
    justify-content: space-between;
}

.selected-filter::after {
    content: url("../img/down-arrow-brown.png");
}

.selected-filter:hover {
    color: #333;
}

.selected-filter:hover::after {
    content: url("../img/down-arrow-black.png");
}

.filters-list {
    display: none;
    list-style: none;
    background: #fff;
    position: absolute;
    width: 360px;
    box-shadow: 0px 30px 60px rgba(102, 87, 64, 0.15);
    left: -30px;
    padding: 10px 0;
    z-index: 10;
}

.filters-list li {
    padding: 10px 30px;
    margin: 0;
}

.filters-list li.selected {
    color: #333;
}

.filters-list li:hover {
    background-color: #B2976F33;
}

.filters-list li::before {
    content: "";
    border: none;
}

.filter.active .filters-list {
    display: block;
}

.disabled-block {
    display: none;
}


/* new  header */

.header-menu-bar {
    position: fixed;
    top: 0;
    width: 100%;
    height: 86px;
    background: #191919;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 100;
}

.header-logo {
    position: relative;
    top: 3px;
}

.header-navigation {
    height: 100%;
}

.header-nav-section {
    height: 100%;
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #BB9761;
    margin: 0 30px;
    position: relative;
    text-transform: lowercase;
}

.header-nav-section.current span {
    color: #fff;
}

.header-nav-section {
    line-height: 86px;
    transition: 0.4s;
}

.header-nav-section>a {
    text-transform: none;
}

.header-nav-section:hover a {
    text-decoration: none;
}

.header-nav-section:hover span {
    color: #fff;
}

.hw,
.hw-small {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: -30px;
    background: #191919;
    z-index: 95;
    opacity: 0;
    transition: opacity 0.4s;
}

.hw {
    width: 820px;
}

.hw-small {
    width: max-content;
    min-width: 300px;
}

.hw-description {
    display: flex;
    align-items: center;
    height: 68px;
    line-height: 28px;
    border-bottom: 1px solid #555;
    color: #fff;
    padding: 0 30px;
}

.hw-content {
    height: 296px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hw-content.align-top {
    align-items: flex-start;
}

.hw-list {
    padding: 0 30px;
    position: relative;
    z-index: 100;
}

.hw-list-element {
    display: block;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: none;
}

.mobile-menu .hw-list-element {
    white-space: nowrap;
}

.capitalize-nav a {
    text-transform: capitalize;
}

.lowercase-nav a {
    text-transform: lowercase;
}

.hw-list-element:hover {
    color: #fff;
    text-decoration: none;
}

.hw-image {
    height: 240px;
    width: 490px;
}

.hw-image img {
    position: absolute;
}

.hw-small .hw-list {
    padding: 10px 30px;
}


/* .hw-small .hw-list-element {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
} */

.hw-bg {
    position: absolute;
    background: #191919;
    left: -100vw;
    right: -100vw;
    top: 0;
    bottom: 0;
    z-index: -5;
    border-top: 1px solid #333;
}

.menu-shadow {
    visibility: hidden;
    position: fixed;
    top: 86px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #332F29;
    opacity: 0;
    transition: opacity 0.4s;
    z-index: 90;
}

.header-navigation:hover~.menu-shadow {
    visibility: visible;
    opacity: 0.6;
}

.header-nav-section:hover .hw,
.header-nav-section:hover .hw-small {
    opacity: 1;
    visibility: visible;
}

.header-search {
    fill: #BB9761;
    position: relative;
    top: 3px;
    transition: 0.4s;
}

.header-search:hover {
    fill: #fff;
}

.header-contact .head_call {
    text-align: right;
}

.header-contact a:hover {
    color: #fff;
    text-decoration: none;
}


/* mobile header specific */

.mobile-header {
    display: none;
}

.header-menu-button {
    height: 36px;
    width: 36px;
    color: #B2976F;
    position: relative;
    top: -4px;
}

.header-menu-button .head_menu_tit {
    font-size: 10px;
}

.header-menu-button.open a .head_menu_tit {
    font-size: 0;
    margin-bottom: 0;
    text-align: center;
}

.header-menu-button.open a .head_menu_lin .one {
    top: 50%;
    margin-top: -1px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.header-menu-button.open a .head_menu_lin .two {
    top: 50%;
    margin-top: -1px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: auto;
    right: 0;
}

.header-menu-button.open .head_menu_lin {
    height: 4px;
}

.header-menu-button a:hover {
    color: #BB9761;
    text-decoration: none;
}

.mobile-callback {
    display: flex;
    align-items: center;
    margin: 0 30px 0 0;
}

.mobile-callback .head_call {
    margin-right: 30px;
    position: relative;
    top: -1px;
}

.mobile-header-search {
    margin-right: 30px;
}

.mobile-menu {
    display: none;
    position: fixed;
    z-index: 90;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #191919;
}

.mobile-menu.open {
    display: block;
    overflow-y: scroll;
}

.mobile-menu-top {
    width: 100%;
    padding: 146px 126px 0;
    display: flex;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.menu-list {
    margin-right: 50px;
    margin-bottom: 20px;
}

.menu-list:last-child {
    margin-right: 0;
}

.menu-list-title {
    font-weight: 300;
    font-size: 18px;
    line-height: 160%;
    color: #fff;
    opacity: 0.5;
    margin-bottom: 6px;
}

.mobile-menu-top .menu-list a {
    font-weight: 300;
    font-size: 30px;
    line-height: 120%;
    color: #BB9761;
    margin: 6px 0;
}

.mobile-menu-bottom {
    padding: 0 126px 120px;
    position: relative;
}

.mobile-menu-bottom .menu-list a {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #BB9761;
    margin: 3px 0;
}

.menu-contact {
    display: none;
}

.mobile-menu a {
    transition: 0.4s;
}

.mobile-menu a:hover {
    color: #fff;
    text-decoration: none;
}

.menu-socials {
    display: none;
}

.side-banner-overflow .block.regular-text {
    margin-top: 40px;
    margin-bottom: 100px;
}

.side-banner-overflow .regular-text p {
    color: #fff;
}

.side-banner-overflow {
    padding-top: 90px;
}

.side-banner-overflow .dark-bg {
    bottom: 90px;
    background-size: cover;
    background-position: center;
}


/* collections */

.collections-list {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 64px;
    min-height: 320px;
}

.collection {
    width: 100%;
    position: relative;
    transition: 0.4s;
    height: min-content;
}

.collection-name {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 56px;
    text-align: center;
    text-transform: uppercase;
    color: #BB9761;
    border: 2px solid #BB9761;
    cursor: pointer;
    margin-bottom: 23px;
}

.collection:first-child {
    margin-left: 0;
}

.collection:last-child {
    margin-right: 0;
}

.collection.current .collection-name,
.collection:hover .collection-name {
    color: #fff;
    background: #BB9761;
}

ul.not_style.det_tabs li.disabled {
    opacity: 0.3;
}

.collection-anchors {
    /* display: none; */
    opacity: 0;
    width: 100%;
    border: 2px solid #BB9761;
    padding: 13px 5px;
    transition: 0.4s;
}

.collection:hover .collection-anchors,
.collection.current .collection-anchors {
    /* display: block; */
    opacity: 1;
}

.collection-anchors .anchor {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #BB9761;
    padding: 10px 0;
    margin: 0;
    transition: 0.3s;
    cursor: pointer;
}

.collection-anchors .anchor:hover {
    color: #222;
}

.collections-title {
    color: #000;
    font-style: normal;
    font-weight: 300;
    font-size: 56px;
    line-height: 120%;
    margin-bottom: 60px;
    text-align: center;
}

.collections-column {
    width: 100%;
}

.collections-column:nth-child(1) {
    padding-right: 40px;
    border-right: 1px solid #BB9761;
}

.collections-column:nth-child(2) {
    padding-left: 40px;
    border-left: 1px solid #BB9761;
}

.collections-column .header-text {
    width: 100%;
    margin-bottom: 32px;
    color: #BB9761;
    text-align: center;
}

.collections-column .collection {
    width: 25%;
}

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

.light-text {
    color: #fff;
}

.header-text.dark-text,
.dark-text {
    color: #222;
}

ul.not_style.det_tabs li.disabled:hover {
    color: #BB9761;
    cursor: unset;
}

.det_menu .header-nav-section>span,
.hw-list-element {
    cursor: pointer;
}

.det_menu_bl {
    background: #fff;
}

.det_menu_bl .hw-bg {
    background: #fff;
    border-top: 1px solid #ddd;
    box-shadow: 0 10px 10px #00000011;
}

.det_menu_bl .header-nav-section.current>span,
.det_menu_bl .header-nav-section:hover>span,
.det_menu_bl .header-nav-section .hw-list-element:hover {
    color: #000;
}

ul.not_style.det_tabs li,
.det_tabs li {
    font-size: 42px;
}


/* 
 */

.image-frame .slick-list {
    height: auto !important;
}

.image-frame .slick-track {
    max-width: 100%;
}


/* new material titles */

.material-title-text {
    color: #fff;
    font-size: 64px;
}

.material-subtitle-text {
    color: #fff;
    font-size: 20px;
    margin: 8px 0 0;
}

.material-description .button-small {
    padding: 15px 18px;
    margin-top: 48px;
    width: 330px;
    text-align: center;
}

.material-description .button-small+.button-small {
    margin-top: 24px;
}


/* additional page navigation start */

.additional-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 60px;
}

.page-back,
.page-path {
    display: inline-flex;
    align-items: center;
}

.page-back,
.page-path a {
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
}

.page-back svg {
    width: 50px;
    fill: #BB9761;
    margin-right: 20px;
}

.page-path {
    display: none;
}

.page-path a {
    color: #222;
}

.divider {
    display: inline-block;
    padding: 0 8px;
}


/* additional page navigation end */


/* dealers page start */


/* dillers styles */

.dealer-block .header-text {
    margin-top: 10px;
}

.dealers-block .header-text,
.dealers-block .dealer-filters {
    margin-bottom: 40px;
}

.dealers-list {
    height: 600px;
    padding: 25px 0;
    overflow: hidden;
}

.dealer {
    padding: 20px 0;
    border-top: 1px solid #C4C4C4;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    height: 68px;
    color: #BB9761;
    padding-left: 15px;
    position: relative;
    cursor: pointer;
}

.dealer::before {
    content: "";
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background-color: #BB9761;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.dealer:hover {
    color: #806C50;
}

.dealer:first-child {
    border-top: none;
}

.dealer-filters {
    display: flex;
}

.dealer-filters .filter {
    width: 25%;
}

.dealer-filters .selected-filter {
    padding: 10px 0;
}


/* main dealers page */

.dealers-area {
    display: flex;
    flex-wrap: wrap;
}

.dealers-area .list-cell {
    padding: 0 20px;
    margin-bottom: 60px;
    width: 25%;
}

.dealer-filters .filter:nth-child(4n - 3) {
    margin: 0 40px 0 0;
}

.dealer-filters .filter:nth-child(4n - 2) {
    margin: 0 30px 0 20px;
}

.dealer-filters .filter:nth-child(4n - 1) {
    margin: 0 20px 0 30px;
}

.dealer-filters .filter:nth-child(4n) {
    margin: 0 0 0 40px;
}

.dealers-area .list-cell:nth-child(4n - 3) {
    padding: 0 40px 0 0;
}

.dealers-area .list-cell:nth-child(4n - 2) {
    padding: 0 30px 0 20px;
}

.dealers-area .list-cell:nth-child(4n - 1) {
    padding: 0 20px 0 30px;
}

.dealers-area .list-cell:nth-child(4n) {
    padding: 0 0 0 40px;
}

.dealer-card {
    width: 100%;
    height: 100%;
    padding: 20px 15px;
    border: 1px solid #BB9761;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dealer-card .dealer-email {
    text-transform: none;
}

.button.load-more a {
    color: #fff;
    text-transform: none;
}

.dealer-card>* {
    margin: 10px 0 0 0;
}

.dealer-card.regular-text p+p {
    margin-top: 10px;
}

.dealer-name {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #222222;
}

.dealer-address {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #222222;
}

.load-more {
    display: block;
    padding: 22px 34px;
    margin: 0 auto;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
}

.map-card {
    width: 313px;
}

.js-scroll {
    position: relative;
}

.filters-list.js-scroll {
    position: absolute;
    max-height: 215px;
    height: 215px;
}

.js-scroll-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.js-scrollbar,
.js-scrollbar-progress {
    margin: 0;
    padding: 0;
    width: 3px;
}

.js-scrollbar {
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    background: #aaa;
    border-radius: 20px;
    opacity: 0;
    transition: 0.3s;
}

.js-scroll:hover .js-scrollbar {
    opacity: 0.6;
}

.js-scrollbar-progress {
    height: 100%;
    background: #BB9761;
    border-radius: 20px;
    position: relative;
    top: 0;
}


/* dealers page end */


/* new filters */

.project-filter {
    margin-bottom: 60px;
}

.filter {
    width: 300px;
    max-width: 100%;
    display: inline-block;
    margin-right: 64px;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
}

.selected-filter,
.filters-list li {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #B2976F;
    transition: 0.5s;
}

.selected-filter {
    width: 100%;
    border: none;
    border-bottom: 1px solid #B2976F;
    display: flex;
    justify-content: space-between;
}


/* input specific */

input.selected-filter,
input.selected-filter::placeholder {
    color: #222;
}

input.selected-filter.applied,
input.selected-filter.applied::placeholder {
    color: #B2976F;
}

.filter-input {
    position: relative;
    display: block;
    width: 100%;
}

.filter-input::after {
    content: url("../img/down-arrow-brown.png");
    position: absolute;
    right: 3px;
    top: 3px;
}

.filter-input:hover::after {
    content: url("../img/down-arrow-black.png");
}


/* end of input specific */

.selected-filter::after {
    content: url("../img/down-arrow-brown.png");
}

.selected-filter:hover {
    color: #333;
}

.selected-filter:hover::after {
    content: url("../img/down-arrow-black.png");
}

.filters-list {
    display: none;
    list-style: none;
    background: #fff;
    position: absolute;
    width: calc(100% + 60px);
    box-shadow: 0px 30px 60px rgba(102, 87, 64, 0.15);
    left: -30px;
    padding: 10px 0;
    z-index: 10;
    /* height: 250px;
    overflow: hidden; */
}

.filters-list li {
    padding: 10px 30px;
    margin: 0;
}

.filters-list li.selected {
    color: #333;
}

.filters-list li:hover {
    background-color: #B2976F33;
}

.filters-list li::before {
    content: "";
    border: none;
}

.filter.active .filters-list {
    display: block;
}

.disabled-block {
    display: none;
}


/* catalog page start */

.catalog-list {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
}

.catalog-el {
    width: 33.33%;
    padding: 0 20px;
    margin: 0 0 100px;
}

.catalog-el:nth-child(3n - 2) {
    padding: 0 40px 0 0;
}

.catalog-el:nth-child(3n) {
    padding: 0 0 0 40px;
}

.catalog-el-preview {
    display: block;
    margin: 0 0 32px;
    position: relative;
    font-size: 0;
}

.catalog-el-preview img {
    width: 100%;
    height: auto;
}

.catalog-el-name {
    font-weight: 500;
    font-size: 26px;
    line-height: 140%;
    text-transform: none;
    color: #BB9761;
}

.overlay {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #00000055;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}

.catalog-el-preview:hover .overlay {
    opacity: 1;
}

.catalog-el-preview .button-small {
    margin: 0;
}

.select-element-preview-author {
    font-size: 10px;
    color: #808080;
    line-heighT: 14px;
}

.image-frame-name-subtext {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 12px;
    color: #808080;
    line-heighT: 14px;
    white-space: nowrap;
}

/* catalog page end */

.contacts_page_ref {
    color: #594a42;
    font-weighT: bold;
}

/* lang select start */

.ind-lang-select-bl {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 60px;
    left: 40px;
    z-index: 10;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}

.ind-lang-current {
    display: inline-block;
    padding: 4px 30px 4px 0;
    border-right: 1px solid #fff;
    color: #BB9761;
}

.ind-lang-alt {
    display: inline-block;
    padding: 4px 30px;
    color: #fff;
}

.ind-lang-dropdown-el {
    display: block;
    color: #fff;
    margin-bottom: 15px;
}

.ind-lang-dropdown-el:last-child {
    margin-bottom: 0;
}

.ind-lang-alt:hover,
.ind-lang-dropdown-el:hover {
    color: #BB9761;
    text-decoration: none;
}

.ind-lang-dropdown-bl {
    position: relative;
    cursor: pointer;
}

.ind-lang-dropdown-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
}

.ind-lang-dropdown {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: calc(100% + 20px);
    width: 70px;
    border: 1px solid #fff;
    text-align: center;
    padding: 10px 5px;
    transition: all 0s 0.5s;
}

.ind-lang-dropdown-bl:hover .ind-lang-dropdown {
    visibility: visible;
    transition: all 0s 0s;
}

/* lang select end */

.footer-logo-5m {
    margin-top: 35px;
    width: 48px;
    height: 64px;
}

.footer-logo-5m img {
    width: 100%;
    heighT: 100%;
    object-fit: contain;
    object-position: center;
}


/* header collections */
.hw-dropdown-list {
    display: none;
}

.hw-dropdown:first-child {
    margin-top: 40px;
}

.hw-dropdown-name {
    line-height: 28px;
    text-transform: capitalize;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: #BB9761;
}

.hw-dropdown-el {
    display: block;
    text-transform: lowercase;
    cursor: pointer;
    padding-left: 20px;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    /* or 154% */


    color: #fff;
}

.hw-dropdown-el:hover,
.hw-dropdown-el.active {
    color: #bb9761;
}


/* new press start */

.press-journals-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -32px 80px;
}

.press-journals-list>* {
    width: calc(33.333% - 64px);
    margin: 0 32px 60px;
}

.press-journal-slider {
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
}

.press-journal-slider-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    z-index: 10;
}

.press-journal-slider-btn.slick-next {
    left: 50%;
    righT: 0;
}

.press-journal-slide {
    border: 1px solid #DED2D2;
}

.container .press-journal-slide {
    height: calc((100vw - 630px) * 1.4 / 3);
}

.press-journal-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.press-journal-date {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #594A42;
    opacity: 0.5;
    margin-bottom: 6px;
}

.press-journal-name {
    font-weight: 500;
    font-size: 26px;
    line-height: 120%;
    color: #BB9761;
}


.head-r {
    display: flex;
    align-items: center;
}

.head-login-ref {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    text-align: right;
    text-decoration-line: underline;
    color: #BB9761;
    text-transform: none;
    margin-right: 20px;
    white-space: nowrap;
}

.mobile-head-login {
    margin: 0 0 0 auto;
}

@media screen and (max-width: 1800px) {
    .container .press-journal-slide {
        height: calc((100vw - 444px) * 1.4 / 3);
    }
}

@media screen and (max-width: 1200px) {
    .press-journals-list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -17px 80px;
    }

    .press-journals-list>* {
        width: calc(33.333% - 34px);
        margin: 0 17px 60px;
    }

    .container .press-journal-slide {
        height: calc((100vw - 308px) * 1.4 / 3);
    }

    .press-journal-date {
        font-size: 16px;
    }

    .press-journal-name {
        font-size: 22px;
    }
}

@media screen and (max-width:1000px) {
    .container .press-journal-slide {
        height: calc((100vw - 268px) * 1.4 / 3);
    }

    .press-journal-date {
        font-size: 14px;
    }

    .press-journal-name {
        font-size: 18px;
    }
}

@media screen and (max-width: 800px) {
    .press-journals-list>* {
        width: calc(50% - 34px);
    }

    .container .press-journal-slide {
        height: calc((100vw - 188px) * 1.4 / 2);
    }

    .press-journal-slider {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 500px) {

    .press-journals-list>* {
        width: calc(100% - 34px);
    }

    .press-journal-el {
        margin-bottom: 40px;
    }

    .press-journal-slider {
        margin-bottom: 15px;
    }

    .container .press-journal-slide {
        height: calc((100vw - 40px) * 1.4);
    }

    .press-journal-date {
        font-size: 12px;
    }

    .press-journal-name {
        font-size: 14px;
    }
}

/* new press end */




@media screen and (max-width: 1800px) {
    .container {
        padding: 0px 160px;
    }

    .banner-bg-container.offset-right {
        padding-right: 160px;
    }

    .opportunity-image {
        right: 160px;
    }

    .sb-big {
        height: 550px;
    }

    .sb-medium {
        height: 450px;
    }

    .panel-mm img,
    .flow-mm img {
        max-width: 30%;
    }

    .proj_arrows {
        top: 85px;
    }

    .press_arrows {
        top: 12px;
    }

    .catalog-el-name {
        font-size: 22px;
    }

    .ind-lang-select-bl {
        top: 30px;
    }
}

@media screen and (max-width: 1600px) {

    .gallery-slide,
    .proj_slid_el,
    .press_slid_el {
        margin: 0 40px 0 0;
    }

    .proj_slid_el {
        width: 466px;
    }

    .press_slid_el {
        width: 297px;
    }

    .dealers-area .list-cell {
        width: 33.33%;
    }

    .dealers-area .list-cell:nth-child(3n - 2) {
        padding: 0 40px 0 0;
    }

    .dealers-area .list-cell:nth-child(3n - 1) {
        padding: 0 20px;
    }

    .dealers-area .list-cell:nth-child(3n) {
        padding: 0 0 0 40px;
    }
}

@media screen and (max-width: 1500px) {
    .catalog-el-name {
        font-size: 18px;
    }

    .title-text-small {
        font-size: 7.2rem;
    }

    .section-gallery {
        padding-top: 50px;
    }

    .section-gallery .dark-bg {
        bottom: 50px;
    }

    .gallery-header {
        margin-bottom: 50px;
    }

    .gallery-slider,
    .gallery-slide {
        height: 300px;
    }

    .section-gallery .container {
        padding: 0 0 0 120px;
    }

    .section-reiki .button {
        padding: 20px 38px;
    }

    .other-panel {
        flex-wrap: wrap;
    }

    .other-panel-element {
        width: 22%;
        padding: 150px 10px 10px;
    }

    .block:nth-child(1).slim-block {
        padding-right: 90px;
    }

    .block:nth-child(2).slim-block {
        padding-left: 90px;
    }

    .opportunity-image {
        height: 290px;
    }

    .washi-sb .container {
        height: 650px;
    }

    .sb-big {
        height: 500px;
    }

    .sb-medium {
        height: 425px;
    }

    .rollo-sm {
        padding: 120px 0;
    }

    .rollo-mm img {
        max-width: 40%;
    }

    .row-content img+div {
        margin-left: 40px;
    }

    .rollo-skm .block:nth-of-type(2) {
        padding-left: 30px;
    }

    .rollo-mm p+p,
    .panel-mm p+p,
    .flow-mm p+p {
        margin-top: 24px;
    }

    .side-banner-overflow {
        padding-top: 50px;
    }

    .side-banner-overflow .dark-bg {
        bottom: 45px;
        background-size: cover;
        background-position: center;
    }

    .side-banner-overflow .block.regular-text {
        margin-top: 0;
    }

    .side-banner-overflow .regular-text p+p {
        margin-top: 24px;
    }

    .collections-list {
        min-height: 280px;
    }

    .collections-column .collection {
        width: 30%;
    }

    .collection-anchors .anchor {
        font-size: 12px;
        padding: 6px 0;
    }

    .collections-column:nth-child(1) {
        padding-right: 20px;
    }

    .collections-column:nth-child(2) {
        padding-left: 20px;
    }

    .det_menu_bl .header-nav-section {
        margin: 0 15px;
    }

    ul.not_style.det_tabs li,
    .det_tabs li {
        font-size: 28px;
    }

    .image-frame {
        width: calc(100% - 317px);
    }

    .material-title-text {
        font-size: 60px;
    }

    .material-subtitle-text {
        font-size: 18px;
    }

    .image-frame-navigation .navigation-arrows {
        margin-top: 10px;
    }

    .select-element-preview {
        width: 220px;
        padding: 10px;
    }

    .header-nav-section {
        margin: 0 20px;
    }
}



@media screen and (max-width: 1500px) and (min-width: 1201px) {
    .select-element-icon {
        padding: 10px;
        width: 60px;
        height: 60px;
    }

    .select-panel {
        min-width: 272px;
        width: 272px;
        margin-right: -10px;
    }

    .select-element.wide .select-element-icon {
        width: 130px;
    }

    .offset-block {
        display: none;
    }

    .dark-bg.offset-right {
        right: 60px;
    }

    .dark-bg.offset-left {
        left: 60px;
    }

    .select-element-preview {
        width: 200px;
    }
}

@media screen and (max-width: 1360px) {
    .header-nav-section {
        margin: 0 10px;
    }
}

@media screen and (max-width: 1300px) {
    .catalog-el-name {
        font-size: 22px;
    }

    .catalog-el {
        width: 50%;
    }

    .catalog-el:nth-child(2n-1) {
        padding: 0 40px 0 0;
    }

    .catalog-el:nth-child(2n) {
        padding: 0 0 0 40px;
    }

    .dealers-area .list-cell {
        width: 50%;
    }

    .dealers-area .list-cell:nth-child(2n - 1) {
        padding: 0 30px 0 0;
    }

    .dealers-area .list-cell:nth-child(2n) {
        padding: 0 0 0 30px;
    }

    .header-logo svg {
        width: 160px;
        height: 14px;
    }

    .solutions-navigation,
    .materials-navigation {
        padding-right: 50px;
    }

    .image-frame-navigation .navigation-arrows {
        margin-top: 4px;
    }
}

@media screen and (max-width: 1200px) {
    .bm-tiny {
        margin-bottom: 32px;
    }

    .bm-small {
        margin-bottom: 60px;
    }

    .bm-medium {
        margin-bottom: 80px;
    }

    .bm-big {
        margin-bottom: 110px;
    }

    .bm-large {
        margin-bottom: 150px;
    }

    .title-text-small {
        font-size: 6.2rem;
    }

    .container {
        padding: 0px 120px;
    }

    .section-reiki .button {
        padding: 20px 18px;
    }

    .other-panel-element {
        height: 167px;
        padding: 10px;
        justify-content: center;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .other-panel-element .regular-text p {
        display: none;
    }

    .other-panel-element .header-text {
        margin-bottom: 0;
        font-size: 3rem;
    }

    .banner-bg-container.offset-right {
        padding-right: 120px;
    }

    .opportunity-image {
        right: 120px;
    }

    .section-banner {
        height: 500px;
    }

    .panel p+.image-container,
    .panel .image-container+p {
        margin-top: 65px;
    }

    .block:nth-child(1).slim-block {
        padding-right: 60px;
    }

    .block:nth-child(2).slim-block {
        padding-left: 60px;
    }

    .opportunity-image {
        height: 250px;
    }

    .opportunity-list-element {
        padding: 30px 0px;
    }

    .washi-sb .container {
        height: 550px;
    }

    .sb-big {
        height: 450px;
    }

    .sb-medium {
        height: 375px;
    }

    .rollo-sm {
        padding: 100px 0;
    }

    .rollo-mm .panel,
    .rollo-sm .panel,
    .rollo-skm .panel-top {
        flex-direction: column;
    }

    .rollo-mm .block,
    .rollo-sm .block,
    .rollo-skm .block:nth-of-type(1),
    .rollo-skm .block:nth-of-type(2) {
        width: 100%;
        padding: 0;
    }

    .rollo-mm .block+.block,
    .rollo-sm .block+.block,
    .rollo-skm .block+.block {
        margin-top: 50px;
    }

    .rollo-mm .panel.bm-medium {
        margin-bottom: 60px;
    }

    .rollo-sm,
    .rollo-skm {
        padding: 80px 0;
    }

    .rollo-sm .block img {
        max-width: 80px;
    }

    .rollo-skm .block img {
        order: 100;
    }

    .rollo-skm .row-content img+div {
        margin: 0 10px 0 0;
    }

    .panel-mm .block:nth-child(1),
    .flow-mm .block:nth-child(1) {
        margin-bottom: 0;
    }

    .panel-mm .block+.block,
    .flow-mm .block+.block {
        padding-top: 50px;
        margin-top: 0;
    }

    .panel-mm .block:nth-child(2),
    .flow-mm .block:nth-child(2) {
        padding-top: 0;
    }

    .block-third:nth-of-type(1) {
        padding: 0 20px 0 0;
    }

    .block-third:nth-of-type(2) {
        padding: 0 10px;
    }

    .block-third:nth-of-type(3) {
        padding: 0 0 0 20px;
    }

    .hw {
        width: 720px;
    }

    .collection-name {
        font-size: 12px;
        line-height: 38px;
    }

    .det_menu_bl .header-nav-section>span {
        font-size: 14px;
    }

    .proj_arrows,
    .press_arrows {
        right: 40px;
    }

    .solutions-navigation a,
    .materials-navigation a {
        font-size: 22px;
    }

    .info-navigation a {
        line-height: 25px;
    }

    .image-frame {
        width: calc(100% - 262px);
    }

    .dealer-filters {
        flex-wrap: wrap;
    }

    .dealer-filters .filter:nth-child(n) {
        margin: 0 50px 15px 0;
        width: 40%;
    }

    .header-nav-section {
        margin: 0 10px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 1001px) {
    .select-element-preview-name {
        font-size: 2rem;
    }

    .select-panel {
        margin-left: 30px;
    }

    .select-element-icon {
        padding: 7px;
        width: 50px;
        height: 50px;
    }

    .select-panel {
        min-width: 232px;
        width: 232px;
    }

    .image-frame-name,
    .rare-text {
        font-size: 2.6rem;
    }

    .navigation-arrows {
        margin-top: 0.9rem;
    }

    .select-element.wide .select-element-icon {
        width: 100px;
    }

    .offset-block {
        display: none;
    }

    .dark-bg.offset-right {
        right: 60px;
    }

    .dark-bg.offset-left {
        left: 60px;
    }

    .block:nth-of-type(2n) {
        padding-left: 15px;
    }

    .block:nth-of-type(2n+1) {
        padding-right: 15px;
    }

    .side-banner-overflow {
        padding-top: 40px;
    }

    .select-element-preview {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 1100px) {
    .navigation-menu {
        flex-wrap: wrap;
    }

    .solutions-navigation {
        width: 35%;
        margin-bottom: 50px;
    }

    .materials-navigation {
        width: 65%;
        margin-bottom: 50px;
    }

    .desktop-header {
        display: none;
    }

    .mobile-header {
        display: flex;
    }
}

@media screen and (max-width: 1000px) {
    .catalog-el-name {
        font-size: 18px;
    }

    .catalog-el:nth-child(2n-1) {
        padding: 0 20px 0 0;
    }

    .catalog-el:nth-child(2n) {
        padding: 0 0 0 20px;
    }

    .title-bg-mobile {
        background: rgba(255, 255, 255, 0.3);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        padding: 6px;
    }

    .dealer-filters .filter {
        width: 250px;
    }

    .dealers-area .list-cell:nth-child(2n - 1) {
        padding: 0 15px 0 0;
    }

    .dealers-area .list-cell:nth-child(2n) {
        padding: 0 0 0 15px;
    }

    .title-text-small {
        font-size: 5rem;
    }

    .container {
        padding: 0px 100px;
    }

    .select-element:hover .select-element-preview {
        display: none;
    }

    .text-button {
        margin-top: 24px;
    }

    .offset-block {
        display: none;
    }

    .select-panel {
        width: auto;
        min-width: 100%;
        margin: 30px -2.94% 0;
    }

    .select-element {
        width: 12.5%;
        margin-bottom: 14px;
    }

    .select-element-icon {
        height: 66px;
        width: 66px;
        padding: 8px;
        margin: 0 auto;
    }

    .select-element.wide {
        width: 25%;
    }

    .select-element.wide .select-element-icon {
        width: 166px;
        height: 76px;
    }

    .image-frame-name,
    .rare-text {
        font-size: 2.6rem;
    }

    .navigation-arrows {
        /* half of image-frame-name font-size */
        margin-top: 1.3rem;
    }

    .image-frame-navigation {
        margin: 17px 0 7px 0;
    }

    .image-frame {
        width: 100%;
        padding: 10px;
    }

    .navigation-arrows svg {
        width: 37px;
    }

    .navigation-arrow .left-arrow {
        margin-right: 23px;
    }

    .color-select {
        flex-wrap: wrap;
    }

    .offset-block {
        display: none;
    }

    .panel,
    .panel-top {
        flex-direction: column;
    }

    .block:nth-child(1).slim-block {
        padding-right: 0;
    }

    .block:nth-child(2).slim-block {
        padding-left: 0;
    }

    .block:nth-of-type(n) {
        width: 100%;
        padding: 0;
    }

    .block+.block {
        padding: 48px 0 0 0;
    }

    .block.mobile-order-first {
        padding: 0 0 48px 0;
    }

    .button {
        margin-top: 20px;
    }

    .regular-text p+p {
        margin-top: 24px;
    }

    .header-text {
        margin-bottom: 24px;
    }

    .block .color_bt {
        margin-top: 24px;
    }

    .dark-bg.offset-right {
        right: 40px;
    }

    .dark-bg.offset-left {
        left: 40px;
    }

    .mobile-order-first {
        order: -1;
    }

    .bg-banner {
        background-size: cover;
        background-position: center bottom;
    }

    .gallery-slider,
    .gallery-slide {
        height: 200px;
    }

    .gallery-slide {
        margin-right: 40px;
    }

    .section-gallery .container {
        padding: 0 0 0 100px;
    }

    .section-gallery .dark-bg {
        bottom: 50px;
    }

    .gallery-header {
        padding-right: 60px;
        margin-bottom: 35px;
    }

    .gallery-header .right-arrow {
        margin-left: 40px;
    }

    .section-gallery .navigation-arrows {
        width: auto;
        margin-top: 0px;
    }

    .section-gallery .bx-prev {
        margin-right: 20px;
    }

    .section-colors .header-text {
        margin-bottom: 24px;
    }

    .section-colors .panel-top {
        flex-direction: column;
    }

    .section-colors .block {
        padding: 0px;
        width: 100%;
    }

    .section-colors .block+.block {
        padding-top: 24px;
    }

    .section-reiki .flex-row {
        flex-direction: column;
        align-items: start;
        margin: 24px 0px;
    }

    .section-reiki .flex-row p {
        margin-bottom: 24px;
    }

    .new-animation {
        /* revert animation effects to default*/
        transform: none !important;
    }

    .section-banner {
        height: 400px;
    }

    .section-banner .banner-title {
        bottom: 15%;
    }

    .panel p+.image-container,
    .panel .image-container+p {
        margin-top: 40px;
    }

    .banner-bg-container.offset-right {
        padding-right: 60px;
    }

    .block:nth-child(1).slim-block {
        padding-right: 0;
    }

    .block:nth-child(2).slim-block {
        padding-left: 0;
    }

    .opportunity-list {
        width: 100%;
    }

    .opportunity-image {
        display: none;
    }

    .opportunity-list-element svg {
        width: 36px;
        margin-right: 36px;
    }

    .washi-sb .container {
        height: 450px;
        padding-bottom: 60px;
    }

    .sb-big {
        height: 400px;
    }

    .sb-medium {
        height: 350px;
    }

    .rollo-sm {
        padding: 80px 0;
    }

    .panel-header.rare-text {
        margin-bottom: 48px;
    }

    .block-small {
        width: 100%;
        padding: 0;
        flex-direction: row;
        align-items: center;
    }

    .block-small+.block-small {
        margin-top: 40px;
    }

    .block-small img {
        max-width: 25%;
        margin: 0 40px 0 0;
    }

    .rollo-skd img+p {
        margin-top: 0;
    }

    .rollo-skm .panel-top {
        margin-bottom: 60px;
    }

    .panel-mm .block:nth-child(2) {
        padding-top: 20px;
    }

    .flow-mm .block:nth-child(2) {
        padding-top: 20px;
    }

    .block-third:nth-child(n) {
        width: 100%;
        padding: 0;
    }

    .block-third+.block-third {
        margin-top: 32px;
    }

    .scroll-progress {
        display: none;
    }

    .slim-center-text p {
        width: 90%;
    }

    .material-description .block:nth-child(1) {
        padding: 0 0 24px;
    }

    .material-description .block:nth-child(2) {
        order: 2;
        padding: 0;
    }

    .side-banner-overflow .block.regular-text {
        margin-bottom: 0;
    }

    .collections-list {
        min-height: 220px;
    }

    .collections-list {
        margin-bottom: 24px;
    }

    .collection {
        margin: 0 8px;
    }

    .collection-anchors .anchor {
        font-size: 10px;
        padding: 4px 0;
    }

    .collection-anchors {
        padding: 8px 5px;
    }

    .collections-title {
        font-size: 32px;
        margin-bottom: 16px;
    }

    .gallery-slide,
    .proj_slid_el,
    .press_slid_el,
    .cat_slid_el {
        margin: 0 30px 0 0;
    }

    .proj_slid_el {
        width: 290px;
    }

    .press_slid_el,
    .cat_slid_el {
        width: 290px;
    }

    .proj_arrows {
        top: 60px;
    }

    .next-arrow {
        margin: 0 0 0 20px;
    }

    .mobile-menu-top .menu-list a {
        font-size: 28px;
    }

    .text-button {
        font-size: 1.6rem;
    }

    #gallery-522 .gallery-slide::after,
    .proj_gall_three .proj_gall_ic::after,
    .anim_img_container_seven.image-container::after,
    .anim_img_container_eight.image-container::after,
    .proj_img_nine_wrap::after {
        right: 8px;
        bottom: 8px;
        width: 100px;
    }

    .side-banner-overflow {
        padding-top: 40px;
    }

    .side-banner-overflow .block:nth-of-type(1) {
        padding: 0;
    }

    .det_first_bl {
        margin-top: 85px;
    }

    .material-description .block:nth-child(1) {
        padding: 0 0 15px 0;
    }

    .material-description .block:nth-child(2) {
        padding: 15px 0 0 0;
    }

    .material-title-text {
        font-size: 50px;
    }

    .material-subtitle-text {
        font-size: 16px;
    }

    .image-frame-name-subtext {
        font-size: 10px;
    }

    .image-frame-navigation {
        margin: 17px 0 15px 0;
    }

    .image-frame-navigation .navigation-arrows {
        margin-top: 10px;
    }

    .ind-lang-select-bl {
        top: 20px;
        left: 0;
    }

    .ind-lang-current {
        padding: 2px 20px 2px 0;
    }

    .ind-lang-alt {
        padding: 2px 20px;
    }

    .ind-lang-dropdown-el {
        margin-bottom: 10px;
    }

    .ind-lang-select-bl {
        font-size: 16px;
        line-heighT: 20px;
    }

    .ind-lang-dropdown {
        top: calc(100% + 10px);
        width: 60px;
        padding: 6px 5px;
    }

    .footer-logo-5m {
        margin-top: 25px;
    }
}

@media screen and (max-width: 850px) {
    .collections-list {
        flex-direction: column;
    }

    .collection {
        display: flex;
        margin: 0 8px 0 0;
        width: 100%;
        margin-bottom: 8px;
    }

    .collection-name {
        width: 85px;
        margin: 0;
        font-size: 10px;
        line-height: 32px;
    }

    .collection-anchors,
    .collection.current .collection-anchors,
    .collection:hover .collection-anchors {
        display: flex;
        opacity: 1;
        align-items: center;
        margin: 0 0 0 8px;
        padding: 0;
        width: min-content;
    }

    .collection-anchors .anchor {
        margin: 0 12px;
    }

    .collections-column:nth-child(1),
    .collections-column:nth-child(2) {
        border: none;
        padding: 0;
    }

    .collections-row {
        flex-direction: column;
    }

    .collections-column .collection {
        width: 100%;
    }

    .collections-column .header-text {
        text-align: left;
        margin-bottom: 12px;
        margin-top: 8px;
    }
}

@media screen and (max-width: 800px) {
    .title-text-small {
        font-size: 3.6rem;
    }

    .container {
        padding: 0px 78px;
    }

    .desktop-element {
        display: none;
    }

    .mobile-element {
        display: unset;
    }

    .select-element.wide .select-element-icon {
        width: 141px;
        height: 56px;
    }

    .section-reiki .flex-row {
        flex-direction: column;
    }

    .title-text {
        font-size: 3.6rem;
    }

    .side-banner-overflow {
        padding-top: 30px;
    }
}

@media screen and (max-width: 750px) {
    .navigation-menu {
        margin-bottom: 30px;
    }

    .panel p+.image-container,
    .panel .image-container+p {
        margin-top: 30px;
    }

    .banner-bg-container.offset-right {
        padding-right: 40px;
    }

    .washi-sb .container {
        height: 350px;
    }

    .menu-socials {
        display: block;
    }

    .menu-socials .head_soc_bl {
        display: flex;
        position: absolute;
        left: auto;
        right: 126px;
        bottom: 120px;
    }

    .menu-socials .head_soc_el {
        margin: 0 0 0 20px;
    }

    .proj_slid_el {
        width: 248px;
    }

    .gallery-slide,
    .proj_slid_el {
        margin: 0 24px 0 0;
    }

    .other-panel-element {
        width: 100%;
        height: 84px;
        align-items: center;
        margin-bottom: 20px;
        justify-content: start;
        border: 1px solid #CCCCCC;
    }

    .other-bg {
        display: none;
    }

    .other-panel-element {
        padding: 10px 14px;
    }

    .other-panel-element .header-text {
        font-size: 2.6rem;
        margin-bottom: 5px;
    }

    .other-panel-element .regular-text p {
        display: unset;
    }

    .press_slid_el,
    .cat_slid_el {
        width: 248px;
    }

    .prev-arrow,
    .next-arrow {
        width: 45px;
    }

    .next-arrow svg,
    .prev-arrow svg {
        width: 50px;
    }

    .material-title-text {
        font-size: 42px;
    }

    .material-subtitle-text {
        font-size: 14px;
    }

    .dealers-area .list-cell {
        width: 100%;
    }

    .dealers-area .list-cell:nth-child(n) {
        padding: 0;
    }

    .image-frame-navigation .navigation-arrows {
        margin-top: 4px;
    }

    .image-frame-name,
    .rare-text {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 700px) {
    .bm-tiny {
        margin-bottom: 24px;
    }

    .bm-small {
        margin-bottom: 50px;
    }

    .bm-medium {
        margin-bottom: 60px;
    }

    .bm-big {
        margin-bottom: 80px;
    }

    .bm-large {
        margin-bottom: 100px;
    }

    .rollo-skm .row-content img+div {
        margin: 0 0 20px 0;
    }

    .rollo-skm .block {
        flex-wrap: wrap;
    }

    .mobile-callback {
        display: none;
    }

    .mobile-menu-top {
        padding: 92px 20px 0;
        margin-bottom: 32px;
    }

    .mobile-menu-bottom {
        padding: 0 20px;
        margin-bottom: 32px;
    }

    .menu-list-title {
        font-size: 12px;
    }

    .mobile-menu-top .menu-list a {
        font-size: 18px;
        line-height: 20px;
        margin: 4px 0;
        font-weight: 500;
    }

    .mobile-menu-bottom .menu-list a {
        font-size: 12px;
        line-height: 20px;
    }

    .header-menu-bar.mobile-header {
        padding: 0 20px;
    }

    .menu-contact {
        display: block;
        padding: 0 20px 20px;
    }

    .menu-list {
        margin-right: 25px;
    }

    .menu-socials .head_soc_bl {
        flex-direction: column;
        position: fixed;
        right: 20px;
        bottom: 20px;
    }

    .menu-socials .head_soc_el {
        margin: 20px 0 0 0;
    }

    .container.collections-list {
        padding: 0 20px;
    }

    .collection-anchors .anchor {
        margin: 0 5px;
    }

    .dealer-filters .filter:nth-child(n) {
        margin: 0 0 20px 0;
        width: 320px;
    }
}

@media screen and (max-width: 650px) {
    .select-panel {
        min-width: 100%;
    }

    .select-element-icon {
        height: 40px;
        width: 40px;
        padding: 5px;
        margin: 0 auto;
    }

    .select-element.wide .select-element-icon {
        width: 90px;
        height: 40px;
    }

    .solutions-navigation,
    .materials-navigation {
        padding: 0 30px 0 0;
    }
}

@media screen and (max-width: 600px) {
    .catalog-el:nth-child(n) {
        width: 100%;
        padding: 0;
        margin: 0 0 80px;
    }

    .catalog-el-name {
        font-size: 20px;
    }
}

@media screen and (max-width: 550px) {
    .navigation-menu {
        flex-direction: column;
    }

    .info-navigation,
    .materials-navigation {
        margin-bottom: 40px;
    }

    .panel-item {
        text-align: center;
    }

    .banner-bg-container.offset-right {
        padding-right: 0;
    }

    .solutions-navigation,
    .materials-navigation {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 500px) {
    .title-text-small {
        font-size: 3.2rem;
    }

    .container {
        padding: 0px 20px;
    }

    .select-panel {
        margin-top: 25px;
    }

    .select-element {
        width: 16.66%;
        margin-bottom: 10px;
    }

    .select-element.wide {
        width: 33%;
    }

    .dark-bg.offset-right {
        right: 0;
    }

    .dark-bg.offset-left {
        left: 0;
    }

    .image-frame-navigation {
        flex-direction: column;
    }

    .navigation-arrows {
        width: 100%;
        justify-content: space-between;
        margin-top: 10px;
    }

    .image-frame-name {
        font-size: 1.2rem;
    }

    .navigation-arrows {
        /* half of image-frame-name font-size */
        margin-top: 0.6rem;
    }

    .rare-text {
        font-size: 2.2rem;
    }

    .gallery-slider,
    .gallery-slide {
        height: 150px;
    }

    .gallery-slide {
        margin-right: 24px;
    }

    .section-gallery {
        padding-top: 24px;
    }

    .section-gallery .container {
        padding: 0 0 0 40px;
    }

    .section-gallery .dark-bg {
        bottom: 30px;
    }

    .gallery-header {
        padding-right: 20px;
        margin-bottom: 18px;
    }

    .section-reiki .button,
    .section-montage .button-small {
        padding: 12px;
        font-size: 12px;
        width: 100%;
        text-align: center;
        margin-top: 28px;
    }

    .sb-big {
        height: 320px;
    }

    .sb-medium {
        height: 300px;
    }

    .rollo-sm {
        padding: 50px 0;
    }

    .row-content img+div {
        margin-left: 20px;
    }

    .filter,
    .filters-list {
        width: 100%;
        margin-right: 0;
    }

    .filters-list {
        width: calc(100% + 40px);
        left: -20px;
    }

    .filters-list li {
        padding: 8px 20px;
        margin: 0;
    }

    .collections-list {
        position: relative;
        min-height: 0px;
        flex-direction: row;
        margin-bottom: 18px;
    }

    .container.collections-list {
        height: 455px;
    }

    .collection {
        position: static;
        width: 47.5%;
        margin-bottom: 8px;
    }

    .collection-name {
        width: 100%;
    }

    .collection.current .collection-anchors,
    .collection-anchors {
        flex-direction: column;
        position: absolute;
        top: 200px;
        left: 0;
        width: 100%;
        padding: 0 20px;
        margin: 0;
        padding: 0 20px;
    }

    .collection:hover .collection-anchors,
    .collection-anchors {
        display: none;
        opacity: 0;
    }

    .collection.current .collection-anchors,
    .collection.current:hover .collection-anchors {
        display: flex;
        opacity: 1;
    }

    .collection-anchors {
        border: none;
    }

    .collection-anchors .anchor {
        line-height: 32px;
        margin-bottom: 8px;
        padding: 0;
        border: 2px solid #BB9761;
        width: 100%;
    }

    .collections-column:nth-child(1) {
        padding-right: 10px;
    }

    .collections-column:nth-child(2) {
        padding-left: 10px;
    }

    .collections-column .header-text {
        text-align: center;
    }

    .proj_arrows {
        top: unset;
        bottom: 7px;
    }

    .press_arrows {
        top: 6px;
    }

    .text-button {
        font-size: 1.4rem;
    }

    #gallery-522 .gallery-slide::after,
    .proj_gall_three .proj_gall_ic::after,
    .anim_img_container_seven.image-container::after,
    .anim_img_container_eight.image-container::after,
    .proj_img_nine_wrap::after {
        right: 8px;
        bottom: 8px;
        width: 75px;
    }

    .side-banner-overflow {
        padding-top: 24px;
    }

    .material-title-text {
        font-size: 28px;
    }

    .material-subtitle-text {
        font-size: 13px;
    }

    .material-description .button-small {
        padding: 12px;
        margin-top: 28px;
        width: 100%;
        text-align: center;
        max-width: 100%;
        font-size: 12px;
    }

    .dealer-filters .filter:nth-child(n) {
        width: 100%;
    }

    .image-frame-navigation .navigation-arrows {
        margin-top: 15px;
    }

    .image-frame-navigation {
        margin: 10px 0 0;
    }

    .ind-lang-select-bl {
        top: 10px;
    }
}

@media screen and (max-width: 400px) {
    .head-login-ref {
        font-size: 12px;
        margin-righT: 15px;
    }

    .header-logo svg {
        width: 120px;
        height: 14px;
    }

    .mobile-header-search {
        margin-right: 12px;
    }

}

/* new contacts start */
.contacts-tit {
    font-size: 37px;
    line-height: 42px;
    margin-bottom: 20px;
}

.contacts-group {
    margin-bottom: 20px;
}

.contacts-group:last-child {
    margin-bottom: 0;
}

.contacts-name {
    font-size: 18px;
    line-heighT: 22px;
    font-weight: bold;
    margin-bottom: 6px;
}

.contacts-address,
.contacts-type {
    font-size: 18px;
    line-heighT: 22px;
    margin-bottom: 4px;
}

.contacts-email {
    font-size: 16px;
    line-heighT: 20px;
    margin-bottom: 16px;
}

.contacts-email a {
    text-decoration: underline;
    text-transform: none;
}

.contacts-email a:hover {
    text-decoration: none;
}

.contacts-phone {
    font-size: 18px;
    line-heighT: 22px;
}

@media screen and (max-width: 760px) {
    .contacts-tit {
        font-size: 30px;
        line-height: 34px;
    }

    .contacts-name,
    .contacts-address,
    .contacts-type {
        font-size: 14px;
        line-heighT: 18px;
    }
    
    .contacts-email {
        font-size: 12px;
        line-heighT: 16px;
        margin-bottom: 12px;
    }
}

/* new contacts end */


/* choose region */
.choose-region {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 28px 28px 28px 36px;
    background-color: #2A2A2A;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #C3A374;
}
.choose-region.hide {
    display: none;
}
.choose-region.fixed {
    position: fixed;
    top: 86px;
    right: 70px;
    z-index: 15;
}
.choose-region span {
    margin-right: 40px;
}
.choose-region__btn {
    border: 2px solid #C3A374;
    background: none;
    cursor: pointer;
    padding: 6px 14px;
    width: 60px;
    font-size: 14px;
    font-weight: 600;
    color: #BB9761;
}
.choose-region__btn + .choose-region__btn {
    margin-left: 20px;
}
.choose-region__btn:hover {
    border-color: #fff;
    color: #fff;
}
.choose-region svg {
    margin-left: 50px;
    cursor: pointer;
}
.choose-region svg:hover path {
    stroke: #fff;
}
@media (max-width: 700px) {
    .choose-region {
        justify-content: flex-end;
        padding: 20px;
        font-size: 16px;
    }
    .choose-region.fixed {
        right: 0;
        left: 0;
    }
    .choose-region span {
        margin-right: 20px;
        line-height: 1.2;
    }
    .choose-region__btn {
        padding: 5px;
        width: 50px;
    }
    .choose-region__btn + .choose-region__btn {
        margin-left: 10px;
    }
    .choose-region svg {
        margin-left: 20px;
    }
}
/* choose region */


/* regions in header */
.header-regions {
    font-size: 14px;
}
.header-regions a.current {
    font-weight: bold;
}
.header-regions a + a {
    margin-left: 5px;
}
.header-regions a:hover {
    text-decoration: none;
    color: #fff;
}
.header-regions.mobile-regions {
    padding: 0 126px 20px;
}
@media (max-width: 700px) {
    .header-regions.mobile-regions {
        padding: 0 20px 20px;
    }
}
/* regions in header */
