/*-----------------------------------------------
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;
}

a {
    color: #6c3533;
    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: #3d3733;
    font-family: "Century Gothic", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 0.67em;
}

.h2 {
    color: #fff;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 40px;

}

.h3 {
    color: #3d3733;
    font-family: "Century Gothic", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 38px;
}

.h4 {
    color: #6c3533;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px 70px;
    text-align: center;
}

.h5 {
    color: #3d3733;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 28px;
}

.h6 {
    color: #fff;
    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: #6c3533;
    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;
    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: 155px 0 0 0;
    z-index: 2;
}

.header {
    position: relative;
    height: 59px;
    z-index: 2;
    padding: 98px 0 0 0;
}

.header:before {
    background-color: #fff;
    height: 143px;
    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: 69px;
    width: 210px;
}

.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: 714px;
    position: absolute;
    top: 72px;
    left: 840px;
    color: #a7a7a7;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.phone {
    position: absolute;
    top: 22px;
    right: 0;
}

.phone .item {
    margin: 0 0 0 36px;
}

.phone .link {
    text-decoration: none;
}

.phone .link .fig {
    background: #edafa8 url(../images/phone.png) no-repeat 50% 50%;
    border-radius: 50%;
    display: block;
    height: 37px;
    width: 37px;
    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: 4px 0 0 50px;
    color: #000;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.phone .text:hover {
  /*  border-bottom: 2px solid #1f5b99;  */
    text-decoration: none;
}

.mail {
    position: absolute;
     top: 62px;
    right: 0px;
}

.nav {

    width: 1020px;
    margin: auto;
    position: absolute;
    top: 110px;
    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: #6b3533;
    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: 45px;
    color: #fff;
    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: #fae3db;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
color: #000;
}

.nav .sub {
    display: none;
    width: 220px;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
}

.nav .sub .list {
    background-color: #6c3533;
    text-align: center;
    display: block;
}

.nav .sub .list .item:hover {
    background-color: #f9e3db;
    -webkit-transition: all .5s ease;
    -mos-transition: all .5s ease;
    -transition: all .5s ease;
color: #fff;
}

.nav .sub .list .item .link {
    padding: 10px 32px 14px;
    display: block;
    text-decoration: none;
}

.nav .sub .list .item .text {
    color: #fff;
    font-size: 16px;
}

.nav .item:hover .sub {
    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 {
    background: url(../images/bg_2.png) no-repeat;
    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;

    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 .active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.promo .context {
    max-width: 410px;
    margin: auto;
    position: absolute;
    left: 32%;
    bottom: 51px;
    z-index: 1;
    line-height: 1.2;
}

.promo .context .title {
    margin: 0 0 24px 0;
    color: #fff;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 36px;
    font-weight: bold;
}

.btn {
  /*  background: url(../images/bg_1.png) repeat-x;  */
background: #6c3533;
  /*  border-radius: 36px;  */
    display: inline-block;
    padding: 19px 47px 24px 47px;
    color: #fff;
    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: #eeafa8;
    width: 621px;
    position: absolute;
    right: 0;
    bottom: -63px;
    padding: 12px 20px 0 20px;
}

.our_prices .h1 {
    float: left;
}

.our_prices .link {
    display: inline-block;
    padding: 5px 0 0 16px;
    color: #000;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 18px;
}

.btn_up {
    position: fixed;
    right: 0;
    bottom: 50px;
    z-index: 5;
    background: #6c3533 url(../images/fig_57.png) no-repeat 50% 50%;
    border-radius: 50%;
    display: block;
    width: 53px;
    height: 53px;
}


/*---------------------- 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: #fae3db;
    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: 150px;
    margin: 0 0 36px 0;


    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;

    transform: translate(0%, 0);
    -webkit-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: 142px;
    height: 96px;
    margin: 0 0 27px 0;
}

.catalog_list .fig .img {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
      border-radius: 50%;
}

.catalog_list .title {
    color: #000;
    font-family: "Arial", sans-serif;
    font-size: 18px;
}

.service_catalog {
    position: relative;
    margin: 0 0 41px 0;
    padding: 36px 0 0 0;
}

.service_catalog:before {
    background: #f5f4f2 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 -86px;
    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: 120px;
    height: 79px;
    margin: 0 0 66px 0;
}

.service_list .fig .img {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
      border-radius: 20%;
}

.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;
background: #fff;
}

.info {
    background-color: #6c3533;
    width: 428px;
    margin: -2px 0 0 0;
    padding: 8px 28px 6px 28px;
    color: #fff;
    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;
    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: #fff;
    padding: 5px 0 7px 0;
    color: #000;
    font-size: 14px;
}

.key .big {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.comment {
        color: #6b3533;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.content .logo {
    position: relative;
    margin: 0 0 0px 0;
}

.content .logo .fig {
    background: url(../images/fig_19.png) no-repeat;
    height: 72px;
    width: 122px;
}

.content .logo .title {
    position: absolute;
    top: 9px;
    left: 80px;
    color: #3d3733;
    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: #6c3533;
    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: #f5f4f2;
    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: #000;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.service_list_1 .text {
    padding: 0 0 0 69px;
    color: #000;
    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: #fae3db;
    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: #6c3533;
    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: #6c3533;
    border: 1px solid #6c3533;
    display: inline-block;
    padding: 16px 93px 16px 93px;
    color: #fff;
    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: #b1b1b1;
    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;
}

.catalog_list_1 .item {
    width: 243px;
    margin: 0 0 21px 15px;
}

.catalog_list_1 .link {
    color: #6b513d;
    font-size: 18px;
}

.catalog_list_1 .fig {
    width: 243px;
    margin: 0 0 10px 0;
}

.catalog_list_1 .title {
    color: #6b513d;
    font-size: 18px;
    text-align: center;
}

.product_catalog_1 {
    position: relative;
    margin: -54px 0 32px 0;
    padding: 36px 0 0 0;
    z-index: 1;
}

.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: 148px;
    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%;
}

.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: #eeafa8;
    font-weight: bold;
}

.door_list {
    margin: 0 0 36px -13px;
}

.door_list .item {
    width: 208px;
    border: 1px solid #fff;
    margin: 0 0 8px 13px;
    padding: 3px 18px 20px 16px;
    text-align: center;
}

.door_list .item:hover {
    border: 1px solid #e3e3e3;
    box-shadow: 0 0 5px rgba(0, 0, 0, .68);
}

.door_list .fig {
    display: inline-block;
    width: 208px;
    min-height: 210px;
    position: relative;
    margin: 0 0 24px 0;
}

.door_list .fig .img {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.door_list .article {
    margin: 0 0 11px 0;
    text-transform: uppercase;
    color: #646464;
    font-size: 14px;
    font-weight: bold;
}

.door_list .link .title {
    height: 65px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 4px 0;
    padding: 0 1px 0 1px;
    color: #646464;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}

.door_list .link:hover .title {
    text-decoration: underline;
}

.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: #6c3533;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.service_list_2 .link .title:hover {
    text-decoration: underline;
}

.right {
    width: 772px;
    float: left;
}

.fig_1 {
    width: 223px;
    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: #6c3533;
    display: inline-block;
    padding: 5px 38px 4px 38px;
    color: #fff;
    font-size: 24px;
    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: #f5f4f2;
    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: #5a99b9;
    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: #6c3533;
    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: #6c3533;
    border: 1px solid #6c3533;
    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: #fae3db;
    width: 333px;
    padding: 64px 73px 56px 73px;
    position: relative;
    color: #424242;
    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 {
    width: 980px;
    padding-bottom: 112px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.footer:before {
    background-color: #6c3533;
    position: absolute;
    content: '';
    top: 0;
    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: #fff;
    font-size: 14px;
}

.copyright {
    position: absolute;
    left: 0;
    bottom: 42px;
    color: #fff;
    font-size: 16px;
}

.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: #fff;
    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;
        margin: 0!important;
    }

    body {
        font-size: 15px;
    }

    .main_page .header,
    .header
    {
        background: #fae3db;
        height: auto;
        padding: 15px 15px 1px;
    }

.header:before {
   
    height: 120px;
}


    .header .logo,
    .logo {
        position: relative;
        top: 0;
        left: 0;
    }

    .header .logo .fig {
        background-size: 55% auto;
        width: auto;
        margin-bottom: 10px;
    }

    .header .logo .text {
        width: auto;
        margin-bottom: 10px;
        position: relative;
        top: 0;
        left: 0;
    }

    .phone {
        margin-bottom: 10px;
        position: relative;
        top: 5px;
        left: 0;
    }

    .phone .item {
        margin: 0 0 10px;
    }

.phone .text {
        color: #6c3533;
  }

.mail {
        margin-bottom: 10px;
        position: relative;
        top: 1px;
        left: 0;
    }
    .nav {
        display: block;
        width: auto;
        height: 40px;
        margin: 0 -15px 15px;
        position: relative!important;
    top: 0px;
    }

    .nav:before {
        content: '';
        background: #3d3733;
        box-shadow: 0 6px 0 #3d3733, 0 12px 0 #3d3733;
        width: 30px;
        height: 3px;
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .nav:after {
        content: 'МЕНЮ';
        display: block;
        position: absolute;
        top: 10px;
        left: 50px;
        color: #3d3733;
        font-size: 15px;
        font-weight: bold;
    }

    .nav> .list {
        background: #6c3533;
        display: none;
        width: auto;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
    }

    .nav_active> .list {
        display: block;
    }

    .nav> .list> .item {
        display: block;
    }

    .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 {
        max-width: none;
        padding: 15px;
        left: 0;
        bottom: 0;
        right: 0;
        top: 100px;
    }



    .promo .context .title {
        font-size: 20px;
    }

    .btn {
        display: block;
        padding: 15px;
        font-size: 20px;
        text-align: center;
    }

    .promo {
        height: 0;
        margin-bottom: 20px;
        padding-bottom: 100%;
    }

    .promo img {
        position: absolute;
        top: 0;
        left: -300px;
        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;
    }

.img1 {
       width: 100%;
    height: auto;
    }

    .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;
    }

    .catalog_list_1 .item {
        display: block;
        width: auto;
        margin: 0 0 20px;
    }

    .catalog_list_1 .fig {
        width: auto;
        text-align: center;
    }

    .catalog_list_1 .fig .img {

    }

    .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;
    }

    .door_list .item {
        display: block;
        width: auto;
    }

    .door_list .fig {
        display: block;
        width: auto;
        height: auto;
        min-height: 0;
    }

    .door_list .fig .img {
        max-width: 100%;
        position: static;
        vertical-align: top;
    }

    .footer {
        background: #6c3533;
        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,
    .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;
        width: auto;
        top: 0;
    }

    .fig_1 {
        float: none;
        margin: 0 0 20px;
    }


}


/* 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;
    }
}
