/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Version:  6.00 25.04.15 nn
----------------------------------------------- */


/*---------------------- basic styles --------------------------------------*/

@import url("bases.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700&subset=cyrillic');

@import url("modals/fade_in_and_scale.css");


/*---------------------- end basic styles ----------------------------------*/


/*---------------------- global --------------------------------------*/

html {
    height: 100%;
    overflow-y: scroll;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background: #fff;
    height: 100%;
    color: #3d3733;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: left;
    word-wrap: break-word;
}

input,
button,
select,
textarea,
html {
    font-family: Arial, Helvetica, sans-serif;
}
button:disabled{
    background:gray!important;
}
a {
    color: #3d3733;
    text-decoration: underline;
}

a:hover,
a:hover:visited {
    text-decoration: none;
}

.nu a:hover,
a.nu:hover {
    text-decoration: underline;
}

.nu a,
a.nu {
    text-decoration: none;
}

a.link_dashed,
.link_dashed a {
    text-decoration: none;
    border-bottom: 1px dashed;
}

a.link_dashed:hover,
.link_dashed a:hover {
    border: 0;
    text-decoration: none;
}

.h1 {
    color: #482229;
    font-family: "Century Gothic", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 0.67em;
}

.h2 {
    color: #d0a539;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 40px;
    text-shadow: 3px 2px 7px rgb(8 8 8);
}

.h3 {
    color: #d0a539;
    font-family: "Century Gothic", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 38px;
}

.h4 {
    color: #fcd13c;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px 70px;
}

.h5 {
    color: #1d1d1b;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 28px;
}

.h6 {
    color: #fcd13c;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 40px;
    line-height: 1.2;
}

.h7 {
    color: #d0a53a;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 26px 0;
}

.h8 {
    color: #4d4d4d;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 62px;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding: 8px 0 0 0;
}


/*colors*/


/*end colors*/


/*fonts*/

.f-10 {
    font-size: 10px;
    font-size: 1rem;
}

.f-11 {
    font-size: 11px;
    font-size: 1.1rem;
}

.f-12 {
    font-size: 12px;
    font-size: 1.2rem;
}

.f-13 {
    font-size: 13px;
    font-size: 1.3rem;
}

.f-14 {
    font-size: 14px;
    font-size: 1.4rem;
}

.f-15 {
    font-size: 15px;
    font-size: 1.5rem;
}

.f-16 {
    font-size: 16px;
    font-size: 1.6rem;
}

.f-17 {
    font-size: 17px;
    font-size: 1.7rem;
}

.f-18 {
    font-size: 18px;
    font-size: 1.8rem;
}

.f-20 {
    font-size: 20px;
    font-size: 2rem;
}


/*end fonts*/


/*forms fields*/

.field {
    border: 1px solid #fff;
    padding: 7px;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}

.field:focus {
    border-color: #51cbee;
    -webkit-box-shadow: rgba(81, 203, 238, 1) 0 0 5px;
    box-shadow: rgba(81, 203, 238, 1) 0 0 5px;
}

.field:-moz-placeholder {
    opacity: 1;
    color: #0c0c0c;
    font-size: 14px;
}

.field::-moz-placeholder {
    opacity: 1;
    color: #0c0c0c;
    font-size: 14px;
}

.field::-webkit-input-placeholder {
    opacity: 1;
    color: #0c0c0c;
    font-size: 14px;
}

.field:-ms-input-placeholder {
    opacity: 1;
    color: #0c0c0c;
    font-size: 14px;
}

.field.placeholder {
    color: #0c0c0c;
    font-size: 14px;
}

.field.invalid {
    border-color: red;
    background: #fff4f4;
}

.parent_field {
    display: inline-block;
    vertical-align: top;
}

.invalid_message {
    display: block;
    color: red;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
}

.valid_message {
    display: none;
    color: green;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
}


/*end forms fields*/


/*over blocks*/

.o {
    overflow: hidden;
}

.cx:before,
.cx:after {
    content: "";
    display: table;
}

.cx:after {
    clear: both;
}

.ct {
    display: table;
}

.ct:after {
    content: '. . . . . . . . . . .';
    display: block;
    word-spacing: 99in;
    height: 0;
    overflow: hidden;
    font-size: 0.05em;
    line-height: 0.05em;
}


/*end over blocks*/


/*other*/

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    margin: 0 0 10px;
    height: 0;
    display: block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    border-top: 1px solid #a5b136;
}

::-moz-selection {
    background-color: rgba(255, 0, 0, 0.5);
    color: #fff;
    text-shadow: none;
}

::selection {
    background-color: rgba(255, 0, 0, 0.5);
    color: #fff;
    text-shadow: none;
}

img::-moz-selection {
    background-color: transparent;
    -moz-box-shadow: none;
}

img::selection {
    background-color: transparent;
    box-shadow: none;
}


/*end other*/


/*---------------------- end global ----------------------------------*/


/*---------------------- wrapper ------------------------------------*/

.wrapper {
    min-width: 1020px;
    min-height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.inner {
    /*width: 1020px;*/
    min-width: 1020px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 240px;
    position: relative;
}

.inner:before,
.inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}


/*---------------------- *** ----------------------------------------*/


/*---------------------- header -------------------------------------*/

.main_page .header {
    height: 452px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding: 202px 0 0 0;
    z-index: 2;
}

.header {
    position: relative;
    height: 59px;
    z-index: 2;
    padding: 144px 0 0 0;
}

.header:before {
    background-color: #fff;
    height: 163px;
    position: absolute;
    content: '';
    top: 0;
    right: -10000px;
    left: -10000px;
    z-index: -1;
}

.header .logo {
    position: absolute;
    top: 17px;
    left: 0;
}

.header .logo .fig {
    background: url(../images/logo.png) no-repeat;
    height: 144px;
    width: 202px;
}

.header .logo .title {
    width: 196px;
    position: absolute;
    top: 78px;
    left: 86px;
    color: #3d3733;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 26px;
    font-weight: bold;
}

.header .logo .text {
    width: 514px;
    position: absolute;
    top: 36px;
    left: 275px;
    color: #d0a53a;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 28px;
    font-weight: bold;
}

.phone {
    position: absolute;
    top: 50px;
    right: 0;
}

.phone .item {
    margin: 0 0 0 36px;
}

.phone .link {
    text-decoration: none;
}

.phone .link .fig {
    background: #d0a539 url(../images/phone.png) no-repeat 50% 50%;
    border-radius: 50%;
    display: block;
    height: 42px;
    width: 42px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.phone .link:hover .fig {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.phone .text {
    display: block;
    margin: 7px 0 0 50px;
    color: #1d1d1b;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.phone .text:hover {
    border-bottom: 2px solid #1f5b99;
}

.nav {
/*width: 1020px;*/
    min-width: 1020px;
    max-width: 1200px;
    margin: auto;
    position: absolute;
    top: 143px;
    left: 0;
    right: 0;
    z-index: 1;
}

.page_with-fixed-header .header .nav {
    position: fixed;
    top: 0;
}

.nav> .list {
    display: table;
    width: 100%;
}

.nav:before {
    background-color: #1d1d1b;
    display: block;
    position: absolute;
    content: '';
    top: 0;
    right: -10000px;
    left: -10000px;
    bottom: 0;
    z-index: -1;
}

.nav:after,
.nav> .list> .item:after {
    display: none;
}

.nav> .list> .item {
    display: table-cell;
    vertical-align: top;
    position: relative;
    text-align: center;
}

.nav> .list> .item> .link {
    display: table;
    width: 100%;
    height: 59px;
    color: #d0a53a;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 17px;
    text-decoration: none;
}

.nav> .list> .item> .link> .text {
    display: table-cell;
    vertical-align: middle;
}

.nav> .list> .item.active> .link,
.nav> .list> .item:hover> .link {
    background-color: #d0a539;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    color: #1d1d1b;
}

.nav .sub {
    display: none;
    width: 300px;
    position: absolute;
    top: 100%;
    left: 0;
}

.nav .sub> .list {
    background-color: #d0a539;
    text-align: center;
    display: block;
}
.nav .sub> .list> .item {
	position:relative;
	
}
.nav .sub> .list> .item:hover {
    background: #1d1d1b;
    transition: all .5s ease;
}
.nav .sub> .list> .have_sub:hover {
    background: #1d1d1b url(../images/sub_link.svg) no-repeat 97% 50%;
}
.nav .sub> .list> .item> .link {
    padding: 10px 32px 14px;
    display: block;
    text-decoration: none;
    text-align: left;
}

.nav .sub> .list> .item> .link> .text {
    color: #fff;
    font-size: 16px;
}

.nav> .list> .item:hover .sub {
    display: block;
}




.nav .sub_2 {
	background: #1D1D1B;
	border:1px solid #35312C;
    display: none;
    width: 300px;
	padding:4px 13px 10px 13px;
    position: absolute;
    top: 0;
    left: 100%;
}
.nav .sub_2:before {
	content:"";
    /*background: url(../images/sub_2_swipe.svg) no-repeat 50% 50%;*/
	width:45px;
	height:45px;
	position:absolute;
	top:54px;
	right:11px;
	z-index:3;
}
.nav .sub> .list> .item:nth-child(4) .sub_2{
	top:auto;
	bottom:0;
}
.nav .sub> .list> .item:nth-child(5) .sub_2{
	top:auto;
	bottom:0;
}
.nav .sub_menu_2 {
    display: block;
	text-align:left;
}



.nav .sub_menu_2 .link {
	border-top:1px solid #35312C;
    padding: 12px 14px 12px;
    display: block;
	font-size:16px;
	color:#EFBB37;
    text-decoration: none;
    transition: all .5s ease;
}
.nav .sub_menu_2 .item:first-child .link {
	border-top: none;
}
.nav .sub_menu_2 .item:hover .link{
	color:#fff;
    
}


.nav .sub> .list> .item:hover .sub_2 {
    display: block;
}

.promo {
    height: 450px;
    position: relative;
    z-index: -1;
}

@media screen and (max-width: 1020px) {
    .promo {
        width: 100%;
        margin: 0;
        left: 0;
        position: relative;
    }
}

.promo:before {
  
    height: 450px;
    position: absolute;
    content: '';
    top: 0;
    right: -450px;
    bottom: 0;
    left: -450px;
    z-index: -1;
}

.promo .main_list .item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease, visibility 1s ease;
}

.promo .main_list .fig {
    width: 100vw;
   /* padding: 0 30%; */
    position: absolute;
 height: 450px;
    top: 0;
    bottom: 0;
    left: 50%;
    text-align: right;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.promo .main_list .fig:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 26.76%, rgba(0, 0, 0, 0.72) 100%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


.promo .main_list .active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.promo img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.promo img:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 26.76%, rgba(0, 0, 0, 0.72) 100%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.promo .context {
    width: 990px;
    max-width: 124.8rem;
    margin: 0 auto;
    position: absolute;
    top: 24.6rem;
    left: 1.6rem;
    right: 1.6rem;
    font-size: 3.0rem;
    font-weight: 600;
    color: #fff;
    z-index: 3;
    text-align: center;
}

.promo .context .title {
    margin: 0 0 24px 0;
    color: #d0a539;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 40px;
text-shadow: 3px 2px 7px rgb(8 8 8);
}

.btn {
    background: #d0a539;
    border-radius: 36px;
    display: inline-block;
    padding: 15px 47px 10px 47px;
    color: #1d1d1b;
    font-family: "Century Gothic", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    text-decoration: none;
}

.btn:hover {
    text-decoration: underline;
}

.our_prices {
    background-color: #1d1d1b;
    width: 621px;
    position: absolute;
    right: 0;
    bottom: -63px;
    padding: 12px 20px 0 20px;
}

.our_prices .h1 {
    float: left;
    color: #fcd13c;
}

.our_prices .link {
    display: inline-block;
    padding: 5px 0 0 16px;
    color: #fcd13c;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 18px;
    text-decoration: none;
}

.btn_up {
    background-image: url(../images/fig_57.png);
    background-repeat: no-repeat;
    height: 34px;
    width: 34px;
    position: fixed;
    right: 0;
    bottom: 193px;
    z-index: 5;
}


/*---------------------- end header ----------------------------------*/


/*---------------------- side ---------------------------------------*/

.side_1,
.side_2 {
    width: 170px;
    position: relative;
    float: left;
}

.side_2 {
    float: right;
}


/*---------------------- end side ------------------------------------*/


/*---------------------- content -------------------------------------*/

.content {
    position: relative;
    z-index: 1;
    padding: 52px 0 0 0;
}

.product_catalog {
    position: relative;
    margin: -52px 0 0 0;
    padding: 32px 0 0 0;
}

.product_catalog:before {
    background-color: #eae1cc;
    position: absolute;
    content: '';
    top: 0;
    right: -10000px;
    left: -10000px;
    bottom: 0;
    z-index: -2;
}

.catalog_list {
    margin: 0 0 0 -30px;
    text-align: center;
}

.catalog_list .item {
    width: 300px;
    margin: 0 0 36px 0;

    padding: 5px 40px 7px 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.catalog_list .animateIn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
}

.catalog_list .link {
    text-decoration: none;
}

.catalog_list .link:hover {
    text-decoration: underline;
    color: #fff;
}

.catalog_list .fig {
    position: relative;
    width: 300px;
    height: 200px;
    margin: 0 0 27px 0;
    background-color: #ffffff;
    padding: 5px 0 7px 0;
}

.catalog_list .fig .img {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
   /*   border-radius: 50%;    */
          max-width: 300px;
    max-height: 200px;
}

.catalog_list .title {
    color: #3d3733;
    font-family: "Arial", sans-serif;
    font-size: 17px;
}

.service_catalog {
    position: relative;
    margin: 0 0 41px 0;
    padding: 36px 0 0 0;
    text-align: center;
}

.service_catalog:before {
    background: #c3b085 url(../images/bg_3.png) no-repeat 50% 50%;
    position: absolute;
    content: '';
    top: 0;
    right: -450px;
    left: -450px;
    bottom: 0;
    z-index: -1;
}

.service_list {
    margin: 86px 0 0 -136px;
    text-align: center;
}

.service_list .item {
 /*   width: 120px; */
    margin: 0 0 60px 86px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.service_list .animateIn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.service_list .fig {
    position: relative;
    width: 169px;
    height: 169px;
    margin: 0 0 66px 0;
}

.service_list .fig .img {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
      
}

.service_list .link {
    text-decoration: none;
}

.service_list .link:hover {
    text-decoration: underline;
    color: #fff;
}

.service_list .title {
    color: #fff;
    font-family: "Arial", sans-serif;
    font-size: 20px;
      font-weight: bold;
}

.ready_windows {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    margin: 0 0 27px 0;
    padding: 30px 0 36px 39px;
}

.info {
    background-color: #1d1d1b;
    width: 428px;
    margin: -2px 0 0 0;
    padding: 8px 28px 6px 28px;
    color: #fcd13c;
    font-size: 14px;
    line-height: 1.2;
}

.carousel {
    position: relative;
    min-height: 330px;
    margin: 0 0 14px -20px;
    z-index: 1;
}

.carousel .in {
    overflow: hidden;
    position: relative;
}

.carousel .main_list {
    display: table;
    border-collapse: separate;
    border-spacing: 40px 0;
    width: 100%;
    table-layout: fixed;
    position: relative;
    left: -40px;
}

.carousel .main_list.animate {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.carousel .main_list:before,
.carousel .main_list:after {
    display: none;
}

.carousel .main_list> .item {
    display: table-cell;
    /*width: 214px;*/
    width: 50%;
    vertical-align: top;
    position: relative;
    text-align: center;
}

.carousel .main_list> .item .fig {
    margin: 0 0 19px 0;
}

.carousel .main_list> .item .img {
    max-width: 100%;
    vertical-align: top;
}

.carousel .main_list> .item:before,
.carousel .main_list> .item:after {
    display: none;
}

.carousel .link {
    display: block;
    margin: 0 0 4px 0;
    text-decoration: none;
    color: #3d3733;
    font-size: 14px;
    line-height: 1.4;
}

.price {
    margin: 0 0 4px 0;
    color: #a42e14;
    font-size: 22px;
    font-weight: bold;
}

.key {
    background-color: #d0a539;
    padding: 5px 0 7px 0;
    color: #fff;
    font-size: 14px;
}

.key .big {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.comment {
    color: #878787;
    font-size: 14px;
}

.content .logo {
    position: relative;
    margin: 0 0 32px 0;
}

.content .logo .fig {
    background: url(../images/fig_19.png) no-repeat;
    height: 118px;
    width: 122px;
}

.content .logo .title {
    position: absolute;
    top: 9px;
    left: 168px;
    color: #d0a539;
    font-family: "Century Gothic", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.content .logo .title.animate {
    opacity: 1;
    visibility: visible;
}

.carousel_1 {
    position: relative;
    min-height: 251px;
    margin: 0 0 34px 0;
    z-index: 1;
    text-align: center;
}

.carousel_1 .in {
    overflow: hidden;
    position: relative;
}

.carousel_1 .main_list {
    display: table;
    border-collapse: separate;
    border-spacing: 30px 0;
    width: 100%;
    table-layout: fixed;
    position: relative;
    left: -30px;
}

.carousel_1 .main_list.animate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel_1 .main_list:before,
.carousel_1 .main_list:after {
    display: none;
}

.carousel_1 .main_list> .item {
    display: table-cell;
    width: 177px;
    vertical-align: top;
    position: relative;
    text-align: center;
}

.carousel_1 .main_list> .item .fig {
    margin: 0 0 31px 0;
}

.carousel_1 .main_list> .item .img {
    max-width: 100%;
    vertical-align: top;
}

.carousel_1 .main_list> .item:before,
.carousel_1 .main_list> .item:after {
    display: none;
}

.btn_1 {
    background-color: #8a6447;
    display: inline-block;
    padding: 11px 31px 11px 31px;
    color: #fff;
    font-family: "Century Gothic", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
}

.btn_1:hover {
    text-decoration: underline;
}

.your_service {
    background-color: #1d1d1b;
    position: relative;
    padding: 33px 106px 23px 106px;
    z-index: -1;
}

.your_service:after {
    background: url(../images/fig_31.png) no-repeat;
    height: 20px;
    width: 59px;
    position: absolute;
    content: '';
    bottom: 0;
    left: 482px;
    z-index: 1;
}

.service_list_1 .item {
    position: relative;
    display: block;
    margin: 0 0 6px 0;
}

.service_list_1 .fig {
    float: left;
    height: 70px;
    position: relative;
}

.service_list_1 .fig .img {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.service_list_1 .title {
    margin: 0 0 6px 0;
    padding: 0 0 0 69px;
    color: #fff;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.service_list_1 .text {
    padding: 0 0 0 69px;
    color: #fcd13c;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 16px;
}

.advantages {
    position: relative;
    padding: 47px 0 0 0;
    text-align: center;
    clear: both;
}

.advantages:before {
    background-color: #eae1cc;
    position: absolute;
    content: '';
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -3;
}

.services_list_2 .item {
    width: 144px;
    position: relative;
    margin: 0 30px 30px 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.services_list_2 .animateIn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.services_list_2 .fig {
    background-color: #d0a539;
    width: 122px;
    height: 122px;
    position: relative;
    border-radius: 50%;
    margin: 0 0 12px 12px;
}

.services_list_2 .fig .img {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.services_list_2 .link {
    text-decoration: none;
    font-size: 14px;
    color: #3d3733;
}

.services_list_2 .link:hover {
    text-decoration: underline;
}

.main_page .issue_application_form {
    margin: 0 0 43px 0;
}

.issue_application_form {
    position: relative;
    padding: 65px 0 58px 0;
    text-align: center;
    z-index: -1;
}

.issue_application_form:before {
    background: #c3b085 url(../images/bg_5.jpg) no-repeat 50% 50%;
    background-size: auto 100%;
    position: absolute;
    content: '';
    top: 0;
    right: -1000em;
    bottom: 0;
    left: -1000em;
    z-index: -2;
}

.issue_application_form .field {
    border: 1px solid #fff;
    background-color: #fff;
    padding: 20px;
}

.issue_application_form .field:focus {
    border-color: #51cbee;
    -webkit-box-shadow: rgba(81, 203, 238, 1) 0 0 5px;
    -moz-box-shadow: rgba(81, 203, 238, 1) 0 0 5px;
    box-shadow: rgba(81, 203, 238, 1) 0 0 5px;
}

.issue_application_form .field:-moz-placeholder {
    opacity: 1;
    color: #3a3a3a;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
}

.issue_application_form .field::-moz-placeholder {
    opacity: 1;
    color: #3a3a3a;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
}

.issue_application_form .field::-webkit-input-placeholder {
    opacity: 1;
    color: #3a3a3a;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
}

.issue_application_form .field:-ms-input-placeholder {
    opacity: 1;
    color: #3a3a3a;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
}

.issue_application_form .field.placeholder {
    color: #3a3a3a;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
}

.issue_application_form .field.invalid {
    border-color: red;
}

.issue_application_form .parent_field {
    display: inline-block;
    vertical-align: top;
}

.issue_application_form .invalid_message {
    display: block;
    color: red;
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
}

.issue_application_form .valid_message {
    display: none;
    color: green;
    font-size: 11px;
    line-height: 1.2;
}

.btn_2 {
    height: 75px;
    background-color: #d0a539;
    border: 1px solid #d0a539;
    display: inline-block;
    padding: 16px 93px 16px 93px;
    color: #1d1d1b;
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
}

.btn_2:hover {
    text-decoration: underline;
}

.issue_application_form .captcha {
    display: inline-block;
    padding-left: 100px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.issue_application_form .captcha .fig {
    background: #fff;
    border-right: 1px solid #c4c4c4;
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.issue_application_form .captcha .fig img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.issue_application_form .captcha .field {
    width: 100%;
}

.carousel_2 {
    position: relative;
    min-height: 95px;
    margin: 0 0 54px 0;
    z-index: 1;
}

.carousel_2 .in {
    overflow: hidden;
    position: relative;
}

.carousel_2 .main_list {
    display: table;
    border-collapse: separate;
    border-spacing: 28px 0;
    width: 100%;
    table-layout: fixed;
    position: relative;
    left: -28px;
}

/*  .carousel_2 .main_list.animate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}  */

.carousel_2 .main_list:before,
.carousel_2 .main_list:after {
    display: none;
}

.carousel_2 .main_list> .item {
    display: table-cell;
    width: 180px;
    height: 95px;
    vertical-align: middle;
    position: relative;
    text-align: center;
}

.carousel_2 .main_list> .item .fig {
    margin: 0 0 40px 0;
    height: 79px;
}

.carousel_2 .main_list> .item .img {
    max-width: 100%;
    vertical-align: middle;
}

.carousel_2 .main_list> .item:before,
.carousel_2 .main_list> .item:after {
    display: none;
}

.crumbs {
    margin: 0 0 18px;
    color: #d0a539;
    font-size: 14px;
}

.crumbs .list:before,
.crumbs .list:after {
    display: none;
}

.crumbs .list .item {
    background: url(../images/fig_49.png) no-repeat 4px 3px;
    display: inline;
    padding: 0 0 0 15px;
}

.crumbs .list .item:before,
.crumbs .list .item:after {
    display: none;
}

.crumbs .item:first-child {
    background: none;
    padding-left: 0;
}

.crumbs .link {
    color: #b1b1b1;
}

.catalog_list_1 {
    margin: 20px 0 79px -15px;
    text-align: center;
}

.catalog_list_1 .item {
    width: 23%;
    margin: 0 0 21px 15px;
    border: 1px solid #e3e3e3;
    box-shadow: 0 0 5px rgba(0, 0, 0, .68);
}

.catalog_list_1 .link {
    color: #6b513d;
    font-size: 18px;
}

.catalog_list_1 .fig {
    width: 279px;
    margin: 0 0 60px 0;
    min-height: 285px;
     max-height: 400px;
}

.catalog_list_1 .fig .img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.catalog_list_1 .title {
    text-align: center;
    height: 75px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 4px 0;
    padding: 0 1px 0 1px;
    color: #482229;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.0;
    text-decoration: none;
}

.product_catalog_1 {
    clear: both;
    position: relative;
    margin: -54px 0 32px 0;
    padding: 36px 0 0 0;
    z-index: 1;
margin-top: 20px;
}

.product_catalog_1:before {
    background: #eddaaf  url(../images/bg_3.png) repeat 50% 50%;
    position: absolute;
    content: '';
    top: 0;
    right: -450px;
    left: -450px;
    bottom: 0;
    z-index: -3;
}

.catalog_list_2 {
    margin: 0 -16px 0 0;
    text-align: center;
}

.catalog_list_2 .item {
    width: 178px;
    margin: 0 0 30px 0;
}

.catalog_list_2 .link {
    color: #fff;
    text-decoration: none;
}

.catalog_list_2 .fig {
    position: relative;
    width: 156px;
    height: 96px;
}

.catalog_list_2 .fig .img {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  /*    border-radius: 50%;   */
          background: #fff;
    max-width: 156px;
    max-height: 96px;
}

.catalog_list_2 .title {
    padding: 30px 0 0 0;
    font-family: "Arial", sans-serif;
    font-size: 16px;
}

.catalog_list_2 .item .link:hover,
.catalog_list_2 .item.active .link {
    text-decoration: underline;
    color: #ef9145;
    font-weight: bold;
}

.door_list {
    margin: 0 0 36px -13px;
}

.door_list .item {
    width: calc(22% - 16px);
    border: 1px solid #fff;
    margin: 0 0 8px 13px;
    padding: 3px 18px 20px 16px;
    text-align: center;
    border: 1px solid #e3e3e3;
    box-shadow: 0 0 5px rgba(0, 0, 0, .68);
}

.door_list .item:hover {
    border: 2px solid #e3e3e3;
    box-shadow: 0 0 5px rgba(0, 0, 0, .68);
}

.door_list .fig {
    display: inline-block;
    width: 214px;
    min-height: 285px;
    position: relative;
    margin: 0 0 5px 0;
}

.door_list .fig .img {
	max-width:100%;
	max-height:100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	vertical-align:top;
}

.door_list .article {
    margin: 0 0 11px 0;
    text-transform: uppercase;
    color: #646464;
    font-size: 14px;
    font-weight: bold;
}

.door_list .link .title {
    height: 75px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 4px 0;
    padding: 0 1px 0 1px;
    color: #482229;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.0;
    text-decoration: underline;
}

.door_list .link:hover .title {
    text-decoration: none; 
}

.door_list .price {
    margin: 0 0 15px 0;
}

.btn_3 {
    background-color: #99c45a;
    display: inline-block;
    padding: 3px 53px 5px 53px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.door_list .text {
    background: rgba(58, 106, 161, .81);
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 120px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
}

.door_list .text .in {
    display: table-cell;
    width: 240px;
    height: 48px;
    text-align: center;
    vertical-align: middle;
}

.door_list .item:hover .text {
    opacity: 1;
    visibility: visible;
}

.page {
    margin: 0 0 59px 433px;
}

.page .item {
    margin: 0 16px 0 0;
}

.page .link {
    display: block;
    background-color: #eddaaf ;
    padding: 8px 13px 9px 13px;
    color: #3d3733;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.page .item.active {
    color: #fff;
    background-clip: padding-box;
    background-color: #8a6447;
    padding: 8px 13px 9px 13px;
    font-size: 14px;
}

.page .link:hover {
    background-color: #1f5b99;
    color: #fff;
}

.left {
    width: 218px;
    margin: 0 30px 0 0;
    padding: 36px 0 0 0;
    float: left;
}

.service_list_2 {
    margin: -5px 0 50px 0;
}

.service_list_2 .item {
    width: 220px;
    position: relative;
    margin: 0 0 20px 0;
}

.service_list_2 .link {
    display: block;
    text-decoration: none;
}

.service_list_2 .fig {
    display: inline-block;
    height: 44px;
    width: 46px;
    margin: 0 20px 0 0;
    position: relative;
    vertical-align: middle;
}

.service_list_2 .fig .img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.service_list_2 .title {
    display: inline-block;
    width: 144px;
    vertical-align: middle;
    color: #1d1d1b;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.service_list_2 .link .title:hover {
    text-decoration: underline;
}

.right {
    width: 912px;
    float: left;
}

.note_block {
    margin: 0 0 4.0rem;
    /* display: flex; */
    flex-direction: row;
}

.note_block .star {
    margin: 0 0.7rem 0 0rem;
    font-size: 2.8rem;
    color: #ebaf00;
}

.fig_1 {
    width: 214px;
    position: relative;
    float: left;
    margin: -4px 54px 0 0;
}

.fig_1 .img {
    max-width: 100%;
    max-height: 100%;
}

.article {
    margin: -4px 0 18px 0;
    text-transform: uppercase;
    color: #a1a1a1;
    font-size: 14px;
    font-weight: bold;
}

.btn_4 {
    background-color: #d0a539;
    display: inline-block;
    padding: 5px 38px 4px 38px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.btn_4:hover {
    text-decoration: underline;
}

.press_button {
    margin: 0 0 25px 0;
}

.order_btn {
    height: 40px;
    display: inline-block;
    margin: 0 0 25px 0;
}

.order_btn .price {
    color: #a42e14;
    font-size: 30px;
    font-weight: bold;
}

.service_list_3 {
    margin: 0 0 0 -56px;
    padding: 34px 0 0 0;
    text-align: center;
}

.service_list_3 .item {
    width: 123px;
    margin: 0 0 60px 56px;
}

.service_list_3 .fig {
    background-color: #e7d5ac;
    position: relative;
    width: 123px;
    height: 123px;
    margin: 0 0 15px 0;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.service_list_3 .fig .img {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.service_list_3 .fig:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.service_list_3 .link {
    text-decoration: none;
    color: #3d3733;
}

.service_list_3 .link:hover {
    text-decoration: underline;
}

.service_list_3 .title {
    color: #3d3733;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
}

.fig_2 {
    width: 480px;
    position: relative;
    float: right;
    margin: 0 0 0 40px;
}

.fig_1 .img {
    max-width: 100%;
    max-height: 100%;
}

.back {
    margin: 0 0 60px 0;
    padding: 28px 0 0 0;
}

.btn_6 {
    background-color: #d0a539;
    padding: 10px 25px 14px 25px;
    display: inline-block;
    text-decoration: none;
    color: #3d3733;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.btn_6:hover {
    text-decoration: underline;
}

.btn_7 {
    display: inline-block;
    text-transform: uppercase;
    color: #d0a53a;
    font-size: 24px;
}

.fig_3 {
    width: 615px;
    position: relative;
    float: left;
    margin: 0 46px 86px 0;
}

.fig_3 .img {
    max-width: 100%;
    max-height: 100%;
}

.mistake {
    padding: 14px 0 0 0;
    color: #242323;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    line-height: 1;
}

.btn_8 {
    background-color: #d0a539;
    display: inline-block;
    padding: 6px 69px 4px 69px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.btn_8:hover {
    text-decoration: underline;
}

.captcha {
    border: 1px solid #cdcdcd;
    background-color: #fff;
    display: inline-block;
    padding: 0 0 0 98px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.captcha .fig {
    border-right: 1px solid #cdcdcd;
    width: 98px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.captcha .fig img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.captcha .field {
    width: 100%;
}

.modal .field[required] {
    background: #fff url(../images/star.png) no-repeat 97% 50%;
}

.btn_5 {
    background-color: #d0a539;
    border: 1px solid #d0a539;
    padding: 12px 26px 14px;
    display: inline-block;
    color: #fff;
    font-family: "Roboto-Bold", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

.btn_5:hover {
    text-decoration: underline;
}

.modal {
    position: fixed;
    z-index: 1000;
}

.modal__inner {
    overflow: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.modal,
.modal__bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal__horisontal_inner {
    display: table;
    height: 100%;
    margin: auto;
}

.modal__vertical_inner {
    display: table-cell;
    vertical-align: middle;
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.modal__bg {
    background: #000;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.show .modal__bg {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modal__content {
    background: #eae1cc;
    width: 333px;
    padding: 64px 73px 56px 73px;
    position: relative;
    color: #d0a539;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

#modal_thanks .modal__content {
 /*   background: url(../images/bg_7.png) no-repeat;  */
    width: 381px;
    height: 113px;
    position: relative;
    padding: 50px 40px 0 63px;
    line-height: 1.2;
}

.modal__close_btn {
    background: url(../images/error.png) no-repeat 50% 50%;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 5px;
    right: 12px;
    text-indent: -1000em;
    z-index: 2;
}

.modal_lightbox__prev,
.modal_lightbox__next {
    cursor: pointer;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.modal_lightbox__next {
    left: auto;
    right: 0;
}

.modal_lightbox__prev:before {
    content: "";
    background: #1f5b99 url(../images/prev.png) no-repeat 50% 50%;
    border: 2px solid #b1d5de;
    border-radius: 50%;
    height: 29px;
    width: 29px;
    position: absolute;
    bottom: 12px;
    right: auto;
    left: 16px;
}

.modal_lightbox__next:before {
    content: "";
    background: #99c45a url(../images/next.png) no-repeat 50% 50%;
    border: 2px solid #b1d5de;
    border-radius: 50%;
    height: 29px;
    width: 29px;
    position: absolute;
    bottom: 12px;
    left: auto;
    right: 16px;
}

#modal_lightbox .modal__content {
  /*  background: url(../images/bg_8.png) no-repeat; */
    padding: 56px;
    position: relative;
}

.modal_lightbox__title {
    margin: 0 0 20px 0;
    color: #252525;
    font-family: "Lato", sans-serif;
    font-size: 18px;
}


/*---------------------- end content ----------------------------------*/


/*---------------------- footer ---------------------------------------*/

.footer {
    min-width: 1020px;
    max-width: 1200px;
    padding-bottom: 142px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.footer:before {
    background-color: #1d1d1b;
    position: absolute;
    content: '';
    top: 58px;
    right: -10000px;
    left: -10000px;
    bottom: 0;
    z-index: -1;
}

.footer:after {
   /* border-bottom: 1px solid #5f5f5f;*/
    position: absolute;
    content: '';
    right: -10000px;
    left: -10000px;
    bottom: 90px;
    z-index: -1;
}

.promobody {
    width: 641px;
    padding: 30px 0 0 0;
    color: #fbcd1d;
    font-size: 14px;
}

.copyright {
    position: absolute;
    left: 0;
    bottom: 42px;
    color: #fbcd1d;
    font-size: 16px;
}

.securitypolicy {
    position: absolute;
    left: 0;
    bottom: 12px;
    color: #fbcd1d;
    font-size: 16px;
}

.securitypolicy .link {
    color: #fbcd1d;
    font-size: 14px;
}

.counter {
    background-image: url(../images/counter.png);
    background-repeat: no-repeat;
    width: 88px;
    height: 31px;
    position: absolute;
    bottom: 47px;
    right: 0;
}

.design {
    position: absolute;
    right: 147px;
    bottom: 47px;
}

.design .link {

    color: #fbcd1d;
    font-size: 14px;
}


/*---------------------- end footer -----------------------------------*/


/* media queries */

/* small screens (portrait and landscape) */
@media only screen and (max-width: 767px) {
    .wrapper {
        min-width: 0;
    }

    .inner {
        width: auto;
        min-width: auto;
  max-width: none;
        margin: 0!important;
    }

    body {
        font-size: 15px;
    }

    .main_page .header,
    .header
    {
        background: #eadec3;
        height: auto;
        padding: 15px 15px 1px;
    }

    .header .logo,
    .logo {
        position: relative;
        top: 0;
        left: 0;
    }

    .header .logo .fig {
    /*    background-size: 100% auto;   */
        width: auto;
        margin-bottom: 10px;
    }

    .header .logo .text {
        width: auto;
        margin-bottom: 10px;
        position: relative;
        top: 0;
        left: 0;
        text-decoration: none;
          }

      .header .logo .text .link   {
    text-decoration: none;
    }

    .phone {
        margin-bottom: 10px;
        position: relative;
        top: 0;
        left: 0;
    }

    .phone .item {
        margin: 0 0 10px;
    }

    .nav {
        display: block;
        width: auto;
        min-width: auto;
  max-width: none;
        height: 40px;
        margin: 0 -15px 15px;
        position: relative!important;
		top:0;
    }

    .nav:before {
        content: '';
        background: #000;
        box-shadow: 0 6px 0 #000, 0 12px 0 #000;
        width: 30px;
        height: 3px;
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .nav:after {
        content: 'МЕНЮ';
        display: block;
        position: absolute;
        top: 10px;
        left: 50px;
        color: #000;
        font-size: 15px;
        font-weight: bold;
    }

    .nav> .list {
        background: #1d1d1b;
        display: none;
        width: auto;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
    }

    .nav_active> .list {
        display: block;
    }

    .nav> .list> .item {
        display: block;
    }

    .nav> .list> .have_sub> .link {
        background-color: #d0a539;
        color: #1d1d1b;
      }
      
          .nav .sub> .list> .item {
              background:#59513c;
      }
      .nav .sub> .list> .have_sub {
        background: #5a513b;
      }
      .nav .sub> .list> .have_sub:hover {
        background: #4e2530;
      }
      .nav .sub> .list> .have_sub> .link> .text {
          background: url(../images/sub_link_mobile.svg) no-repeat 100% 8px;
          display:inline-block;
          padding:0 30px 0 0;
        color:#d0a53a;
      }
      .nav .sub> .list> .item:hover {
        background: #4e2530;
      }
      .nav .sub> .list> .item> .link> .text {
        color: #d0a53a;
      }
      .nav .sub_2 {
        background: #1D1D1B;
        border: none;
        display: block;
        width: auto;
        position: relative;
        top: 0;
        bottom:0;
        left: 0;
      }
      .nav .sub_2::before {
        top: 59px;
        right: 67px;
      }
      .nav .sub_menu_2 {
        text-align: center;
      }
    .our_prices {
        width: auto;
        position: relative;
        bottom: 0;

    }

    .our_prices .fr {
        float: none;
    }

    .content {
        padding: 15px;
    }

    .catalog_list {
        margin: -20px 0 0 -2%;
    }

    .catalog_list .item {
        width: 48%;
        margin: 20px 0 0 2%;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none;
    }

    .promo .context {
		width: auto;
        max-width: none;
        padding: 15px;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
    }



    .promo .context .title {
        font-size: 20px;
    }

    .btn {
        display: block;
        padding: 15px;
        font-size: 20px;
        text-align: center;
    }

    .promo {
		width: calc(100% + 30px);
        height: 0;
        margin:0 -15px 20px;
        padding-bottom: 110%;
    }
.promo .main_list .fig {
  height: 100%;
}
    .promo img {
        /*position: absolute;
        top: 0;
        left: 0;
        height: 100%;*/
    }

    .promo:before {
        height: auto;
        bottom: 0;
    }

    .our_prices {
        padding: 10px;
    }

    .our_prices .h1,
    .our_prices .fr {
        float: none;
    }

    .our_prices .link {
        display: block;
        margin: 0 0 10px;
        padding: 5px 0;
    }

    .product_catalog {
        margin: 0;
        padding: 15px 0;
    }

    .h2 {
        margin-bottom: 20px;
        font-size: 22px;
    }

    .service_catalog {
        margin: 0 -15px 15px;
        padding: 15px;
    }

    .service_list {
        margin: 0 0 20px -4%;
    }

    .service_list .item {
        width: 46%;
        margin: 0 0 20px 4%;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none;
    }

    .service_list .fig {
        width: auto;
        height: 0;
        margin-bottom: 10px;
        padding-bottom: 100%;
    }

    .service_list .fig .img {
        max-width: 100%;
        max-height: 100%;
    }

    .service_catalog:before {
        background-size: auto 100%;
        height: auto;
        right: 0;
        left: 0;
    }

    .ready_windows {
        padding: 15px;
    }

    .ready_windows .fr {
        float: none;
        margin-bottom: 20px;
    }

    .info {
        width: auto;
        padding: 8px;
    }

    .h3 {
        font-size: 22px;
       margin-bottom: 20px;
    }

    .carousel {
        margin: 0 0 20px;
    }

    .carousel .main_list> .item {
        width: calc(100vw - 60px);
    }

    .content .logo .fig {
        display: none;
    }

    .content .logo .title {
        position: relative;
        top: 0;
        left: 0;
        font-size: 22px;
        opacity: 1;
        visibility: visible;
        -webkit-transition: none;
        transition: none;
    }

    .content .logo .title br {
        display: none;
    }

    .carousel_1 {
        margin-bottom: 20px;
        min-height: 0;
        opacity: 1;
        visibility: visible;
        -webkit-transition: none;
        transition: none;
    }

    .carousel_1 .main_list> .item {
        width: calc(100vw - 30px);
    }

    .your_service {
        margin: 0 -15px;
        padding: 15px;
        z-index: auto;
    }

    .h4 {
        margin: 0 0 20px;
        padding: 0;
        font-size: 22px;
    }

    .service_list_1 .item {
        margin-bottom: 20px;
    }


    .service_list_1 img {
        width: 20px;
    }

    .service_list_1 .title,
    .service_list_1 .text {
        padding-left: 36px;
    }

    .advantages {
        margin: 0 -15px;
        padding: 15px;
    }

    .h5 {
        font-size: 22px;
    }

    .services_list_2 {
        margin: 0 0 0 -4%;
    }

    .services_list_2 .item {
        width: 46%;
        margin: 0 0 20px 4%;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none;
    }

    .issue_application_form {
        padding: 15px 0;
    }

    .issue_application_form .field {
        width: 100%;
        margin: 20px 0 0!important;
    }

    .issue_application_form .captcha {
        width: 100%;
        margin: 0!important;
    }

    .issue_application_form .captcha .field {
        margin: 0!important;
    }

    .issue_application_form .invalid_message {
        color: #fff;
    }

    .h6 {
        margin: 0 0 20px;
        font-size: 22px;
    }

    .catalog_list_1 {
        margin: 0 0 0 -15px;
    }

    .catalog_list_1 .item {
        width: calc(50% - 17px);
        margin: 0 0 20px 15px;
    }

    .catalog_list_1 .fig {
        width: 100%;
        height: 146px;
        min-height: auto;
  max-height: none;
        margin: 0 0 10px;
        position: relative;
        text-align: center;
    }

    .catalog_list_1 .title {
        height: 61px;
        font-size: 14px;
      }

    .catalog_list_2 {
        margin: 0;
    }

    .product_catalog_1 {
        margin: -15px 0 30px;
        padding: 30px 0 15px;
    }

    .catalog_list_2 {
        margin: 0 0 0 -4%;
    }

    .catalog_list_2 .item {
        width: 46%;
        margin: 0 0 20px 4%;
    }

    .door_list {
        margin: 0 0 20px -13px;
    }

    .door_list .item {
        width: calc(50% - 31px);
        padding: 3px 8px 20px;
    }
    .door_list .item:hover {
        border: 1px solid #e3e3e3;
        box-shadow: 0 0 5px rgba(0, 0, 0, .68);
      }
    .door_list .fig {
        display: block;
        width: 100%;
        height:103px;
        min-height: 0;
    }

    
    .door_list .link .title {
        height: 60px;
        font-size: 14px;
      }
      .btn_4 {
        padding: 5px 0 4px;
        width: 100%;
        font-size: 14px;
        text-align: center;
      }
      .press_button {
        margin: 0;
      }
    .footer {
        background: #6b513d;
        width: auto;
        padding: 15px;
        position: relative;
        z-index: auto;
    }

    .footer .nav {
        display: none;
    }

    .btn_2 {
        display: block;
        padding: 15px;
        font-size: 25px;
        text-align: center;
    }

    .design,
    .counter,
    .securitypolicy,
    .copyright {
        width: auto;
        margin-bottom: 15px;
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .carousel_2 {
        margin-bottom: 20px;
    }

    .carousel_2 .main_list> .item {
        width: calc(100vw - 30px);
    }

    .left,
    .right {
        float: none;
        width: auto;
        margin: 0;
        padding: 0;
    }

    .service_list_3 {
        margin: 0 0 0 -4%;
    }

    .service_list_3 .item {
        width: 46%;
        margin: 0 0 20px 4%;
    }

    .fig_2 {
        float: none;
        width: auto;
        margin: 0 0 20px;
    }

    .fig_2 .img {
        width: 100%;
    }

    .modal__content,
    #modal_thanks .modal__content {
        width: auto;
        height: auto;
        padding: 15px;
    }

    .h7 {
        margin: 0 0 20px;
    }

    .w-330 {
        width: 100%;
    }

    .modal__horisontal_inner,
    .modal_lightbox__image img {
        width: 100%;
    }

    .nav .sub {
        position: relative;
        display: block;
        width: auto;
        top: 0;
    }

    .fig_1 {
        float: none;
        margin: 0 0 20px;
    }

    .catalog_list .item {
        padding: 0;
    }
    .catalog_list .fig {
       width: 100%;
       height: 95px;
       padding: 0;
      
      }
      .catalog_list .fig .img {
        max-width: 100%;
        max-height: 100%;
      
      }
}


/* print media */

@media print {
    * {
        color: black !important;
        background: transparent !important;
        text-shadow: none !important;
        box-shadow: none !important;
        border: none !important;
        float: none !important;
        clear: none !important;
    }
    html,
    body,
    article,
    header,
    section,
    footer,
    aside,
    div {
        width: 100% !important;
    }
    a,
    a:link,
    a:visited,
    a:hover,
    a:active,
    abbr,
    acronym {
        text-decoration: none;
        border-bottom: 0 none;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    li {
        page-break-inside: avoid;
        orphans: 3;
        widows: 3;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    nav {
        display: none;
    }
}
