/*
	Theme Name: okna-naro-fominsk.ru
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
  --black: #242424;
  --white: #FFFFFF;
  --red: #E50040;
  --green: #3CBFAC;
  --green2: #1EA361;
  --green2_light: #25c375;
  
  --grey: #575756;
  --grey1: #828282;
  --grey2: #808080;
  --grey3: #AFAFAF;
  --grey4: #D8D8D8;
  --grey5: #F3F3F3;
}

html {
	margin: 0%;
	padding: 0%;
    background-color: var(--white);
}
body {
	position: relative;
    margin: 0%;
    padding: 0%;
    line-height: 135%;
    font-size: 16px;
    font-family: "Inter", "Tahoma", "Verdana", sans-serif;
    color: var(--black);
	font-weight: 500;
    overflow-x: hidden;
}
a {
	color: var(--text);
}
a:hover {
    color: var(--red);
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
    letter-spacing: 0px;
	position: relative;
	font-weight: 600;
    font-style: normal;
    line-height: normal;
    line-height: 120%;
}
h1 {
    font-size: 50px;
}
p.h2, h2 {
	font-size: 50px;
}
h3 {
	font-size: 35px;
}
h4 {
    font-size: 27px;
}
h5, h6 {
    font-size: 21px;
}
img {
	max-width: 100%;
	height: auto;
}
input, select, textarea {
	outline: none;
}


/* center */
.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.center.content_none:after,
.content_none:after {
	content: none;
}
.flex.content_none.top {
    align-items: normal;
}
.center {
    margin: 0 auto;
    width: 94%;
    max-width: 1700px;
    box-sizing: border-box;
    position: relative;
}
.center:after {
	content: '';
	clear: both;
	display: block;
}
.clear {
	position: relative;
	clear: both;
}
.gap30 {
	gap: 30px;
}


/* others */
s {
    color: #EE2222;
}
section {
    padding: 15px 0;
}
article {
    font-size: 16px;
    line-height: 135%;
    font-weight: 400;
}
article a {
	color: var(--red);
}
article a:hover {
	color: var(--accente_hover);
	text-decoration: none;
}
article ol {
    padding-left: 25px;
}
article img.alignright {
    max-width: 50%;
    float: right;
    margin: 0 0 20px 50px;
}
article img.alignleft {
    max-width: 50%;
    float: left;
    margin: 0 50px 20px 0;
}
a {
	transition: .1s;
}
div.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
div.gallery .gallery-item {
    float: none !important;
    margin: 0 !important;
    text-align: center;
    width: 100% !important;
    height: 350px !important;
    overflow: hidden;
}
div.gallery .gallery-item dt.gallery-icon.landscape {
    object-fit: cover;
    height: 100%;
    width: 100%;
    background-color: var(--black);
}
div.gallery br {
    display: none;
}
div.gallery .gallery-item img {
    border: none !important;
    object-fit: cover;
    height: 100%;
    width: 100%;
}


/*
	slick slider style
*/
.regular ul.slick-dots {
    bottom: 20px;
}
.regular ul.slick-dots li button {
    border-radius: 100%;
	background-color: var(--green);
}
.regular ul.slick-dots li.slick-active button {
    border-radius: 100%;
	background-color: var(--red);
}
.regular.dots_mobile ul.slick-dots {
    display: none !important;
}
/* animation show block slick slider */
.regular {
	opacity: 0;
	transition: 1s;
}
.regular.slick-initialized {
	opacity: 1;
}
.regular.visible .slick-list {
    overflow: visible;
}

span.arrow {
    content: url('images/arrow_white.svg');
    background-color: var(--green);
    position: absolute;
    width: 60px;
    padding: 15px;
    z-index: 1;
    border-radius: 6px;
    height: 60px;
    box-sizing: border-box;
    cursor: pointer;
}
span.arrow.arrow:hover {
    background-color: var(--red);
}
span.arrow.middle {
    right: 30px;
    top: 45%;
}
span.arrow.prev {
    right: inherit;
	left: 30px;
    transform: rotate(180deg);
}


/*
	elements
*/
a.button, input[type="button"], input[type="submit"] {
    background-color: var(--green);
    color: var(--white);
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 21px 30px;
    border-radius: 6px;
    cursor: pointer;
    transition: .5s;
    box-shadow: 0px 5px 12px 2px rgb(33 33 33 / 15%);
}
a.button:hover, input[type="button"]:hover, input[type="submit"]:hover {
    background-color: var(--red);
    box-shadow: 0px 5px 12px 2px rgb(33 33 33 / 25%);
	color: var(--white);
}
input[type="button"].big {
    font-size: 17px;
    padding: 20px 60px 17px;
}
input[type="button"].black {
    background-color: var(--black);
}
input[type="button"].black:hover {
    background-color: var(--red);
}

/*
	warning
*/
section.warning {
    background-color: var(--green);
    text-align: center;
    color: var(--white);
    padding: 10px 0;
}
section.warning span {
    background-color: #72DFCF;
    padding: 4px 10px;
    border-radius: 4px;
    margin-left: 20px;
}
section.warning a {
	text-decoration: none;
}
section.warning a:hover {
	color: var(--black);
}

/*
	header
*/
header {
    position: relative;
    background-color: var(--white);
    color: var(--black);
}
header:after {
    content: '';
    clear: both;
    display: block;
}


/* 
	section.top
 */
section.top {
    border-bottom: 1px solid var(--grey5);
}
section.top a {
    text-decoration: none;
}
section.top a:hover {
    text-decoration: underline;
	color: var(--red);
}
section.top .phone {
    display: flex;
    gap: 20px;
}
span.bmenu_mobile {
	display: none;
}


/* logo */
.logos {
    display: flex;
    gap: 20px;
}
/*
a.logo {
    display: flex;
    font-size: 17px;
    font-weight: 700;
    line-height: 115%;
    gap: 15px;
    max-width: 190px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
	text-decoration: none;
}
*/
a.logo {
    display: flex;
    font-size: 14px;
    font-weight: 700;
    line-height: 115%;
    gap: 15px;
    max-width: 150px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    text-decoration: none;
}
a.logo:hover {
	text-decoration: none;
}
.rehau_partner {
    padding: 12px 16px;
    border-radius: 6px;
    border: 1px solid var(--grey4);
    font-size: 13px;
    max-width: 200px;
    line-height: 120%;
}
.rehau_partner a {
    display: flex;
    gap: 10px;
}


/* city_list */
.city {
	position: relative;
    padding: 7px 16px;
    border-radius: 6px;
    border: 1px solid var(--grey4);
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
}
.city .title {
    font-size: 12px;
}
ul.city_list {
    position: absolute;
    background-color: var(--white);
    right: 0;
    top: 57px;
    z-index: 2;
    display: none;
    opacity: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: 1px solid var(
	--grey4);
    padding: 0;
    box-sizing: border-box;
    border-radius: 0 0 6px 6px;
}
ul.city_list > li {
	cursor: pointer;
    padding: 8px 15px;
    box-sizing: border-box;
    border-bottom: 1px solid var(--grey5);
}
ul.city_list > li:last-child {
	border-bottom: none;
}
ul.city_list > li:hover {
	background-color: var(--grey5);
}
.city .show_list_cuty span.open {
    content: url('images/open_city.svg');
    background-color: var(--grey5);
    padding: 8px 7px;
    border-radius: 2px;
    cursor: pointer;
	transition: .5s;
}
.city:hover .show_list_cuty span.open {
    background-color: var(--grey4);
}
.city:hover .show_list_cuty .city_list {
	display: block;
	opacity: 1;
}

/* more_address */
.show_more_address {
    position: relative;
}
.show_more_address span.open {
    content: url('images/open_address.svg');
    background-color: var(--grey5);
    padding: 12px 10px;
    border-radius: 2px;
    cursor: pointer;
    transition: .5s;
}
.show_more_address:hover span.open {
    background-color: var(--grey4);
}
.more_address {
    opacity: 0;
    display: none;
    padding: 5px 20px 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    width: 260px;
    border-radius: 6px;
    background-color: var(--white);
    position: absolute;
    z-index: 2;
    right: 0;
}
.show_more_address:hover .more_address {
	opacity: 1;
	display: block;
}
.more_address > div {
    margin: 15px 0;
}
.more_address span {
    color: var(--grey1);
    font-size: 14px;
    display: block;
}
a.yandex {
    content: url('images/yandex.svg');
}
a.google {
    content: url('images/google_maps.svg');
}
a.gis2 {
    content: url('images/2gis.svg');
}
.map_services {
    display: flex;
    gap: 15px;
}
.more_address .map_services > a {
    height: 12px;
}


.phone {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.phone a.tel {
    font-size: 21px;
    font-weight: 600;
    text-decoration: none;
}
.mess {
    display: flex;
    gap: 10px;
}
section.top .phone .mess {
    position: relative;
    top: -1px;
}
a.mess.telegram {
    content: url('images/telegram.svg');
}
a.mess.max {
    content: url('images/max.svg');
}
a.mess.telegram.white {
    content: url('images/telegram_white.svg');
}
a.mess.max.white {
    content: url('images/max_white.svg');
}


/*
	main menu
*/
span.bmenu {
    content: url('images/bmenu.svg');
    padding: 10px;
    cursor: pointer;
}
nav.mainmenu {
    border-bottom: 1px solid var(--grey5);
    padding: 1px 0;
}
ul.main {
    display: flex;
    list-style-type: none;
    gap: 0%;
    width: stretch;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}
ul.main a {
	text-decoration: none;
}
ul.main a:hover {
	color: var(--red);
	text-decoration: underline;
}
ul.main > li {
    position: relative;
    display: flex;
    gap: 12px;
    padding: 20px;
}
ul.main li.menu-item-has-children:after {
	content: url('images/child_menu.svg');
}
ul.main li.menu-item-has-children.double > ul,
ul.main li.menu-item-has-children > ul {
    top: 20px;
    display: none;
    position: absolute;
    background-color: var(--white);
    z-index: 2;
    width: fit-content;
    min-width: fit-content;
    padding: 10px 25px 20px;
    box-sizing: border-box;
    border-radius: 6px;
    top: 30px;
    left: -5px;
    list-style-type: none;
    margin: 15px 0 0;
}
ul.main li.menu-item-has-children:hover ul {
	display: block;
}
ul.main li.menu-item-has-children ul li {
    margin: 9px 0;
    width: max-content;
    max-width: 250px;
}
ul.main li.current_page_item > a {
    color: var(--grey2);
}
footer li.current_page_item > a {
    color: #90ffef;
}
ul.main li.current_page_item:after {
	opacity: 0.5;
}

/*
	more_menu
*/
.more_menu_block {
	display: none;
	opacity: 0;
    background-color: var(--white);
    position: absolute;
    z-index: 2;
    padding: 10px 30px 30px;
    box-sizing: border-box;
    border-radius: 0 0 6px 6px;
    width: max-content;
    gap: 70px;
    top: 60px;
    box-shadow: 0px 9px 12px 2px rgb(33 33 33 / 15%);
}
.more_menu:hover .more_menu_block {
    display: flex;
    opacity: 1;
}
.more_menu_block .one ul {
    font-size: 15px;
    margin: 15px 0 0;
    padding-left: 0;
	list-style-type: none;
}
.more_menu_block .one.navi > ul a {
    font-size: 15px;
    text-transform: none;
}
.more_menu_block .title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 15px 0 0;
}	
.more_menu_block li {
    margin: 5px 0;
    max-width: 300px;
}
.more_menu_block a {
    text-decoration: none;
}	
.more_menu_block a:hover {
    text-decoration: underline;
	color: var(--red);
}	
	

/*
	sliders
*/
section.sliders {
    padding-bottom: 0;
}
.sliders_list .one {
    position: relative;
    background-color: var(--black);
    height: 540px;
    overflow: hidden;
    border-radius: 6px;
    margin: 0 5px;
}
.sliders_list .one:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #3C3C3C;
    opacity: 0.75;
    opacity: 0;
    background: linear-gradient(4deg, #000000 0%, #00000040 100%);
}
.sliders_list .one .content {
    position: absolute;
    padding: 15px 50px 15px 35px;
    box-sizing: border-box;
    z-index: 1;
    width: 30%;
    max-width: max-content;
    z-index: 1;
    color: var(--black);
    background-color: var(--white);
    border-radius: 4px;
    border: 2px solid var(--green);
    box-sizing: border-box;
    top: 25%;
    left: 120px;
}
.sliders_list .one .content a.button {
    display: table;
    margin: -15px 0 0;
}
.sliders_list .one img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.sliders_list .one .content a.title {
    font-size: 26px;
    font-weight: 700;
    line-height: 120%;
    text-decoration: none;
    margin-bottom: 10px;
    display: table;
}
.sliders_list .one .content a.title:hover {
    text-decoration: underline;
}
.sliders_list .one .content ul {
    font-size: 21px;
    line-height: 130%;
    margin: 20px 0 40px;
}
.sliders_list .one .content ul li {
	margin: 10px 0;
}
.sliders_list.regular.slick-dotted.slick-slider {
    margin-bottom: 0;
}


/*
	warning
*/
section.partners_rehau {
    background-color: var(--green);
    text-align: left;
    color: var(--white);
    padding: 20px 0;
    margin-top: 0;
}
section.partners_rehau > .center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
section.partners_rehau img {
    float: left;
    margin: -10px 50px 0 0;
}


/*
	triggers
*/
section.triggers {
    background-color: var(--green);
    color: var(--white);
    padding: 25px 0;
    margin-top: 0;
}
section.triggers .triggers_list.regular {
    margin-bottom: 0;
}
.triggers_list .one {
    position: relative;
    float: left;
    margin: 0 20px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    width: 22%;
    padding: 10px 0;
}
.triggers_list .one:after {
    content: url('images/check_trigger_.svg');
    position: absolute;
    background-color: var(--white);
    border-radius: 100%;
    height: 30px;
    box-sizing: border-box;
    width: 30px;
    text-align: center;
    padding: 5px;
    top: 0;
    left: 30px;
}
.triggers_list .one img {
    height: 50px;
    width: auto;
    float: left;
    margin: 0 20px 0 0;
}


/*
	services
*/
.max_width {
    max-width: 1920px;
    margin: 0 auto;
    width: 98%;
    margin: 0 auto;
}
.category_list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    box-sizing: border-box;
}
.category_list .one {
    width: calc(20% - 4px);
    position: relative;
    height: 300px;
    color: var(--white);
    background-color: var(--black);
}
.category_list .one a.bg {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
}
.category_list .one a.bg:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #3C3C3C;
    opacity: 0.25;
    background: linear-gradient(4deg, #000000 0%, #00000040 100%);
	transition: 1s;
}
.category_list .one:hover a.bg:after {
    opacity: 0.30;
}
.category_list .one:nth-child(-n+4) {
    width: calc(25% - 4px);
    height: 360px;
}
.category_list .one .content {
    position: absolute;
    padding: 0 10%;
    text-align: left;
    top: 170px;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
    transition: 1s;
    z-index: 3;
}
.category_list .one:hover .content {
    top: 90px;
}
.category_list .one:nth-child(-n+4) .content {
    top: 250px;
}
.category_list .one:nth-child(-n+4):hover .content {
    top: 190px;
}
.category_list .one img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.category_list .one a.name {
    font-size: 27px;
    color: var(--white);
    font-weight: 600;
    display: table;
    line-height: 110%;
    margin-bottom: 10px;
}
.category_list .one a.name:hover {
	text-decoration: none;
	color: var(--red);
}
.category_list .one .content a.button {
    display: table;
    margin: 10px 0 0;
	opacity: 0;
}
.category_list .one:hover .content a.button {
	opacity: 1;
}


/*
	category_desc
*/
section.category_desc {
    background-color: var(--green);
    color: var(--white);
    padding: 40px 0;
    margin-top: 0;
}
section.category_desc .center {
    display: flex;
    align-items: center;
    justify-content: center;
}
section.category_desc .desc {
    width: 50%;
    font-size: 21px;
    line-height: 125%;
}
section.category_desc .phone {
    background: #23AF9A;
    padding: 15px 20px;
    border-radius: 6px;
}
section.category_desc .phone a:hover {
	color: var(--black);
	text-decoration: underline;
}


/*
	window
*/
.title_navi {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 80px;
}
.title_navi ul.navi {
    margin: 7px 0 0;
}
ul.navi {
    display: flex;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-transform: uppercase;
    font-size: 13px;
}
ul.navi li {
    background-color: var(--grey5);
    padding: 13px 25px;
    border-radius: 6px;
    cursor: pointer;
}
ul.navi li.active:hover,
ul.navi li.active {
    background-color: var(--green);
	color: var(--black);
    cursor: default;
}
ul.navi li:hover {
    background-color: var(--red);
	color: var(--white);
}
.window_list {
    display: none !important;
}
.window_list.active {
	display: block !important;
}
.window_list .one {
    position: relative;
    background-color: var(--grey5);
    float: left;
    margin: 0 10px;
    padding: 20px 25px;
    box-sizing: border-box;
    border-radius: 6px;
    transition: 1s;
    overflow: hidden;
}
.window_list .one:before {
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    position: absolute;
    background: linear-gradient(360deg, #f3f3f3, #f3f3f3ba, #f3f3f300 100%);
}
.window_list .one > .content {
	position: relative;
	z-index: 1;
}
.window_list .one:hover {
    box-shadow: 0px 5px 12px 2px rgb(33 33 33 / 15%);
}
.window_list .one .image {
    height: 389px;
    text-align: center;
}
/*
.window_list .one .image img {
    height: 389px;
    width: auto;
    display: block;
    margin: 0 auto;
}
*/
.window_list .one .image img {
    height: auto;
    width: auto;
    display: block;
    margin: 0 auto;
}
.window_list .one .content {
    padding: 15px 0;
}
.window_list .one .content .name {
    font-size: 23px;
    text-align: center;
    padding: 7px 0;
}
.window_list .one .content .content_price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 15px 0;
}
.window_list .one .content .content_price .price {
    font-size: 28px;
}
.window_list .one .content .content_price .text {
    max-width: 100px;
}
table {
    width: 100%;
    border-spacing: 0;
}
table td {
    padding: 7px 15px;
    width: 40%;
    box-sizing: border-box;
    border-right: 1px solid var(--grey4);
    border-top: 1px solid var(--grey4);
}
article table td {
    padding: 9px 15px;
}
table tr td:first-child {
	padding-left: 0;
}
table tr td:last-child {
	border-right: none;
    width: 60%;
	padding-right: 0;
}
table tr:first-child td {
	border-top: none;
}
article table thead td {
    border-bottom: 2px solid var(--green);
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 600;
}

/*
	section.callback
*/
section.callback {
    background-color: var(--green);
    color: var(--white);
    padding: 15px 0 40px;
    margin-top: 0;
}
section.callback .center.flex {
    align-items: flex-start;
    gap: 170px;
}
section.callback article {
    width: 50%;
}
aside {
    position: absolute;
    background-color: var(--black);
    color: var(--white);
    padding: 35px 35px;
    box-sizing: border-box;
    width: 340px;
    border-radius: 6px;
    right: 30%;
    top: 13%;
    box-shadow: 0px 5px 12px 2px rgb(33 33 33 / 15%);
}
aside input[type="button"] {
	margin: 20px 0 0;
}
section.callback {
    right: 30%;
    top: 10%;
}
section.callback .photos {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 5px 12px 2px rgb(33 33 33 / 15%);
    width: 50%;
    background-color: var(--black);
    margin: 40px 0 0;
}
section.callback .photos img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
aside a.logo {
    margin-bottom: 20px;
}
section.callback article ul li {
    margin: 20px 0;
    font-size: 21px;
}


/*
	sale_list
*/
section.sale {
    position: relative;
	padding: 15px 0 60px;
}
section.sale:before {
    content: '';
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background-color: var(--grey5);
    position: absolute;
}
.sale_list {
    display: table;
}
.sale_list .one {
    height: 320px;
    position: relative;
    float: left;
    margin: 0 15px 0 0;
    width: 30%;
    min-width: 250px;
    border-radius: 6px;
    overflow: hidden;
    transition: 1s;
    background-color: var(--black);
}
.sale_list .one:hover {
    box-shadow: 0px 5px 12px 2px rgb(33 33 33 / 15%);
}
.sale_list .one img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.sale_list .one .content {
    position: absolute;
    padding: 7% 7% 0 7%;
    top: 130px;
    box-sizing: border-box;
    z-index: 1;
    color: var(--white);
    transition: 1s;
}
.sale_list .one .content .name {
    font-size: 25px;
    font-weight: 700;
    display: table;
    margin-bottom: 15px;
    line-height: 120%;
}
.sale_list .one .content input[type="button"] {
	display: none;
	opacity: 0;
    margin: 15px 0 0;
}
.sale_list .one:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #3C3C3C;
    opacity: 0.35;
    background: linear-gradient(4deg, #000000 0%, #00000040 100%);
    transition: 1s;
}
.sale_list .one:hover:after {
    opacity: 0.75;
}	
.sale_list .one:hover input[type="button"] {
	display: block;
	opacity: 1;
}
.sale_list .one:hover .content {
    top: 80px;
}

/*
	about
*/
section.about {
    position: relative;
    padding: 30px 0;
}
section.about:before {
    content: url('images/rehau_watermark.png');
    opacity: 0.05;
    position: absolute;
    bottom: -7px;
    left: 20px;
}
section.about .center {
    display: flex;
    gap: 7%;
    align-items: normal;
    justify-content: space-between;
}
section.about .sertificate {
    position: absolute;
    right: 31%;
    top: 20%;
    border-radius: 6px;
    border: 5px solid var(--white);
    box-sizing: border-box;
    box-shadow: 0px 5px 12px 2px rgb(33 33 33 / 15%);
    background-color: var(--white);
    z-index: 1;
}
.sertificate img {
    display: block;
    width: 100%;
    height: 100%;
}
section.about article {
	width: 50%;
}
section.about.no_photos article {
    width: 100%;
}
article li {
    margin: 7px 0;
}
article ul {
    padding-left: 30px;
}
section.about .photos_slider {
    width: 50%;
    margin: 30px 0;
    box-shadow: 0px 5px 12px 2px rgb(33 33 33 / 15%);
}
.photos_slider {
    background-color: var(--black);
    border-radius: 6px;
    overflow: hidden;
    height: 640px;
}
.photos_slider .one {
    height: 640px;
}
.photos_slider .one img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
section.about .photos_slider span.next.arrow {
    top: 30px;
}
section.about .photos_slider span.prev.arrow {
    top: 30px;
    left: initial;
    right: 100px;
}
section.about .photos_slider ul.slick-dots {
    text-align: right;
    padding: 0 30px;
    box-sizing: border-box;
}
.regular span.next.arrow.top {
	top: -105px;
	right: 0;
}
.regular span.prev.arrow.top {
    top: -105px;
    right: 80px;
    left: inherit;
}


/*
	about_tabs
*/
section.about_tabs {
    padding: 15px 0 25px;
}
section.about_tabs ul.navi.change {
    margin: 30px 0 0;
}
section.about_tabs .atabs_one {
	display: none;
}
section.about_tabs .atabs_one.active {
	display: block;
}


/*
	profiles
*/
section.profiles {
	position: relative;
    background-color: var(--grey5);
    padding: 15px 0 50px;
}
section.profiles:before {
    content: '';
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20%;
    background-color: var(--grey5);
    position: absolute;
}
.profiles_list .one {
    float: left;
    width: 400px;
    margin: 0 30px 0 0;
    background-color: var(--white);
    border-radius: 6px;
    overflow: hidden;
	transition: 1s;
}
.profiles_list .one:hover {
    box-shadow: 0px 5px 12px 2px rgb(33 33 33 / 15%);
}
.profiles_list .one .image {
    height: 341px;
    position: relative;
}
.profiles_list .one .image img {
    object-fit: contain;
    height: 100%;
    width: auto;
    margin: 0 auto;
}
.profiles_list .one .content {
    padding: 20px 25px 20px;
    box-sizing: border-box;
    border-top: 1px solid var(--grey5);
}
.profiles_list .one .content a.name {
    font-size: 28px;
    font-weight: 600;
    display: table;
    margin-bottom: 10px;
}
.profiles_list .one .content .price {
    font-size: 19px;
    font-weight: 600;
    margin: 15px 0 5px;
    height: 30px;
}
.profiles_list .one .content .price sup {
    font-size: 12px;
}
.profiles_list .one .content .desc {
    height: 65px;
    overflow: hidden;
    margin: 10px 0 0;
}
.profiles_list .one .content table {
    margin: 10px 0 0;
}
.profiles_list .one .content a.button {
    display: table;
    margin: 10px 0 0;
}

/*
	step
*/
section.step {
    background-color: var(--grey5);
    color: var(--black);
    padding: 5px 0 60px;
    margin-top: -60px;
}
.step_list {
    display: flex;
    gap: 90px;
    counter-reset: list 0;
}
.step_list .one {
    position: relative;
    margin: 0 80px 0 0;
    box-sizing: border-box;
}
.step_list .one:after {
    content: url('images/arrow_step.svg');
    position: absolute;
    top: 40%;
    right: -40px;
	transition: 1s;
}
.step_list .one:hover:after {
    right: -60px;
}
.step_list .one:last-child:after {
	content: none;
}
.step_list .one img {
    display: block;
    margin-bottom: 15px;
    width: auto;
    height: 70px;
}
.step_list .one:before {
    counter-increment: list;
    content: counter(list) '.';
    text-align: right;
    position: absolute;
    right: 20px;
    top: 50px;
    z-index: 0;
    color: #fff;
    font-family: Roboto;
    font-size: 170px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    z-index: 0;
    opacity: 0.1;
    transition: 1s;
}

/*
	photos gallory
*/
section.photos {
	position: relative;
}
.one_block_photos {
    margin: 30px 0 0;
	display: none;
}
.one_block_photos.active {
	display: block;
}
section.photos aside {
    position: absolute;
    background-color: var(--green);
    color: var(--white);
    right: 10%;
    width: 35%;
}
section.photos aside strong {
    font-size: 21px;
    display: block;
    margin-bottom: 10px;
    line-height: 140%;
}
.photos_list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 0;
    grid-row-gap: 0;
}
.photos_list a {
    height: auto;
    background-color: var(--black);
    border: 2px solid var(--white);
    aspect-ratio: 12 / 9;
}
.photos_list a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}
.photos_list.photos_page {
    grid-template-columns: repeat(7, 1fr);
}
section.photos aside a {
    display: table;
    margin: 15px 0 0;
}

/*
	projects photos gallory
*/
section.projects {
    position: relative;
    padding: 1px 0 50px;
}
section.projects:before {
    content: '';
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    background-color: var(--green);
    position: absolute;
}
.projects_list .one {
    position: relative;
    float: left;
    width: 48%;
    margin: 0 20px 0 0;
    border-radius: 6px;
    overflow: hidden;
    transition: 1s;
    height: 500px;
    background-color: var(--black);
}
.projects_list .one:hover {
    box-shadow: 0px 5px 12px 2px rgb(33 33 33 / 15%);
}
.projects_list .one:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #3C3C3C;
    opacity: 0.25;
    background: linear-gradient(4deg, #000000 0%, #00000040 100%);
    transition: 1s;
}
.projects_list .one img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.projects_list .one .content {
    position: absolute;
    padding: 14% 7% 0;
    top: 230px;
    box-sizing: border-box;
    z-index: 1;
    color: var(--white);
    transition: 1s;
    max-width: 80%;
}
.projects_list .one .content .name {
    font-size: 26px;
    font-weight: 700;
    display: table;
    margin-bottom: 15px;
    line-height: 120%;
}

/*
	reviews
*/
section.reviews {
    background: linear-gradient(1deg, #d8d8d829, #d8d8d800 100%);
    border-bottom: 1px solid var(--grey5);
    padding: 5px 0 35px;
}
.reviews_services {
    display: flex;
    gap: 70px;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid var(--grey5);
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.reviews_services .map_services {
    gap: 40px;
}
span.stars {
    content: url('images/stars.svg');
}
.reviews_services .reviews_stars {
    font-weight: 700;
}
.reviews_stars .text {
    font-size: 14px;
    font-weight: 500;
}
.reviews_services .reviews_stars span.stars {
    margin-bottom: 0;
    position: relative;
    bottom: -5px;
    margin-left: 5px;
}
.reviews_services .reviews_stat {
    font-weight: 700;
}
.reviews_stat span {
    font-size: 14px;
    font-weight: 500;
    display: block;
}
.reviews_list .one {
    border: 1px solid var(--grey4);
    border-radius: 6px;
    float: left;
    width: 30%;
    margin: 0 20px 0 0;
    padding: 30px;
    box-sizing: border-box;
    background-color: var(--white);
    transition: 1s;
}
.reviews_list .one:hover {
    box-shadow: 0px 5px 12px 2px rgb(33 33 33 / 15%);
}
.reviews_list .one .content {
    height: 280px;
    overflow: hidden;
}
.reviews_list .one .people {
    display: flex;
    margin: 15px 0 0;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
}
.reviews_list .one .people .avatar {
    width: 60px;
    height: 60px;
    border-radius: 4px 12px 4px 12px;
    overflow: hidden;
    background-color: var(--grey5);
}
.reviews_list .one .people .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.name span.stars {
    display: table;
    margin: 5px 0 0;
}


/*
	questions_list
*/
section.questions {
    padding: 15px 0 30px;
}
.questions_list .one {
    border-bottom: 1px solid var(--grey4);
    padding: 8px 0;
}
.questions_list .one.hide {
	display: none;
}
.questions_list .one:first-child {
    border-top: 1px solid var(--grey4);
}
.questions_list .one.hidden {
	display: none;
}
.questions_list .one article {
	display: none;
}
.questions_list .one.active article {
	display: block;
}
.questions_list .one .name {
	position: relative;
}
.questions_list .one .name:after {
    content: '+';
    position: absolute;
    right: 0;
    top: -1px;
    font-size: 30px;
    font-weight: 300;
    color: var(--grey3);
}
.questions_list .one .name h3 {
    font-size: 19px;
    margin: 10px 0;
	cursor: pointer;
}
.questions_list .one .name:hover {
	color: var(--red);
}
.questions_list .one .name:hover:after {
	color: var(--red);
}
.show_more {
    display: table;
    margin: 20px 0;
    border-bottom: 1px dashed var(--grey3);
	cursor: pointer;
}
.show_more:hover {
	color: var(--red);
    border-bottom: 1px dashed var(--red);
}


/*
	contact_bottom
	address
*/
section.contact_bottom {
    padding: 25px 0 15px;
}
section.contact_bottom > .center {
    align-items: normal;
    justify-content: space-between;
    gap: 0;
    background-color: var(--white);
    border-radius: 0 0 6px 6px;
    overflow: hidden;
    box-shadow: 0px 20px 15px 0px rgb(33 33 33 / 4%);
}
section.contact_bottom address {
    width: 26%;
    padding: 0 50px 10px;
}
address h2 {
    font-size: 44px;
    margin: 0 0 20px 0;
}
address {
    font-style: normal;
}
address span {
    color: var(--grey2);
    display: block;
    margin: 0 0 3px 0;
	line-height: 135%;
    font-size: 16px;
}
address > div {
    margin: 0 0 15px 0;
}
address a.tel {
    font-size: 28px;
    text-decoration: none;
    font-weight: 600;
    display: table;
    margin: 15px 0;
}
address .location {
    font-size: 21px;
    line-height: 120%;
}
address .mess_number {
    display: flex;
    gap: 30px;
}
.mess_number .text {
    max-width: 120px;
}
.mess_number .icons {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-start;
}
address .map_services {
    margin: 30px 0;
    gap: 30px;
}
address .map_services a {
    height: 22px;
}
section.contact_bottom .photo {
    background-color: var(--grey5);
    width: 30%;
    position: relative;
}
section.contact_bottom .photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
section.contact_bottom .map {
    position: relative;
    width: 44%;
    background-color: var(--grey4);
    border-radius: 0 6px 6px 0;
}
section.contact_bottom .map iframe {
    width: 100%;
    height: 100%;
    border: none;
    box-sizing: border-box;
}

/*
	footer
*/
footer {
    background-color: var(--green);
    color: var(--white);
    padding: 40px 0 0;
}
footer.cbottom {
    padding: 160px 0 0;
    margin-top: -130px;
}
footer span.close {
	display: none;
}
footer a {
	text-decoration: none;
}
footer a:hover {
	color: var(--black);
	text-decoration: underline;
}
section.bottom_menu {
    padding: 1px 0 30px;
}
section.bottom_menu > .center {
    align-items: flex-start;
    justify-content: space-between;
    gap: 80px;
}
section.bottom_menu .aside {
    width: 18%;
}
section.bottom_menu .aside .desc {
    font-size: 14px;
    line-height: 125%;
}
section.bottom_menu .aside a.logo {
    display: flex;
    margin-bottom: 5px;
}
section.bottom_menu .aside img {
    margin-bottom: 15px;
}
section.bottom_menu nav.bottom_navi {
    width: 82%;
    align-items: flex-start;
    justify-content: left;
    gap: 9%;
}
nav.bottom_navi .one {
    min-width: 140px;
}
nav.bottom_navi .title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
nav.bottom_navi ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 25px;
}
nav.bottom_navi ul li {
	margin: 5px 0;
}
.one > ul {
    margin: 0;
}
li.double ul {
    font-size: 15px;
}
li.double ul {
    font-size: 15px;
    column-count: 2;
    margin: 10px 00;
}
.one > ul > li > a {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.one ul > li > ul {
	font-size: 15px;
	margin: 15px 0 0;
}
nav.bottom_navi .one.navi ul {
	font-size: 15px;
	margin: 15px 0 0;
}
nav.bottom_navi .one.navi > ul > li > a {
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
}

/*
	copyright
*/
section.copyright {
    font-size: 14px;
    padding: 20px 0;
    border-top: 1px solid rgb(255 255 255 / 24%);
}
span.pay {
    content: url('images/pay.svg');
}


/* popup__toggle */
#popup__toggle {
	bottom: 8%;
    right: 10px;
    position: fixed;
    z-index: 9;
	cursor: pointer;
	transition: 0.5s;
}
#popup__toggle.dinamic {
	bottom: 10%;
	transition: 0.5s;
}
.img-circle{
	background-color: var(--green2);
	box-sizing: ontent-box;
	-webkit-box-sizing: content-box;
	transition: 1s;
}
#popup__toggle:hover .img-circle {
	background-color: var(--green2_light);
}
.circlephone {
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
	border: 2px solid var(--green2);
	width:150px;
	height:150px;
	bottom:-25px;
	right:10px;
	position:absolute;
	-webkit-border-radius:100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	opacity: .5;
	-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
	-moz-animation: circle-anim 2.4s infinite ease-in-out !important;
	-ms-animation: circle-anim 2.4s infinite ease-in-out !important;
	-o-animation: circle-anim 2.4s infinite ease-in-out !important;
	animation: circle-anim 2.4s infinite ease-in-out !important;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all 0.5s;
}
#popup__toggle:hover .circlephone {
	border: 2px solid var(--green2_light);
}
.circle-fill {
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
	background-color: var(--green2);
	width:100px;
	height:100px;
	bottom:0px;
	right:35px;
	position:absolute;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
	-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
	-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
	-o-animation: circle-fill-anim 2.3s infinite ease-in-out;
	animation: circle-fill-anim 2.3s infinite ease-in-out;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all 0.5s;
}
.img-circle {
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
	width:72px;
	height:72px;
	bottom: 14px;
	right: 49px;
	position:absolute;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	opacity: 1;
	transition: 0.5s;
}
.img-circleblock {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	width: 72px;
	height: 72px;
	background-image: url(images/callme.svg);
	background-position: center center;
	background-repeat: no-repeat;
	animation-name: tossing;
	-webkit-animation-name: tossing;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	transition: 0.5s;
}
.img-circle:hover {
	opacity: 1;
}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
}


/*
	single_page
*/
section.single_page {
    padding: 1px 0 50px;
}
section.contact_bottom.single address {
    padding: 20px 5px 20px 0;
}

/*
	breadcrumbs
*/
section.breadcrumbs {
    background: var(--grey5);
    padding: 9px 0;
    font-size: 14px;
    color: var(--grey2);
}
.breadcrumbs a {
    position: relative;
    margin: 0 30px 0 0;
    color: var(--black);
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
	color: var(--red);
}
.breadcrumbs a:after {
    content: url('images/breadcrumbs_arrow.svg');
    position: relative;
    right: -18px;
}


/*
	previews_photos
*/
section.previews_photos {
    display: flex;
    gap: 30px;
    position: relative;
}
section.previews_photos .one {
    border-radius: 6px;
    overflow: hidden;
    background-color: var(--black);
    height: 550px;
	width: 33%;
}
section.previews_photos .one img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.previews_photos aside {
    background-color: var(--green);
    top: -15px;
    right: 20%;
}

/* reviews_services */
section.revservices {
    display: flex;
    gap: 50px;
    padding: 35px 50px;
    box-sizing: border-box;
    background-color: var(--grey5);
    border-radius: 6px;
    margin: 25px 0;
    align-items: center;
    justify-content: center;
}
section.revservices .title {
    font-size: 28px;
    font-weight: 600;
    max-width: 400px;
    line-height: 120%;
    width: 30%;
}
section.revservices .services_list {
    display: flex;
    gap: 10%;
    align-items: center;
    justify-content: flex-start;
    font-size: 15px;
    width: 70%;
}
section.revservices .reviews_stars {
    margin: 10px 0 0;
}
section.revservices .services_list span.stars {
    height: 20px;
    position: relative;
    bottom: -4px;
}
.download.doc {
    position: relative;
    background-color: var(--grey5);
    padding: 15px 25px;
    box-sizing: border-box;
    border-radius: 6px;
    max-width: 350px;
    display: flex;
    gap: 20px;
    margin: 20px 0;
    align-items: center;
    justify-content: center;
}
.download.doc a {
    color: var(--black);
    line-height: 130%;
}
.download.doc:before {
	content: url('images/doc.svg');
}
section.data {
    display: flex;
    gap: 50px;
}
.sertificates_block {
    display: flex;
    align-items: normal;
    justify-content: space-between;
    gap: 0;
    background-color: var(--grey5);
    border-radius: 6px;
    overflow: hidden;
}
.sertificates_block .image {
    width: 52%;
}
.sertificates_block .image img {
    height: 100%;
    width: 100%;
    background-color: var(--black);
    object-fit: cover;
}
.sertificates_block article {
    padding: 30px;
    box-sizing: border-box;
}
hr {
    border: none;
    border-top: 1px solid var(--grey4);
    margin: 40px 0 0;
}
.photos_slider_list .one {
    float: left;
    margin: 0 15px 0 0;
    background-color: var(--black);
    border-radius: 6px;
    overflow: hidden;
}
.photos_slider_list .one img {
    height: 500px;
    width: auto;
    display: block;
}

/*
	sale archive
*/
.sale_list.full {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.sale_list.full .one {
    width: 100%;
    height: 400px;
    margin: 0;
}
.sale_list.full .one .content {
    top: 120px;
    max-width: 70%;
}
.sale_list.full .one .content input[type="button"] {
    display: block;
    opacity: 1;
}


/*
	projects archive
*/
.projects_list.full {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.projects_list.full .one {
    width: 100%;
    height: 400px;
    margin: 0;
}
.projects_list.full .one .content {
    top: 120px;
    max-width: 70%;
}

/*
	project-single.php
*/
section.single_page.project_single article {
    max-width: 900px;
}
.photos_single {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin: 30px 0;
}
.photos_single a {
    height: 480px;
    background-color: var(--black);
    border-radius: 6px;
    overflow: hidden;
}
.photos_single a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*
	calculator
*/
section.calculator {
	position: relative;
	padding: 1px 0 50px;
}
section.calculator:before {
    content: '';
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    background-color: var(--grey5);
    position: absolute;
}
section.calculator > .center {
    border-radius: 6px;
    min-height: 500px;
}
/* calculator plus calc js */
section.calculator .container .wincalc {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px 0;
    gap: 70px;
}
section.single_page.calculator_page h1 {
    text-align: center;
}
section.single_page.calculator_page article.title_desc {
    text-align: center;
    margin-bottom: 40px;
}
section.calculator .section.section-white {
    max-width: 1250px;
    margin: 0 auto;
    border-radius: 6px;
    background-color: var(--white);
    box-shadow: 0px 5px 12px 2px rgb(33 33 33 / 8%);
    border-bottom: 3px solid var(--green);
    padding: 15px 25px;
    box-sizing: border-box;
}
section.calculator .wincalc-type2-selector .wincalc-type2-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2px solid var(--grey4);
    height: auto;
    padding: 15px 20px;
    margin: 10px 0;
    border-radius: 6px;
    box-sizing: border-box;
}
section.calculator .wincalc-size-selector input {
    width: 100%;
    padding: 8px 20px;
    margin-top: 10px;
    padding-right: 30px;
    font-size: 24px;
    border: 2px solid var(--grey4);
    border-radius: 6px;
}
section.calculator .wincalc-options {
    border: 2px solid var(--grey4);
    height: auto;
    padding: 15px 20px;
    margin: 10px 0;
    border-radius: 6px;
    box-sizing: border-box;
}
section.calculator #wc-form {
    display: none;
}
section.calculator .wincalc-price {
    align-items: center;
    justify-content: space-between;
    display: flex;
    gap: 5px;
    font-size: 40px;
}
section.calculator .wincalc-price .text {
    max-width: 100px;
    text-align: left;
    font-weight: 500;
    margin: 0 20px;
    font-size: 18px;
}
section.calculator .total_price {
    display: flex;
    gap: 50px;
}


/*
	page simple
*/
.content_article {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    justify-content: space-between;
}
.content_article article {
    width: 78%;
}
.content_article article h2 {
    font-size: 28px;
    margin-top: 40px;
}
.content_article article h2:first-child {
    margin-top: 0px;
}
nav.aside {
    background-color: var(--green);
    width: 22%;
    border-radius: 6px;
    padding: 35px 50px;
    box-sizing: border-box;
}
nav.aside ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
nav.aside ul li {
    margin: 20px 0;
}
nav.aside a {
    text-decoration: none;
    color: var(--white);
}
nav.aside a:hover {
	text-decoration: underline;
    color: var(--black);
}
nav.aside ul li.current_page_item > a {
    color: #90ffef;
    color: var(--black);
}


/*
	fancybox
*/
.fancybox__thumbs .carousel__slide>*,
.fancybox__content {
    background-color: #fff !important;
}


/*
	price
*/
.preview_price {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
    align-items: flex-start;
    justify-content: flex-start;
}
.preview_price .image {
    max-width: 200px;
    width: 20%;
    border: 1px solid var(--grey4);
    background-color: var(--white);
    border-radius: 4px;
    height: 150px;
}
.preview_price .image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.preview_price .content {
    width: 40%;
}
.preview_price .content .name {
    font-size: 28px;
    display: table;
    margin: 10px 0;
}
.preview_price .content .price {
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: 600;
    margin: 12px 0;
}
.one_block_price {
    margin-bottom: 15px;
    display: table;
    width: 100%;
    padding-bottom: 60px;
    border-bottom: 1px solid var(--grey4);
}
.one_block_price h2 {
    font-size: 45px;
}


/*
	window
*/
section.window {
    padding: 15px 0 40px;
}
.window_list.active.full {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.window_list.active.full .one {
    margin: 0%;
    width: 100%;
}
.window_list.active.full .one .image img {
    height: auto;
    width: auto;
    display: block;
    margin: 0 auto;
    height: 383px;
    width: fit-content;
    max-width: stretch;
}


/*
	preview_landing
*/
section.preview_landing {
    position: relative;
    background-color: var(--black);
    color: var(--white);
    padding: 30px 0 20px;
    box-sizing: border-box;
}
section.preview_landing:after {
    content: '';
	content: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #3C3C3C;
    opacity: 0.75;
    background: linear-gradient(4deg, #000000 0%, #00000040 100%);
}
section.preview_landing > .center {
    position: relative;
    z-index: 1;
    min-height: 500px;
}
section.preview_landing .content {
    position: absolute;
    padding: 25px 50px 25px 35px;
    box-sizing: border-box;
    z-index: 1;
    width: fit-content;
    max-width: max-content;
    z-index: 1;
    color: var(--black);
    background-color: var(--white);
    border-radius: 4px;
    border: 2px solid var(--green);
    box-sizing: border-box;
    top: 13%;
    left: 0;
    width: 40%;
    max-width: 500px;
}
section.preview_landing .content h1 {
    font-size: 26px;
    font-weight: 700;
    line-height: 120%;
    text-decoration: none;
    margin: 10px 0;
    display: table;
}
section.preview_landing .content article {
    font-size: 16px;
    line-height: 135%;
}
section.preview_landing .content .desc {
	display: none;
}
/*
section.preview_landing > .center h1 {
    max-width: 800px;
}
section.preview_landing > .center article {
    max-width: 800px;
    line-height: 135%;
}
*/
section.preview_landing a {
    color: var(--white);
}
section.preview_landing .breadcrumbs a:after {
    content: url('images/breadcrumbs_arrow_white.svg');
}
section.preview_landing img.bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
}
section.preview_landing article {
    font-size: 21px;
}
section.preview_landing .breadcrumbs {
    color: var(--white);
}
section.single_page section.window {
    padding-bottom: 50px;
}
section.preview_landing .price {
    font-size: 25px;
    font-weight: 600;
    margin: 30px 0 30px;
}

/* accessories */
section.accessories {
    position: relative;
    padding: 15px 0 60px;
}
section.accessories:before {
    content: '';
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    background-color: var(--grey5);
    position: absolute;
}
.accessories_list .one {
    position: relative;
    float: left;
    margin: 0 15px 0 0;
    width: 250px;
    height: 250px;
    background-color: var(--black);
    border-radius: 6px;
    color: var(--white);
    overflow: hidden;
}
.accessories_list .one:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #3C3C3C;
    opacity: 0.35;
    background: linear-gradient(4deg, #000000 0%, #00000040 100%);
}
.accessories_list .one img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.accessories_list .one strong {
    position: absolute;
    padding: 0 20px;
    box-sizing: border-box;
    top: 150px;
    font-size: 23px;
    line-height: 130%;
    z-index: 1;
}

/*
	gorizontal_landing
*/
section.gorizontal_landing {
	position: relative;
    background-color: var(--black);
    height: auto;
}
section.gorizontal_landing:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #3C3C3C;
    opacity: 0.25;
    opacity: 0;
    background: linear-gradient(50deg, #000000 0%, #00000040 100%);
}
section.gorizontal_landing img.bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
}
section.gorizontal_landing aside {
    z-index: 1;
    left: 0;
    margin: 40px 0;
    position: relative;
    width: 600px;
}
section.gorizontal_landing aside h2, section.gorizontal_landing aside h3 {
    font-size: 35px;
    margin: 0;
}
section.gorizontal_landing aside ul {
    margin: 20px 0;
    padding-left: 20px;
}
section.gorizontal_landing aside ul li {
	margin: 8px 0;
}



/*
	type_products
*/
section.type_products.long {
    padding: 10px 0 50px;
}
.type_products_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.type_products_list .one {
    position: relative;
    float: left;
    margin: 0 15px 0 0;
    width: 100%;
    height: 300px;
    background-color: var(--black);
    border-radius: 6px;
    color: var(--white);
    overflow: hidden;
}
.type_products_list .one img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.type_products_list .one:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #3C3C3C;
    opacity: 0.55;
    background: linear-gradient(4deg, #000000 0%, #00000040 100%);
}
.type_products_list .one strong {
    font-size: 23px;
    line-height: 130%;
    z-index: 1;
}
.type_products_list .one > div.desc {
    position: absolute;
    padding: 0 40px;
    box-sizing: border-box;
    top: 170px;
    max-width: 80%;
}
section.white {
    background-color: var(--white);
}
section.white:before {
    background-color: var(--white);
}

/* type_products long */
section.type_products.long .type_products_list .one {
    height: 420px;
}
.type_products_list .one .content {
    z-index: 1;
    padding: 0 40px;
    box-sizing: border-box;
    position: absolute;
    top: 150px;
}
.type_products_list .one .content a,
.type_products_list .one .content strong {
    margin-bottom: 10px;
    display: table;
	font-size: 23px;
    line-height: 130%;
	font-weight: 600;
	margin-bottom: 10px;
}
.type_products_list .one .content .price {
    margin: 20px 0 25px;
    display: table;
    font-weight: 600;
    font-size: 19px;
}
section.single_page section.questions {
    padding: 5px 0 40px;
}



/*
	callback_block
*/
form .visibility {
	display: none;
}
section.callback_block {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 5;
    background-color: rgb(0 0 0 / 38%);
    max-width: 100%;
    min-width: 100%;
    color: #323232;
    animation: callback .6s forwards;
}
section.callback_block.active {
	display: block;
}
section.callback_block .content {
    background: var(--white);
    position: fixed;
    z-index: 30;
    left: 0;
    right: 0;
    display: block;
    top: 22%;
    margin: 0 auto;
    width: 400px;
    border-radius: 6px;
    box-sizing: border-box;
    box-shadow: 0 0 32px 12px rgb(0 0 0 / 2%);
    border-radius: 6px;
    padding: 50px 60px;
    border-bottom: 3px solid var(--yellow);
}
section.callback_block .content .title {
    padding: 5px 0 20px;
    font-size: 35px;
    font-weight: 600;
    line-height: 110%;
}
section.callback_block .content textarea, section.callback_block .content input {
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0;
    border: 2px solid #d9d9d9;
    font-size: 17px;
    padding: 15px 20px;
    box-sizing: border-box;
    border-radius: 6px;
}
section.callback_block .content input[type="submit"] {
	border: none;
}	
form input.error {
    border: 2px solid #efa3a3;
}
form input.good {
	
}
form .politic {
    font-size: 13px;
    line-height: 120%;
    margin: 15px 0;
}
form .politic input[type="checkbox"] {
    float: left;
    width: auto;
    width: 25px;
    height: 25px;
    margin: 3px 15px 0 0;
}
form .icon-check.complete {
    right: 20px;
    top: 45%;
}
span.close {
    content: url('images/close.svg');
    background-color: var(--red);
    border-radius: 100%;
    padding: 15px;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    position: absolute;
    right: -12px;
    top: -12px;
	cursor: pointer;
	transition: .5s;
}
span.close:hover {
	background-color: var(--black);
}

.notification.notification_accept {
    background-color: #cbf3c4;
    border-radius: 4px;
    padding: 10px 20px;
    box-sizing: border-box;
}
.notification.notification_accept strong {
    display: block;
}



@media(max-width: 1700px) {
	ul.main > li {
		padding: 20px 15px;
	}
	.photos_list a {
		height: 240px;
	}	

}

@media(max-width: 1500px) {
	.top .logos {
		gap: 20px;
	}
	.top a.email {
		font-size: 14px;
	}
	ul.main {
		font-size: 15px;
	}	
	ul.main > li {
		padding: 20px 12px;
	}
	a.button, input[type="button"], input[type="submit"] {
		padding: 21px 20px;
		font-size: 13px;
	}
	.photos_list a {
		height: auto;
	}	


}

@media(max-width: 1400px) {
	.top .logos {
		gap: 10px;
	}	
	a.logo {
		font-size: 16px;
		max-width: 180px;
		gap: 10px;
	}	
	.rehau_partner {
		font-size: 12px;
		max-width: 190px;
	}	
	section.top .phone {
		gap: 10px;
	}
	ul.main {
		font-size: 15px;
	}	
	ul.main > li {
		padding: 20px 5px;
	}
	li.child ul li {
		margin: 6px 0;
	}	
	.phone a.tel {
		font-size: 16px;
	}
	.city .title {
		font-size: 11px;
		margin-bottom: -5px;
	}	
	.city .city_active {
		font-size: 14px;
	}
	ul.city_list {
		top: 54px;
		font-size: 14px;
	}	
	ul.city_list > li {
		padding: 5px 15px;
	}
	a.button, input[type="button"], input[type="submit"] {
		padding: 18px 16px;
		font-size: 13px;
	}
	.show_more_address:hover .more_address {
		font-size: 14px;
		line-height: 120%;
	}
	.photos_list a {
		height: auto;
	}	
	.projects_list .one .content .name {
		font-size: 24px;
	}	
	.photos_list a {
		height: 200px;
	}	

}


@media(max-width: 1350px) {
	body {
		font-size: 15px;
	}	
	p.h2, h2 {
		font-size: 35px;
	}	
	
	.top a.email {
		display: none;
	}
	ul.main {
		font-size: 14px;
		padding: 0;
	}	
	/* sliders */
	.sliders_list .one {
		height: 500px;
	}	
	.sliders_list .one .content {
		padding: 60px 0 0 60px;
	}	
	.sliders_list .one .content a.title {
		font-size: 43px;
	}	
	/* triggers */
	.triggers_list .one {
		width: 21%;
		margin: 0 10px;
	}		
	/* category */
	.category_list .one a.name {
		font-size: 25px;
	}	
	section.category_desc .desc {
		font-size: 17px;
	}	
	/* window */
	.window_list .one .content .name {
		font-size: 21px;
	}	
	.window_list .one .content .content_price .price {
		font-size: 23px;
	}	
	.window_list .one .content .content_price {
		gap: 15px;
	}
	/* sale */
	.sale_list .one .content .name {
		font-size: 22px;
	}	
	.sale_list .one .content {
		top: 80px;
	}	
	.sale_list .one:hover .content {
		top: 50px;
	}
	/* about */
	.sertificate {
		right: 24%;
	}	
	/* projects */
	.projects_list .one .content {
		top: 150px;
	}	
	/* reviews */
	.reviews_services .reviews_stars span.stars {
		height: 20px;
	}
	address .map_services {
		gap: 15px;
	}
	/* contact_bottom */
	section.contact_bottom address {
		width: 33%;
		padding: 0 30px 10px;
	}
	address a.tel {
		font-size: 25px;
	}	
	address .location {
		font-size: 19px;
	}
	.photos_list a {
		height: auto;
	}	
	
}

@media(max-width: 1250px) {
	.photos_list a {
		height: auto;
	}	
}

@media(max-width: 900px) {
	html.main {
		margin-top: 0 !important;
		overflow-x: hidden;
	}
	html #wpadminbar {
		display: none !important;
		height: 0px !important;
		max-height: 0px !important;
	}
	
	.center {
		width: 92%;
		min-width: 92%;
		max-width: 92%;
	}
	h1 {
		font-size: 35px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	h2 {
		font-size: 25px;
		line-height: 120%;
		font-weight: normal;
		position: relative;
		font-weight: 700;
		letter-spacing: 0;
	}
	h3 {
		font-size: 30px;
		line-height: 130%;
	}
	h4, h5, h6 {
		font-size: 26px;
		line-height: 130%;
	}


	html {
		background: #fff;
	}

	/*
		callback vidjet phone
	*/
	#popup__toggle {
		bottom: 5%;
		right: 3px;
		position: fixed;
		z-index: 15;
	}
	.circlephone {
		max-width: 70px;
		max-height: 70px;
	}
	.circle-fill {
		max-width: 45px;
		max-height: 45px;
		bottom: -12px;
		right: 23px;
	}
	.img-circle {
		width: 25px;
		height: 25px;
		right: 33px;
		top: -27px;
	}
	.img-circleblock {
		width: 20px;
		height: 20px;
		right: 3px;
		top: 2px;
		position: absolute;
		background-size: 65%;
	}
	


	/* 
		default
	*/
	.center.flex.mobile_block {
		display: block;
	}
	a.button, input[type="button"], input[type="submit"] {
		padding: 20px 30px;
		font-size: 13px;
		width: 100%;
        box-sizing: border-box;
        text-align: center;
	}

	
	/*
		slick
	*/
	.regular.dots_mobile.visible_mobile .slick-list {
		overflow: visible;
	}
	.regular ul.slick-dots {
		bottom: -50px;
		text-align: left;
		padding: 0;
		box-sizing: border-box;
	}
	
	/*
		warning
	*/
	section.warning {
		font-size: 13px;
	}
	section.warning span {
		display: none;
	}

	/*
		section.top
	*/
	.rehau_partner {
		display: none;	
	}
	.city {
		display: none;	
	}
	.top input[type="button"] {
		display: none;
	}
	.top .show_more_address {
		display: none;
	}
	span.bmenu_mobile {
		display: block;
		content: url('images/bmenu_mobile.svg');
		position: relative;
		top: -6px;
	}
	section.top a.logo {
		font-size: 11px;
		max-width: 100px;
		gap: 10px;
	}
	section.top a.logo img {
		height: 40px;
	}
	.top .phone a.tel {
		font-size: 14px;
	}
	section.top .phone .mess {
		position: relative;
		top: -1px;
		height: 20px;
	}


	/*
		mainmenu
	*/
	nav.mainmenu {
		display: none;
	}	

	/* 
		sliders
	*/	
	section.sliders {
		padding: 0;
		height: 100%;
		margin: 0;
	}
	section.sliders > .center {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}
	section.sliders .sliders_list.regular {
		margin: 0;
		overflow: hidden;
	}
	section.sliders .slick-list,
	section.sliders .slick-track {
		height: 100%;
	}
	/*
	.sliders_list .one {
		height: 100%;
		min-height: 100vh;
		margin: 0 0 -120px 0;
		overflow: hidden;
		border-radius: 0;
	}
	*/
	.sliders_list .one {
		height: 100%;
		min-height: 70vh;
		margin: 0 0 -120px 0;
		overflow: hidden;
		border-radius: 0;
	}	
	.sliders_list .one .content {
		position: absolute;
		padding: 15px 20px 6px;
		z-index: 1;
		width: 100%;
		max-width: 100%;
		bottom: 200px;
		box-sizing: border-box;
		max-width: 100%;
		width: 100%;
		width: 94%;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: inherit;
	}
	.sliders_list .one .content a.title {
		font-size: 22px;
	}
	.sliders_list .one .content .desc {
		display: none;
	}
	.sliders_list .one .content ul {
		font-size: 18px;
		line-height: 130%;
		margin: 20px 0 40px;
		padding-left: 20px;
	}
	.sliders_list .one .content a.button {
		display: table;
		margin: -15px 0 0;
		max-width: fit-content;
	}	
	section.sliders .regular ul.slick-dots {
		bottom: 20px;
		text-align: left;
		padding: 0 4%;
		box-sizing: border-box;
	}

	/* 
		partners_rehau
	*/	
	section.partners_rehau {
		padding: 10px 0;
		margin-top: 0;
	}	
	section.partners_rehau img {
		float: none;
		margin: 0;
		display: block;
		margin-bottom: 14px;
		height: 40px;
		width: auto;
	}
	section.partners_rehau > .center {
		display: block;
	}	
	section.partners_rehau br {
		display: contents;
	}
	
	
	/* 
		window
	*/	
	.window_list .one .image {
		height: 200px;
		text-align: center;
	}
	.window_list .one .image img {
		max-width: 100%;
		width: auto;
		max-height: 200px;
	}
	section.window .regular ul.slick-dots li.slick-active button {
		background-color: var(--red);
	}

	/* 
		slick-dots
	*/	
	.regular.dots_mobile ul.slick-dots {
		display: block !important;
		bottom: -40px;
	}	

	/* 
		triggers
	*/	
	section.triggers {
		padding: 25px 0;
		margin-top: 0;
	}
	.triggers_list.regular {
		margin: 0 !important;
	}
	section.triggers .triggers_list.regular ul.slick-dots {
		display: none !important;
	}	
	section.triggers .regular ul.slick-dots li button {
		background-color: var(--white);
	}
	section.triggers .regular ul.slick-dots li.slick-active button {
		background-color: var(--red);
	}
	.triggers_list .one {
		width: 100%;
		margin: 0;
		padding: 15px 0;
		display: flex;
		gap: 10px;
	}
	.triggers_list .one img {
		height: auto;
		width: 50px;
		float: left;
		margin: 0 30px 0 0;
	}
	
	
	/* 
		category
	*/
	.max_width {
		max-width: 1920px;
		margin: 0 auto;
		width: 100%;
		margin: 0 auto;
	}	
	section.category {
		padding-bottom: 0;
	}	
	.category_list {
		display: block;
		flex-wrap: wrap;
	}	
	.category_list .one {
		border-top: 4px solid var(--white);
	}
	.category_list .one, .category_list .one:nth-child(-n+4),
	.category_list .one:hover, .category_list .one:nth-child(-n+4):hover {
		width: 100%;
		height: 180px;
	}	
	.category_list .one .content,
	.category_list .one:nth-child(-n+4) .content {
		padding: 20px 4%;
		top: inherit;
		height: auto;
		bottom: 20px;
	}
	.category_list .one .content a.button,
	.category_list .one:hover .content a.button {
		display: none;
	}
	
	/* 
		category_desc
	*/
	section.category_desc {
		padding: 30px 0 35px;
		margin-top: -5px;
	}	
	section.category_desc .center {
		display: block;
		align-items: center;
		justify-content: center;
	}
	section.category_desc .desc {
		width: 100%;
	}
	section.category_desc .phone {
		width: 100%;
		margin: 15px 0;
		box-sizing: border-box;
	}
	section.callback article {
		width: 100%;
		margin: 60px 0 0;
	}	
	section.callback article ul li {
		margin: 15px 0;
		font-size: 16px;
		padding-left: 0;
	}
	
	
	/* 
		window
	*/
	.title_navi {
		display: block;
		align-items: center;
		justify-content: flex-start;
		gap: 80px;
	}
	.title_navi ul.navi {
		margin: 0 0 30px 0;
	}
	ul.navi {
		gap: 10px;
	}
	ul.navi li {
		min-width: fit-content;
		padding: 13px 15px;
	}

	
	/* 
		callback
	*/
	section.callback {
		padding-bottom: 0;
	}	
	section.callback .center.flex {
		align-items: baseline;
		gap: 170px;
		display: block;
	}	
	section.callback h2 {
		font-size: 25px;
	}	
	section.callback .photos {
		border-radius: 0;
		overflow: hidden;
		box-shadow: 0px 5px 12px 2px rgb(33 33 33 / 15%);
		width: 100vw;
		margin-left: calc(-50vw + 50%);
		min-width: 100vw;
		max-width: 100vw;
		margin-top: 25px;
        height: 300px;
	}	
	aside {
		position: relative;
		padding: 10%;
		width: 100%;
		border-radius: 0;
		right: 0;
		top: 0;
		box-shadow: 0px 5px 12px 2px rgb(33 33 33 / 15%);
	}
	section.callback aside {
		width: 100vw;
		margin-left: calc(-50vw + 50%);
		min-width: 100vw;
		max-width: 100vw;
		border-radius: 0;
		padding: 30px 5%;
	}
		
	/* 
		sale
	*/
	section.sale {
		position: relative;
		padding: 5px 4% 30px;
		box-sizing: border-box;
	}
	section.sale > .center {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	
	/*
		about about_tabs
	*/
	section.about_tabs ul.navi.change {
		margin: 30px 0 0;
		margin: 10px 0 20px;
		overflow: auto;
		padding-bottom: 10px;
	}	
	
	/* 
		about
	*/
	section.about .center {
		display: block;
		gap: 7%;
		align-items: normal;
		justify-content: space-between;
	}
	section.about article {
		width: 100%;
	}
	section.about .photos_slider {
		width: 100%;
		margin: 25px 0;
	}
	section.about .photos_slider {
		margin: -30px 0 -30px;
		width: 100vw;
		margin-left: calc(-50vw + 50%);
		min-width: 100vw;
		max-width: 100vw;
		height: 470px;
		border-radius: 0;
	}
	section.about .photos_slider, .photos_slider .one {
		height: 470px;
	}
	section.about .photos_slider ul.slick-dots {
		text-align: left;
		padding: 0 30px;
		box-sizing: border-box;
		bottom: 30px;
	}	
	section.about:before {
		content: url('images/rehau_watermark_mobile.webp');
	}
	section.about .sertificate {
		right: 0;
		left: 0;
		position: relative;
		max-width: 80%;
		margin: 0 auto;
		z-index: 1;
	}
	
	/* 
		profiles
	*/
	.profiles_list .one {
		margin: 0 10px 0 0;
	}	

	/* 
		step
	*/
	section.step {
		padding: 5px 0 40px;
		margin-top: -40px;
	}


	/* 
		photos
	*/
	.photos_list {
		grid-template-columns: repeat(2, 1fr);
	}
	.photos_list a {
		height: 180px;
		display: none;
	}
	.photos_list a:nth-child(-n+12) { 
		display: block;
	}

	/* 
		projects
	*/	
	.photos_list a {
		height: auto;
		display: none;
	}
	.projects_list .one .content {
		top: 120px;
		max-width: 100%;
	}

	/* 
		reviews
	*/
	.reviews_services {
		display: block;
		gap: 20px;
		align-items: center;
		justify-content: flex-start;
		border-bottom: 1px solid var(--grey5);
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.reviews_services .map_services {
		gap: 20px;
	}
	.reviews_services .map_services > a {
		height: 20px;
		width: auto;
	}
	.reviews_services .reviews_stars {
		font-weight: 700;
		float: left;
		margin: 0 20px 0 0;
	}
	.reviews_services .reviews_stat {
		margin: 0;
		padding: 6px 0 0;
	}
	.reviews_services .map_services {
		gap: 25px;
		margin-bottom: 15px;
	}
	.reviews_services .reviews_stat {
		font-weight: 700;
		margin: 0;
	}
	.reviews_list .one {
		margin: 0 10px 0 0;
		padding: 20px;
	}
	.name span.stars {
		display: table;
		margin: 5px 0 0;
		height: 20px;
	}

	/*
		questions
	*/
	section.questions {
		padding: 15px 0 20px;
		border-bottom: 1px solid var(--grey4);
	}
	.questions_list .one .name {
		position: relative;
		padding: 0 20px 0 0;
		box-sizing: border-box;
	}

	/*
		contact_bottom
	*/
	section.contact_bottom {
		padding: 25px 0 0;
	}
	section.contact_bottom > .center {
		display: block;
		border-radius: 0;
		overflow: visible;
	}
	section.contact_bottom address {
		width: 100%;
		padding: 0;
	}
	section.contact_bottom .photo {
		background-color: var(--grey5);
		width: 100%;
		position: relative;
		height: 400px;
		width: 100vw;
		margin-left: calc(-50vw + 50%);
		min-width: 100vw;
		max-width: 100vw;
	}
	section.contact_bottom .map {
		position: relative;
		width: 100%;
		background-color: var(--grey4);
		border-radius: 0 6px 6px 0;
		height: 300px;
		width: 100vw;
		margin-left: calc(-50vw + 50%);
		min-width: 100vw;
		max-width: 100vw;
	}	
	

	/*
		bottom_menu
	*/	
	section.bottom_menu {
		display: none;
	}
	section.bottom_menu > .center {
		display: block;
	}	
	
	/*
		footer
	*/	
	footer {
		padding: 0;
		margin-top: 0;
	}	
	section.copyright {
		font-size: 14px;
		padding: 15px 0;
		border-top: none;
	}
	section.copyright > .center {
		display: block;
	}
	section.copyright a.autor {
		display: none;
	}
	section.copyright > .center > * {
		display: block;
		margin: 10px 0;
	}

	/*
		callback_block
	*/	
	section.callback_block .content {
		background: var(--white);
		position: fixed;
		z-index: 30;
		left: 0;
		right: 0;
		bottom: 0;
		display: block;
		top: 0;
		margin: 0 auto;
		width: 100%;
		border-radius: 6px;
		box-sizing: border-box;
		box-shadow: none;
		border-radius: 0;
		padding: 25% 15% 0;
		border-bottom: 3px solid var(--yellow);
	}
	section.callback_block span.close {
		padding: 25px;
		width: 80px;
		height: 80px;
	}

	/*
		menu_mobile
	*/
	body.menu_mobile section.bottom_menu {
		display: block;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: var(--green);
		padding: 10% 15%;
		box-sizing: border-box;
		overflow: auto;
	}
	section.bottom_menu .aside {
		width: 100%;
	}
	section.bottom_menu .aside {
		display: none;
	}
	section.bottom_menu nav.bottom_navi .one {
		margin: 30px 0;
	}	
	section.bottom_menu nav.bottom_navi {
		width: 100%;
		align-items: flex-start;
		justify-content: left;
		gap: 9%;
		display: block;
	}
	section.bottom_menu nav.bottom_navi li.double ul {
		column-count: 1;
	}
	nav.bottom_navi ul li {
		margin: 8px 0;
	}
	body.menu_mobile footer {
		z-index: 5;
		position: relative;
	}
	footer span.close {
		display: none;
		z-index: 5;
		background-color: var(--red);
		border-radius: 100%;
		padding: 20px;
		content: url('images/close.svg');
		width: 80px;
		height: 80px;
		padding: 24px;
		box-sizing: border-box;
        top: -10px;
        right: -10px;
	}

	/*
		landing page
	*/
	section.preview_landing {
		padding: 25px 0 50px;
		margin-top: -1px;
	}
	section.preview_landing article {
		font-size: 16px;
	}
	/*
	section.preview_landing > .center h1 {
		max-width: 800px;
		font-size: 35px;
	}
	*/
	section.preview_landing > .center {
		position: relative;
		z-index: 1;
		min-height: 300px;
	}	
	section.preview_landing .content {
		bottom: 0;
		left: 0;
		width: 100%;
		max-width: 100%;
		padding: 10px 20px 20px;
		top: inherit;
	}	
	section.preview_landing > .center h1 {
		max-width: 800px;
		font-size: 22px;
	}	
	section.preview_landing .content article {
		display: none;
	}
	section.preview_landing .content .desc {
		display: block;
	}
	section.preview_landing .breadcrumbs {
		color: #dddddd;
		font-size: 13px;
	}
	section.preview_landing input[type="button"] {
		width: auto;
		margin: 15px 0 0;
	}
	.title_navi ul.navi {
		margin: 0 0 20px 0;
		overflow: auto;
		padding-bottom: 10px;
	}
	footer.cbottom {
		padding: 0;
		margin-top: 0;
	}

	/*
		single_page
	*/	
	section.single_page {
		padding: 1px 0 20px;
	}
	section.single_page section.contact_bottom {
		margin-bottom: -20px;
	}

	/*
		dinamic section.top
	*/
	body.dinamic section.top {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		background-color: var(--white);
		z-index: 4;
	}

	/*
		price
	*/
	ul.navi.animate {
		overflow: auto;
		padding-bottom: 10px;
	}
	section.breadcrumbs {
		padding: 7px 0;
		font-size: 12px;
	}
	.one_block_price h2 {
		font-size: 25px;
		margin: 25px 0;
	}
	.preview_price {
		display: block;
	}
	.preview_price .image {
		max-width: 200px;
		width: 200px;
		height: 150px;
	}
	.preview_price .content .name {
		font-size: 22px;
		display: table;
		margin: 10px 0;
		font-weight: 600;
	}
	.preview_price .content {
		width: 100%;
		margin: 20px 0 10px;
	}
	.window_list.active.full {
		display: grid !important;
		grid-template-columns: repeat(1, 1fr);
		grid-auto-flow: row dense;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}
	.one_block_price {
		margin-bottom: 5px;
		padding-bottom: 30px;
	}
	
	/*
		page simple
	*/	
	.content_article {
		display: block;
	}
	.content_article article {
		width: 100%;
	}
	.content_article article h2 {
		font-size: 22px;
	}
	article ul {
		padding-left: 20px;
	}
	nav.aside {
		background-color: var(--green);
		width: 100%;
		border-radius: 6px;
		padding: 25px 40px;
		box-sizing: border-box;
		max-width: 300px;
		margin: 30px auto 10px;
	}
	nav.aside ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		font-size: 18px;
	}

	
	/*
		photos
	*/
	.one_block_photos .photos_list.photos_page {
		grid-template-columns: repeat(3, 1fr);
	}
	.one_block_photos .photos_list.photos_page a {
		display: block;
	}
	.one_block_photos .photos_list.photos_page a {
		height: auto;
	}
		
	/*
		about
	*/
	section.previews_photos {
		display: flex;
		gap: 0;
		position: relative;
	}
	section.previews_photos aside {
		background-color: var(--green);
		top: 0;
		right: 0;
		position: absolute;
		padding: 10px 30px;
		box-sizing: border-box;
		top: 210px;
	}
	section.previews_photos .one {
		border-radius: 0;
		overflow: hidden;
		background-color: var(--black);
		height: 200px;
		width: 33.333%;
		margin: 0;
	}	
	section.revservices {
		display: block;
		gap: 50px;
		padding: 25px;
		box-sizing: border-box;
		background-color: var(--grey5);
		border-radius: 6px;
		margin: 25px 0;
		align-items: center;
		justify-content: center;
		margin: 180px 0 0;
	}
	section.revservices .title {
		font-size: 22px;
		font-weight: 600;
		max-width: 400px;
		line-height: 120%;
		width: 100%;
	}	
	section.revservices .services_list {
		width: 100%;
		margin: 20px 0 0;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-auto-flow: row dense;
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}
	section.revservices .services_list .one > a {
		height: 25px;
	}
	section.revservices .reviews_stars {
		margin: 0;
	}	
	section.data {
		display: block;
		gap: 50px;
		padding: 0;
	}
	.photos_slider_list .one {
		float: left;
		margin: 0 10px 0 0;
		border-radius: 6px;
		overflow: hidden;
		height: 400px;
		width: 300px;
	}
	.photos_slider_list .one img {
		height: 250px;
		width: auto;
		display: block;
	}	
	.photos_slider_list .one img {
		height: 100%;
		display: block;
		object-fit: cover;
		width: 100%;
	}		
	.sertificates_block .image {
		width: 100%;
	}
	.sertificates_block {
		display: block;
	}	
	.sertificates_block article {
		padding: 10px 25px;
		box-sizing: border-box;
	}
	hr {
		border: none;
		border-top: 1px solid var(--grey4);
		margin: 30px 0 -20px;
	}
	section.single_page.contact_page section.contact_bottom.single {
		padding-top: 0;
	}	
	
		
	.type_products_list {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-auto-flow: row dense;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}	
	.type_products_list .one .content {
		z-index: 1;
		padding: 0 25px;
		box-sizing: border-box;
		position: absolute;
		top: inherit;
		bottom: 25px;
	}
	section.type_products.long .type_products_list .one {
		height: auto;
	}	
	body.page-template-page-landing_service section.callback {
		padding: 110px 0 0;
	}	
	
	
	section.about {
		position: relative;
		padding: 10px 0;
	}
	article img.alignleft, article img.alignright {
		max-width: 100%;
		float: none;
		margin: 0;
	}	
	article table {
		width: auto !important;
		height: auto !important;
        max-width: 100%;
        min-width: 100%;
	}
	article table tr {
		width: auto !important;
		height: auto !important;
	}
	article table td {
		padding: 9px 15px;
		width: auto !important;
		height: auto !important;
	}
	
	
	section.about thead {
		display: none;
	}	
	section.about article table td {
		display: block;
		padding: 4px 0;
		width: auto !important;
		height: auto !important;
        border: none;
	}	
	section.about article table tr td:first-child {
		border-top: 1px solid var(--grey4);
        padding-top: 12px;
		font-weight: 600;
	}
	section.about article table tr td:last-child {
        padding-bottom: 12px;
	}

		
	section.gorizontal_landing {
		position: relative;
		background-color: var(--black);
		height: auto;
		padding-bottom: 0;
	}	
	section.gorizontal_landing aside {
		z-index: 1;
		left: 0;
		margin: 400px 0 0;
		position: relative;
		width: 100%;
		width: 100vw;
		margin-left: calc(-50vw + 50%);
		min-width: 100vw;
		max-width: 100vw;
		padding: 20px 5% 30px;
	}
	section.gorizontal_landing img.bg {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: inherit;
		object-fit: cover;
		display: block;
		width: 100%;
		height: 430px;
	}
	.type_products_list .one {
		position: relative;
		float: none;
		margin: 0;
		width: 100%;
		height: 220px;
		background-color: var(--black);
		border-radius: 6px;
		color: var(--white);
		overflow: hidden;
	}
	.type_products_list .one > div.desc {
		position: absolute;
		padding: 0 6%;
		box-sizing: border-box;
		top: inherit;
		max-width: 100%;
		font-size: 21px;
		bottom: 30px;
	}	
	
	/*
		calculator
	*/
	section.single_page.calculator_page article.title_desc {
		margin-bottom: 15px;
	}	
	section.calculator .section.section-white {
		padding: 15px 20px 25px;
	}	
	section.calculator .container .wincalc {
		gap: 0;
		margin: 5px 0 0;
	}	
	section.calculator .total_price {
		display: block;
		gap: 50px;
	}
	section.calculator .wincalc-price .text {
		max-width: 100px;
		margin: 0 20px 0 0;
		font-size: 18px;
	}	
	section.calculator .wincalc-price {
		margin-bottom: 10px;
	}
	
	/*
		article gallery
	*/
	div.gallery {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-auto-flow: row dense;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}	
	div.gallery .gallery-item {
		height: 180px !important;
	}
		
	.projects_list.full {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-auto-flow: row dense;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}	
	.projects_list.full .one {
		width: 100%;
		height: 350px;
		margin: 0;
	}	
	.projects_list.full .one .content {
		top: 100px;
		max-width: 100%;
	}
	.photos_single {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-auto-flow: row dense;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
		margin: 20px 0;
	}
	.photos_single a {
		height: auto;
	}
	section.type_products.long {
		padding: 10px 0 0;
	}
	.one_block_photos {
		margin: 20px 0 0;
	}	
	ul.navi.change.photo {
		overflow: auto;
		padding-bottom: 10px;
	}	
	
	section.photos aside {
		position: relative;
		background-color: var(--green);
		color: var(--white);
		right: 0;
		width: 100%;
		padding: 20px 4%;
	}
	section.photos aside strong {
		font-size: 18px;
		display: block;
		margin-bottom: 10px;
		line-height: 135%;
	}	
	
	
}



@media(max-width: 400px) {
	section.top .phone .mess a.mess.telegram {
		display: none;
	}
	.sliders_list .one {
		min-height: 70vh;
	}
	.sliders_list .one .content {
		bottom: 180px;
	}	
	.sliders_list .one .content a.title {
		font-size: 20px;
	}	
	.sliders_list .one .content ul {
		font-size: 16px;
		line-height: 130%;
		margin: 10px 0 30px;
		padding-left: 20px;
	}	
	a.button, input[type="button"], input[type="submit"] {
		padding: 16px 25px;
	}
	section.triggers {
		padding: 20px 0 2px;
		margin-top: 0;
	}	
	
}

@media(max-width: 350px) {
	section.top .phone .mess a.mess {
		display: none;
	}
	
}