/*-----------------------------------------------
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: #6c9ec7;
    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: #fff;
    font-family: "Century Gothic", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 0.67em;
}

.h2 {
    color: #6c9ec7;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 40px;
}

.h3 {
    color: #6c9ec7;
    font-family: "Century Gothic", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 38px;
}

.h4 {
    color: #fff;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px 70px;
}

.h5 {
        color: #6c9ec7;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 40px;
    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 20px;
    line-height: 1.2;
}

.h7 {
    color: #6c9ec7;
    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;
}

.x2 {
    color: #fff;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 40px;
}

/*colors*/


/*end colors*/


/*fonts*/
@font-face {
    font-family: "appetite";
    src: url("../fonts/appetite.eot");
    src: url("../fonts/appetite.eot?#iefix")format("embedded-opentype"), url("../fonts/appetite.woff") format("woff"), url("../fonts/appetite.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
.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*/
button:disabled{
    background-color: #6c9ec7!important;
}
.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: 1200px;
    min-height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.main_page .inner {
    margin-bottom: 0 !important;
}
.inner {
    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;*/
    height: 757px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    /*padding: 202px 0 0 0;*/
    padding: 123px 0 0;
    z-index: 2;
}

.header {
    position: relative;
    height: 59px;
    z-index: 2;
    padding: 125px 0 0 0;
}
.main_page .header:before {
    background: rgba(255,255,255,0.26);
    height: 123px;
    position: absolute;
    content: '';
    top: 0;
    right: -10000px;
    left: -10000px;
    z-index: 1;
}
.header:before {
    background-color: #fff;
    height: 123px;
    position: absolute;
    content: '';
    top: 0;
    right: -10000px;
    left: -10000px;
    z-index: -1;
}
.main_page .header .logo {
    background: #fff url(../images/new/pic300.png) no-repeat 50% 50%;
    border-radius: 49px;
    width: 97px;
    height: 97px;
    position: absolute;
    top: 10px;
    left: 1px;
    z-index: 2;
}
.main_page .header .logo .link {
    display: block;
    width: 97px;
    height: 97px;
}
.main_page .header .logo .fig {
    display: none;
}
.main_page .header .logo .title {
    display: none;
}
.main_page .header .logo .text {
    display: none;
}
.header .logo {
    position: absolute;
    top: 1px;
    left: 0;
}

.header .logo .fig {
    background: #fff url(../images/new/pic300.png) no-repeat 50% 50%;
    border-radius: 49px;
    width: 97px;
    height: 97px;
    position: absolute;
    top: 10px;
    left: 1px;
    z-index: 2;
}

.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: 240px;
    position: absolute;
    top: 10px;
    left: 841px;
    color: #3d3733;
   
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.main_page .company_name {
    display: block;
    position: absolute;
    top: 24px;
    left: 126px;
    font-family: "appetite", sans-serif;
    font-size: 30px;
    color: #fff;
    line-height: 1;
    letter-spacing: 1;
    z-index: 2;
        width: 269px;
}

.company_name {
   top: 24px;
    left: 126px;
    font-family: "appetite", sans-serif;
    font-size: 30px;
    color: #6c9ec7;
    position: absolute;
        width: 269px;
}


.main_page .phone_box .title {
   
    color: #fff;
}

.main_page .phone .text {
   
    color: #fff;
}




.phone_box {
    position: absolute;
    top: 27px;
    right: 284px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    z-index: 2;
    width: 340px;
}
.phone_box .title {
    display: inline-block;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #6c9ec7;
}
.phone .item {
    display: block;
    margin: 0;
}
.phone .item:first-child {
    display: block;
}

.phone .link {
    display: flex;
    color: #fff;
    text-decoration: none;
}
.phone .link .fig {
   
 width: 27px;
    height: 27px;
    margin: 0 0 0 10px;
    position: relative;
    overflow: hidden;
}
.phone .link .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}
.phone .text {
    display: block;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #6c9ec7;
}
.phone .text:hover {
    border-bottom: 0;
}
.phone {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: auto;
    right: auto;
}




/*.phone {
    position: absolute;
    top: 75px;
    right: 0;
top: 50px;
}*/

/*.phone_box {
    position: absolute;
    top: 27px;
    right: 284px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    z-index: 2;
    width: 300px;
}*/

/*.phone .item {
    margin: 0 0 0 36px;
}*/

/*.phone .link {
    text-decoration: none;
}*/

/*.phone .link .fig {
    background: #6c9ec7 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: #6c9ec7;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
}*/

/*.phone .text:hover {
    border-bottom: 2px solid #1f5b99;
}*/



.main_page .mail {
    display: block;
    position: absolute;
    top: 25px;
    right: 29px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    z-index: 2;
}
.main_page .mail .link {
    /*background: url(../images/new/pic301.png) no-repeat 0 4px;*/
    display: inline-block;
    /*padding: 0 0 0 43px;*/
    color: #fff;
}

.main_page .send_request {
    display: block;
    width: 248px;
    height: 36px;
    position: absolute;
    top: 61px;
    right: 0;
    z-index: 2;
}
.main_page .send_request .link {
    background: #f25c2f;
    border-radius: 18px;
    display: block;
    width: 248px;
    height: 36px;
    font-family: "appetite", sans-serif;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    text-transform: uppercase;
}

.mail {
    display: block;
    position: absolute;
    top: 25px;
    right: 29px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    z-index: 2;
}
.mail .link {
    /*background: url(../images/new/pic301.png) no-repeat 0 4px;*/
    display: inline-block;
    /*padding: 0 0 0 43px;*/
    color: #6c9ec7;
}

.send_request {
    display: block;
    width: 248px;
    height: 36px;
    position: absolute;
    top: 61px;
    right: 0;
    z-index: 2;
}
.send_request .link {
    background: #f25c2f;
    border-radius: 18px;
    display: block;
    width: 248px;
    height: 36px;
    font-family: "appetite", sans-serif;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    text-transform: uppercase;
}

.main_page .nav {
    width: 1200px;
    margin: auto;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
}
.main_page .nav:before {
    background-color: #5695c9;
    display: block;
    position: absolute;
    content: '';
    top: 0;
    right: -10000px;
    left: -10000px;
    bottom: 0;
    z-index: -1;
}
.main_page .nav> .list> .item> .link {
    display: table;
    width: 100%;
    height: 50px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.main_page .nav> .list> .item.active> .link, .main_page .nav> .list> .item:hover> .link {
    background-color: #3678af;
}
.main_page .nav .sub {
    display: none;
    width: 400px;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
}
.main_page .nav .sub .list {
    background: none;
    text-align: left;
}
.main_page .nav .sub .list .item:hover {
    background: none;
}
.main_page .nav .sub .list .item .link {
    background: rgba(53,119,175,0.74);
    padding: 20px 24px;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.main_page .nav .sub .list .item .link:hover {
    background: rgba(255,255,255,0.29);
}
.main_page .nav> .list> .item:hover .sub {
    display: block;
}
.nav {

    width: 1200px;
    margin: auto;
    position: absolute;
    top: 123px;
    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: #6c9ec7;
    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: 50px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.nav> .list> .item> .link> .text {
    display: table-cell;
    vertical-align: middle;
}

.nav> .list> .item.active> .link,
.nav> .list> .item:hover> .link {
        background-color: #60c349;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.nav .sub {
    display: none;
    width: 220px;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
}

.nav .sub .list {
    background-color: #6c9ec7;
    text-align: center;
    display: block;
}

.nav .sub .list .item:hover {
    background-color: #60c349;
    -webkit-transition: all .5s ease;
    -mos-transition: all .5s ease;
    -transition: all .5s ease;
}

.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;
}
*/
.promo {
    height: 880px;
    position: absolute;
    top: 0;
    right: -450px;
    left: -450px;
    z-index: -1;
}
/*
@media screen and (max-width: 1020px) {
.promo {
	width: 100%;
	margin: 0;
	left: 0;
	position: relative;
}
}
*/
/*.promo:before {
    background: url(http://loris-produkt.design-b2b.com/templates/loris-produkt/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> .item> .fig {
    /*width: 100%;
    height: 0;
    padding-bottom: 56%;
    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;
    overflow:hidden;*/

    background: no-repeat 50% 0;
    background-size: cover;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    -webkit-transform: scale(1) translate(-50%, 0);
    transform: scale(1) translate(-50%, 0);
    -webkit-transition: transform 10s linear;
    -mos-transition: transform 10s linear;
    -transition: transform 10s linear;

}
.promo> .main_list> .active> .fig {
    -webkit-transform: scale(1.2) translate(-50%, 0);
    transform: scale(1.2) translate(-50%, 0);

}
.promo> .main_list> .item> .fig> .img{
    margin:auto;
    position:absolute;
    top:-1000em;
    right:-1000em;
    bottom:-1000em;
    left:-1000em;
    vertical-align: top;
}

.promo .main_list .active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.promo .iconka {
    margin: 0 0 2px;
}
.promo .context {
    /*background: rgba(179, 212, 239, 0.94);*/
    /*border-radius: 5px;*/
    /* max-width: 810px;*/

    /*margin: auto;*/
    /*padding-bottom: 20px;*/
    /*padding-top: 20px;*/

    /*top:226px;
    right: 50px;
    left: 50px;*/
    /* bottom: 51px;*/
    width: 1019px;
    margin-left: -510px;
    position: absolute;
    top: 212px;
    left: 50%;
    font-family: "appetite", sans-serif;
    font-size: 60px;
    color: #fff;
    text-shadow: 4px 6px 18px #050606;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.1;
    z-index: 1;
}
/*.promo .context .title {
       margin: 0 0 24px 5px;
    color: #6c9ec7;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 36px;
    font-weight: bold;

    text-align: center;
}
*/
.promo .context .big_text {
    padding: 4px 0 16px;
    font-size: 124px;
}

.cookie {
	display:none;
	padding: 0.9rem 0 0.8rem;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 99;
	font-weight: normal;
	color: #fff;
    font-size: 14px;
	text-align: center;
}
.cookie:before {
	content: "";
	background: #5696ca;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}

.cookie .box {
    min-width: 85.4rem;
    max-width: 143.0rem;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-right: 35rem;
}

.cookie .in {
    width: calc(100% - 34.5rem);
    margin: 0 3.6rem 0 0;
}
.btn_c {
	background: #01658f;
	border-radius: 5.0rem;
	display: inline-block;
	width: 27.5rem;
	height: 4.5rem;
	padding: 0 0 0 0;
	font-size: 1.8rem;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	line-height: 4.5rem;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}

.btn_9 {
    background: #4dab0f url(../images/new/pic305.png) no-repeat 74px 50%;
    border-radius: 34px;
    display: inline-block;
    height: 68px;
    padding: 0 57px 0 157px;
    font-family: "appetite", sans-serif;
    font-size: 26px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    line-height: 68px;
    text-align: left;
}
.btn {
    background: url(../images/bg_1.png) repeat-x;
    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: #ab996f;
    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: #fff;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 18px;
}

.btn_up {
    background-image: url(../images/fig_57.png);
    background-repeat: no-repeat;
    height: 54px;
    width: 54px;
    position: fixed;
    right: 0;
    bottom: 125px;
    z-index: 5;
}


/*---------------------- end header ----------------------------------*/


/*---------------------- side ---------------------------------------*/

.side_1,
.side_2 {
    width: 170px;
    position: relative;
    float: left;
}

.side_2 {
    float: right;
}


/*---------------------- end side ------------------------------------*/


/*---------------------- content -------------------------------------*/
.main_page .content {
    display: none;
    padding: 0;
}
.content {
    position: relative;
    z-index: 1;
    padding: 22px 0 0 0;
}

.product_catalog {
    position: relative;
    margin: -52px 0 0 0;
    padding: 32px 0 0 0;
}

.product_catalog:before {
    background-color: #FFF;
    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: 10px 15px 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: 300px;
    height: 250px;
    margin: 0 0 27px 0;
border: 1px solid #6c9ec7;
}

.catalog_list .fig .img {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
      
}

.catalog_list .title {
    color: #6c9ec7;
    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: #7cd169 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: left;
}

.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;
}

.info {
    background-color: #7cd169;
    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: #8a6447;
    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: #6c9ec7;
    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: #6c9ec7;
    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: #8a6447;
    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: #fff;
    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: #e4eef8;
    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: #6c9ec7;
    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 23px 0;
}

.issue_application_form {
    position: relative;
    padding: 65px 0 28px 0;
    text-align: center;
    z-index: -1;
}

.issue_application_form:before {
    background: #7cd169 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: 55px;
    background-color: #3678af;
    border: 1px solid #3678af;
    display: inline-block;
    padding: 10px 93px 16px 93px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
    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: calc(23% - 1rem);
    margin: 0 0 35px 22px;
    text-align: center;
}

.catalog_list_1 .link {
    color: #6c9ec7;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}


.catalog_list_1 .fig {
    width: 100%;
    margin: 0 auto 2.4rem;
}

.catalog_list_1 .title {
    color: #6c9ec7;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}


.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 -1px 0 0;
    text-align: center;
background: aliceblue;
}

.catalog_list_2 .item {
    
    margin: 0 0 9px;
    padding: 1px;
    line-height: 1.1;
}

.catalog_list_2 .link {
        font-size: 14px;
   
    color: #32281f;
    text-decoration: none;
}

.catalog_list_2 .fig {
   display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    width: 46px;
    height: 44px;
    position: relative;
    overflow: hidden;
}

.catalog_list_2 .fig .img {
   max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.catalog_list_2 .title {
    padding: 0px 0 0 0;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    width: 155px;
    font-weight: 300;
}

.catalog_list_2 .item .link:hover,
.catalog_list_2 .item.active .link {
    text-decoration: underline;
    color: #6c9ec7;
    font-weight: bold;
}

.door_list {
    margin: 0 0 36px -13px;
}

.door_list .item {
    width: calc(25% - 7.0rem);
    border: 1px solid #e3e3e3;
    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 {
    background: #F8F8F8;
    border-bottom: 0.1rem solid #EFEFEF;
    width: calc(100% + 3.6rem);
    height: 17.0rem;
    margin: 0 -1.7rem 1.3rem;
    position: relative;
    overflow: hidden;
}


.door_list .fig .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    transform: scaleY(1);
    transition: all 0.7s 
    ease 0s;
}

.door_list .article {
    margin: 0 0 11px 0;
    text-transform: uppercase;
    color: #646464;
    font-size: 14px;
    font-weight: bold;
}


.door_list .link {
    color: #6c9ec7;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    height: 70px;
    text-decoration: none;
}

.door_list .link .title {
    color: #6c9ec7;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    height: 70px;
   
}

.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: #6b513d;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.service_list_2 .link .title:hover {
    text-decoration: underline;
}

.right {
    width: 952px;
    float: left;
}

.fig_1 {
    width: 300px;
    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 {
    display: inline-block;
    background: #f25c2f;
    border-radius: 18px;
    width: 180px;
    height: 36px;
    font-family: "appetite", sans-serif;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    text-transform: uppercase;
}

.btn_4:hover {
    text-decoration: underline;
}

.press_button {
    margin: 0 0 5px 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: #6c9ec7;
    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: #6c9ec7;
    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%;
}
.modal label{
    display:inline;
}
.btn_5 {
    background-color: #3678af;
    border: 1px solid #3678af;
    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: rgb(214, 237, 255);
    width: 333px;
    padding: 64px 73px 56px 73px;
    position: relative;
    color: #1f5b99;
    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 ---------------------------------------*/
.main_page .footer {
    width: 1200px;
    height: 129px;
    padding: 0;
    z-index:10;
}
.main_page .footer:before {
    background: rgba(85,149,201,0.73);
    border-top: 4px solid #fff;
}
.main_page .footer:after {
    display: none;
}
.main_page .promobody {
    display: none;
}
.main_page .copyright {
    display: none;
}
.main_page .counter {
    background: none;
    width: auto;
    height: auto;
    position: absolute;
    top: 46px;
    bottom: auto;
    right: 0;
    z-index: 3;
}
.main_page .design {
    display: none;
}
.main_page .logo_footer {
    background: #fff url(../images/new/pic302.png) no-repeat 50% 50%;
    border-radius: 28px;
    display: block;;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 21px;
    left: -1px;
}
.logo_footer {
    display: none;
}
.main_page .logo_footer .link {
    display: block;
    width: 55px;
    height: 55px;
}
.main_page .company_footer {
    display: block;
    position: absolute;
    top: 20px;
    left: 65px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    line-height:1.6;
}
.company_footer {
    display: none;
}
.main_page .company_footer .big_text {
    font-size: 16px;
    text-transform: uppercase;
}
.main_page .company_footer .link {
    color: #fff;
    text-decoration: none;
}
.main_page .contacts_footer {
    display: block;
    width: 771px;
    position: absolute;
    top: 21px;
    left: 353px;
    overflow: hidden;
}
.contacts_footer {
    display: none;
}
.main_page .contacts_footer .title {
    display: block;
    margin:0 0 5px;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
.main_page .contacts_footer .title:before {
    content: "";
    border-top: 1px solid rgba(255,255,255,0.61);
    position: absolute;
    top: 9px;
    right: 0;
    left: 103px;
}
.main_page .phone_footer {
    float: left;
    width: 213px;
    margin: 0 37px 0 0;
}
.main_page .phone_footer .text {
    display: inline-block;
    vertical-align: top;
    margin:0 8px 0 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}
.main_page .phone_footer .link {
    color: #fff;
    text-decoration: none;
}
.main_page .phone_footer .list_1 {
    display: inline-block;
    vertical-align: top;
    margin:1px 0 0;
}
.main_page .phone_footer .item {
    margin:0 0 1px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    line-height:1.1;
}
.main_page .mail_footer {
    overflow: hidden;
    width: 167px;
    margin:-1px 0 0;
}
.main_page .mail_footer .text {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}
.main_page .mail_footer .link {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.main_page .address_footer {
    float: right;
    width: 268px;
    margin: 0 49px 0 36px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    line-height:1.2;
}
.main_page .address_footer .text {
    display: inline-block;
    vertical-align: top;
    margin:0 6px 0 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}
.main_page .footer .nav {
    display: none;
}

.footer {
    width: 1200px;
    padding-bottom: 112px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.footer:before {
    background-color: #476883;
    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;
}
.send_request_footer{
    display:none;
}
.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: 1px;
    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{
        height:597px;
        padding:73px 10px 0;
    }
    .main_page .header:before {
        height: 222px;

    }
    .header {
        background: #fff;
        height: auto;
        padding: 15px 15px 1px;
    }
    .main_page .header .logo {
        background: #fff url(../images/new/pic302.png) no-repeat 50% 50%;
        border-radius: 28px;
        width: 55px;
        height: 55px;
        position: absolute;
        top: 11px;
        left: 10px;
    }
    .main_page .header .logo .link {
        display: block;
        width: 55px;
        height: 55px;
    }
    .main_page .company_name {
        position: absolute;
        top: 25px;
        left: 75px;
           font-family: "appetite", sans-serif;
        font-size: 18px;
        color: #fff;
        line-height:1.6;
    }
    .main_page .company_name .big_text {
        font-size: 18px;
        text-transform: uppercase;
    }
    .main_page .company_name .link {
        color: #fff;
        text-decoration: none;
    }

.company_name {
    top: 14px;
    left: 66px;
    font-family: "appetite", sans-serif;
    font-size: 20px;
    color: #6c9ec7;
    position: absolute;
}
    .header .logo,  .logo {

        position: relative;
        top: 0;
        text-align: center;
       
    }
    .header .logo .fig {
background: #fff url(../images/new/pic302.png) no-repeat 0% 0%;
           height: 60px;
        width: auto;
        margin-bottom: 10px;
    }
    .header .logo .text {
        width: auto;
        margin-bottom: 10px;
        position: relative;
        top: 0;
        left: 0;
    }

.company_name .big_text {
        font-size: 18px;
        text-transform: uppercase;
    }
     .company_name .link {
        color: #fff;
        text-decoration: none;
    }
    .main_page .phone_box {
display: flex;
justify-content: space-between;
width: 100%;
        position: relative;
        top: auto;
        right: auto;
    }
    
    .main_page .phone_box .title {

        display: block;

    }
    .main_page .phone .link {
  align-items: center;
}
.main_page .phone .pt-3 {
  padding-top: 0 !important;
}
    .phone {
        margin-bottom: 10px;
        position: relative;
        top: 0;
        left: 0;
    font-size: 18px;
    }

.main_page .phone .text {
   
    font-size: 18px;
   
}
    .phone .item {
        margin: 0 0 10px;
    }
    .main_page .mail {
        position: relative;
        top: auto;
        right: auto;

    }
    .main_page .send_request {
        display:none;

    }
    .main_page .nav {
        background:#5695c9;
        display: block;
        width: auto;
        height: 50px;
        margin: 0 -10px;
        position: relative!important;
        top: 13px;
    }
    .main_page .nav:before {
        content: '';
        background: #000;
        box-shadow: 0 6px 0 #000, 0 12px 0 #000;
        width: 30px;
        height: 3px;
        position: absolute;
        top: 17px;
        left: 10px;
    }
    .main_page .nav:after {

        content: 'МЕНЮ';
        display: block;
        position: absolute;
        top: 16px;
        left: 50px;
        color: #000;
        font-size: 15px;
        font-weight: bold;
    }
    .main_page .nav> .list {
        background:#5695c9;
        display: none;
        width: auto;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
    }
    .main_page .nav_active> .list {
        display: block;
    }
    .main_page .nav> .list> .item {
        display: block;
    }
    .main_page .nav> .list> .item:hover .sub{
        opacity:1;
        visibility:visible;
    }
    .main_page .nav .sub {
        width: 100%;
        display: none;
        opacity: 1;
        visibility: visible;
        position: relative;
        top: 0;
        left: 0;
        right:0;
        margin-left: 0;
    }


    .main_page .nav .sub .sub_menu {
        float: none;
        text-align: center;

    }
    .main_page .nav .sub .sub_menu .item .link {
        text-transform:none;

    }
    .main_page .nav> .list> .item> .link.clicked {
        background-color: #3678af;
        background-image: -webkit-linear-gradient(to bottom, #3678af, #295a83);
        background-image: linear-gradient(to bottom, #3678af, #295a83);
        text-decoration:none;
    }


 .header {
        
        padding: 73px 10px 0;
    }

 .header:before {
        height: 222px;
    }


 .header .logo {
        background: #fff url(../images/new/pic302.png) no-repeat 50% 50%;
        border-radius: 28px;
        width: 55px;
        height: 55px;
        position: absolute;
        top: 11px;
        left: 10px;
    }
    .header .logo .link {
        display: block;
        width: 55px;
        height: 55px;
    }
     .company_name {
        position: absolute;
        top: 25px;
        left: 75px;
        font-family: "appetite", sans-serif;
        font-size: 18px;
        color: #6c9ec7;
        line-height:1.6;
    }
    .company_name .big_text {
        font-size: 18px;
        text-transform: uppercase;
    }
    .company_name .link {
        color: #fff;
        text-decoration: none;
    }



    .header .logo .fig {
        background: #fff url(../images/new/pic302.png) no-repeat 0% 0%;
        height: 60px;
        width: auto;
        margin-bottom: 10px;
    }
    .header .logo .text {
        width: auto;
        margin-bottom: 10px;
        position: relative;
        top: 0;
        left: 0;
    }

.company_name .big_text {
        font-size: 18px;
        text-transform: uppercase;
    }
     .company_name .link {
        color: #fff;
        text-decoration: none;
    }
    .phone_box {
display: flex;
justify-content: space-between;
width: 100%;
        position: relative;
        top: auto;
        right: auto;
    }
  
   
   .phone_box .title {

        display: block;

    }
.phone .link {
  align-items: center;
}
    .phone {
        margin-bottom: 10px;
        position: relative;
        top: 0;
        left: 0;
    font-size: 18px;
    }

.phone .text {
   
    font-size: 18px;
   
}
    .phone .item {
        margin: 0 0 10px;
    }
    .mail {
        position: relative;
        top: auto;
        right: auto;

    }
    .send_request {
        display:none;

    }
    .nav {
        background:#5695c9;
        display: block;
        width: auto;
        height: 50px;
        margin: 0 -10px;
        position: relative!important;
        top: 13px;
    }
    .nav:before {
        content: '';
        background: #000;
        box-shadow: 0 6px 0 #000, 0 12px 0 #000;
        width: 30px;
        height: 3px;
        position: absolute;
        top: 17px;
        left: 10px;
    }
    .nav:after {

        content: 'МЕНЮ';
        display: block;
        position: absolute;
        top: 16px;
        left: 50px;
        color: #000;
        font-size: 15px;
        font-weight: bold;
    }
    .nav> .list {
        background:#5695c9;
        display: none;
        width: auto;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
    }
    .nav_active> .list {
        display: block;
    }
    .nav> .list> .item {
        display: block;
    }
    .nav> .list> .item:hover .sub{
        opacity:1;
        visibility:visible;
    }
    .nav .sub {
        width: 100%;
        display: none;
        opacity: 1;
        visibility: visible;
        position: relative;
        top: 0;
        left: 0;
        right:0;
        margin-left: 0;
    }


    .nav .sub .sub_menu {
        float: none;
        text-align: center;

    }
    .nav .sub .sub_menu .item .link {
        text-transform:none;

    }
    .nav> .list> .item> .link.clicked {
        background-color: #3678af;
        background-image: -webkit-linear-gradient(to bottom, #3678af, #295a83);
        background-image: linear-gradient(to bottom, #3678af, #295a83);
        text-decoration:none;
    }




    .nav> .list> .item> .link.clicked {
        background-color: #3678af;
        background-image: -webkit-linear-gradient(to bottom, #3678af, #295a83);
        background-image: linear-gradient(to bottom, #3678af, #295a83);
        text-decoration:none;
    }
    .nav {
    background: #5695c9;
        display: block;
        width: auto;
        height: 50px;
        margin: 0 -10px;
        position: relative !important;
        top: 13px;
    }
    .nav:before {
       content: '';
        background: #000;
        box-shadow: 0 6px 0 #000, 0 12px 0 #000;
        width: 30px;
        height: 3px;
        position: absolute;
        top: 17px;
        left: 10px;
    }
    .nav:after {
        content: 'МЕНЮ';
        display: block;
        position: absolute;
        top: 16px;
        left: 50px;
        color: #000;
        font-size: 15px;
        font-weight: bold;
    }
    .nav> .list {
        background: #6c9ec7;
        display: none;
        width: auto;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
    }
    .nav_active> .list {
        display: block;
    }
    .nav> .list> .item {
        display: block;
    }
    .nav .sub {
        width: 100%;
        display: none;
        opacity: 1;
        visibility: visible;
        position: relative;
        top: 0;
        left: 0;
        right:0;
        margin-left: 0;
    }

    .nav> .list> .item:hover .sub{
        display:block;
    }
    .nav .sub .sub_menu {
        float: none;
        text-align: center;

    }
    .nav .sub .sub_menu .item .link {
        text-transform:none;

    }


    .promo {

        height: 680px;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;

    }
    .promo .context {
        width:100%;
        margin-left:-50%;
        top: 292px;
        font-size: 26px;
    }
    .promo .context .big_text {
        font-size: 50px;

    }
   
    .btn_9 {

        background: #4dab0f url(../images/new/pic305.png) no-repeat 34px 50%;
        padding: 0 17px 0 107px;
        font-size: 18px;

    }
    .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;
    }
    .catalog_list .fig {
        position: relative;
        width: 150px;
    }
    .catalog_list .fig .img {
        width: 150px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .catalog_list .title {
        color: #6c9ec7;
        font-family: "Arial", sans-serif;
        font-size: 14px;
    }
    /*.promo .context {
        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 {
        height: 0;
        margin-bottom: 20px;
        padding-bottom: 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;
    }
    .catalog_list_1 .item {
        display: block;
        width: auto;
        margin: 0 0 20px;
    }
    .catalog_list_1 .fig {
        width: auto;
        text-align: center;
    }

    .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%;
    }

        .cookie {
        background: #0F3F61;
        padding: 1.7rem 0.9rem 0;
        right: 0;
        left: 0;
        line-height: 1.4;
    }
    
        .cookie .box {
        min-width: auto;
        max-width: none;
        flex-direction: column;
        margin-right: 0rem;
    }

        .cookie .in {
        width: auto;
        margin: 0 0 1.7rem;
    }

        .cookie .btn_2 {
     
        border-radius: 5.0rem;
        width: calc(100% + 0.9rem);
        height: 6.0rem;
        margin: 0 -0.9rem;
        padding: 0 0 0 0.9rem;
        font-size: 1.6rem;
        text-align: left;
        line-height: 6.0rem;
        text-transform: uppercase;
    }

    .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;
    }
    .main_page .footer {

        width: auto;
        height: auto;
        padding: 110px 10px 46px;
        z-index: 10;

    }
    .main_page .footer:after {

        display: none;

    }
    .main_page .footer:before {

        background-color: rgba(85,149,201,0.73);
        border-top: 4px solid #fff;

    }
    .main_page .send_request_footer {
        display: block;
        width: 100%;
        position: fixed;
        top: auto;
        right: 0;
        left: 0;
        bottom: 0;
    }
    .main_page .send_request_footer .link {
        background: #f25c2f;
        display: block;
        width: 100%;
        height: 36px;
        font-family: "appetite", sans-serif;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
        text-align: center;
        line-height: 36px;
        text-transform: uppercase;
    }

.send_request_footer {
        display: block;
        width: 100%;
        position: fixed;
        top: auto;
        right: 0;
        left: 0;
        bottom: 0;
    }
   .send_request_footer .link {
        background: #f25c2f;
        display: block;
        width: 100%;
        height: 36px;
        font-family: "appetite", sans-serif;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
        text-align: center;
        line-height: 36px;
        text-transform: uppercase;
    }
    .main_page .logo_footer {
        position: absolute;
        top: 13px;
        left: 10px;

    }
    .main_page .company_footer {

        position: absolute;
        top: 20px;
        left: 75px;

    }
    .main_page .contacts_footer {

        width: auto;
        position: relative;
        top: 0;
        left: 0;

    }
    .main_page .phone_footer {
        margin:0 0 10px;

        float: none;
        width: auto;

    }
    .main_page .address_footer {
        margin:0 0 10px;

        float: none;
        width: auto;

    }
    .main_page .mail_footer {
        margin:0 0 10px;

        overflow: hidden;
        width: auto;

    }
    .main_page .phone_footer .text {

        display: block;
        margin:0 0 5px;
        font-weight:600;

    }
    .main_page .address_footer .text {

        display: block;
        margin:0 0 5px;
        font-weight:600;

    }
    .main_page .mail_footer .text {

        display: block;
        margin:0 0 5px;
        font-weight:600;

    }
    .main_page .counter {
        position: relative;
        top: auto;
        bottom: auto;
        right: auto;

    }
    .footer {
        background: #476883;
        width: auto;
        padding: 15px;
        position: relative;
        z-index: auto;
    }
    .send_request_footer{
        display:none;
    }
    .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;
    }
}
