* {
	margin: 0;
	padding: 0;
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
}
.img-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}
.img-center img {
	display: block;
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    max-height: 100%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-align-self: center;
    margin: 0 auto;
}
a img {
	border: none;
}
path,
path:hover,
use,
use:hover,
a,
a:hover {
	transition: 0.3s ease all;
}
@font-face {
    font-family: 'Akrobat';
    src: url('../fonts/Akrobat-Regular.woff2') format('woff2'),
    url('../fonts/Akrobat-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Akrobat';
    src: url('../fonts/Akrobat-SemiBold.woff2') format('woff2'),
    url('../fonts/Akrobat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Akrobat';
    src: url('../fonts/Akrobat-Bold.woff2') format('woff2'),
    url('../fonts/Akrobat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.clearfix {
	float: none;
    clear: both;
}
.clearfix:after {
	clear: both;
}
.clearfix:before,
.clearfix:after {
	display: table;
    content: " ";
}
.wreaper {
	width: 100%;
	position: relative;
	min-height: 100%;
}
/* Reset */
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}

input,
button {
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -webkit-appearance: button;
    box-sizing: border-box;
    outline: none;
    border: none;
    font-family: inherit;
}
textarea {
	font-family: inherit;
}
button,
input[type="submit"],
input[type="button"] {
	cursor: pointer;
}
body {
	font-family: 'Akrobat';
	font-weight: 500;
    font-style: normal;
	line-height: 1;
/*
	Input на айфоне нормальное отображение
	-webkit-appearance: none;
*/
/*
Делает шрифт лучше
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;

	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
*/
/*
возможно исправит отображение шрифта для MACos
-webkit-font-smoothing: none;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-font-smoothing: antialiased; 
*/
}
::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

::-webkit-input-placeholder {color:#7A7A7A;}
::-moz-placeholder          {color:#7A7A7A;}
:-moz-placeholder           {color:#7A7A7A;}
:-ms-input-placeholder      {color:#7A7A7A;}

strong,
b {
	font-weight: 700;
}
i, cite, em, var, address, dfn {
    font-style: italic;
}
/* end */

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}
input[type='number'] {
    -moz-appearance: textfield;
}
input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
.overflow-hidden {
	overflow: hidden;
}
.rel {
	position: relative;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.size-0 {
	display: table;
	font-size: 0;
	width: 100%;
}
.table-responsive {
    width: 100%;
    min-height: .01%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
} 
.hidden {
    display: none;
    overflow: hidden;
}


.mobile_menu,
.mobile-menu {
	display: none;
}




.width-1680 {
	max-width: 1680px;
	margin: 0 auto;
}
.width-1400 {
	max-width: 1400px;
	margin: 0 auto;
}






header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
#js-stiky {

}
#js-stiky {
	padding: 65px 0 15px;
	transition: 0.3s padding linear;
}
.is-sticky #js-stiky {
	padding: 15px 0;
	transition: 0.3s padding linear;
}
.inner-page header {
	position: relative;
}
.is-sticky #js-stiky {
	background: #ffffff;
	box-shadow: 1px 1px 1px rgba(0,0,0,.4);
}
.is-sticky .menu-top > ul > li > a {
	color: #000000;
}
.header-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
    color: #000000;
    position: relative;
    box-sizing: border-box;
    transition: 0.3s linear all;
}
.header-flex_left {
	font-size: 0;
}
.box-languages {
	width: 48px;
	display: inline-block;
    vertical-align: top;
}
.header-flex_center {

}
.menu-top {

}
.menu-top > ul {
	font-size: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.menu-top > ul > li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 20px;
	min-height: 54px;
}
.menu-top > ul > li.menu-top_logo {
	margin: 0 50px;
}
.menu-top > ul > li.menu-top_logo a svg {
	width: 100%;
	height: auto;
}
.inner-page .menu-top > ul > li.menu-top_logo path,
.is-sticky .menu-top > ul > li.menu-top_logo path {
	fill: rgba(43, 42, 41, 1);
}
.menu-top > ul > li > a {
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
.inner-page .menu-top > ul > li > a,
.menu-top > ul > li > a:hover {
	color: #000000;
}
.header-flex_right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.header_telephone {
	text-align: right;
	margin-left: 27px;
}
.header_telephone a {
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
.inner-page .header_telephone a,
.is-sticky .header_telephone a,
.header_telephone a:hover {
	color: #000000;
}
.header_telephone p {
	font-weight: 600;
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 8px;
}
.inner-page .header_telephone p,
.is-sticky .header_telephone p {
	color: #000000;
}
.header-search {
	
}
.form-search {
	position: relative;
}
.form-search_button-click {
	display: block;
}
.form-search_button-click,
.form-search_button {
	width: 30px;
	height: 30px;
	background: transparent;
	position: relative;
	z-index: 2;
	cursor: pointer;
}
.form-search_button {
	display: none;
}
.open-search .form-search_button {
	display: block;
}
.form-search_button-click svg,
.form-search_button svg {
	width: 100%;
	height: 100%;
}
.form-search_button-click path,
.form-search_button path {
	stroke: #ffffff;
}
.open-search .form-search_button-click {
	display: none;
}
.open-search .inner-page .form-search_button-click path,
.open-search .is-sticky .form-search_button-click path,
.open-search .form-search_button-click path,
.open-search .form-search_button path,
.inner-page .form-search_button path,
.is-sticky .form-search_button path,
.is-sticky .form-search_button path,
.inner-page .form-search_button-click path,
.form-search:hover path {
	stroke: #000000;
}
.form-search_input {
	display: block;
    position: absolute;
    top: -13px;
    right: 100%;
    z-index: 1;
    margin-right: -15px;
	width: 0;
	height: 56px;
	box-sizing: border-box;
	background: transparent;
	border: 1px solid transparent;
	font-weight: 500;
	font-size: 0;
	line-height: 54px;
	color: transparent;
	box-sizing: border-box;
	padding: 0;
	transition: 0.3s ease all;
}

.open-search .form-search .form-search_input {
	width: 350px;
	padding: 0 16px;
	border: 1px solid #5A5A5A;
	background: #FFFFFF;
	font-size: 16px;
	transition: 0.3s ease all;
	color: #000000;
}


.section-1 {
	width: 100%;
	height: 100vh;
	position: relative;
	margin-bottom: 140px;
}
.slider-top {
	font-size: 0;
}
.slider-top,
.slider-top div {
	height: 100%;
	min-height: 100%;
	position: relative;
}
/*.slider-top_thumb {
	background-repeat: no-repeat;
}
.slider-top_thumb.lazy {
	background-position: center;
    background-size: initial;
}
.slider-top_thumb.lazy[data-was-processed="true"] {
    background-position: center top;
    background-size: cover;
}*/
.slider-top_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slider-top_thumb:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 1;
	transition: 0.3s ease all;
}
.section-1_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	max-width: 800px;
	margin: 0 auto;
	z-index: 2;
	text-align: center;
	height: 100vh;
	box-sizing: border-box;
    padding: 165px 0 64px 0;
}
.custom_dots.custom_dots-2 {
	position: absolute;
	right: 46px;
    bottom: 81px;
	color: #ffffff;
	z-index: 2;
	margin: 0;
}
.custom_dots.custom_dots-2:before {
	background: #ffffff;
}
.section-1_item h2 {
	font-weight: 600;
	font-size: 60px;
	line-height: 1.15;
	color: #FFFFFF;
}
.section-1_item p {
	font-weight: 600;
	font-size: 22px;
	line-height: 1.2;
	color: #FFFFFF;
	margin-top: 16px;
}
.section-1_link {
	display: block;
	width: 280px;
	height: 60px;
	box-sizing: border-box;
	border: 1px solid #FFFFFF;
	text-align: center;
	line-height: 58px;
	text-decoration: none;
	font-weight: 600;
	font-size: 20px;
	color: #FFFFFF;
	margin-top: 17vh;
}
.section-1_link:hover {
	border-color: #000000;
	background: #000000;
	color: #ffffff;
}
.social-networks {
	position: absolute;
	left: 90px;
	bottom: 92px;
	float: right;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.social-networks a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 23px;
    font-size: 0;
    margin-right: 40px;
}
.social-networks a:last-child {
	margin-right: 0;
}
.social-networks a:last-child {
    margin-right: 0;
}
.social-networks a use {
	fill: #ffffff;
}
.social-networks a:hover use {
	fill: #000000;
}
.arrows-bottom {
	position: absolute;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	bottom: 30px;
	z-index: 2;
}
.arrow {
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform-origin: 50% 50%;
	transform: translate3d(-50%, -50%, 0);
	font-size: 0;
}
.arrow-first {
	animation-duration: 2s;
	animation-timing-function: ease-in-out;
	animation-name: arrowMovement;
    animation-iteration-count: infinite;
}
.arrow-second {
	animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-delay: 1s;
    animation-name: arrowMovement;
    animation-iteration-count: infinite;
}
.arrow:before,
.arrow:after {
	background: #fff;
	content: '';
	display: block;
	height: 3px; 
	position: absolute;
	top: 0;
	left: -15px;
	width: 30px;
}
.arrow:before {
    transform: rotate(45deg) translateX(-23%);
    transform-origin: top left;
}
.arrow:after {
    transform: rotate(-45deg) translateX(23%);
    transform-origin: top right;
}
@keyframes arrowMovement {
    0% { 
        opacity: 0;
        top: 10%;
    }
    70% {
        opacity: 1;
    }
    100% { 
        opacity: 0;
    }
}
.list-advantages {
	margin-bottom: 140px;
	text-align: center;
}
.list-advantages li {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0 66px;
}
.list-advantages_item {
	width: 245px;
	height: 191px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 245px 191px;
	box-sizing: border-box;
    padding: 43px 10px 0 10px;
}
.list-advantages_item p {
    font-size: 56px;
    font-weight: bold;
    color: #000000;
}
.list-advantages_item h3 {
	font-size: 23px;
    margin-top: 21px;
}
.box-collection {
	margin-bottom: 140px;
}
.box-collection_top {

}
.box-collection_title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	float: left;
	width: 420px;
	height: 70px;
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #000000;
	font-weight: 600;
	font-size: 30px;
	color: #000000;
	text-align: center;
}	
.small-collection {

}
.big-collection {
	font-size: 0;
	overflow: hidden;
}
.big-collection,
.big-collection_thumb {
	height: 706px;
}
.big-collection_thumb {
	position: relative;
}
.big-collection_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.big-collection_thumb img:not(.loaded) {
	width: auto;
	height: auto;
}
.big-collection_position {
	width: 420px;
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	background: #ffffff;
	border: 1px solid #000000;
	padding: 40px 70px;
}
.big-collection_position h3 {
	font-weight: 600;
	font-size: 48px;
	line-height: 1.2;
	color: #000000;
}
.big-collection_position p {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.4;
	color: #000000;
	max-height: 420px;
    overflow: hidden;
	margin-top: 7px;
}
.big-collection_link {
	display: block;
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	border: 1px solid #000000;
	text-decoration: none;
	line-height: 58px;
	font-weight: 600;
	font-size: 20px;
	color: #000000;
	text-align: center;
	margin-top: 22px;
}
.big-collection_link:hover {
	background: #000000;
	color: #ffffff;
}
.small-collection {
	float: left;
	width: calc(100% - 420px);
	font-size: 0;
	height: 70px;
	overflow: hidden;
}
.small-collection_item {
	width: 100%;
	height: 70px;
	box-sizing: border-box;
	border: 1px solid #707070;
	cursor: pointer;
	transition: 0.3s ease all;
}
.small-collection .slick-current .small-collection_item,
.small-collection_item:hover {
	background: #000000;
	color: #ffffff;
	transition: 0.3s ease all;
}
.small-collection .slick-current .small-collection_item p,
.small-collection_item:hover p {
	color: #ffffff;
}
.small-collection_item p {
	font-weight: 600;
	font-size: 48px;
	text-align: center;
	line-height: 68px;
	color: #000000;
	text-transform: uppercase;
}
.small-collection .slick-track {
	margin-left: 0;
}
/*.small-collection .slick-slide {
	width: auto !important;
}*/
.about-us {
	margin-bottom: 140px;
}
.about-us_column {
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
}
.global-description h1,
.global-description h2,
.global-description h3,
.global-description h4,
.global-description h5,
.global-description h6 {
	margin: 0 0 15px 0 !important;
	font-weight: 600 !important;
    color: #000000 !important;
    font-family: 'Akrobat' !important;
}
.about-us_column.global-description h1 {
	font-size: 30px !important;
}
.about-us_column.global-description h2 {
	font-size: 28px !important;
}
.about-us_column.global-description h3 {
	font-size: 26px !important;
}
.about-us_column.global-description h4 {
 	font-size: 24px !important;
}
.about-us_column.global-description h5 {
	font-size: 22px !important;
}
.about-us_column.global-description h6 {
	font-size: 20px !important;
}
.global-description h1 {
	font-size: 48px !important;
}
.global-description h2 {
	font-size: 36px !important;
}
.global-description h3 {
	font-size: 34px !important;
}
.global-description h4 {
	font-size: 32px !important;
}
.global-description h5 {
	font-size: 30px !important;
}
.global-description h6 {
	font-size: 28px !important;
}
.global-description {
	font-size: 20px !important;
    color: #000000 !important;
    line-height: 1.4 !important;
}
.global-description h1 font,
.global-description h2 font,
.global-description h3 font,
.global-description h4 font,
.global-description h5 font,
.global-description h6 font,
.global-description ul li font,
.global-description ol li font,  
.global-description h1 span,
.global-description h2 span,
.global-description h3 span,
.global-description h4 span,
.global-description h5 span,
.global-description h6 span,
.global-description blockquote span,
.global-description p font {
	font-size: inherit !important;
	color: inherit !important;
    font-family: inherit !important; 
}
.global-description p {
	font-size: 20px !important;
    color: #000000 !important;
    line-height: 1.4 !important;
   	margin: 0 0 15px 0 !important;
}
.global-description p span {
	color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
}
.global-description img {
	font-size: 0;
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
}
.global-description ul {
	list-style: disc;
}
.global-description ol {
	list-style: decimal;
}
.global-description ul,
.global-description ol {
	margin: 0 0 15px 0;
	list-style-position: inside;
}
.global-description ul li,
.global-description ol li {
	font-size: 20px !important;
    color: #000000 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
}
.global-description a {
	color: #004F70;
	text-decoration: underline;
}
.global-description a:hover {
	text-decoration: none;
}
.global-description blockquote {
    margin: 0 0 15px 0 !important;
    font-size: 20px;
    color: #000000;
    border: 1px solid #000000;
    box-sizing: border-box;
    padding: 15px 30px !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px;
    line-height: 1.4;
}
.global-description table tr td {
	vertical-align: middle;
	padding: 10px;
	border: 1px solid #000000;
	font-size: 20px !important;
    color: #000000 !important;
    line-height: 1.4 !important;
}
.all-select-doors {
	margin-bottom: 140px;
}
.select-doors {
	min-height: 300px;
    background-color: #E4E4E4;
    position: relative;
    box-sizing: border-box;
    border: 7px solid;
    -moz-border-image: url(../images/border-4.png) 7 round round;
    -webkit-border-image: url(../images/border-4.png) 7 round round; 
    -o-border-image: url(../images/border-4.png) 7 round round;
    border-image: url(../images/border-4.png) 7 round round;
}
.select-doors_item {
	max-width: 820px;
    box-sizing: border-box;
    padding: 58px 0 58px 140px;
}
.select-doors h3 {
	font-weight: 600;
	font-size: 30px;
	line-height: 1.2;
	color: #000000;
}
.select-doors p {
	font-size: 20px;
	line-height: 1.4;
	color: #000000;
	margin-top: 14px;
}
.select-doors_link {
	display: block;
    width: 280px;
    height: 60px;
    box-sizing: border-box;
    border: 1px solid #000000;
    text-decoration: none;
    line-height: 58px;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    text-align: center;
    margin-top: 22px;
}
.select-doors_link:hover {
    background: #000000;
    color: #ffffff;
}
.select-doors_img {
	position: absolute;
	bottom: 0;
    right: 8%;
    font-size: 0;
}
.select-doors_img img {
	max-height: 100%;
}
.box-accessories {
	position: relative;
	overflow: hidden;
	margin-bottom: 120px;
}
.list-accessories {

}
.list-accessories li {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}
.list-accessories_item {
	position: relative;
	height: 800px;
	font-size: 0;
	z-index: 2;
}
.list-accessories_item:before {
	display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.5);
    z-index: 1;
}
.list-accessories_item:after {
	display: block;
	content: "";
	width: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	background: #ffffff;
}
.list-accessories_item img:not(.loaded) {
	width: auto;
	height: auto;
}
.list-accessories_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s ease all;
}
.list-accessories li.hide .list-accessories_item img {
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease all;
}
.list-accessories li:nth-child(1) .list-accessories_item img {
	object-position: left center;
}
.list-accessories li:nth-child(2) .list-accessories_item img {
	object-position: 25% center;
}
.list-accessories li:nth-child(3) .list-accessories_item img {
	object-position: 50% center;
}
.list-accessories li:nth-child(4) .list-accessories_item img {
	object-position: right center;
}
.list-accessories_position {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	box-sizing: border-box;
	padding: 15px;
	text-align: center;
	text-decoration: none;
	transition: 0.3s ease all;
}
.list-accessories_position h3 {
	font-size: 42px;
	color: #ffffff;
	line-height: 1.2;
}
.list-accessories_position p {
	text-align: center;
    color: #BCBCBC;
    font-size: 22px;
    max-width: 80%;
    line-height: 1.6;
    margin: 10px auto 0 auto;
    transition: 0.3s ease all;
    max-height: 420px;
    overflow: hidden;
}
.list-accessories_position:hover p {
	transition: 0.3s ease all;
	color: #ffffff;
}
.accessories-thumb_item.active {
	opacity: 1;
    visibility: visible;
    z-index: 1;	
    transition: 0.3s ease all;
}
.accessories-thumb_item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 800px;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease all;
}
.accessories-thumb_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.telescopic-molding {
	margin-bottom: 120px;
}
.telescopic-molding_left {
	float: left;
	width: 50%;
	box-sizing: border-box;
    padding: 23px 3% 0 7.4%;
}
.telescopic-molding_right {
	float: right;
	width: 50%;
	box-sizing: border-box;
	padding: 0 0 0 0;
}
.telescopic-molding_description {
	margin-bottom: 69px;
}
.telescopic-molding_description h2 {
	font-weight: bold;
	font-size: 48px;
	line-height: 1.2;
	letter-spacing: -0.025em;
	margin-bottom: 9px;
}
.telescopic-molding_description p {
	font-size: 23px;
	line-height: 1.5;
	margin-bottom: 9px;
}
.telescopic-small {
	font-size: 0;
}
.telescopic-small,
.telescopic-small_thumb {
	height: 74px;
	overflow: hidden;
}
.telescopic-small_thumb {
	box-sizing: border-box;
	width: 74px;
	height: 74px;
	box-sizing: border-box;
	border: 1px solid #C4C4C4;
	cursor: pointer;
	transition: 0.3s ease all;
}
.telescopic-small_thumb:hover,
.telescopic-small .slick-current .telescopic-small_thumb {
	border-color: #000000;
	transition: 0.3s ease all;
}
.telescopic-small .slick-track {
	margin-left: 0;
}
.telescopic-big {
	font-size: 0;
}
.telescopic-big,
.telescopic-big_thumb {
	height: 575px;
	overflow: hidden;
}
.all-slider-collection {
	margin-bottom: 100px;
}
.slider-collection {
	font-size: 0;
}
.slider-collection,
.slider-collection_thumb {
	height: 600px;
	overflow: hidden;
	position: relative;
}
.slider-collection_thumb img:not(.loaded) {
	width: auto;
}
.slider-collection_thumb img {
	object-fit: cover;
    width: 100%;
}
.slider-collection_position {
	position: absolute;
	left: 45px;
    bottom: 60px;
    z-index: 2;
    right: 45px;
}
.slider-collection_position h3 {
	font-size: 27px;
	font-weight: bold;
	color: #ffffff;
}
.slider-collection_navigation {
	text-align: right;
	font-size: 0;
	margin-top: 43px;
}
.box-arrows {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}
.box-arrows_prev,
.box-arrows_next {
	display: inline-block;
	vertical-align: top;
	width: 76px;
	height: 76px;
	box-sizing: border-box;
	border: 1px solid #000000;
	background: transparent;
	font-size: 0;
	position: relative;
	transition: 0.3s ease all;
}
.box-arrows_prev {
	border-right: 0;
}
.box-arrows_next {

}
.box-arrows_prev:hover,
.box-arrows_next:hover {
	background: #000000;
	transition: 0.3s ease all;
}
.box-arrows_prev:before,
.box-arrows_next:before {
	display: block;
    content: "";
    position: absolute;
    top: 50%;
    width: 14px;
    height: 14px;
    transition: 0.3s ease all;
    margin-top: -7px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.3s ease all;
}
.box-arrows_prev:before {
    left: 50%;
    margin-left: -5px;
    border: solid 2px #000000;
    border-right: none;
    border-top: none;
}
.box-arrows_next:before {
    right: 50%;
    margin-right: -5px;
    border: solid 2px #000000;
    border-left: none;
    border-bottom: none;
}
.box-arrows_prev:hover:before,
.box-arrows_next:hover:before {
	border-color: #ffffff;
	transition: 0.3s ease all;
}
.custom_dots {
	min-width: 73px;
	height: 76px;
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    color: #000000;
    margin-right: 28px;
   	text-align: left;
    padding-top: 12px;
    box-sizing: border-box;
    position: relative;
}
.custom_dots span {
	font-size: 27px;
    position: absolute;
    right: 0;
    bottom: 11px;
}
.custom_dots:before {
	display: block;
    content: "";
    width: 1px;
    height: 40px;
    background: #000000;
    position: absolute;
    top: 15px;
    right: 36px;
    -webkit-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    transform: rotate(55deg);
}
.all-box-map {
	background: #C4C4C4;
	position: relative;
	margin-bottom: 100px;
}
.all-box-map,
.map {
	height: 600px;
	overflow: hidden;
}
.map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.box-contacts {
	background: #ffffff;
	width: 375px;
	box-sizing: border-box;
    margin: 119px 0 0 7%;
    padding: 45px 25px;
    position: relative;
}
/*.box-contacts:before {
	display: block;
    content: "";
    height: 42px;
    border-left: 1px solid #000;
    position: absolute;
    left: 50%;
    top: -18px;
}*/
.box-contacts h2 {
    font-size: 29px;
    font-weight: bold;
    color: #000000;
    line-height: 1.2;
}
.list-contacts {
	box-sizing: border-box;
    padding: 20px 0 0px 20px;
}
.list-contacts li {
    position: relative;
    box-sizing: border-box;
    font-size: 19px;
    padding: 5px 0 5px 31px;
    margin-bottom: 31px;
    color: #000000;
}
.list-contacts li:last-child {
	margin-bottom: 0;
}
.list-contacts li i {
    width: 20px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -13px;
}
.list-contacts li i svg {
	width: 100%;
	height: 100%;
}
.list-contacts li a {
	color: #000000;
	text-decoration: none;
}
.list-contacts li a:hover {
	text-decoration: underline;
}
.box-mailing {
	margin-bottom: 100px;
}
.box-mailing h2 {
	text-align: center;
	font-weight: 600;
	font-size: 30px;
	line-height: 1.2;
	color: #000000;
}
.form-mailing {
	max-width: 840px;
	margin: 50px auto 0 auto;
}
.form-mailing_item {
	margin-bottom: 30px;
}
.form-mailing_input {
	display: block;
	width: 100%;
	height: 45px;
	border: 1px solid #000000;
	box-sizing: border-box;
	line-height: 43px;
	padding: 0 15px;
	font-weight: 500;
	font-size: 18px;
	color: #000000;
}
.form-mailing_button {
	display: block;
	width: 280px;
	height: 60px;
	margin: 0 auto;
	box-sizing: border-box;
	border: 1px solid #000000;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    text-align: center;
    background: transparent;
    transition: 0.3s ease all;
}
.form-mailing_button:hover {
    background: #000000;
    color: #ffffff;
    transition: 0.3s ease all;
}
footer {
	background: #C4C4C4;
}
.footer-top {
	padding: 60px 0 39px 0;
	max-width: 1480px;
	margin: 0 auto;
}
.footer-top_item {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	font-size: initial;
	box-sizing: border-box;
	padding: 0 25px 25px 25px;
}
.footer-top_item h3 {
	font-weight: 600;
	font-size: 22px;
	line-height: 1.2;
	color: #000000;
	margin-bottom: 20px;
}
.menu-footer {

}
.menu-footer li {
	margin-bottom: 4px;
}
.menu-footer li:last-child {
	margin-bottom: 0;
}
.menu-footer li p,
.menu-footer li a {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
	color: #000000;
	text-decoration: none;
}
.menu-footer li a:hover {
	text-decoration: underline;
}
.footer-bottom {
	padding-bottom: 37px;
}
.box-copyright {
	float: right;
	font-weight: 500;
	font-size: 20px;
	line-height: 140%;
	color: #000000;
	margin-bottom: 20px;
}
.footer-social {
	float: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 2px 0 20px 0;
}
.footer-social a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 23px;
    font-size: 0;
    margin-right: 40px;
}
.footer-social a:last-child {
	margin-right: 0;
}
.footer-social a:last-child {
    margin-right: 0;
}
.footer-social a use {
	fill: #000000;
}
.footer-social a:hover use {
	fill: #000000;
}
.box-breadcrumbs {
	padding: 49px 0 21px 0;
    border-bottom: 1px solid #000000;
    margin-bottom: 54px;
}
.box-breadcrumbs li {
    float: left;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    padding: 0 19px 6px 0;
}
.box-breadcrumbs li:before {
	display: block;
	content: "/";
	position: absolute;
	top: 0;
	right: 6px;
}
.box-breadcrumbs li:last-child {
	padding-right: 0;
}
.box-breadcrumbs li:last-child:before {
	display: none;
}
.box-breadcrumbs li a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #000000;
}
.box-breadcrumbs li a:hover {
	text-decoration: underline;
}
.title-h1 {
	text-align: center;
	margin-bottom: 46px;
}
.title-h1 h1 {
	font-weight: 600;
	font-size: 48px;
	color: #000000;
	line-height: 1.2;
}
.tabs-gallery {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 25px;
}
.tabs-gallery li {
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
	font-size: 30px;
	line-height: 1.2;
	transition: 0.3s ease all;
	color: #000000;
	cursor: pointer;
	margin: 0 15px 20px 15px;
}
.tabs-gallery li.active {
	pointer-events: none;
}
.tabs-gallery li.active,
.tabs-gallery li:hover {
	opacity: 0.7;
	transition: 0.3s ease all;
}
.tabs-gallery_content {
	display: none;
	margin-bottom: 90px;
}
.tabs-gallery_content.active {
	display: block;
}
.list-gallery_margin {
	margin-left: -10px;
	margin-right: -10px;
}
.list-gallery {

}
.list-gallery li {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 10px 45px 10px;
}
.list-gallery_link {
	font-size: 0;
	text-decoration: none;
	text-align: center;
}
.list-gallery_link h3 {
	font-weight: 600;
	font-size: 22px;
	line-height: 1.2;
	color: #000000;
	transition: 0.3s ease all;
}
.list-gallery_thumb {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.list-gallery_thumb:before {
	opacity: 0;
	visibility: hidden;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	transition: 0.3s ease all;
}
.list-gallery_thumb:after {
	opacity: 0;
	visibility: hidden;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
    height: 40px;
	background: url(../images/zoom.svg) no-repeat;
	transition: 0.3s ease all;
	z-index: 2;
	margin: -20px 0 0 -20px;
}
.list-gallery_link:hover .list-gallery_thumb:after,
.list-gallery_link:hover .list-gallery_thumb:before {
	opacity: 1;
	visibility: visible;
	transition: 0.3s ease all;
}
.list-gallery_link:hover h3 {
	opacity: 0.6;
	transition: 0.3s ease all;
}
.button {
	display: block;
    width: 280px;
    height: 60px;
    box-sizing: border-box;
    border: 1px solid #000000;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    line-height: 58px;
    background: #ffffff;
    margin: 0 auto;
}
.button:hover {
	border-color: #000000;
    background: #000000;
    color: #ffffff;
}
.not-found {
	padding-bottom: 70px;
}

















.error {
	color: red;
	margin-top: 4px;
	font-size: 14px;
}
@media screen and (max-width: 1700px) {
	.width-1680,
	.width-1400 {
		max-width: 1170px;
	}
	.width-1400.all-select-doors,
	.width-1400.about-us {
		max-width: 920px;
	}
	.menu-top > ul > li > a {
	    font-size: 14px;
	}
	.menu-top > ul > li {
		margin: 0 10px;
		min-height: 39px;
	}
	.menu-top > ul > li.menu-top_logo {
	    margin: 0px 15px;
	}
	.menu-top > ul > li > a {
	    max-width: 180px;
	}
	.header_telephone p {
	    font-size: 14px;
	    margin-top: 5px;
	}
	.header_telephone a {
	    font-size: 14px;
	}
	#js-stiky {
	    padding: 60px 0 15px;
	}
	.form-search_input {
		height: 39px;
		top: -8px;
		line-height: 37px;
	}
	.form-search_button-click,
	.form-search_button {
	    width: 24px;
	    height: 24px;
	}
	.social-networks {
	    bottom: 71px;
	}
	.custom_dots.custom_dots-2 {
	    bottom: 56px;
	}
	.section-1_item h2 {
	    font-size: 45px;
	}
	.section-1_item {
		padding: 145px 0 64px 0;
	}
	.section-1_item p {
	    font-size: 18px;
	}
	.section-1_link {
	    height: 47px;
	    line-height: 45px;
	    font-size: 16px;
	    margin-top: 16vh;
	}
	.section-1 {
	    margin-bottom: 90px;
	}
	.list-advantages li {
	    padding: 0px 21px;
	}
	.list-advantages_item {
	    width: 200px;
	    height: 155px;
	    background-size: 200px 155px;
	}
	.list-advantages_item p {
	    font-size: 44px;
	}
	.list-advantages_item h3 {
	    font-size: 18px;
	    margin-top: 18px;
	}
	.list-advantages {
	    margin-bottom: 72px;
	}
	.box-collection_title {
	    width: 260px;
	    height: 60px;
	    font-size: 20px;
	}
	.small-collection {
	    width: calc(100% - 260px);
	    height: 60px;
	}
	.small-collection_item {
	    height: 60px;
	}
	.small-collection_item p {
	    font-size: 24px;
	    line-height: 58px;
	}
	.big-collection, .big-collection_thumb {
	    height: 473px;
	}
	.big-collection_position {
	    width: 280px;
	    padding: 38px 25px;
	}
	.big-collection_position p {
	    font-size: 14px;
	    max-height: 228px;
	}
	.big-collection_link {
	    height: 57px;
	    line-height: 55px;
	    font-size: 18px;
	}
	.big-collection_position h3 {
	    font-size: 20px;
	}
	.global-description h1 {
		font-size: 32px !important;
	}
	.global-description h2 {
		font-size: 28px !important;
	}
	.global-description h3 {
		font-size: 26px !important;
	}
	.global-description h4 {
		font-size: 24px !important;
	}
	.global-description h5 {
		font-size: 22px !important;
	}
	.global-description h6 {
		font-size: 20px !important;
	}
	.global-description {
		font-size: 16px !important;
	}
	.global-description p {
		font-size: 16px !important;
	}
	.global-description ul li,
	.global-description ol li {
		font-size: 16px !important;
	}
	.global-description blockquote {
	    font-size: 16px;
	}
	.global-description table tr td {
		font-size: 16px !important;
	}
	.box-mailing,
	.all-box-map,
	.all-slider-collection,
	.telescopic-molding,
	.box-collection,
	.about-us,
	.all-select-doors {
	    margin-bottom: 90px;
	}
	.select-doors h3 {
	    font-size: 24px;
	}
	.select-doors_item {
	    max-width: 660px;
	    padding: 58px 0 58px 58px;
	}
	.list-accessories_item {
	    height: 600px;
	}
	.list-accessories_position h3 {
	    font-size: 28px;
	}
	.list-accessories_position p {
	    font-size: 16px;
	    max-height: 325px;
	}
	.box-accessories {
	    margin-bottom: 90px;
	}
	.telescopic-molding_description h2 {
	    font-size: 32px;
	}
	.telescopic-molding_description p {
	    font-size: 16px;
	}
	.telescopic-big, .telescopic-big_thumb {
	    height: 540px;
	}
	.slider-collection, .slider-collection_thumb {
		height: 450px;
	}
	.slider-collection_position h3 {
	    font-size: 20px;
	}
	.slider-collection_navigation {
	    margin-top: 33px;
	}
	.box-arrows_prev, .box-arrows_next {
	    width: 60px;
	    height: 60px;
	}
	.box-arrows_prev:before, 
	.box-arrows_next:before {
	    width: 10px;
    	height: 10px;
    	margin-top: -5px;
    }
    .custom_dots {
	    min-width: 57px;
	    height: 60px;
	    font-size: 14px;
	    margin-right: 25px;
	    padding-top: 12px;
	}
	.custom_dots span {
	    font-size: 26px;
	    bottom: 5px;
	}
	.custom_dots:before {
	    top: 7px;
	    right: 32px;
	    -webkit-transform: rotate(50deg);
	    -ms-transform: rotate(50deg);
	    transform: rotate(50deg);
	}
	.all-box-map, 
	.map {
	    height: 432px;
	}
	.box-contacts h2 {
	    font-size: 22px;
	}
	.box-contacts {
	    width: 300px;
	    margin: 92px 0 0 8%;
	    padding: 37px 15px;
	}
	.list-contacts {
	    padding: 16px 0 0px 15px;
	}
	.list-contacts li {
	    font-size: 15px;
	    padding: 5px 0 5px 29px;
	    margin-bottom: 24px;
	}
	.footer-top_item h3 {
	    font-size: 20px;
	}
	.menu-footer li p,
	.menu-footer li a {
	    font-size: 16px;
	}
	.box-copyright {
	    font-size: 16px;
	}
	.footer-top {
	    padding: 35px 0 30px 0;
	}
	.box-copyright {
		margin-top: 2px;
	}
	.footer-social a {
		margin-right: 25px;
	}
	.form-mailing {
	    max-width: 600px;
	    margin: 30px auto 0 auto;
	}
	.box-mailing h2 {
	    font-size: 28px;
	}
	.select-doors_item {
	    max-width: 58%;
	    padding: 35px 0 35px 50px;
	    position: relative;
    	z-index: 2;
	}
	.select-doors {
		min-height: auto;
	}
	.select-doors_img img {
	    max-width: 85%;
	}
	.select-doors_img {
    	right: 3%;
	}
	.select-doors p {
	    font-size: 16px;
	    margin-top: 14px;
	}
	.box-breadcrumbs {
	    padding: 25px 0 10px 0;
	    border-bottom: 1px solid #000000;
	    margin-bottom: 25px;
	}
	.title-h1 {
	    margin-bottom: 25px;
	}	
	.title-h1 h1 {
	    font-size: 36px;
	}
	.tabs-gallery {
		margin-bottom: 10px;
	}
	.tabs-gallery li {
		font-size: 24px;
	}
	.list-gallery_link h3 {
		font-size: 18px;
	}
	.list-gallery_thumb {
    	margin-bottom: 15px;
    }
    .tabs-gallery_content {
	    margin-bottom: 60px;
	}







}
@media screen and (max-width: 1280px) {
	.social-networks {
	    left: 52px;
	}



}
@media screen and (max-width: 1279px) {
	.social-networks {
	    left: 20px;
	}
}
@media screen and (max-width: 1199px) {
	.social-networks,
	.custom_dots.custom_dots-2 {
		display: none;
	}
	.width-1680.all-slider-collection,
	.width-1680.box-collection {
		max-width: 920px;
	}

	.big-collection, 
	.big-collection_thumb {
	    height: 400px;
	}
	.big-collection_link {
	    height: 40px;
	    line-height: 38px;
	    font-size: 16px;
	}
	.big-collection_position {
	    width: 260px;
	    padding: 20px;
	}
	.box-collection_title {
	    width: 260px;
	    height: 40px;
	    font-size: 16px;
	}
	.small-collection_item p {
	    font-size: 20px;
	    line-height: 38px;
	}
	.small-collection,
	.small-collection_item {
	    height: 40px;
	}
	.box-accessories,
	.box-mailing, 
	.all-box-map, 
	.all-slider-collection, 
	.telescopic-molding, 
	.box-collection, 
	.about-us, 
	.all-select-doors,
	.list-advantages,
	.section-1 {
	    margin-bottom: 50px;
	}
	.about-us_column {
	    -webkit-column-gap: 60px;
	    -moz-column-gap: 60px;
	    column-gap: 60px;
	}
	.list-accessories_item {
	    height: 300px;
	}
	.list-accessories_position h3 {
	    font-size: 20px;
	}
	.list-accessories_position p {
	    font-size: 14px;
	    max-height: 200px;
	}
	.select-doors_img {
		text-align: right;
	}
	.select-doors_img img {
		display: inline-block;
	    max-width: 70%;
	}
	.select-doors_link {
	    width: 240px;
	    height: 46px;
	    line-height: 44px;
	    font-size: 18px;
	}
	.telescopic-big, .telescopic-big_thumb {
	    height: 250px;
	}
	.telescopic-molding_left {
	    padding: 0 3% 0 7.4%;
	}
	.telescopic-molding_description {
	    margin-bottom: 20px;
	}
	.telescopic-small_thumb {
	    width: 60px;
	    height: 60px;
	}
	.slider-collection, .slider-collection_thumb {
	    height: 250px;
	}
	.slider-collection_position {
	    left: 30px;
	    bottom: 30px;
	    right: 30px;
	}
	.slider-collection_position h3 {
	    font-size: 16px;
	}
	.box-arrows_prev, 
	.box-arrows_next {
	    width: 34px;
	    height: 34px;
	}
	.slider-collection_navigation {
	    margin-top: 18px;
	}
	.custom_dots {
	    min-width: 40px;
	    height: 34px;
	    font-size: 12px;
	    margin-right: 20px;
	    padding-top: 2px;
	}
	.custom_dots span {
	    font-size: 18px;
	    bottom: 0;
	}
	.custom_dots:before {
	    top: 2px;
	    right: 19px;
	    height: 24px;
	}
	.all-box-map, .map {
	    height: 260px;
	}
	.box-contacts {
	    width: 270px;
	    margin: 65px 0 0 11px;
	    padding: 17px 15px;
	}
	.box-contacts h2 {
	    font-size: 18px;
	}
	.list-contacts {
	    padding: 15px 0 0px 0;
	}
	.list-contacts li {
	    font-size: 15px;
	    padding: 5px 0 5px 24px;
	    margin-bottom: 10px;
	}
	.list-contacts li i {
	    width: 16px;
	    height: 20px;
	    margin-top: -10px;
	}
	.box-mailing h2 {
	    font-size: 22px;
	}
	.form-mailing_item {
	    margin-bottom: 20px;
	}
	.form-mailing_input {
	    height: 40px;
	    line-height: 38px;
	    font-size: 16px;
	}
	.form-mailing_button {
	    width: 260px;
	    height: 46px;
	    font-size: 16px;
	}
	.footer-bottom {
		box-sizing: border-box;
	    padding: 0 25px;
	}
	.telescopic-molding_description h2 {
	    font-size: 24px;
	}
	.section-1_item h2 {
	    font-size: 32px;
	}
	.section-1_item p {
	    font-size: 15px;
	}
	.section-1_link {
	    height: 46px;
	    line-height: 43px;
	    font-size: 16px;
	    margin-top: 8vh;
	}
	.menu-top ul li:not(.menu-top_logo) {
		display: none;
	}
	#js-stiky {
	    padding: 36px 0 15px 0;
	    box-sizing: border-box;
	}
	.header-flex {
	    padding: 0 15px;
	}
	.left-menu #js-stiky,
	.is-sticky #js-stiky {
	    padding: 10px 0;
	}
	.cmn-toggle-switch2 {
		display: inline-block;
		vertical-align: top;
		float: none;
		position: relative;
		background: none;
		margin: 9px 20px 0 0;
		padding: 0;
		width: 30px;
		height: 21px;
		font-size: 0;
		text-indent: -9999px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		box-shadow: none;
		border-radius: none;
		border: none;
		cursor: pointer;
		-webkit-transition: background 0.3s;
		transition: background 0.3s;
	}
	.cmn-toggle-switch2:focus {
		outline: none;
	}
	.cmn-toggle-switch2 span {
		display: block;
		position: absolute;
		top: 9px;
		left: 0;
		right: 0;
		height: 3px;
		background: #ffffff;
	}
	.cmn-toggle-switch__rot2 {
		background-color: none;
	}
	.cmn-toggle-switch2 span::before,
	.cmn-toggle-switch2 span::after {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #ffffff;
		content: "";
	}
	.cmn-toggle-switch2 span::before {
		top: -9px;
	}
	.cmn-toggle-switch2 span::after {
		bottom: -9px;
	}
	.cmn-toggle-switch__htx2 span {
	    -webkit-transition: background 0 0.3s;
	    transition: background 0 0.3s;
	}
	.cmn-toggle-switch__htx2 span::before,
	.cmn-toggle-switch__htx2 span::after {
		-webkit-transition-duration: 0.3s, 0.3s;
		transition-duration: 0.3s, 0.3s;
		-webkit-transition-delay: 0.3s, 0;
		transition-delay: 0.3s, 0;
	}
	.cmn-toggle-switch__htx2 span::before {
		-webkit-transition-property: top, -webkit-transform;
		transition-property: top, transform;
	}
	.cmn-toggle-switch__htx2 span::after {
		-webkit-transition-property: bottom, -webkit-transform;
		transition-property: bottom, transform;
	}
	.header-flex_left {
	    width: 25%;
	}
	.header-flex_right {
	    width: 25%;
	    -webkit-box-pack: end;
	    -webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	    justify-content: flex-end;
	}
	.form-search_input:focus, .form-search:hover .form-search_input {
	    width: 240px;
	}
	.inner-page .cmn-toggle-switch2 span::before, 
	.inner-page .cmn-toggle-switch2 span::after,
	.inner-page .cmn-toggle-switch2 span,
	.left-menu .cmn-toggle-switch2 span::before, 
	.left-menu .cmn-toggle-switch2 span::after,
	.left-menu .cmn-toggle-switch2 span,
	.is-sticky .cmn-toggle-switch2 span::before, 
	.is-sticky .cmn-toggle-switch2 span::after,
	.is-sticky .cmn-toggle-switch2 span {
		background: #000000;
	}
	.left-menu .cmn-toggle-switch__htx2 span {
		background: none;
	}
	.left-menu .cmn-toggle-switch__htx2 span::before {
		top: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.left-menu .cmn-toggle-switch__htx2 span::after {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.left-menu .cmn-toggle-switch__htx2 span::before,
	.left-menu .cmn-toggle-switch__htx2 span::after {
		-webkit-transition-delay: 0, 0.3s;
		transition-delay: 0, 0.3s;
	}
	.mobile-menu_scroll {
	    height: 100%;
	    overflow-y: auto;
	}
	.left-menu {
		overflow-y: hidden;
	}
	.left-menu:before {
		display: block;
		content: "";
		position: fixed;
		top: 59px;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.3);
	}
	.mobile-menu {
		display: block;
		position: fixed;
		top: 59px;
		bottom: 0;
		background: #ffffff;
		box-sizing: border-box;
	    border-right: 1px solid #dfdfdf;
		width: 375px;
		padding-bottom: 20px;
		z-index: 600;
		-webkit-transform: translate(-375px,0);
	    -ms-transform: translate(-375px,0);
	    transform: translate(-375px,0);
	    -webkit-transform: translate3d(-375px,0,0);
	    transform: translate3d(-375px,0,0);
	    transition: -webkit-transform .4s ease;
	    transition: transform .4s ease;
	    transition: transform .4s ease,-webkit-transform .4s ease;
	    -webkit-transform-origin: top left;
	    -ms-transform-origin: top left;
	    transform-origin: top left;
	}
	.left-menu .mobile-menu {
	    -webkit-transform: translate(0px,0);
	    -ms-transform: translate(0px,0);
	    transform: translate(0px,0);
	    -webkit-transform: translate3d(0px,0,0);
	    transform: translate3d(0px,0,0);
	    transition: -webkit-transform .4s ease;
	    transition: transform .4s ease;
	    transition: transform .4s ease,-webkit-transform .4s ease;
	    -webkit-transform-origin: top left;
	    -ms-transform-origin: top left;
	    transform-origin: top left;
	}
	.js-menu ul li {
		border-bottom: 1px solid #dfdfdf;
	}
	.js-menu ul li a {
		display: block;
		box-sizing: border-box;
		text-decoration: none;
		font-weight: bold;
		font-size: 16px;
		color: #000000;
		line-height: 1.2;
		padding: 14px 35px;
	}
	.filter-mobile .sticky-wrapper #js-stiky,
	.left-menu .sticky-wrapper #js-stiky {
	    background: #ffffff;
	    box-shadow: 1px 1px 1px rgba(0,0,0,.4);
	}
	.left-menu .form-search_button-click path,
	.left-menu .form-search_button path, 
	.form-search:hover path {
		stroke: #000000;
	}
	.left-menu .header_telephone a,
	.left-menu .header_telephone p {
		color: #000000;
	}
	.left-menu .menu-top > ul > li.menu-top_logo path {
		fill: rgba(43, 42, 41, 1);
	}
	.menu_telephone {
		text-align: center;
		margin-top: 20px;
	}
	.menu_telephone a {
	    display: inline-block;
	    vertical-align: top;
	    font-size: 18px;
	    text-decoration: none;
	    color: #000000;
	    font-weight: 600;
	}
	.menu_telephone p {
		font-size: 14px;
		color: #000000;
		margin-top: 7px;
	}
	.mobile-menu .social-networks {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	    text-align: center;
	    position: relative;
	    left: 0;
	    bottom: 0;
	    margin-top: 20px;
	    float: none;
	}
	.mobile-menu .social-networks a {
		margin: 0 10px;
	}
	.mobile-menu .social-networks a use {
		fill: #000000;
	}
	.title-h1 {
		display: none;
	}
	.all-box-gallery {
		max-width: 930px;
		margin: 0 auto;
	}
	.not-found {
		box-sizing: border-box;
		padding: 0 10px 50px 10px;
	}
	.not-found .title-h1 {
	    display: block;
	}
	.title-h1 h1 {
	    font-size: 28px;
	}



}
@media screen and (max-width: 1023px) {
    
}
@media screen and (max-width: 979px) {
    .section-1_item {
	    padding: 100px 0 64px 0;
	}
	.box-accessories,
	.box-mailing, 
	.all-box-map, 
	.all-slider-collection, 
	.telescopic-molding, 
	.box-collection, 
	.about-us, 
	.all-select-doors,
	.list-advantages,
	.section-1 {
	    margin-bottom: 35px;
	}
	.list-advantages_item {
	    width: 150px;
	    height: 116px;
	    background-size: 150px 116px;
	    padding: 25px 10px 0 10px;
	}
	.list-advantages_item p {
	    font-size: 32px;
	}
	.list-advantages_item h3 {
	    font-size: 16px;
	    margin-top: 15px;
	}
	.width-1400.all-select-doors,
	.width-1400.about-us,
	.width-1680.all-slider-collection, 
	.width-1680.box-collection {
	    max-width: 690px;
	}
	.box-collection_title {
	    width: 160px;
	    height: 32px;
	    font-size: 14px;
	}
	.small-collection, 
	.small-collection_item {
	    height: 32px;
	}
	.small-collection_item p {
	    font-size: 17px;
	    line-height: 30px;
	}
	.small-collection {
    	width: calc(100% - 160px);
    }
    .big-collection, .big-collection_thumb {
	    height: 300px;
	}
	.big-collection_position p {
	    max-height: 133px;
	}
	.big-collection_position {
	    width: 230px;
	}
	.global-description h1 {
		font-size: 24px !important;
	}
	.global-description h2 {
		font-size: 22px !important;
	}
	.global-description h3 {
		font-size: 20px !important;
	}
	.global-description h4 {
		font-size: 18px !important;
	}
	.global-description h5 {
		font-size: 16px !important;
	}
	.global-description h6 {
		font-size: 16px !important;
	}
	.global-description,
	.global-description p,
	.global-description ul li,
	.global-description ol li,
	.global-description blockquote,
	.global-description table tr td {
		font-size: 14px !important;
	}
	.global-description p,
	.global-description ul,
	.global-description ol,
	.global-description blockquote {
		margin: 0 0 5px 0 !important;
	}
	.select-doors_item {
	    padding: 20px 0 20px 25px;
	}
	.list-accessories_item {
	    height: 220px;
	}
	.list-accessories_position h3 {
	    font-size: 17px;
	}
	.list-accessories_position p {
		display: none;
	}
	.telescopic-molding_description p {
	    font-size: 14px;
	}
	.slider-collection, 
	.slider-collection_thumb {
	    height: 200px;
	}
	.section-1_item h2 {
	    font-size: 26px;
	}
	.section-1_item p {
	    font-size: 14px;
	}
	.section-1_link {
	    margin-top: 7vh;
	    width: 240px;
	}
	.box-breadcrumbs li {
	    font-size: 14px;
	}
	.all-box-gallery {
		max-width: 690px;
	}
	.list-gallery li {
	    width: 50%;
	    padding: 0px 10px 40px 10px;
	}
	.tabs-gallery li {
	    font-size: 20px;
	    margin: 0 15px 15px 15px;
	}





}
@media screen and (max-width: 799px) {
    
}
@media screen and (max-width: 767px) {
    .header_telephone {
    	display: none;
    }
    #js-stiky {
    	padding: 10px 0;
    }
    .header-flex {
	    padding: 0 15px;
	}
	.section-1_item {
	    padding: 70px 15px 64px 15px;
	    box-sizing: border-box;
	}
	.arrows-bottom {
	    bottom: 5px;
	}
	.width-1400.all-select-doors, 
	.width-1400.about-us, 
	.width-1680.all-slider-collection, 
	.width-1680.box-collection {
	    max-width: 540px;
	}
	.big-collection {
		height: auto;
	}
	.big-collection_thumb {
	    height: auto;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}
	.big-collection_position {
	    width: 100%;
	    position: relative;
	    border-color: #E4E4E4;
	    border-top: 0;
	}
	.big-collection_position h3 {
	    text-align: center;
	}
	.about-us_column {
	    -webkit-column-width: 100%;
	    -moz-column-width: 100%;
	    column-width: 100%;
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	    -webkit-column-gap: 0;
	    -moz-column-gap: 0;
	    column-gap: 0;
	}
	.select-doors_img img {
	    max-width: 55%;
	}
	.select-doors h3 {
	    font-size: 22px;
	}
	.select-doors p {
	    font-size: 14px;
	    margin-top: 5px;
	}
	.select-doors_link {
	    width: 170px;
	    height: 36px;
	    line-height: 34px;
	    font-size: 16px;
	    margin-top: 8px;
	}
	.footer-bottom {
	    padding: 0 15px;
	}
	.footer-social {
	    float: none;
	    margin: 0 0 15px 0;
	}
	.box-copyright {
	    margin-top: 0;
	    float: none;
	    font-size: 14px;
	    text-align: center;
	    margin-bottom: 15px;
	}
	.footer-top_item {
	    width: 25%;
	    padding: 0 15px 15px 15px;
	}
	.menu-top > ul > li > a svg {
		width: 100%;
		height: auto; 
	}
	.all-box-gallery {
		max-width: 540px;
	}
	.tabs-gallery_content {
	    margin-bottom: 30px;
	}



}
@media screen and (min-width: 639px) {
	.menu-footer {
		display: block !important;
	}
	.footer-top_item h3  {
		pointer-events: none;
	}

}
@media screen and (max-width: 639px) {
    .list-advantages li {
	    padding: 0px 10px 20px 10px;
	}
	.list-advantages {
		margin-bottom: 15px;
	}
	.box-collection_title {
		float: none;
	    width: 100%;
	    height: 32px;
	    font-size: 14px;
	}
	.width-1400.all-select-doors, 
	.width-1400.about-us, 
	.width-1680.all-slider-collection, 
	.width-1680.box-collection {
	    box-sizing: border-box;
	    padding: 0 15px;
	    max-width: 100%;
	}
	.small-collection_item {
		border-top: 0;
	}
	.small-collection {
	    width: 100%;
	}
	.select-doors_item {
	    padding: 20px 0 20px 10px;
	    max-width: 55%;
	}
	.list-accessories li {
	    width: 100%;
	}
	.list-accessories_item {
	    height: 110px;
	}
	.telescopic-molding_left {
	    padding: 0 15px;
	    float: none;
	    width: 100%;
	}
	.telescopic-molding_right {
	    float: none;
	    width: 100%;
	    box-sizing: border-box;
	    padding: 15px 15px 0 15px;
	}
	.telescopic-big,
	.telescopic-big_thumb {
	    height: 200px;
	}
	.slider-collection_position {
	    left: 15px;
	    bottom: 20px;
	    right: 20px;
	}
	.box-mailing {
		box-sizing: border-box;
		padding: 0 15px;
	}
	.footer-top {
	    padding: 20px 0;
	}
	.footer-top_item {
		width: 100%;
		padding: 0px 15px 10px 15px;
	}
	.footer-top_item h3 {
		font-size: 16px;
		margin-bottom: 0;
		cursor: pointer;
		position: relative;
	}
	.footer-top_item h3:after {
		display: block;
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 15px;
		background: #000000;
		height: 1px;
	}
	.menu-footer {
		display: none;
		padding-top: 10px;
	}
	.menu-footer li p,
	.menu-footer li a {
	    font-size: 14px;
	}
	.all-box-map {
		height: auto;
	}
	.box-contacts {
	    width: 100%;
	    margin: 0;
	    padding: 17px 15px;
	    position: relative;
	    border-bottom: 1px solid #E4E4E4;
	}
	.map {
		position: relative;
		height: 200px;
	}
	.all-box-gallery {
		max-width: 100%;
		box-sizing: border-box;
		padding: 0 15px;
	}
	.tabs-gallery li {
	    font-size: 16px;
	    margin: 0 10px 10px 10px;
	}
	.list-gallery li {
	    width: 100%;
	    padding: 0px 10px 30px 10px;
	}
	.button {
	    width: 240px;
	    height: 44px;
	    font-size: 16px;
	    margin: 15px auto;
	    line-height: 42px;
	}
	



}
@media screen and (max-width: 479px) {
    .box-languages {
	    position: absolute;
	    top: -1px;
	    right: 51px;
	    z-index: 1;
    }
    .header-flex_left, .header-flex_right {
	    width: auto;
	}
	#js-stiky {
		position: relative;
	}
	.header-flex_right {
		position: absolute;
	    top: 7px;
	    right: 15px;
	    z-index: 2;
	}
	.header-flex {
	    -webkit-box-pack: start;
	    -webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	}
	.cmn-toggle-switch2 {
    	margin: 0 15px 0 0;
    }
	.select-doors_item {
	    padding: 20px 15px 20px 15px;
	    max-width: 100%;
	    text-align: center;
	}
	.select-doors_link {
	    margin: 8px auto 0 auto;
	}
	.select-doors_img {
	    text-align: center;
	    position: relative;
	    right: 0;
	}
	.menu-top > ul > li.menu-top_logo {
		margin: 0;
	}
	.box-breadcrumbs {
	    padding: 5px 0;
	    margin-bottom: 15px;
	}
	.mobile-menu {
		border-right: 0;
	}

}
@media screen and (max-width: 374px) {
    .mobile-menu {
    	width: 100%;
		-webkit-transform: translate(-100%,0);
	    -ms-transform: translate(-100%,0);
	    transform: translate(-100%,0);
	    -webkit-transform: translate3d(-100%,0,0);
	    transform: translate3d(-100%,0,0);
	}

}
@media screen and (max-width: 359px) {
    .menu-top > ul > li > a {
	    max-width: 156px;
	    margin-top: 3px;
	}

}