@font-face {
    font-family: "MyriadProRegular";
    src: url("../fonts/MyriadProRegular/MyriadProRegular.eot");
    src: url("../fonts/MyriadProRegular/MyriadProRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadProRegular/MyriadProRegular.woff") format("woff"),
    url("../fonts/MyriadProRegular/MyriadProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "MyriadProBold";
    src: url("../fonts/MyriadProBold/MyriadProBold.eot");
    src: url("../fonts/MyriadProBold/MyriadProBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadProBold/MyriadProBold.woff") format("woff"),
    url("../fonts/MyriadProBold/MyriadProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,  
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,  
dl, dt, dd, ol, ul, li, fieldset, form, label, legend { 
	vertical-align: baseline; 
	vertical-align: baseline; 
    font-family: 'Exo 2', sans-serif;
	font-weight: inherit; 
	font-style: inherit; 
	font-size: 14px; 
	outline: 0; 
	padding: 0; 
	margin: 0; 
	border: 0; 
	text-decoration: none;
} 
/* remember to define focus styles! */ 
:focus { 
	outline: 0; 
} 
body{
/*	overflow-x: hidden;*/
/* min-width: 1260px;*/
}

*{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0;
	padding: 0;
    font-family: 'Exo 2', sans-serif;
	text-decoration: none;
	list-style: none;
}

body{
     min-width: 1260px;
/*    overflow-x:hidden;*/
    position: relative;
    background: url(../img/body.png) center !important;
}
header {
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    background: rgba(72, 173, 53, 0.75);
    z-index: 100;
    width: 100%;
}
.container {
    width: 1180px;
    padding: 0 20px;
    margin: auto;  
}

header {
}
header .container {
    position: relative;
}
header .logo {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}
header .nav,
footer .nav {
    font-size: 0;
    text-align: right;
    position: relative;
    padding: 15px 0;
}
header li,
footer .nav li{
    display: inline-block;
    margin-left: 25px;
}
header li a,
footer .nav a{
    font-size: 18px;
    color: #fff;
}
header .phone {
    position: absolute;
    right: 20px;
    bottom: -80px;
}
header .phone img {
    display: inline-block;
    vertical-align: middle;  
    margin-right: 10px;
}
.button {
    display: inline-block;
    vertical-align: middle;
    min-width: 260px;
    height: 48px;
    background: url(../img/button-bg.png) center;
    background-size: cover;
    text-align: center;
    line-height: 48px;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    box-shadow: 3px 3px 3px rgba(87, 87, 87, 0.55);
    -webkit-box-shadow: 3px 3px 3px rgba(87, 87, 87, 0.55);
    cursor: pointer;
}
.main-slider-wr {
    position: relative;
}
.main-slider-wr .slide {
    background-size:  ;
    background-position: top center;
}
.main-slider-wr .container {
    padding-top: 130px;
}
.main-slider-wr .title {
    text-align: center;
    display: inline-block;
    max-width: 520px;
    padding: 0 20px;
}
.main-slider-wr .title h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    margin-bottom: 5px;
        text-shadow: 1px 1px 1px #000;
}
.main-slider-wr .title h3 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    color: #8d0a0a;
    margin-bottom: 10px;
}
.main-slider-wr .title img {
    display: inline-block;
    margin-bottom: 30px;
}
.main-slider-wr .info {
    background: linear-gradient(150deg, rgba(20, 59, 71, 0.8) 10% ,rgba(55, 134, 157, 0.54) 90%);
    padding: 30px;
    max-width: 520px;
    margin-bottom: 150px;
}

.main-slider-wr .info h2 {
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}
.main-slider-wr .info p {
    font-size: 18px;
    color: #fff;
    line-height: normal;
    margin-bottom: 50px;
}
.main-slider-wr .controllers {
    position: absolute;
    bottom: 80px;
    width: 1140px;    
    margin: auto;
    font-size: 0;
    left: 0;
    right: 0;
    padding-left: 70px;
}
.main-slider-wr .controllers .prev {
    transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);    
}
.main-slider-wr .controllers div {
    height: 36px;
    width: 36px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    font-size: 22px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: 0 3px;
    color: #47a24e;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;    
}
.main-slider-wr .controllers div:hover{
    background: rgba(55, 134, 157, 0.75);
    color: #fff;
} 
.main-slider-wr   .next i {
    position: relative;
    top: -1px;
    left: 1px;
}
.main-slider-wr   .prev i {
    position: relative;
    top: -2px;
    left: -1px;
}

.slick-dots{
    position: absolute;
    bottom: 90px;
    width: 1140px;
    margin: auto;
    left: 0px;
    right: 0;
    font-size: 0;
    padding-left: 180px;
}
.slick-dots li{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #fff;
    overflow: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    cursor: pointer;
    position: relative;
    z-index: 20;
}
.slick-dots li.slick-active{
    background: #5f98a8;
}
.slick-dots li button{
    opacity: 0;
    cursor: pointer;    
}



.block-form {
    background: url(../img/block2/bg.png) center no-repeat;
    background-size: cover;
    background-position: top center;
}
.block-form .container {
    font-size: 0; 
}
.block-form .item {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-family: "MyriadProRegular";    
}
.block-form .title {
    position: relative;
    top: -50px;
}
.block-form .title li {
    display: inline-block;
}
.block-form h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #3a3a3a; 
    font-family: "MyriadProBold";  
    display: inline-block;
    vertical-align: middle;
}
.block-form .title img {
    display: inline-block;
    vertical-align: middle;    
}
.block-form ul {
    font-size: 0;
}
.block-form ul.four{
    position: relative;
    top: -28px;
} 
.block-form .item li {
    display: inline-block;
/*    margin-right: 10px;*/
    width: 25%;
}
.block-form ul img {
    display: inline-block;
    vertical-align: bottom;  
    margin-right: 10px;
}
.block-form ul span {
    font-size: 18px;
    font-family: "MyriadProBold";  
    display: inline-block;
    vertical-align: bottom;
    color: #fff;
    text-transform: uppercase;
}
.block-form .item li.bottom img{
    position: relative;
    top: 10px;
} 
.block-form form {
    font-size: 0;
    padding-top: 40px;
}
.block-form input,
footer input{
    height: 42px;
    border: 1px solid #fff;
    background-color: transparent;
    max-width: 260px;
    width: 100%;
    margin-right: 25px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 20px;
}
.block-form .button,
footer .button{
    border: 0;
    line-height: normal;
    height: 41px;
    vertical-align: top;
    padding: 0;
    font-size: 24px;
    text-transform: uppercase;
    font-family: "MyriadProBold"; 
    margin-bottom: 20px;    
}

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

.block-form p {
    margin-top:10px;
    padding-bottom: 45px;
    font-family: 'Exo 2', sans-serif;    
}
.block-form p span {
    font-size: 24px;
    color: #fff;    
    font-weight: 300;
}
.block-form b {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 15px;
}


.about {
    font-family: 'Exo 2', sans-serif;  
    padding-top: 110px;
    overflow: hidden;
    margin-bottom: 90px;
}
.about .container {
    font-size: 0;
}
.about .left,
.auto .left{
    width: 58%;
    vertical-align: top;
    display: inline-block;
}
.about .left span {
    font-size: 18px;
    font-weight: 800;
}
.about .left p{
    padding-right: 20%;
    display: block;
}
.about h2,
.auto h2,
.block6  h2{
    font-size: 48px;
    text-transform: uppercase;
    color: #40403e;
    font-weight: 700;
    margin-bottom: 25px;
}
.about p,
.auto .left p{
    font-size: 18px;
    color: #40403e;
    font-weight: 300;
    margin-bottom: 60px;
}
.about em {
    font-size: 24px;
    color: #a43435;
    font-style: italic;
    padding-left: 5px;
}
.about .wrap {
    font-size: 0;
    padding-top: 20px;
    margin-bottom: 140px;
}
.about .wrap .item {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.about .wrap img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.about .wrap span {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #000000;
}
.about .image {
    display: inline-block;
    width: 42%;
    position: relative;
}
.about .image img {
    position: absolute;
    top: -35px;
    left: 0;
}
.about .wrapper {
    font-size: 0;
}
.about .wrapper .item {
    display: inline-block;
    width: 23.4%;
    vertical-align: top;
    box-shadow: 4px 4px 5px rgba(205, 205, 205, 0.85);
    -webkit-box-shadow: 4px 4px 5px rgba(205, 205, 205, 0.85);
    margin:0 2% 20px 0;
    background: url(../img/about/bg.png) top left;
    background-size: cover;
    padding-top: 20px;
}
.about .wrapper .item:last-child{
    margin-right: 0;
}
.about .wrapper .icon {
    height: 115px;
    text-align: center;
    line-height: 115px;
}
.about .icon img {
    vertical-align: middle;
}
.about h5 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #40403e;
    font-weight: 700;
    text-align: center;
    padding: 0 30px;
    line-height: 16px;
    min-height: 35px
}



.auto .left p {
    font-size: 24px;
    color: #40403e;
    font-family: "MyriadProRegular";
    margin-bottom: 35px;
}
.auto .autoline {
    font-size: 0;
}
.auto .autoline .item {
    display: inline-block;
    vertical-align: top;
    width: 59%;
    margin-bottom: 30px;
    position: relative;
}
.auto .autoline .item.second{
    width: 41%;
}
.auto .autoline    .icon {
    display: inline-block;
    vertical-align: middle;
}
.auto .autoline .item p {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #40403e;
    font-weight: 300;
}
.auto .autoline .item.first p{
    max-width: 80%;
    margin-left: 20px;
}
.auto .autoline .item.second p{
    max-width: 73%;
    margin-left: 30px;
    vertical-align: top;
    position: relative;
    top: 5px;
}
.auto .autoline .item .line {
    position: absolute;
}
.auto .autoline > img {
    display: table;
    margin:30px auto;
    position: relative;
    left: 8px;
}
.auto .autoline .item.first .line{
    left: 25px;
    top: 55px;
}
.auto .autoline .item.second .line{
    left: -136px;
    top: 65px;
}
.auto .avtopark-wrap {
    position: relative;
    margin-bottom: 90px;
}
.auto .avtopark {
    margin-bottom: 50px;
}
.auto .slide {
    text-align: center;
    padding: 0 20px;
}
.avtopark .icon {
    height: 75px;
    line-height: 75px;
    text-align: center;
    margin-bottom: 5px;
}
.avtopark .icon img {
    display: inline-block;
    vertical-align: middle;
}
.avtopark h4 {
    font-size: 24px;
    color: #40403e;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.2px;
}
.avtopark h5 {
    font-size: 18px;
    color: #40403e;
    font-weight: 300;    
}
.avtopark .info {
    font-size: 0;
 max-width: 90%;
    margin: 10px auto;
}
.avtopark .info li{
    display: inline-block;
    width: 50%;
    text-align: left;
}
.avtopark .info span{
    font-size: 18px;
    color: #40403e;
    font-weight: 300;  
    display: inline-block;
    vertical-align: middle;
}
.avtopark .info img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.auto .info .v {
    text-align: right;
}
.auto .controllers,
.block8 .controllers,
.commentaries .controllers,
.wrap-nagradu .controllers ,
.wrap-partners .controllers{
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    top: 30%;
}
.auto .controllers div,
.block8 .controllers div,
.commentaries .controllers div,
.wrap-nagradu .controllers div,
.wrap-partners .controllers div{
    cursor: pointer;
}
.auto .prev,
.block8 .controllers .prev,
.commentaries .prev,
.wrap-nagradu .controllers .prev,
.wrap-partners .controllers .prev{
    position: absolute;
    left: -30px;
    top: -40px;
background: url(../img/auto/prev.png) center no-repeat;    
}
.controllers div img{
    opacity: 0;
}
.auto .next,
.block8 .controllers .next,
.commentaries .next,
.wrap-nagradu .controllers .next,
.wrap-partners .controllers .next{
    position: absolute;
    right: -30px;
    top: -40px;    
background: url(../img/auto/next.png) center no-repeat;     
}
.auto  .buttons {
    text-align: center;
    font-size: 0;
}
.auto  .buttons .button {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 15px;
    height: 40px;
    line-height: 40px;
    background: url(../img/auto/bg-green.png);
}


.block5 {
    background: url(../img/block5/bg.png) center;
    background-size: cover;
    background-position: top center;
    display: table;
    width: 100%;
/*    overflow: hidden;*/
}
.block5 .container {
    padding-top: 70px;
    position: relative;
}
.block5 .wrap {
    max-width: 765px;
}
.block5 .wrap p {
    font-size: 18px;
    color: #fff;
 
    font-weight: 400;
}
.block5 h2 {
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.block5 h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}
.block5 .wrapper {
    padding-top: 120px;
    font-size: 0;
}
.block5 h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 60px;
}
.block5  .icon {
    width: 90px;
    display: inline-block;
    vertical-align: top;
}
.block5 .item {
    width: 50%;
    display: inline-block;
    vertical-align: top;   
    margin-bottom: 70px;
}
.block5 .item .icon {
    display: inline-block;
    vertical-align: top;     
}
.block5 .item img {
}
.block5 .item p {
    display: inline-block;
    vertical-align: top;
    max-width: 60%;
}
.block5 .eco-block {
    position: absolute;
    bottom: -100px;
    right: 0;
}

.block5 .eco-block img{
    height: 254px;
}

.block5 .buttons {
    font-size: 0;
    padding-bottom: 50px;
}
.block5 .buttons .button {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-right: 25px;
    text-transform: uppercase;
    display: inline-block;
}


.block6 {
}
.block6 .container {
}
.block6 .container h2 {
    margin-bottom: 0;
    margin-top: 120px;
}
.block6   h4 {
    font-size: 24px;
    color: #40403e;
    margin-bottom: 35px;
}
.block6 .wrap-pr {
    font-size: 0;
}
.block6 .item {
    display: inline-block;
    width: 33.33%;
    margin-bottom: 25px;
    vertical-align: top;
}
.block6 .icon {
    width: 145px;
    height: 145px;
    margin:0 auto 25px;
    line-height: 145px;
    background: url(../img/block6/bg.png) center;
    background-size: cover;
    text-align: center;
    box-shadow: 4px 4px 5px rgba(205, 205, 205, 0.85); 
    -webkit-box-shadow: 4px 4px 5px rgba(205, 205, 205, 0.85); 
}
.block6 .icon img {
    vertical-align: middle;
}
.block6 h5 {
    text-align: center;
    font-size: 18px;
    padding: 0 25px;
    color: #000;
}
.block6 .calculator h2 {
    margin-top: 80px;
}
.block6 .calculator h4 {
    margin-bottom: 45px;
}
.block6 form {
    font-size: 0;
}
.block6 .left {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.block6 .left label {
    font-size: 24px;
    display: block;
    color: #40403e;
    margin-bottom: 12px;
}
.block6 .left p {
    display: table;
    width: 100%;
    margin-bottom: 35px;
}
section  .nice-select{
    max-width: 450px;
    width: 100%;
    border: 0;
    border-radius: 0;
    box-shadow: 4px 4px 5px rgba(205, 205, 205, 0.85); 
    -webkit-box-shadow: 4px 4px 5px rgba(205, 205, 205, 0.85);     
}
section  .nice-select span{
    font-size: 18px;
    color: #40403e;
    font-weight: 300;
}
section  .nice-select .list{
    left: 0;
    right: 0;
    margin-top: 0;
    border-radius: 0;
    box-shadow: 4px 4px 5px rgba(205, 205, 205, 0.85); 
    -webkit-box-shadow: 4px 4px 5px rgba(205, 205, 205, 0.85);  
    border: 0;
}
.block6 .numbers-column {
    font-size: 0;
}
.block6 .numbers-column .button{
    width: 45px;
    min-width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 0;
    background: #fff url(../img/block6/arr-right.png) center no-repeat;
}
.block6 .numbers-column .button.dec{
    background: #fff url(../img/block6/arr-left.png) center no-repeat;  
    float: left;
}
.block6 .numbers-column input{
    width: 100px;
    height: 30px;
    vertical-align: top;
    border: 0;
    font-size: 24px;
    color: #40403e;
    background-color: transparent;
    font-weight: 700;
    text-align: center;
}
.block6 .map {
    width: 50%;
    display: inline-block;
    vertical-align: top;    
}
.block6 .map img {
}
.block6  .map ul {
    margin-bottom: 30px;
}
.block6  .map  li {
    display: inline-block;
    font-size: 24px;
    color: #40403e;
    margin-right: 10px;
}
.block6 .map a {
    border-bottom: 1px solid #40403e;
    color: #40403e;
    font-size: 18px;;
}
.block6 .map .title-li {
    margin-right: 60px;
}
.block6 .active {
}
.block6   a.active {
    font-size: 24px;
    color: #91301d;
    border-color: #91301d;
}
.block6 .fullcost {
    text-align: center;
    padding-top: 20px;
    margin-bottom: 50px;
}
.fullcost h3 {
    font-size: 36px;
    font-weight: 700;
    color: #40403e;    
}
.fullcost .cost {
    font-size: 36px;
    font-weight: 300;
    color: #40403e;      
}
.fullcost .buttons {
    padding: 15px 0;
    font-size: 0;
}
.fullcost .button {
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 15px;
}
.fullcost .button.order{
    background: url(../img/auto/bg-green.png);    
}

footer {
    background: url(../img/footer.png) center;
    background-size: cover;
 
}
footer .container {
    position: relative;
    padding: 60px 20px;
}
footer h2 {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
footer h5 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 25px;
}
footer form {
    margin-bottom: 20px;
    font-size: 0;
}
footer form input {
    width: 23.5%;
    margin-right: 2.5%;
}
footer form .button {
    border: 0;
    background: url(../img/bg-green.png);
    width: 23.5%;
    margin-right: 0;
}
footer .line a,
footer .line a img,
footer .line a span{
    display: inline-block;
    vertical-align: middle;
}
footer .line a span {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;   
    margin-left: 10px;
}
footer .line a{
    margin-top: 15px;
}
footer a.phone {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;   
    float: right;
    margin-top: 34px;
}
footer .nav {
    text-align: left;
    padding: 30px 0 0;
}
footer .nav li {
    margin: 0 50px 10px 0; 
}
footer li a {
    font-size: 18px;
    font-weight: 500;
}


.block7 {
    background: url(../img/block7/bg.png) center;
    background-size: cover;
    overflow: hidden;
}
.block7 .container {
    padding-top: 90px;
    padding-bottom: 985px;
    position: relative;
}
.block7 .wrap {
    max-width: 50%;
    position: absolute;
    top: 90px;
    left: 0;
    font-size: 0;
}
.block7 .wrap h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;    
}
.block7 .wrap p {
    font-size: 18px;
    color: #e0ffd5;
    font-weight: 400;
}
.block7 h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.block7 .list .icon{
    height: 100px;
    width: 109px;
    text-align: center;
    line-height: 100px;
    background: url(../img/block7/border.png) center no-repeat;
    box-shadow: 4px 4px 5px rgba(54, 54, 54, 0.84);
    -webkit-box-shadow: 4px 4px 5px rgba(54, 54, 54, 0.84);     
}
.block7 .list .icon img{
    vertical-align: middle;
}
.block7 ul li{
    display: inline-block;
    vertical-align: top;
}
.block7 ul .first {
}
.block7   .first .icon {
    display: inline-block;
}
.block7 ul .first img {
}
.block7 ul .first .text {
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
    max-width: 330px;
}
.block7 ul .first h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 5px;
}
.block7 ul .first p {
    font-size: 16px;
    color: #f7f7f7;
}
.block7 ul .first {
}
.block7 ul .first.block7 ul .first .icon {
}
.block7 ul .first img {
}
.block7 ul .first .text {
}
.block7 ul .first h3 {
}
.block7 ul .first p {
}
.block7 ul .second {
    max-width: 290px;
    text-align: center;
}
.block7  .second .icon {
    margin-bottom: 10px;
    display: inline-block;
}
.block7 .img-line {
    position: absolute;
    right: -370px;
    top: -5425px;
}
.block7 ul .second .text {
    text-align: center;
}
.block7 ul .second p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}
.block7 ul .second {
}
.block7 ul .second.block7 ul .second .icon {
}
.block7 ul .second img {
}
.block7 ul .second .text {
}
.block7 ul .second p {
}
.block7 ul .second {
}
.block7 ul .second.block7 ul .second .icon {
}
.block7 ul .second img {
}
.block7 ul .second .text {
}
.block7 ul .second p {
}
.block7 ul .second {
}
.block7 ul .second.block7 ul .second .icon {
}
.block7 ul .second img {
}
.block7 ul .second .text {
}
.block7 ul .second p {
}
.block7 ul .second {
}
.block7 ul .second.block7 ul .second .icon {
}
.block7 ul .second img {
}
.block7 ul .second .text {
}
.block7 ul .second h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 5px;   
    padding: 0 30px;
    line-height: 20px;
}
.block7 ul .second.n7 p{
    font-size: 16px;
    color: #f7f7f7;
}
.block7 ul .second p {
}
.block7 ul .second {
}
.block7 ul .second.block7 ul .second .icon {
}
.block7 ul .second img {
}
.block7 ul .second .text {
}
.block7 ul .second p {
}
.block7 ul .second {
}
.block7 ul .second.block7 ul .second .icon {
}
.block7 ul .second img {
}
.block7 ul .second .text {
}
.block7 ul .second p {
}
.block7 ul .second {
}
.block7 ul .second.block7 ul .second .icon {
}
.block7 ul .second img {
}
.block7 ul .second .text {
}
.block7 ul .second p {
}
.block7 ul .second {
}
.block7 ul .second.block7 ul .second .icon {
}
.block7 ul .second img {
}
.block7 ul .second .text {
}
.block7 ul .second p {
}
.block7 ul .first {
}
.block7 ul .first.block7 ul .first .icon {
}
.block7 ul .first img {
}
.block7 ul .first .text {
}
.block7 ul .first h3 {
}
.block7 ul .first p {
}
.block7 .list li.green {
    width: 220px;
    height: 186px;
    text-align: center;
    padding-top: 30px;
    background: url(../img/block7/bg7-1.png) center no-repeat;
    box-shadow: 4px 4px 5px rgba(54, 54, 54, 0.84);
    -webkit-box-shadow: 4px 4px 5px rgba(54, 54, 54, 0.84); 
    position: absolute;
    top:455px;
    right: 290px;
}
.block7 .list li{
    position: absolute;
    top: 0;
}
.block7 .list .n1{
    top:102px;
    right: -20px;
}
.block7 .list .n2{
    top:285px;
    right: -20px;
}
.block7 .list .n3{
    top:490px;
    left: 20px;
}
.block7 .list .n4{
    top:490px;
    left: 176px;
}
.block7 .list .n5{
    top:490px;
    left: 338px;
}
.block7 .list .n6{
    top:490px;
    left: 495px;
}
.block7 .list .n7{
    top:490px;
    right: 5px;
}
.block7 .list .n8{
    top:758px;
    left: 10px;
    max-width: 130px;
}
.block7 .list .n9{
    top:758px;
    left: 165px;
    max-width: 130px;    
}
.block7 .list .n10{
    top:758px;
    left: 328px;
    max-width: 130px;      
}
.block7 .list .n11{
    top:758px;
    left: 485px;
    max-width: 130px;      
}
.block7 .list .n12{
    top:760px;
    right: -18px;
/*    max-width: 130px;      */
}
.block7 .green h4 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 20px;
}
.block7 .green p {
    font-size: 16px;
    color: rgba(247, 247, 247, 0.8);
    padding: 0 20px;
}


.block8 {
}
.block8 .container {
    padding-top: 90px;
    font-size: 0;
}
.block8 .wrap-aside {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    margin-bottom: 40px;
}
.block8 .wrap-aside:first-child{
    margin-right: 10%;
}
.block8 h2 {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    color: #3f3f3f;
    margin-bottom: 15px;
}
.block8   .item {
    margin-bottom: 60px;
    font-size: 0
}
.block8 .item .left {
    display: inline-block;
    width: 14%;
    vertical-align: top;
    padding-top: 5px;
}
.block8  .date {
    font-size: 60px;
    color: #4ba453;
    font-weight: 300;
    line-height: 40px;
}
.block8 .date span {
    font-size: 30px;
    color: #bbbbbb;
    font-weight: 300;
}
.block8 .item .right {
    border-bottom: 1px solid #cacaca;
    display: inline-block;
    width: 86%;
    vertical-align: top;  
    padding-bottom: 25px;
}
.block8 .item:last-child .right{
    border: 0;
    padding-bottom: 0;
} 
.block8 .wr-item .right h4 {
    font-size: 24px;
    color: #3f3f3f;
    font-weight: 500;
    margin-bottom: 20px;
}
.block8 .wr-item .right p {
    font-size: 18px;
    color: #3f3f3f;
    font-weight: 300;
}
.block8 .wr-item .img {
    background-size: cover;
    margin-bottom: 25px;
}
.block8 .wr-item .img:before{
    content: "";
    padding-top: 60%;
    display: block;
} 
.block8 .wrap-aside  .button {
    display: table;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-transform: uppercase;
    background: url(../img/auto/bg-green.png);
    margin-left: auto;
}
.block8 .wrap-gallery {
    position: relative;
    margin: 30px 0 70px;
}
.block8 .slide {
    font-size: 0;
}
.block8 .slide .left {
    height: 490px;
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    margin-right: 1%;
    background-size: cover;
    position: relative;
}
.block8 .slide .all-photo {
    position: absolute;
    bottom: 40px;
    left: 0;
    background: rgba(0, 0, 0, 0.69);
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    padding: 15px 40px;
    width: 75%;
}
.block8 .fancybox{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.block8 .slide span {
    font-size: 18px;
    text-transform: none;
    display: table;
    text-decoration: underline;
}
.block8 .slide .right {
    height: 490px;
    display: inline-block;
    vertical-align: top;
    width: 49.5%;  
    font-size: 0;
}
.block8 .slide .right .top {
    height: 59%;
    background-size: cover;
    width: 100%;
    margin-bottom: 1%;
}
.block8 .slide   .item {
    height: 57%;
    background-size: cover;    
    width: 49%;
    display: inline-block;
    position: relative;
}
.block8 .slide   .item:last-child{
    margin-left: 2%;
}
.block8 .controllers,
.commentaries .controllers{
    top: 50%;
}
.block8 .controllers  div.prev {
    left: -50px;
    right: auto;
}
.block8 .controllers .next {
    right: -50px;
}
.block8 .slick-dots{
    bottom: -40px;
    padding-left: 0;
    right: 0;
    text-align: center;
    
}
.block8 .slick-dots li{
    border: 2px solid #a6a6a6;
    width: 14px;
    height: 14px;
}
.block8 .slick-dots li.slick-active{
    border-color: #6aae6f;
    background: #6aae6f;
}


.commentaries {
    background: url(../img/bg-9.png) center ;   
    background-size: cover;
}
.commentaries .container {
    padding: 60px 0 160px;
}
.commentaries h2 {
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 80px;
}
.commentaries .wrap-commentaries {
    position: relative;
    max-width: 1045px;
    width: 100%;
    margin: auto;    
    padding-bottom: 40px;
}
.commentaries .commentaries-sl {
    max-width: 975px;
    width: 100%;
    margin: auto;
}
.commentaries .slide  iframe {
    width: 475px;
    height: 240px!important;
    display: inline-block;
    vertical-align: top;
}
.commentaries .right {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin-left: 5%
}
.commentaries .right h4 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 40px;
}
.commentaries .right p {
    font-size: 18px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    line-height: 22px;
}
.commentaries .slick-dots,
.block9 .slick-dots{
    bottom: -50px;
    padding-left: 0;
    right: 0;
    text-align: center;
    
}
.commentaries .slick-dots li,
.block9 .slick-dots li{
    border: 2px solid #a6a6a6;
    width: 14px;
    height: 14px;
}
.commentaries .slick-dots li.slick-active,
.block9 .slick-dots li.slick-active{
    border-color: #6aae6f;
    background: #6aae6f;
}



.block9 .container {
    padding-top: 100px;
}
.block9 h2 {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #40403e;
    margin-bottom: 40px;
}
.block9 .wrap-nagradu {
    position: relative;
/*    padding-bottom: 80px;*/
}
.block9 .wrap-nagradu .prev {
    left: -50px;
}

.block9 .wrap-nagradu img {
    width: 100%;
}

.block9 .slick-slide {
    margin-left:27px;
}

/* the parent */
.block9 .slick-list {
    margin-left:-27px;
}

.block9 .nagradu {
    margin-bottom: 100px;
}
.block9 .button {
    font-size: 18px;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    margin: auto;
    display: table;
    background: url(../img/auto/bg-green.png); 
    margin-bottom: 80px;
}
.block9 .wrap-partners {
    position: relative;
    margin-top: -30px;
}
 
.block9 .slick-dots{
    bottom: 80px;
}
.block9 .partners {
    padding-bottom: 100px;    
}
.block9 .partners .slick-dots{
    bottom: 70px;
}
.block9 .partners .slide {
    /*height: 150px;*/
    line-height: 150px;
    text-align: center;
}
.block9 .partners img {
    vertical-align: middle;
    display: inline-block;
}

.wrapper-all{
    overflow: hidden;
    min-width: 1260px;    
}

@media ( max-width:1200px ){
 
}
.tabs {
    position: relative;
}
.tabs .tab{
/*    display: none;*/
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s ease, opacity 0.4s ease;
    -webkit-transition: visibility 0.2s ease, opacity 0.4s ease;
    position: absolute;
    left: -9999px;
    
}
.tabs .tab.active{
    display: block;
    visibility: visible;
    opacity: 1;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
}

.block7 .list .mak, .block7 .list .met, .block7 .list .stek{
    display: none;
}

.second.n3:hover .icon, .second.n4:hover .icon, .second.n5:hover .icon, .second.n6:hover .icon, .second.active .icon{
    background: url(../img/block7/bg7-1.png);
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
    
}
.block7 .list .n8.plas {
    top: 758px;
    left: 20px;
    max-width: 130px;
}
.block7 .list .n9.plas {
    top: 758px;
    left: 165px;
    max-width: 130px;
}
.block7 .list .n10.plas {
    top: 758px;
    left: 338px;
    max-width: 130px;
}
.block7 .list .n11.plas {
    top: 758px;
    left: 495px;
    max-width: 130px;
}

.block7 .list .n8.stek {
    top: 758px;
    left: 11px;
    max-width: 130px;
}
.block7 .list .n9.stek {
    top: 758px;
    left: 165px;
    max-width: 130px;
}
.block7 .list .n10.stek {
    top: 758px;
    left: 338px;
    max-width: 130px;
}
.block7 .list .n11.stek {
    top: 758px;
    left: 487px;
    max-width: 130px;
}

.block7 .list .n8.mak {
    top: 758px;
    left: 16px;
    max-width: 130px;
}
.block7 .list .n9.mak {
    top: 758px;
    left: 175px;
    max-width: 130px;
}
.block7 .list .n10.mak {
    top: 758px;
    left: 338px;
    max-width: 130px;
}
.block7 .list .n11.mak {
    top: 758px;
    left: 487px;
    max-width: 130px;
}
.nav>li{
    position: static;
}
.nav>li>ul {
  position: absolute;
  top: 52px;
  background: #fff;
  display: none;
  margin: 0;
  padding: 7px 0;
  list-style: none;
  background: rgba(72, 173, 53, 0.75);
  text-align: center;
  min-width: 130px;
  border-top: 1px solid white;
    z-index: 1000;
}
.nav>li>ul li{
    padding: 10px;
    margin-left: 0;
}

.b-popup{
    background-color: rgba(0,0,0,0.5);
    overflow:hidden;
    position:fixed;
    top:0px;
    width:100%;
    min-height:100vh;
    z-index: 10000;
    display: none;
}
.b-popup-content{
    position: absolute;
    top: 100px;
    left: 50%;
    width:552px;
    height: 445px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: -277px;
    padding:10px;
    background-color: #c5c5c5;
    padding: 30px 30px 0px 30px;
    background-image: url(../img/pop.jpg);
    z-index: 10500;
    display: none;
}
.popup-h{
    text-transform: uppercase;
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 100%;
    color: #40403e;
    margin-bottom: 25px;
}
#popup-form{
    width: 100%;
}
#popup-form input[type="text"], #popup-form textarea{
    width: 100%;
    border: 1px solid #848484;
    color: black !important;
}
#popup-form input[type="text"]{
    height: 40px;
    outline: none;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 17px;
}

#popup-form textarea{
    height: 105px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 60px;
    padding-left: 20px;
    padding-top: 10px;
}
#popup-form input[type="submit"], #popup-form button[type="submit"] {
    width: 260px;
    height: 44px;
    background: url(../img/button-bg.png) center;
    margin: 0 auto;
    color: white;
    font-size: 24px;
    font-weight: bold;
    display: block;
    cursor: pointer;
}

#popup-form ::-webkit-input-placeholder {color:#000;}
#popup-form ::-moz-placeholder          {color:#000;}
#popup-form :-moz-placeholder           {color:#000;}
#popup-form :-ms-input-placeholder      {color:#000;}


.eco1 {
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}
.eco2 {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
.eco3 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.eco4 {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
@media screen and (min-width: 480px){
section.main-slider-wr.wow.fadeIn{
	background-position: right top;
}
}

.bot_sect{
    background: url(../img/pad.jpg)repeat-x  center top;
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.bot_sect .container {
    padding-top: 0px;
}
.bot_sect .item {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-family: "MyriadProRegular";    
}
.bot_sect > h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #3a3a3a; 
    font-family: "MyriadProBold";  
    display: inline-block;
    vertical-align: middle;
}
.bot_sect .title img {
    display: inline-block;
    vertical-align: middle;    
    margin-bottom: 0;
}
#sizeinp {
    max-width: 450px;
    width: 100%;
    border: 0;
    border-radius: 0;
    box-shadow: 4px 4px 5px rgba(205, 205, 205, 0.85);
    -webkit-box-shadow: 4px 4px 5px rgba(205, 205, 205, 0.85);
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 0px;
    border: solid 1px #e8e8e8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    clear: both;
    display: block;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    color: #40403e;
}
#sizeinps {
    max-width: 450px;
    width: 100%;
    border: 0;
    border-radius: 0;
    box-shadow: 4px 4px 5px rgba(205, 205, 205, 0.85);
    -webkit-box-shadow: 4px 4px 5px rgba(205, 205, 205, 0.85);
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 0px;
    border: solid 1px #e8e8e8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    clear: both;
    display: block;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    color: #40403e;
}

#sizeinp:focus::-webkit-input-placeholder {color: transparent}
#sizeinp:focus::-moz-placeholder          {color: transparent}
#sizeinp:focus:-moz-placeholder           {color: transparent}
#sizeinp:focus:-ms-input-placeholder      {color: transparent}
#sizeinp::-webkit-input-placeholder {
    color: #40403e;
    opacity: 1;
}
#sizeinp:-moz-placeholder {
    color: #40403e;
    opacity: 1;
}
#sizeinp::-moz-placeholder {
    color: #40403e;
    opacity: 1;
}
#sizeinp:-ms-input-placeholder {
    color: #40403e;
    opacity: 1;
}


#sizeinps:focus::-webkit-input-placeholder {color: transparent}
#sizeinps:focus::-moz-placeholder          {color: transparent}
#sizeinps:focus:-moz-placeholder           {color: transparent}
#sizeinps:focus:-ms-input-placeholder      {color: transparent}
#sizeinps::-webkit-input-placeholder {
    color: #40403e;
    opacity: 1;
}
#sizeinps:-moz-placeholder {
    color: #40403e;
    opacity: 1;
}
#sizeinps::-moz-placeholder {
    color: #40403e;
    opacity: 1;
}
#sizeinps:-ms-input-placeholder {
    color: #40403e;
    opacity: 1;
}
.slick-slide {
	padding-left: 1px;
}
.rel_line{
	position: relative;
}
.socials{
	position: absolute;
	right: 293px;
	top: 49px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.socials li{
	display: inline-block;
	margin-right: 5px;
}
.socials li:last-child{
	margin-right: 0;
}
.soc_f{
	width: 42px;
	height: 42px;
	background: url(../img/icons__f.png) no-repeat;
	display: block;
	margin-top: 0 !important;
}
.s_fb{
	background-position: -53px 0px;
}
.s_tw{
	background-position: -104px 0px;
}

.menu-item-435 ul.sub-menu{
	right: 0px;
}

@media screen and (max-width: 1220px) {
    .container {width: 100%;}
    body, .wrapper-all {min-width: 100%;}
    .block-form .item {margin-top: 5px;}
    
}
.mobile_menu {display: none;}
.mobile_menu span {
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ffffff;
    top: calc(50% - 1px);
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
.mobile_menu:before {content: '';position: absolute;height: 2px;width: 100%;background: #ffffff;top: 10px;-webkit-transition: .3s all ease-in-out;transition: .3s all ease-in-out;}
.mobile_menu:after {content: '';position: absolute;height: 2px;width: 100%;background: #ffffff;bottom: 10px;-webkit-transition: .3s all ease-in-out;transition: .3s all ease-in-out;}
.mobile_menu.active {}
.mobile_menu.active span {
    opacity: 0;
}
.mobile_menu.active:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: calc(50% - 1px);
}
.mobile_menu.active:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: calc(50% - 1px);
}
@media screen and (max-width: 1115px) {
    .mobile_menu {display: block;position: absolute;right: 20px;width: 30px;height: 40px;top: 5px;}
    header .nav {
    position: absolute;
    left: -100%;
    top: 52px;
    width: 100%;
    background: rgba(72, 173, 53, 1);
    z-index: 2;
    text-align: left;
    padding: 20px 0;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
    header .nav.active {left: 0;}
    header li {margin-left: 0;
    width: 100%;
    position: relative !important;}
    header li a {    display: block;text-align: center;
    padding: 10px;}
    header .nav>li>ul {    display: block !important;    position: relative;
        background: none;border-bottom: 1px solid white;
    top: 0px;height: auto !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;}
    header .logo {    left: calc(50% - 220px / 2);    top: 26px;}
    header {height: 52px}
    header .phone {bottom: -130px;}
    header .logo {z-index: 3;}
    
}

@media screen and (max-width: 900px) {
    .main-slider-wr .container {
    padding-top: 200px;
}
    header .phone {bottom: -130px;}
    .main-slider-wr .title {margin: 0 auto; display: block;}
    .main-slider-wr .info {    margin: 0 0 150px;}
}

@media screen and (max-width: 710px) {
    .block-form .title {text-align: center;display: block;    top: 0px;}
    .block-form .item {width: 100%;position: relative;}
    .bot_sect {   display: none;}
    .block-form {margin-top: 0px;padding-top: 20px;}
    .block-form ul {margin-top: 20px;    display: -webkit-box;    display: -ms-flexbox;    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;}
    .block-form ul.four {top: 0;}
}

@media screen and (max-width: 575px) {
    .block-form .item li {width: 50%;    text-align: center;
    min-height: 53px;}
    .block-form input, .block-form .button {display: block; margin: 0 auto 20px;}
    .block-form p {text-align: center;}
}

@media screen and (max-width: 620px) {
    .about .left{
    width: 100%;
}
    .about .image {display: none;}
}

@media screen and (max-width: 810px) {
    .about .wrapper .item {width: 48%;}
}

@media screen and (max-width: 425px) {
    .about .wrapper .item {width: 100%;}
}

@media screen and (max-width: 520px) {
    .about .wrap .item {width: 100%;}
}

@media screen and (Max-width: 890px) {
    .auto .autoline .item.second .line, .auto .autoline .item.first .line {display: none;}
    .auto .autoline .item, .auto .autoline .item.second {width: 100%;}
    .auto .autoline > img {width: 100%;}
}

@media screen and (max-width: 640px) {
    .auto  .buttons .button {display: block; width: 240px; margin: 0 auto 20px;}
    .block5 .buttons .button {display: block; width: 260px; margin: 0 auto 20px;}
    .block6 .item {width: 50%;}
}

@media screen and (max-width: 1125px) {
    .block5 .eco-block {display: none;}
}

@media screen and (max-width: 700px) {
    .block5 .item {width: 100%; margin-bottom: 20px;}
    .block5 .item p {    max-width: calc(100% - 100px);}
}

@media screen and (max-width: 1150px) {
    .block6 .left, .block6 .map {width: 100%; }
    .block6 .calculator h2, .block6 .calculator h4 {text-align: center;}
    .block6 .left label {text-align: center;}
    section  .nice-select, #sizeinp, #sizeinps, #sizeinps {    margin: 0 auto;
    display: block;
    float: none;}
    .numbers-column {    width: 195px !important;
    margin-bottom: 35px;
    margin: 0 auto 35px;}
    
}

@media screen and (max-width: 930px) {
    .fullcost .button {display: block; width: 260px; margin: 0 auto 20px;}
}

@media screen and (max-width: 1290px) {
    .block7 .list {display: none;}   
    .block7 .img-line {display: none;}
    .block7 .wrap {
    max-width: 100%;
    position: relative;
    top: 90px;
    left: 0;
    font-size: 0;
}
    .block7 .container {
    padding-top: 0;
    padding-bottom: 190px;
    position: relative;
}
    .rel_line img:first-child {width: 100%;}
    footer .line a img {width: auto !important;}
}

@media screen and (max-width: 1125px) {
    .block8 .wrap-aside {width: 100%; margin-right: 0;}
}

@media screen and (max-width: 500px) {
    .block8 .item .left {width: 75px }
    .block8 .item .right {width: calc(100% - 76px)}
}

@media screen and (max-width: 1130px) {
    .commentaries .slide  iframe {display: block; margin: 0 auto;width: 100%; max-width: 475px;}
    .commentaries .right {
    display: inline-block;
    vertical-align: top;
        width: calc(100% - 80px);
    margin-left: 40px;
    margin-top: 15px;
}
    .auto .next, .block8 .controllers .next, .commentaries .next, .wrap-nagradu .controllers .next, .wrap-partners .controllers .next {right: 0 !important;}
    .auto .prev, .block8 .controllers .prev, .commentaries .prev, .wrap-nagradu .controllers .prev, .wrap-partners .controllers .prev {left: 0 !important;}
}

@media screen and (max-width: 980px) {
    footer .line a {
    margin-top: 15px;
    width: 100%;
}
    .socials {
    position: relative;
    right: 0;
    top: 20px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
    .socials li {margin-bottom: 15px;}
    .soc_f {    width: 42px !important;}
    footer .nav {
    text-align: left;
    padding: 90px 0 0;
}
    .auto .left {width: 100%;}

}

@media screen and (max-width: 800px) {
    footer h2 {text-align: center;}
    footer h5 {text-align: center;}
    footer form {
    margin-bottom: 20px;
    font-size: 0;
    width: 240px;
    margin: 0 auto 20px;
}
    footer form input {
    width: 100%;
    margin-right: 0;
}
    footer form .button {
    border: 0; 
    background: url(../img/auto/bg-green.png);
    width: 100%;
    margin-right: 0;
    min-width: 100%;
} 
    footer .line a {
    margin-top: 15px;
    width: 100%;
    text-align: center;
}
    .socials {display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
    .block8 .slide .right, .block8 .slide .left {width: 100%;}
}

.first-screen{
    zoom:1!important;
    -ms-zoom: 1!important;
}



@media screen and (max-width: 475px) {
    .about h2, .auto h2, .block6  h2 {    font-size: 35px;}
}

@media screen and (max-width: 500px) {
    header .phone img {display: none;}
    header .phone {    right: calc(50% - 260px / 2);}
    
}

@media screen and (max-width: 400px) {
    footer .nav li {
    text-align: center;
    margin: 10px 0;
    width: 100%;
}
    .block8 .slide .all-photo {width: 100%;}
    .block6 .item {width: 100%;}
    footer h2 {font-size: 45px;}
    .block5 h2 {font-size: 35px;}
    header .phone img {display: none;}
    header .phone {    right: calc(50% - 260px / 2);}

}

@media screen and (max-width: 600px) {
    .block6 .map {    zoom: 0.9;}
    .auto .autoline .item.first p {
    max-width: calc(100% - 92px);
    margin-left: 20px;
    } 
    .auto .autoline .item.second p {
    max-width: calc(100% - 96px);
        margin-left: 20px; }
    
}

@media screen and (max-width: 550px) {
    .block6 .map {    zoom: 0.8;}
}

@media screen and (max-width: 480px) {
    .block6 .map {    zoom: 0.7;}
}

@media screen and (max-width: 440px) {
    .block6 .map {    zoom: 0.5;}
}

@media screen and (max-width: 900px) {
    section.main-slider-wr.wow.fadeIn {
    background-position: left top;
    background-position-x: -500px;
}
    
}

@media screen and (max-width: 600px) {
     .main-slider-wr .info {    margin: 0 auto150px;}
    section.main-slider-wr.wow.fadeIn {
    background-position: right top;
    background-position-x: auto;
}
}

@media screen and (max-width: 900px) {
    .main-slider-wr .info {margin: 0 auto 150px;}
    header .phone {    right: calc(50% - 323px / 2);}
    section.main-slider-wr.wow.fadeIn {background-position: left top !important;}
}

@media screen and (max-width: 500px) {
    header .phone {    right: calc(50% - 260px / 2);}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   /* стили только для IE10 IE11 */
   /*.main-slider-wr .info {
        background: rgba(41, 101, 119, 0.9);
    }*/
}