/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: 'Noto Sans', sans-serif;
	line-height: 1.2;
  position: relative;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea, button {
	outline: none;
}
button {
	cursor: pointer;
}
button, input, a {
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.left {
	float: left;
}
.right {
	float: right;
}
.row:after,
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/*----------------------
		general
----------------------*/
:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder {color: transparent}
:focus:-moz-placeholder {color: transparent}
:focus:-ms-input-placeholder {color: transparent}

::-webkit-input-placeholder {color:#000;}
::-moz-placeholder          {color:#000;}/* Firefox 19+ */
:-moz-placeholder           {color:#000;}/* Firefox 18- */
:-ms-input-placeholder      {color:#000;}
#wrap {
	overflow: hidden;
	position: relative;
	max-width: 1920px;
	margin: 0 0 0 390px;
	background: #fff;
}
.wrapper {
	width: 100%;
}
.container {
  padding: 0 5%;
}
/*----------------------
  aside
----------------------*/
#panel-general {
  background: #fff;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  height: 100%;
  bottom: 0;
  width: 390px;
  /*border-right: 1px solid #ccc;*/
  box-shadow: 0 2px 4px rgba(0,0,0, .1);
}
.inner-panel {
  padding: 75px 57px 55px;
}
.baron {
  height: 100vh;
}
#nav ul {
  padding: 25px 0 0;
}
#nav li {
  margin: 14px 0 0;
}
#nav li a {
  font-size: 19px;
  text-decoration: none;
  color: #000;
}
#nav li a:hover {
  text-decoration: underline;
}
#nav li.active {
  background: url(img/arrow-nav.png) no-repeat 3px 3px;
}
.baron__clipper {
    position: relative;
    overflow: hidden;
}
.baron__scroller {
    overflow-y: scroll;
    -ms-overflow-style: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    /* remove line to customize scrollbar in iOs */
}
.baron__scroller::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.baron__track {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.baron._scrollbar .baron__track {
    display: block;
}
.baron__free {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.baron__bar {
    display: none;
    position: absolute;
    right: 0;    
    z-index: 1;
    width: 10px;
    background: #999;
}
.baron._scrollbar .baron__bar {
    display: block;
}
.baron__control {
    display: none;
}
/* SIMPLE */
.baron._simple .baron__track {
    opacity: 0;
    position: absolute;
    z-index: 3;
    top: 10px;
    bottom: 10px;
    right: 5px;
    width: 8px;
    border-radius: 5px;
    background: #ddf;
    background: rgba(0, 0, 255, .1);
    pointer-events: none;
    }
.baron._simple._scrollbar .baron__track {
    opacity: 1;
    }
    .baron._simple .baron__bar {
        position: absolute;
        z-index: 1;
        width: 8px;
        border-radius: 3px;
        background: #987;
        opacity: 0;
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear;
        pointer-events: auto;
        }
    .baron._simple .baron__bar:hover {
        opacity: .8;
        }
    .baron._simple.baron .baron__bar {
        opacity: .6;
        }
/* Mac OS X */
.baron._macosx .baron__track {
    opacity: 0;
    position: absolute;
    z-index: 3;
    top: 2px;
    bottom: 2px;
    right: 2px;
    width: 0;
    }
.baron._macosx._scrollbar .baron__track {
    opacity: 1;
    }
    .baron._macosx .baron__bar {
        position: absolute;
        z-index: 1;
        width: 6px;
        border-radius: 3px;
        background: #333;
        opacity: 0;
        transition: .1s opacity .4s linear;
        pointer-events: auto;
        }
    .baron._dragging .baron__bar {
        /*opacity: 1;*/
        }
    .baron._macosx .baron__bar:hover,
    .baron._scrolling .baron__bar {
        transition-duration: 0s;
        transition-delay: 0s;
        opacity: .5;
        }

/* Windows XP */
.baron._winxp .baron__scroller {
    padding-right: 17px;
    }
.baron._winxp .baron__track {
    opacity: 0;
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    right: 0;
    width: 15px;
    overflow: hidden;
    background-image: linear-gradient(to right, #f2f1ec, #fdfef9);
    border: 1px solid #ecede5;
    }
.baron._winxp._scrollbar .baron__track {
    opacity: 1;
    }
    .baron._winxp .baron__control {
        display: block;
    }
    .baron._winxp .baron__control,
    .baron._winxp .baron__bar {
        border: 1px solid #f3ffff;
        box-shadow:
            1px 1px 1px #b7caf5 inset,
            1px 1px 1px #7b9fd3;
        border-radius: 3px;
        background-image: linear-gradient(to right, #c9d7fc, #baccf4);
        text-align: center;
        font-size: 8px;
        line-height: 14px;
        color: #4e6287;
        cursor: default;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        }
    .baron._winxp .baron__control:hover,
    .baron._winxp .baron__bar:hover {
        background-image: linear-gradient(to right, #d9e7ff, #cadcff);
    }
    .baron._winxp .baron__up,
    .baron._winxp .baron__down {
        position: absolute;
        z-index: 1;
        width: 15px;
        height: 16px;
        box-sizing: border-box;
        }
    .baron._winxp .baron__up {
        top: 0;
        }
    .baron._winxp .baron__down {
        bottom: 0;
        }
    .baron._winxp .baron__free {
        position: absolute;
        top: 18px;
        bottom: 18px;
        right: 0;
        width: 0;
        }
    .baron._winxp .baron__bar {
        position: absolute;
        z-index: 1;
        width: 15px;
        box-sizing: border-box;
        border: 1px solid #f3ffff;
        box-shadow:
            1px 1px 1px #b7caf5 inset,
            1px 1px 1px #7b9fd3;
        border-radius: 3px;
        background-image: linear-gradient(to right, #c9d7fc, #baccf4);
        opacity: 1;
        -webkit-transition: opacity .2s ease-in;
        transition: opacity .2s ease-in;
        pointer-events: auto;
        }
        .baron._winxp .baron__bar:before {
            content: '';
            position: absolute;
            top: 45%;
            left: 3px;
            width: 6px;
            height: 7px;
            z-index: 1;
            background-image: linear-gradient(
                    to bottom,
                    #f0f4ff 0px, #f0f4ff 1px,
                    rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 2px,
                    #f0f4ff 2px, #f0f4ff 3px,
                    rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0) 4px,
                    #f0f4ff 4px, #f0f4ff 5px,
                    rgba(255, 255, 255, 0) 5px, rgba(255, 255, 255, 0) 6px,
                    #f0f4ff 6px, #f0f4ff 7px,
                    rgba(255, 255, 255, 0) 7px, rgba(255, 255, 255, 0) 8px
                );
            }
        .baron._winxp .baron__bar:after {
            content: '';
            position: absolute;
            top: 47%;
            left: 4px;
            width: 6px;
            height: 7px;
            background-image: linear-gradient(
                    to bottom,
                    #8aaff6 0px, #8aaff6 1px,
                    rgba(138, 175, 246, 0) 1px, rgba(138, 175, 246, 0) 2px,
                    #8aaff6 2px, #8aaff6 3px,
                    rgba(138, 175, 246, 0) 3px, rgba(138, 175, 246, 0) 4px,
                    #8aaff6 4px, #8aaff6 5px,
                    rgba(138, 175, 246, 0) 5px, rgba(138, 175, 246, 0) 6px,
                    #8aaff6 6px, #8aaff6 7px,
                    rgba(138, 175, 246, 0) 7px, rgba(138, 175, 246, 0) 8px
                );
            }
    .baron._winxp._dragging .baron__bar,
    .baron._winxp .baron__bar:hover {
        background-image: linear-gradient(to right, #d9e7ff, #cadcff);
        }

/* Ubuntu */
.baron._ubuntu12 .baron__scroller {
    padding-right: 14px;
    }
.baron._ubuntu12 .baron__track {
    opacity: 0;
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    right: 0;
    width: 14px;
    box-sizing: border-box;
    border: 1px solid #c5c1bd;
    border-radius: 7px;
    background-image: linear-gradient(to right, #d3d3d3, #e5e5e5);
    }
.baron._ubuntu12._scrollbar .baron__track {
    opacity: 1;
    }
    .baron._ubuntu12 .baron__bar {
        position: absolute;
        z-index: 1;
        width: 12px;
        box-sizing: border-box;
        border: 1px solid #fff;
        border-radius: 6px;
        background-image: linear-gradient(to right, #fcfbfb, #eeeceb);
        opacity: 1;
        pointer-events: auto;
        box-shadow: 0 0 1px #d6d3d0;
        }
    .baron._ubuntu12 .baron__bar:hover,
    .baron._ubuntu12._dragging .baron__bar {
        background-image: linear-gradient(to right, #e96d3a, #f58050);
        border-color: #e1632f;
        }
    .baron._dragging .baron__bar {
        /*opacity: 1;*/
        }
    .baron._ubuntu12 .baron__bar:hover,
    ._scrolling .baron__bar {
        }
.logo img {
  display: block;
  max-width: 100%;
}
.contact-panel {
  margin: 190px 0 0;
}
.contact-panel .tel {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
}
.contact-panel .tel a{
    text-decoration: none;
    color: #000;
}
.contact-panel .tel a:hover{
    color: #333;
}
.letter {
  font-size: 19px;
  line-height: 1.4;
}
.wrap-btn-car {
  padding: 15px 0 0;
  position: relative;
}
.wrap-btn-car span {
  max-width: 255px;
  font-size: 20px;
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
  background: linear-gradient(50deg, #fa8f26 35%, #f05a28 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wrap-btn-car img {
  display: block;
  position: absolute;
  top: 1px;
  left: -65px;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.wrap-btn-car:hover img {
  left: -47px;
}
/*----------------------
general-block-first
----------------------*/
#general-block {
  padding: 60px 0 0;
  min-height: 800px;
  position: relative;
}
#general-block.back-default {
  background: url(../img/bg-general.jpg) no-repeat top left;
}
#general-block.back-1 {
  background: url(../img/bg-block-images-bottom.jpg) no-repeat top left;
}
#general-block.bg-blank {
  background: url(../img/bg-blank.jpg) no-repeat top left;
  background-size: cover;
}
#general-block.bg-balcony {
  background: url(../img/bg-balcony.jpg) no-repeat top left;
  background-size: cover;
}
#general-block.bg-cotbalcon {
  background: url(../img/bg-cotbalcon.jpg) no-repeat center;
  background-size: cover;
}
#general-block.bg-door {
  background: url(../img/bg-door.jpg) no-repeat center;
  background-size: cover;
}
#general-block.bg-house {
  background: url(../img/bg-house.jpg) no-repeat center;
  background-size: cover;
}
#general-block.bg-sliding {
  background: url(../img/bg-sliding.jpg) no-repeat center;
  background-size: cover;
}
#general-block.bg-panoramic {
  background: url(../img/bg-panoramic.jpg) no-repeat center;
  background-size: cover;
}
#general-block.bg-color {
  background: url(../img/bg-color.jpg) no-repeat center;
  background-size: cover;
}
#general-block.bg-bblock {
  background: url(../img/bg-bblock.jpg) no-repeat center;
  background-size: cover;
}
#general-block.bg-besedki {
  background: url(../img/bg-besedki.jpg) no-repeat center;
  background-size: cover;
}
#general-block.bg-install {
  background: url(../img/bg-install.jpg) no-repeat center;
  background-size: cover;
}
#general-block h1 {
  font-size: 97px;
  font-weight: bold;
  max-width: 759px;
  line-height: 1;
}
.info-gen-block {
  font-size: 24px;
  margin: 15px 0 0;
  line-height: 1.5;
  max-width: 585px;
  text-shadow: 1px 1px 5px #dddddd66;
}
.logo-mobile {
  display: none;
}
/*----------------------
  block-gen-covid
----------------------*/
#block-gen-covid {
  padding: 30px 0 35px;
  background: #f5f6f7; 
}
.col-covid-icon {
  width: 90px;
  float: left;
  margin: 0;
}
.covid-pic {
  width: 90px;
  float: right;
}
.col-covid-text { 
  margin: 0 0 0 3.5%;
  float: left;
  width: 85%;
}
.col-covid-text p {
  font-size: 17px;
}

.col-covid-text .up {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 7px;
}
.col-covid-text .down {
  font-weight: 700;
  font-size: 20px;
  margin-top: 7px;
}

/*----------------------
  block-gen-serv
----------------------*/
#block-gen-serv {
  padding: 55px 0 60px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdc962+0,f47626+100 */
  background: #fdc962; /* Old browsers */
  background: -moz-linear-gradient(left, #fdc962 0%, #f47626 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fdc962 0%,#f47626 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fdc962 0%,#f47626 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc962', endColorstr='#f47626',GradientType=1 ); /* IE6-9 */
}
.col-gen-serv {
  width: 17%;
  float: left;
  margin: 0 0 0 3.7%;
}
.col-gen-serv:first-child {
  margin: 0;
}
.col-gen-serv p {
  font-size: 20px;
}
/*----------------------
  call-to-action-one
----------------------*/
#call-to-action-one {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 95px 0 130px;
}
h2 {
  font-weight: bold;
  font-size: 75px;
  line-height: 1;
}
#call-to-action-one h2 {
  max-width: 750px;
  line-height: 1.15;
  font-size: 50px;
}
.action-left {
  width: 57%;
}
.action-right {
  width: 37%;
}
.title-action-form {
  font-size: 20px;
  margin: 45px 0 0;
}
.title-action-form a{
    text-decoration: none;
    color: #000;
}
.title-action-form a:hover{
    color: #333;
}
.box-form-action input[type="text"],
.box-form-action input[type="tel"] {
  border: none;
  border-bottom: 3px solid #000;
  height: 50px;
  background: transparent;
  font-size: 20px;
  margin: 35px 0 0;
  display: block;
  width: 100%;
}
.box-form-action ul {
  max-width: 680px;
}
.box-form-action li {
  display: inline-block;
}
.box-form-action li:first-child {
  width: 55%;
}
.box-form-action li:last-child {
  width: 40%;
  margin: 0 0 0 3%;
}
.btn_submit {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#faaa26+0,f05a28+100 */
  background: #faaa26; /* Old browsers */
  background: -moz-linear-gradient(45deg, #faaa26 0%, #f05a28 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #faaa26 0%,#f05a28 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #faaa26 0%,#f05a28 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faaa26', endColorstr='#f05a28',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  color: #fff;
  border: none;
  border-radius: 10px;
  margin: 48px 0 0;
  font-size: 20px;
  padding: 30px 45px;
  -webkit-box-shadow: -8px 10px 13px 1px rgba(0,0,0,0.3);
  -moz-box-shadow: -8px 10px 13px 1px rgba(0,0,0,0.3);
  box-shadow: -8px 10px 13px 1px rgba(0,0,0,0.3);
}
.btn_submit:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f05a28+0,faaa26+100 */
  background: #f05a28; /* Old browsers */
  background: -moz-linear-gradient(45deg, #f05a28 0%, #faaa26 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #f05a28 0%,#faaa26 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #f05a28 0%,#faaa26 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05a28', endColorstr='#faaa26',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.action-right img {
  display: block;
  max-width: 100%;
}
/*----------------------
  windows-variants
----------------------*/
#windows-variants {
  padding: 140px 0 0;
}
.col-wind-big {
  width: 47%;
  margin: 30px 0 0;
}
.col-wind-big:first-child {
  float: left;
}
.col-wind-big:last-child {
  float: right;
}
#windows-variants img {
  display: block;
  max-width: 100%;
}
.box-wind-little {
  width: 45%;
}
.box-wind-little:first-child {
  float: left;
}
.box-wind-little:last-child {
  float: right;
}
.col-wind-big .title {
  font-weight: bold;
  font-size: 20px;
  margin: 20px 0 0;
}
.margin-top .box-wind-little {
  margin: 15% 0 0;
}
.col-wind-big .text {
  font-size: 20px;
}
.margin-top2 .box-wind-little {
  margin: 9.5% 0 0;
}
/*----------------------
  profile
----------------------*/
#profile {
  padding: 145px 0 170px;
}
.col-profile {
  width: 30%;
  float: left;
  margin: 30px 0 0 3%;
}
.col-profile:first-child {
  margin: 30px 0 0;
}
.col-profile img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.title-prof {
  font-weight: bold;
  font-size: 35px;
  margin: 30px 0 0;
}
.text-prof {
  font-size: 20px;
  margin: 20px 0 0;
  min-height: 100px;
}
.col-profile ul {
  border-bottom: 1px solid #ccc;
}
.col-profile li {
  border-top: 1px solid #ccc;
  padding: 15px 0;
  font-size: 20px;
}
.col-profile li:nth-child(2) span,
.col-profile li:nth-child(3) span {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
}
.col-profile li strong {
  vertical-align: middle;
}
.col-profile li strong em {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ebebeb;
  margin: 0 2px;
  vertical-align: middle;
}
.progress-1 em:nth-child(1) {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#faaa26+0,f05a28+100 */
  background: #faaa26; /* Old browsers */
  background: -moz-linear-gradient(45deg, #faaa26 0%, #f05a28 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #faaa26 0%,#f05a28 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #faaa26 0%,#f05a28 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faaa26', endColorstr='#f05a28',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.progress-2 em:nth-child(1),
.progress-2 em:nth-child(2) {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#faaa26+0,f05a28+100 */
  background: #faaa26; /* Old browsers */
  background: -moz-linear-gradient(45deg, #faaa26 0%, #f05a28 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #faaa26 0%,#f05a28 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #faaa26 0%,#f05a28 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faaa26', endColorstr='#f05a28',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.progress-3 em:nth-child(1),
.progress-3 em:nth-child(2),
.progress-3 em:nth-child(3) {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#faaa26+0,f05a28+100 */
  background: #faaa26; /* Old browsers */
  background: -moz-linear-gradient(45deg, #faaa26 0%, #f05a28 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #faaa26 0%,#f05a28 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #faaa26 0%,#f05a28 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faaa26', endColorstr='#f05a28',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.progress-4 em:nth-child(1),
.progress-4 em:nth-child(2),
.progress-4 em:nth-child(3),
.progress-4 em:nth-child(4) {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#faaa26+0,f05a28+100 */
  background: #faaa26; /* Old browsers */
  background: -moz-linear-gradient(45deg, #faaa26 0%, #f05a28 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #faaa26 0%,#f05a28 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #faaa26 0%,#f05a28 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faaa26', endColorstr='#f05a28',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.progress-5 em:nth-child(1),
.progress-5 em:nth-child(2),
.progress-5 em:nth-child(3),
.progress-5 em:nth-child(4),
.progress-5 em:nth-child(5) {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#faaa26+0,f05a28+100 */
  background: #faaa26; /* Old browsers */
  background: -moz-linear-gradient(45deg, #faaa26 0%, #f05a28 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #faaa26 0%,#f05a28 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #faaa26 0%,#f05a28 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faaa26', endColorstr='#f05a28',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.text-prof-end {
  font-size: 20px;
  margin: 18px 0 0;
}
/*----------------------
  reasons-veka
----------------------*/
#reasons-veka {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#faaa26+0,f05a28+100 */
  background: #faaa26; /* Old browsers */
  background: -moz-linear-gradient(45deg, #faaa26 0%, #f05a28 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #faaa26 0%,#f05a28 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #faaa26 0%,#f05a28 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faaa26', endColorstr='#f05a28',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  padding: 70px 0 125px;
}
.container-reas-veka {
  position: relative;
  min-height: 555px;
  background: url(../img/lines-reasons.png) no-repeat 37% bottom;
}
.container-reas-veka img {
  display: block;
  position: absolute;
  width: 335px;
  top: -20px;
  left: 50%;
  margin-left: -210px;
}
.container-reas-veka .left {
  width: 45%;
}
.container-reas-veka .right {
  width: 35%;
}
.title-reas-veka {
  font-weight: bold;
  font-size: 20px;
}
.text-reas-veka {
  font-size: 20px;
  padding: 5px 0 0;
}
.text-reas-veka span {
  display: inline-block;
  width: 140px;
  border-right: 2px solid rgba(0,0,0, .3);
  vertical-align: top;
}
.text-reas-veka strong {
  display: inline-block;
  width: 160px;
  padding: 0 0 0 25px;
  vertical-align: top;
}
.title-one {
  margin: 60px 0 0;
}
.title-two {
  margin: 70px 0 0;
}
.title-three {
  margin: 70px 0 0;
}
.text-reas-veka-end {
  padding: 0 0 0 42px;
  background: url(../img/logo-veka.png) no-repeat top left;
  font-size: 20px;
  margin: 75px 0 0;
}
.container-reas-veka .right .title-reas-veka {
  padding: 0 0 0 42px;
}
.container-reas-veka .right .text-reas-veka  {
  padding: 5px 0 0 42px;
}
.title-right-one {
  margin: 60px 0 0;
}
.title-right-two {
  margin: 50px 0 0;
}
/*----------------------
  steklo-pakets
----------------------*/
#steklo-pakets {
  padding: 150px 0 0;
}
h3 {
  font-weight: bold;
  font-size: 35px;
  margin: 45px 0 0;
}
#steklo-pakets img {
  display: block;
  max-width: 100%;
  margin: 25px 0 0;
}
.col-steklo-paket {
  width: 25%;
  float: left;
  margin: 15px 0 0;
}
.col-steklo-paket p {
  font-weight: bold;
  font-size: 20px;
}
/*----------------------
info-steklo-paket
----------------------*/
#info-steklo-paket .left {
  width: 48%;
  padding: 60px 0 0;
}
.col-sum-camer-stekli {
  width: 43%;
  float: left;
  margin: 40px 7% 0 0;
}
.col-sum-camer-stekli img {
  display: block;
  max-width: 100%;
}
.col-sum-camer-stekli p {
  font-size: 20px;
  margin: 18px 0 0;
}
.col-sum-camer-stekli p strong {
  display: block;
  font-weight: bold;
}
#info-steklo-paket .right {
  width: 48%;
  padding: 60px 0 0;
}
#info-steklo-paket .right h3 {
  padding: 0 0 0 65px;
}
#info-steklo-paket .right ul {
  padding: 10px 0 50px;
}
#info-steklo-paket .right li {
  margin: 20px 0 0;
  padding: 12px 0 12px 65px;
  font-size: 20px;
}
.teplo-effect-1 {
  background: url(../img/icon-teplo-effect-1.png) no-repeat left top;
}
.teplo-effect-2 {
  background: url(../img/icon-teplo-effect-2.png) no-repeat 3px top;
}
.teplo-effect-3 {
  background: url(../img/icon-teplo-effect-3.png) no-repeat 3px top;
}
.text-teplo-effect {
  padding: 0 0 0 65px;
  margin: 10px 0 0;
  font-size: 20px;
  max-width: 565px;
}
/*----------------------
  podokonnik-otdelka
----------------------*/
#podokonnik-otdelka {
  padding: 140px 0 0;
}
.wrap-otdelka-podokonnik img {
  display: block;
  max-width: 100%;
}
.title-color {
  font-size: 20px;
  margin: 15px 0 0;
  overflow: hidden;
}
.title-color strong {
  font-weight: bold;
}
.title-color a {
  display: inline-block;
  float: right;
  color: #000;
}
.title-color a:hover {
  text-decoration: none;
}
.box-colors {
  padding: 5px 0 0;
}
.box-colors span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 8px 0 0;
  border-radius: 50%;
  background: #a76b32;
}
.aling-otdel-3-4 .box-wind-little {
  margin: 9% 0 0;
}
.wrap-inner-otdelka .left {
  width: 50%;
}
.col-inner-otdelka {
  width: 42%;
  margin: 30px 0 0 10%;
  float: left;
}
.col-inner-otdelka:first-child {
  margin: 30px 0 0;
}
.col-inner-otdelka img {
  display: block;
  max-width: 100%;
}
.col-inner-otdelka p {
  font-weight: bold;
  margin: 20px 0 0;
  font-size: 20px;
}
.wrap-inner-otdelka .right {
  width: 47%;
}
.wrap-inner-otdelka .right img {
  display: block;
  max-width: 100%;
  margin-top: -60px;
}
.box-color-decor-two span:nth-child(1) {
  background: #334e59;
}
.box-color-decor-two span:nth-child(2) {
  background: #d6cfc9;
}
.box-color-decor-two span:nth-child(3) {
  background: #c9cbca;
}
.box-color-decor-two span:nth-child(4) {
  background: #d1caae;
}
.box-color-decor-two span:nth-child(5) {
  background: #e8e1d7;
}
.box-color-decor-two span:nth-child(6) {
  background: #f1c17f;
}
.box-color-decor-two span:nth-child(7) {
  background: #774927;
}
.box-color-decor-two span:nth-child(8) {
  background: #35201b;
}
.box-color-decor-two span:nth-child(9) {
  background: #a96033;
}

.box-color-decor span:nth-child(1) {
  background: #471009;
}
.box-color-decor span:nth-child(2) {
  background: #320c09;
}
.box-color-decor span:nth-child(3) {
  background: #6e3a0b;
}
.box-color-decor span:nth-child(4) {
  background: #40251e;
}
.box-color-decor span:nth-child(5) {
  background: #c99a64;
}
.box-color-decor span:nth-child(6) {
  background: #b5a492;
}
.box-color-decor span:nth-child(7) {
  background: #746957;
}
.box-color-decor span:nth-child(8) {
  background: #6b5641;
}
.box-color-decor span:nth-child(9) {
  background: #e3d6b6;
}
.box-color-decor span:nth-child(10) {
  background: #e5e5e5;
}
.box-color-decor span:nth-child(11) {
  background: #e4d8c2;
}
.box-color-decor span:nth-child(12) {
  background: #bec3bc;
}
.box-color-decor span:nth-child(13) {
  background: #aaafab;
}
.box-color-decor span:nth-child(14) {
  background: #a7aea6;
}
.box-color-decor span:nth-child(15) {
  background: #97a5a6;
}
.box-color-decor span:nth-child(16) {
  background: #66615b;
}
.box-color-decor span:nth-child(17) {
  background: #8d9298;
}
.box-color-decor span:nth-child(18) {
  background: #6b6f6e;
}
.box-color-decor span:nth-child(19) {
  background: #606463;
}
.box-color-decor span:nth-child(20) {
  background: #4f4f51;
}
.box-color-decor span:nth-child(21) {
  background: #4c5053;
}
.box-color-decor span:nth-child(22) {
  background: #34393f;
}
.box-color-decor span:nth-child(23) {
  background: #454d5a;
}
.box-color-decor span:nth-child(24) {
  background: #fee94e;
}
.box-color-decor span:nth-child(25) {
  background: #096594;
}
.box-color-decor span:nth-child(26) {
  background: #10357b;
}
.box-color-decor span:nth-child(27) {
  background: #02265a;
}
.box-color-decor span:nth-child(28) {
  background: #010423;
}
.box-color-decor span:nth-child(29) {
  background: #1d232f;
}
.box-color-decor span:nth-child(30) {
  background: #096a3d;
}
.box-color-decor span:nth-child(31) {
  background: #01361a;
}
.box-color-decor span:nth-child(32) {
  background: #00332e;
}
.box-color-decor span:nth-child(33) {
  background: #283636;
}
.box-color-decor span:nth-child(34) {
  background: #17291d;
}
.box-color-decor span:nth-child(35) {
  background: #c31723;
}
.box-color-decor span:nth-child(36) {
  background: #980b14;
}
.box-color-decor span:nth-child(37) {
  background: #650103;
}
.box-color-decor span:nth-child(38) {
  background: #610512;
}
.box-color-decor span:nth-child(39) {
  background: #251810;
}
.box-color-decor span:nth-child(40) {
  background: #adb1b2;
}
.box-color-decor span:nth-child(41) {
  background: #4f565e;
}
.box-color-decor span:nth-child(42) {
  background: #6d6f6e;
}
.box-color-decor span:nth-child(43) {
  background: #767877;
}
.box-color-decor span:nth-child(44) {
  background: #a46f4d;
}
.box-color-decor span:nth-child(45) {
  background: #8f5331;
}
.box-color-decor span:nth-child(45) {
  background: #261a1a;
}
.box-color-decor span:nth-child(46) {
  background: #321416;
}
.box-color-decor span:nth-child(47) {
  background: #390c09;
}
.box-color-rezina span:nth-child(1) {
  background: #231f20;
}
.box-color-rezina span:nth-child(2) {
  background: #c6a677;
}
.box-color-rezina span:nth-child(3) {
  background: #b2b8b6;
}
.box-color-crystallit span:nth-child(1) {
  background: #dddcd8;
}
.box-color-crystallit span:nth-child(2) {
  background: #e4d6cb;
}
.box-color-crystallit span:nth-child(3) {
  background: #ac7439;
}
.box-color-crystallit span:nth-child(4) {
  background: #af773c;
}
.box-color-crystallit span:nth-child(5) {
  background: #863d0a;
}
.box-color-crystallit span:nth-child(6) {
  background: #5d1a00;
}
.box-color-crystallit span:nth-child(7) {
  background: #79381a;
}
.box-color-crystallit span:nth-child(8) {
  background: #492c2e;
}
.box-color-crystallit span:nth-child(9) {
  background: #402217;
}
.box-color-crystallit span:nth-child(10) {
  background: #d8d0c3;
}
.box-color-crystallit span:nth-child(11) {
  background: #d6d2c9;
}
.box-color-crystallit span:nth-child(12) {
  background: #e2c8a7;
}
.box-color-moeller span:nth-child(1) {
  background: #e7e7e7;
}
.box-color-moeller span:nth-child(2) {
  background: #392c24;
}
.box-color-moeller span:nth-child(3) {
  background: #cbbda0;
}
.box-color-moeller span:nth-child(4) {
  background: #5d2a19;
}
.box-color-moeller span:nth-child(5) {
  background: #a86b32;
}
.box-color-moeller span:nth-child(6) {
  background: #5f2c1b;
}
.box-color-moeller span:nth-child(7) {
  background: #a76c34;
}
.box-color-moeller span:nth-child(8) {
  background: #ae9368;
}
.box-color-moeller span:nth-child(9) {
  background: #dfdbd0;
}
.box-color-moeller span:nth-child(10) {
  background: #362724;
}
.box-color-moeller span:nth-child(11) {
  background: #bfb6a7;
}
.box-color-moeller span:nth-child(12) {
  background: #987f61;
}
.box-color-moeller span:nth-child(13) {
  background: #3b2623;
}
.box-color-russia span {
  background: #fff;
  border: 1px solid #d9d9d9;
}
.box-colors-danke span:nth-child(1) {
  background: #ececee;
}
.box-colors-danke span:nth-child(2) {
  background: #c9cdcc;
}
.box-colors-danke span:nth-child(3) {
  background: #b26c53;
}
.box-colors-danke span:nth-child(4) {
  background: #a25938;
}
.box-colors-danke span:nth-child(5) {
  background: #74615a;
}
.box-colors-danke span:nth-child(6) {
  background: #d6b67d;
}
.box-colors-danke span:nth-child(7) {
  background: #e0945a;
}
.box-colors-danke span:nth-child(8) {
  background: #dac8b2;
}
.box-colors-danke span:nth-child(9) {
  background: #583936;
}
.box-colors-danke span:nth-child(10) {
  background: #e6e6e6;
}
.box-colors-danke span:nth-child(11) {
  background: #fff;
  border: 1px solid #d9d9d9;
}
.pretty-form__item-content1,
.pretty-form__item-content2 {
  position: relative;
}
.pretty-form__item-content1 label,
.pretty-form__item-content2 label {
  color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    font-size: 20px;
    position: absolute;
    top: 0.6em;
    left: 0;
    display: block;
    width: -webkit-calc(100% - 2.8rem);
    width: -moz-calc(100% - 2.8rem);
    width: calc(100% - 2.8rem);
    text-align: left;
    padding: 0;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: color .5s,-webkit-transform .1s .1s;
    transition: color .5s,-webkit-transform .1s .1s;
    -o-transition: color .5s,-o-transform .1s .1s;
    -moz-transition: transform .1s .1s,color .5s,-moz-transform .1s .1s;
    transition: transform .1s .1s,color .5s;
    transition: transform .1s .1s,color .5s,-webkit-transform .1s .1s,-moz-transform .1s .1s,-o-transform .1s .1s;
    -webkit-transition-timing-function: cubic-bezier(0,.25,.5,1);
    -moz-transition-timing-function: cubic-bezier(0,.25,.5,1);
    -o-transition-timing-function: cubic-bezier(0,.25,.5,1);
    transition-timing-function: cubic-bezier(0,.25,.5,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.input--filled label,
.input--filled  label {
  -webkit-transform: translate3d(0, -.8em, 0) scale3d(.85,.85,1);
  -moz-transform: translate3d(0, -.8em, 0) scale3d(.85,.85,1);
  transform: translate3d(0, -.8em, 0) scale3d(.85,.85,1);
}
/*----------------------
  furniture
----------------------*/
#furniture {
  padding: 125px 0 150px;
}
#furniture h2 {
  max-width: 780px;
}
.col-furniture {
  width: 30%;
  float: left;
  margin: 28px 0 0 5%;
}
.col-furniture:first-child {
  margin: 28px 0 0;
}
.col-furniture img {
  display: block;
  max-width: 100%;
}
.col-furniture p {
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0 17px;
}
.col-child-furnitur {
  width: 64.1%;
  float: left;
  margin: 25px 0 25px;
}
.col-child-furnitur img {
  display: block;
  max-width: 100%;
}
.col-child-little {
  width: 30%;
  float: right;
}
.col-child-min {
  width: 46%;
  float: left;
  margin: 25px 0 0 8%;
}
.col-child-min:first-child {
  margin: 25px 0 0;
}
.col-child-min img {
  display: block;
  max-width: 100%;
}
.col-child-min p {
  font-weight: bold;
  font-size: 20px;
  margin: 15px 0 0;
}
.col-moskit-info {
  position: relative;
  width: 30%;
  float: right;
  margin: 12px 0 0;
}
.col-moskit-info img {
  display: block;
  max-width: 100%;
}
.text-moskit-info {
  font-weight: bold;
  font-size: 20px;
}
.text-moskit-info.pos1 {
  margin: 12px 0 0;
  max-width: 220px;
}
.text-moskit-info.pos2 {
  position: absolute;
  left: 210px;
  bottom: 110px;
}
/*----------------------
  rekomend-setup
----------------------*/
#rekomend-setup {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#faaa26+0,f05a28+100 */
  background: #faaa26; /* Old browsers */
  background: -moz-linear-gradient(45deg, #faaa26 0%, #f05a28 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #faaa26 0%,#f05a28 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #faaa26 0%,#f05a28 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faaa26', endColorstr='#f05a28',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  padding: 80px 0 105px;
}
.col-rekom-setup {
  width: 21%;
  float: left;
  margin: 40px 0 0 5.3%;
}
.col-rekom-setup img {
  display: block;
  max-width: 100%;
}
.col-rekom-setup:first-child {
  margin: 40px 0 0;
}
.col-rekom-setup .title {
  font-weight: bold;
  font-size: 20px;
  margin: 16px 0 0;
}
.col-rekom-setup .text {
  font-size: 20px;
  margin: 10px 0 0;
  text-indent: -10px;
}
.col-rekom-setup:last-child .text {
  text-indent: 0;
}
/*----------------------
  decorations
----------------------*/
#decorations {
  padding: 150px 0;
}
.wrap-decor-images img {
  display: block;
  max-width: 100%;
}
.align-decor-long {
  margin: 15% 0 0;
}
h3.title-and-link {
  overflow: hidden;
}
h3.title-and-link a {
  display: inline-block;
  float: right;
  font-size: 20px;
  font-weight: normal;
  color: #000;
}
h3.title-and-link a:hover {
  text-decoration: none;
}
.box-colors.align-top-big {
  margin: 15px 0 0;
}
.wrap-color-orkoses img {
  display: block;
  max-width: 100%;
}
.col-6 {
  width: 47%;
  float: left;
  margin: 20px 0 0 6%;
}
.col-6:first-child {
  margin: 20px 0 0;
}
.box-dop-oformlen img {
  display: block;
  max-width: 100%;
}
.box-dop-oformlen .title {
  font-weight: bold;
  font-size: 20px;
  margin: 30px 0 0;
}
.box-dop-oformlen .text {
  font-size: 20px;
}
/*----------------------
  call-to-action-two
----------------------*/
#call-to-action-two {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 95px 0 60px;
}
.politik-form {
  display: inline-block;
  vertical-align: middle;
  color: #c1c1c1;
  font-size: 12px;
  max-width: 250px;
  margin: 0 0 0 12px;
}
.politik-form em {
  cursor: pointer;
  text-decoration: underline;
}
.politik-form em:hover {
  text-decoration: none;
}
/*----------------------
  kredit
----------------------*/
#kredit {
  padding: 80px 0 105px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#faaa26+0,f05a28+100 */
  background: #faaa26; /* Old browsers */
  background: -moz-linear-gradient(45deg, #faaa26 0%, #f05a28 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #faaa26 0%,#f05a28 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #faaa26 0%,#f05a28 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faaa26', endColorstr='#f05a28',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#kredit h2 {
  max-width: 800px;
}
.col-kredit {
  width: 25%;
  float: left;
  margin: 40px 0 0;
  padding: 0 2% 0 0;
}
.col-kredit .title {
  font-weight: bold;
  font-size: 24px;
}
.col-kredit .text {
  font-size: 20px;
  margin: 5px 0 0;
}
.btn-kredit {
  background: #fff;
  color: #000;
  border: none;
  border-radius: 10px;
  margin: 48px 0 0;
  font-size: 20px;
  padding: 30px 45px;
  -webkit-box-shadow: -8px 10px 13px 1px rgba(0,0,0,0.3);
  -moz-box-shadow: -8px 10px 13px 1px rgba(0,0,0,0.3);
  box-shadow: -8px 10px 13px 1px rgba(0,0,0,0.3);
}
.btn-kredit:hover {
  background: #c0c0c0;
}
/*----------------------
  garant
----------------------*/
#garant {
  padding: 140px 0;
}
#garant h2 {
  max-width: 620px;
}
.descript-garant {
  max-width: 830px;
  margin: 40px 0 0;
  font-size: 20px;
}
.box-garant {
  display: inline-block;
  vertical-align: top;
  width: 32.5%;
  margin: 35px 0 0;
}
.box-garant .title {
  font-weight: bold;
  font-size: 20px;
  max-width: 400px;
}
.box-garant .text {
  font-size: 20px;
  max-width: 400px;
}
/*----------------------
  teplovizor
----------------------*/
#teplovizor {
  padding: 0 0 170px;
}
#teplovizor h2 {
  max-width: 900px;
}
.decript-block {
  font-size: 20px;
  margin: 35px 0 0;
}
.col-teplovizor img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.col-teplovizor {
  margin: 50px 0 0;
  width: 49.3%;
}
/*----------------------
  call-to-action-three
----------------------*/
#call-to-action-three {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 95px 0 120px;
}
.action-left-two h2 {
  max-width: 800px;
}
#call-to-action-three ul,
#call-to-action-five ul,
#call-to-action-four ul {
  display: inline-block;
  vertical-align: top;
  max-width: 650px;
  width: 100%;
}
#call-to-action-three .box-form-action input[type="text"], 
#call-to-action-three .box-form-action input[type="tel"] {
  margin: 20px 0 0;
  vertical-align: top;
}
#call-to-action-five .box-form-action input[type="text"], 
#call-to-action-five .box-form-action input[type="tel"],
#call-to-action-four .box-form-action input[type="text"], 
#call-to-action-four .box-form-action input[type="tel"]  {
  vertical-align: top;
  margin: 40px 0 0;
}
#call-to-action-four .btn_submit,
#call-to-action-five .btn_submit {
  margin: 55px 0 0 35px;
}
#call-to-action-three .btn_submit {
  margin: 20px 0 0 35px;
}
.wrap-btn-acttion {
  display: inline-block;
}
#call-to-action-three .politik-form,
#call-to-action-four .politik-form,
#call-to-action-five .politik-form {
  display: block;
  padding: 25px 0 0 20px;
}
/*----------------------
info-productions-windows
----------------------*/
#info-productions-windows {
  padding: 170px 0 0;
}
#info-productions-windows img {
  display: block;
  max-width: 100%;
}
#info-productions-windows h2 {
  padding: 70px 0 0;
  max-width: 750px;
}
#info-productions-windows .left {
  width: 70%;
}
.col-text-info-prog {
  width: 46%;
  float: left;
  margin: 25px 4% 0 0;
}
.col-text-info-prog p {
  font-size: 20px;
  padding: 15px 0 0;
  line-height: 1.3;
}
#info-productions-windows .right {
  width: 30%;
}
.box-inf-prod-win .title {
  font-size: 25px;
  font-weight: bold;
  padding: 40px 0 0;
}
.box-inf-prod-win .text {
  font-size: 20px;
  margin: 6px 0 0;
}
.col-text-info-prog li {
  font-size: 20px;
  text-indent: -10px;
  margin: 20px 0 0;
}
/*----------------------
  sertificates
----------------------*/
#sertificates {
  padding: 60px 0 0;
}
.col-sertif {
  width: 21%;
  float: left;
  margin: 35px 0 0 5%;
}
.col-sertif:first-child {
  margin: 35px 0 0;
}
.col-sertif a {
  text-decoration: none;
  color: #000;
}
.col-sertif img {
  display: block;
  max-width: 100%;
  box-shadow: 2px 3px 8px rgba(0,0,0, .3);
}
.col-sertif a span {
  display: inline-block;
  margin: 15px 0 0;
  height: 78px;
  font-size: 20px;
  font-weight: bold;
}
/*----------------------
  call-to-action-four
----------------------*/
#call-to-action-four {
  padding: 90px 0 0;
}
#call-to-action-four h2 {
  max-width: 880px;
}
.col-action-four-one {
  width: 47%;
  padding: 25px 0 0;
  float: left;
}
.col-action-four-one p {
  font-size: 20px;
  margin: 20px 0 0;
}
.col-action-four-one a{
    text-decoration: none;
    color: #000;
}
.col-action-four-one a:hover{
    color: #333;
}
.col-action-four-two {
  width: 50%;
  float: right;
  padding: 20px 0 0;
}
.box-info-bonus-zamer {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  margin: 25px 0 0 5%;
}
.box-info-bonus-zamer .title {
  font-weight: bold;
  font-size: 20px;
}
.box-info-bonus-zamer .text {
  font-size: 20px;
  margin: 6px 0 0;
}
/*----------------------
  price-plastic-windows
----------------------*/
#price-plastic-windows {
  padding: 105px 0 150px;
}
#price-plastic-windows p {
  font-size: 20px;
  line-height: 1.3;
  margin: 20px 0 0;
}
#price-plastic-windows p strong {
  font-weight: bold;
}
/*----------------------
  block-images-bottom
----------------------*/
#block-images-bottom {
  background: url(../img/bg-block-images-bottom.jpg) no-repeat center;
  background-size: cover;
  min-height: 609px;
}
#call-to-action-five {
  padding: 155px 0 200px;
}
/*----------------------
  footer
----------------------*/
#footer {
  padding: 0 0 150px;
}
.box-contact-foot {
  width: 30%;
  float: left;
}
.tel-foot {
  font-weight: bold;
  font-size: 35px;
}
.tel-foot a{
    text-decoration: none;
    color: #000;
}
.tel-foot a:hover{
    color: #333;
}
.politik span {
  display: inline-block;
  cursor: pointer;
  margin: 12px 0 0;
  font-size: 19px;
  text-decoration: underline;
}
.politik span:hover {
  text-decoration: none;
}
.box-copyright {
  width: 50%;
  float: left;
  padding: 14px 0 0;
}
.box-copyright p {
  font-size: 19px;
}
.box-copyright p.btn-foot span {
  display: inline-block;
  cursor: pointer;
  margin: 20px 0 0 18px;
  text-decoration: underline;
}
.box-copyright p.btn-foot span:hover {
  text-decoration: none;
}
.box-webmaster {
  width: 20%;
  float: right;
  text-align: right;
  padding: 14px 0 0;
  font-size: 19px;
}
.box-webmaster a {
  color: #000;
}
.box-webmaster a:hover {
  text-decoration: none;
}
/*---------------------
	  modal
----------------------*/
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  max-width: 520px;
  margin: 10% auto 0;
  z-index: 1050;
}
.modal-dialog2 {
  position: relative;
  max-width: 1170px;
  margin: 6% auto 0;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background: #fff;
  padding: 15px 30px 30px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
  z-index: 1050;
}
.modal-content2 {
  position: relative;
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
  z-index: 1050;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.pbclose {
  margin-top: -2px;
}
.modal-content .close,
.modal-content2 .close2 {
	position: absolute;
	width: 18px;
	height: 18px;
	background: url(../img/cross.png) no-repeat top left;
	top: 15px;
	right: 15px;
	cursor: pointer;
}
.pbclose {
	position: absolute;
	width: 18px;
	height: 18px;
	background: url(../img/cross.png) no-repeat top left;
	top: 15px;
	right: 15px;
	cursor: pointer;
}
form ul li {
	position: relative;
}
label.error {
	position: absolute;
	background: #ff0000;
	color: #fff;
	font-size: 12px !important;
	padding: 3px 5px;
	border-radius: 2px;
	top: 40px !important;
	left: 0 !important;
  transition: none !important;
  transform: none !important;
  width: auto !important;
}
.text-hid-serv {
  font-size: 16px;
  line-height: 1.5;
  margin: 20px 0 0;
}
.modal-content .box-form-action li {
  display: block;
}
.modal-content .box-form-action li:first-child,
.modal-content .box-form-action li:last-child {
  display: block;
  width: 100%;
  margin: 0;
}
/*---------------------------
		MEDIA QUERIES
---------------------------*/
@media screen and (max-width: 1650px) {
  #wrap p {
    font-size: 18px !important;
  }
  #general-block h1 {
    font-size: 80px;
  }
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 30px;
  }
  .margin-top2 .box-wind-little {
    margin: 4% 0 0;
  }
  .col-profile li,
  #info-steklo-paket .right li,
  .col-text-info-prog li,
  .col-sertif a span,
  .politik span,
  .box-webmaster {
    font-size: 18px;
  }
  .container-reas-veka img {
    width: 250px;
    margin-left: -150px;
  }
  .container-reas-veka {
    min-height: 400px;
    background: url(../img/lines-reasons.png) no-repeat 40% bottom;
    background-size: 500px;
  }
  .title-one {
    margin: 20px 0 0;
  }
  .title-two {
    margin: 40px 0 0;
  }
  .title-three {
    margin: 40px 0 0;
  }
  .title-right-one {
    margin: 25px 0 0;
  }
  .text-reas-veka-end {
    margin: 40px 0 0;
  }
  .title-right-two {
    margin: 20px 0 0;
  }
  #reasons-veka {
    padding: 70px 0;
  }
  .wrap-inner-otdelka .right img {
    margin-top: -50px;
  }
  #wrap .tel-foot {
    font-size: 30px !important;
  }
  .box-copyright,
  .box-webmaster {
    padding: 6px 0 0;
  }
  #wrap .title-color a {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 1520px) {
  #wrap p {
    font-size: 16px !important;
  }
  .action-right {
    padding: 17px 0 0;
  }
  #kredit h2 {
    max-width: 500px;
  }
  .inner-panel {
    padding: 40px 35px;
  }
  #nav li a,
  .letter {
    font-size: 16px;
  }
  .contact-panel {
    margin: 40px 0 0;
  }
  #general-block {
    min-height: 500px;
    background-size: cover !important;
  }
  #general-block h1 {
    font-size: 75px;
    max-width: 585px;
  }
  h2 {
    font-size: 52px;
  }
  #call-to-action-one h2 {
    font-size: 42px;
  }
  .btn_submit,
  .btn-kredit {
    padding: 20px 35px;
    font-size: 16px;
  }
  .box-form-action input[type="text"], 
  .box-form-action input[type="tel"] {
    font-size: 16px;
  }
  .box-form-action li:first-child {
    width: 50%;
  }
  .box-form-action li:last-child {
    width: 45%;
  }
  #call-to-action-one {
    padding: 70px 0 90px;
  }
  #windows-variants {
    padding: 80px 0 0;
  }
  .margin-top .box-wind-little {
    margin-top: 13%;
  }
  #wrap .col-wind-big .text {
    font-size: 15px !important;
  }
  #profile {
    padding: 100px 0;
  }
  #panel-general {
    width: 340px;
  }
  #wrap {
    margin: 0 0 0 340px;
  }
  .container {
    padding: 0 4%;
  }
  #steklo-pakets {
    padding: 120px 0 0;
  }
  h3 {
    font-size: 26px;
  }
  .col-profile li,
  #info-steklo-paket .right li,
  .col-text-info-prog li,
  .col-sertif a span,
  .politik span,
  .box-webmaster,
  h3.title-and-link a {
    font-size: 16px;
  }
  .box-colors span {
    width: 22px;
    height: 22px;
    margin: 5px 4px 0 0;
  }
  #wrap .text-moskit-info {
    font-size: 14px !important;
  }
  .col-moskit-info img {
    width: 150px;
  }
  .text-moskit-info.pos2 {
    left: 160px;
  }
  #furniture {
    padding: 120px 0;
  }
  #decorations {
    padding: 125px 0 110px;
  }
  #garant {
    padding: 100px 0;
  }
  .box-garant .text,
  .box-garant .title {
    padding: 0 15px 0 0;
  }
  #call-to-action-three {
    padding: 75px 0 100px;
  }
  #info-productions-windows {
    padding: 120px 0 0;
  }
  #block-images-bottom {
    min-height: 400px;
  }
  #call-to-action-three ul, #call-to-action-five ul, #call-to-action-four ul {
    max-width: 600px;
  }
  #call-to-action-three h2 {
    max-width: 600px;
  }
  .pretty-form__item-content1 label,
  .pretty-form__item-content2 label {
    font-size: 16px;
    top: 1em;
  }
  .wrap-btn-car img {
    left: -55px;
  }
  .wrap-btn-car span {
    font-size: 16px;
    max-width: 235px;
  }
}
@media screen and (max-width: 1420px) {
  #wrap .col-wind-big .text {
    font-size: 14px !important;
    margin: 5px 0 0;
    line-height: 1.5;
  }
  .container-reas-veka img {
    width: 200px;
    margin-left: -120px;
    top: -10px;
  }
  #wrap .title-reas-veka,
  #wrap .text-reas-veka,
  #wrap .text-reas-veka-end {
    font-size: 14px !important;
  }
  .text-reas-veka span {
    width: 100px;
  }
  .text-reas-veka strong {
    width: 120px;
    padding: 0 0 0 15px;
  }
  .container-reas-veka {
    min-height: 340px;
    background-size: 400px;
  }
  .title-one {
    margin: 40px 0 0;
  }
  .title-right-one {
    margin: 50px 0 0;
  }
  #wrap .title-color a {
    font-size: 12px;
  }
  .wrap-inner-otdelka .right img {
    margin-top: -30px;
  }
  .align-decor-long {
    margin: 15.6% 0 0;
  }
  .box-colors span {
    width: 20px;
    height: 20px;
  }
  .box-copyright, .box-webmaster {
    padding: 9px 0 0;
  }
  .box-wind-little .title-color a  {
    display: block;
    float: none;
    margin: 5px 0 0;
  }
  .box-contact-foot {
    width: 32%;
  }
  .box-copyright {
    width: 45%;
  }
  .box-webmaster {
    width: 23%;
  }
  #wrap .tel-foot {
    font-size: 28px !important;
  }
  #wrap .politik span,
  #wrap .box-copyright p,
  #wrap .box-webmaster p {
    font-size: 16px !important;
  }
  #call-to-action-three ul, #call-to-action-five ul, #call-to-action-four ul {
    max-width: 530px;
  }
  #info-steklo-paket .right ul {
    padding: 10px 0 20px;
  }
  #call-to-action-four h2 {
    max-width: 600px;
  }
  #teplovizor h2 {
    max-width: 600px;
  }
  #teplovizor {
    padding: 0 0 130px;
  }
}
@media screen and (max-width: 1170px) {
  #panel-general {
    left: -340px;
  }
  #wrap {
    margin: 0;
  }
  .modal-dialog2 {
    margin: 5% 15px 0;
  }
  .container {
    padding: 0 20px;
  }
  #call-to-action-general form {
    max-width: 400px;
  }
  #info-company {
    padding: 80px 0 100px;
  }
  .header-top-mobile {
    display: block;
    padding: 30px 0 0;
  }
  .mobile-nav-toggle-label {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      z-index: 1010;
      width: 10%;
      z-index: 1002;
      padding: 0;
      position: fixed;
      top: 15px;
      right: 20px;
      vertical-align: middle;
      line-height: 16px;
      text-align: right;
      cursor: pointer;
      user-select: none;
      background: transparent;
      width: 82px;
      height: 73px;
  }
  .mobile-nav-toggle-label .top-bar, .mobile-nav-toggle-label .middle-bar, .mobile-nav-toggle-label .bottom-bar {
      width: 58px;
      height: 5px;
      background-color: #000;
      -webkit-transition: -webkit-transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
      -moz-transition: -moz-transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
      -ms-transition: -ms-transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
      -o-transition: -o-transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
      transition: transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
      -webkit-transform-origin: 50% 50%;
      -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      -o-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      position: absolute;
      top: 18px;
      right: 12px;
  }
  .mobile-nav-toggle-label .middle-bar {
      -webkit-transition: opacity 0s .15s linear;
      -moz-transition: opacity 0s .15s linear;
      -ms-transition: opacity 0s .15s linear;
      -o-transition: opacity 0s .15s linear;
      transition: opacity 0s .15s linear;
      top: 33px;
  }
  .mobile-nav-toggle-label .bottom-bar {
      top: 48px;
  }
  #nav {
    position: fixed;
    top: 0;
    margin: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, .85);
    z-index: 0;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
  }
  .inner-nav {
    text-align: center;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }
  .inner-nav:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  #nav .align-middle {
    padding: 0;
    width: 90%;
    display: inline-block;
    vertical-align: middle;
  }
  #nav ul {
    padding: 8px 0;
  }
  #nav.active-menu {
    z-index: 10;
    opacity: 1;
    visibility: visible;
  }
  .mobile-nav-toggle-label.active-close .middle-bar {
    display: none;
  }
  .mobile-nav-toggle-label.active-close .top-bar {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transform-origin: 50px 10px 0;
    -ms-transform-origin: 50px 10px 0;
    -webkit-transform-origin: 50px 10px 0;
    transform-origin: 50px 10px 0;
    background-color: #fff;
  }
  .mobile-nav-toggle-label.active-close .bottom-bar {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform-origin: 45px 0px 0;
    -ms-transform-origin: 45px 0px 0;
    -webkit-transform-origin: 45px 0px 0;
    transform-origin: 45px 0px 0;
    background-color: #fff;
  }
  #nav ul li {
    display: block;
    float: none;
    margin: 0 0 4px;
    text-align: center;
    padding: 0;
  }
  #nav ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 2;
    border: none;
    padding: 5px 0;
  }
  #nav ul li a:hover {
    color: #fff;
  }
  #nav li.active {
    background: no-repeat;
  }
  .container {
    padding: 0 15px;
    max-width: 960px;
    margin: 0 auto;
  }
  .margin-top2 .box-wind-little {
    margin: 5% 0 0;
  }
  .container-reas-veka {
    max-width: 830px;
    margin: 0 auto;
  }
  .title-right-one {
    margin: 35px 0 0;
  }
  .aling-otdel-3-4 .box-wind-little {
    margin: 6% 0 0;
  }
  .logo-mobile {
    display: block;
    position: absolute;
    top: 20px;
    left: 15px;
  }
  .col-covid-text { 
	  width: 74%;
	}
}
@media screen and (max-width: 992px) {
	.container {
    max-width: 730px;
  }
  #general-block {
    min-height: 520px;
	padding-top: 120px;
  }
  #general-block h1 {
		line-height: 1.15;
	}
	.info-gen-block{
		font-size: 22px !important;
	}
  .box-form-action li {
    display: block;
  }
  .box-form-action li:first-child,
  .box-form-action li:last-child {
    width: 100%;
    margin: 0;
  }
  .margin-top .box-wind-little {
    margin-top: 10%;
  }
  #windows-variants .col-wind-big {
    width: 100%;
    float: none;
  }
  #windows-variants .clearfix {
    max-width: 646px;
  }
  .container-reas-veka img {
    position: static;
    margin: 50px auto 0;
    width: 150px;
    clear: both;
  }
  .container-reas-veka {
    background: transparent;
  }
  .container-reas-veka .left,
  .container-reas-veka .right {
    width: 48%;
    padding: 0 0 50px;
  }
  .box-colors span {
    width: 16px;
    height: 16px;
  }
  .aling-otdel-3-4 .box-wind-little {
    margin: 2% 0 0;
  }
  .wrap-inner-otdelka .left,
  .wrap-inner-otdelka .right {
    width: 100%;
    float: none;
  }
  .col-rekom-setup,
  .col-rekom-setup:first-child {
    width: 42%;
    margin: 30px 4% 0;
  }
  .box-garant {
    width: 49%;
  }
  .col-text-info-prog {
    width: 95%;
    float: none;
    margin: 0;
  }
  .col-text-info-prog:first-child {
    margin: 25px 0 0;
  }
  .box-info-bonus-zamer {
    display: block;
    width: 100%;
    margin: 15px 0 0;
  }
  .col-action-four-one {
    padding: 15px 0 0;
  }
  #block-images-bottom {
    min-height: 300px;
  }
  .box-contact-foot {
    width: 100%;
    float: none;
    padding: 0 0 30px;
  }
  .politik-form {
    margin: 25px 0 0;
  }
  #call-to-action-three .btn_submit,
  #call-to-action-four .btn_submit,
  #call-to-action-five .btn_submit {
    margin: 40px 0 0;
  }
  #call-to-action-three .politik-form, 
  #call-to-action-four .politik-form, 
  #call-to-action-five .politik-form {
    padding: 0;
  }
  .col-kredit {
    width: 50%;
  }
   .mobile_phone {
        display: none;
    }
}
@media screen and (max-width: 767px) {
   
	.col-gen-serv,
  .col-gen-serv:first-child {
    width: 100%;
    float: none;
    margin: 10px 0 0;
  }
  #block-gen-serv {
    padding: 30px 0 40px;
  }
  .action-left {
    width: 100%;
    float: none;
  }
  .box-form-action ul,
  #call-to-action-three ul,
   #call-to-action-five ul, 
  #call-to-action-four ul {
    max-width: 400px;
    display: block;
  }
  .action-right {
    width: auto;
    float: none;
    max-width: 300px;
    margin: 45px 0 0;
  }
  .col-profile,
  .col-profile:first-child {
    width: 100%;
    float: none;
    margin: 45px 0 0;
  }
  .col-profile img {
    width: 300px;
  }
  .text-prof {
    min-height: 100%;
    padding: 0 0 20px;
  }
  .container-reas-veka .left, .container-reas-veka .right {
    width: 100%;
    float: none;
  }
  .container-reas-veka .right {
    max-width: 250px;
  }
  .container-reas-veka {
    position: relative;
  }
  .container-reas-veka .right .title-reas-veka {
    padding: 0;
  }
  .container-reas-veka .right .text-reas-veka {
    padding: 5px 0 0;
  }
  .title-right-one {
    margin: 10px 0 0;
  }
  .text-reas-veka-end {
    padding: 0 0 5px 42px;
  }
  .container-reas-veka img {
    position: absolute;
    top: 50%;
    right: -20%;
    margin-top: -200px;
    width: 200px;
  }
  .col-steklo-paket {
    width: 100%;
    float: none;
  }
  #info-steklo-paket .left {
    width: 100%;
    float: none;
  }
  #info-steklo-paket .right {
    width: 100%;
    float: none;
  }
  .col-wind-big {
    width: auto;
    float: none;
    max-width: 645px;
  }
  .col-wind-big:last-child,
  .col-wind-big:first-child {
    float: none;
  }
  .aling-otdel-3-4 .box-wind-little {
    margin: 40px 0 0;
  }
  h2 {
    font-size: 40px;
  }
  .col-child-furnitur {
    width: 100%;
    float: none;
  }
  .col-child-little {
    width: auto;
    float: none;
    max-width: 410px;
  }
  .col-moskit-info {
    width: 100%;
    float: none;
  }
  .box-garant {
    display: block;
    width: 100%;
  }
  #call-to-action-three .btn_submit,
  #call-to-action-four .btn_submit, 
  #call-to-action-five .btn_submit {
    margin: 35px 0 0;
  }
  #info-productions-windows .left,
  #info-productions-windows .right {
    width: 100%;
    float: none;
  }
  .col-sertif,
  .col-sertif:first-child {
    width: 46%;
    margin: 20px 2% 0;
  }
  #wrap .col-sertif a span {
    font-size: 14px !important;
  }
  .col-action-four-one,
  .col-action-four-two {
    width: 100%;
    float: none;
  }
  .col-6,
  .col-6:first-child {
    margin: 20px 0 0;
    float: none;
    width: 100%;
  }
  #price-plastic-windows {
    padding: 80px 0;
  }
  #call-to-action-five {
    padding: 100px 0;
  }
  #wrap .col-furniture p {
    font-size: 14px !important;
  }
  .col-teplovizor {
    width: 100%;
    float: none !important;
  }
  #teplovizor {
    padding: 0 0 90px;
  }
}
@media screen and (max-width: 550px) {
  #general-block h1 {
    font-size: 40px;
    max-width: 300px;
  }
  #wrap p {
    font-size: 15px !important;
  }
  .info-gen-block{
		font-size: 20px !important;
	}
  .col-profile li, 
  #info-steklo-paket .right li, 
  .col-text-info-prog li, 
  .col-sertif a span, 
  .politik span, 
  .box-webmaster, 
  h3.title-and-link a {
    font-size: 15px;
  }
  #general-block {
    background-position: 19% center;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 20px;
  }
  .title-color a {
    display: block;
    max-width: 140px;
    margin: 5px 0 0;
    float: none;
  }
  .col-covid-icon {
    width: 140px;
  }
  .covid-pic {
    width: 110px;
    float: left;
	padding-left:20px;
	padding-bottom: 10px;
	}
  .col-covid-text { 
	  width: 95%;
	}
  #furniture {
    padding: 90px 0;
  }
  .col-furniture {
    width: 100%;
    float: none;
    margin: 28px 0 0;
  }
  .col-rekom-setup, .col-rekom-setup:first-child {
    width: auto;
    max-width: 290px;
    float: none;
    margin: 30px auto 0;
  }
  #rekomend-setup h2 {
    text-align: center;
  }
  #decorations {
    padding: 90px 0 70px;
  }
  h3.title-and-link a {
    display: block;
    max-width: 150px;
    margin: 7px 0 0;
    float: none;
  }
  .box-dop-oformlen .text {
    padding: 0 0 20px;
  }
  #call-to-action-two {
    padding: 70px 0 50px;
  }
  #garant {
    padding: 70px 0;
  }
  #info-productions-windows {
    padding: 90px 0 0;
  }
  #call-to-action-four {
    padding: 50px 0 0;
  }
  .box-copyright,
  .box-webmaster {
    width: 100%;
    text-align: left;
    float: none;
  }
  .box-copyright p.btn-foot span {
    margin: 20px 0;
  }
  .mobile-nav-toggle-label {
    top: 5px;
    right: 10px;
  }
  #info-steklo-paket .right h3,
  .text-teplo-effect {
    padding: 0;
  }
  .title-action-form {
    margin: 15px 0 0;
  }
  .action-right {
    max-width: 100%;
    margin: 15px 0 0;
  }
  .col-wind-big {
    margin: 12% 0 0;
  }
  .container-reas-veka img {
    right: -46%;
    top: 30%;
  }
  #reasons-veka {
    padding: 70px 0 30px;
  }
  #steklo-pakets {
    padding: 70px 0 0;
  }
  h3 {
    margin: 25px 0 0;
  }
  .col-sum-camer-stekli {
    width: 45%;
    margin: 40px 2.5% 0;
  }
  #podokonnik-otdelka {
    padding: 70px 0 0;
  }
  .col-furniture {
    margin: 45px 0 0;
  }
  .box-form-action input[type="text"], 
  .box-form-action input[type="tel"] {
    margin: 15px 0 0;
  }
  .col-kredit {
    width: 100%;
    float: none;
  }
}
@media screen and (max-height: 400px) {
  #nav ul li a {
    padding: 0;
    line-height: 1.2;
  }
   
}
@media(min-width:320px){
    .mobile_phone {
        margin-top: 35px;
        display: inline-block;
        color: black;
        font-weight: 600;
        text-decoration: none;
        font-size: 30px;
    }
    .mobile_phone:hover {
        color: black;
        text-decoration: none;
    }
}
@media(min-width:992px){
    .mobile_phone {
        display: none;
    }
}

