html,body{
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    color: #000;
    line-height: 1.3;
    width: 100%;
    margin: 0 auto;
}
.max-width{
	width: 1600px;
	margin: 0 auto;
}
img{
	max-width: 100%;
}

h2{
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 1.5rem 0;
}
h3{
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.875rem;
}
h4{
	font-size: 1.25rem;
	text-transform: uppercase;
	font-weight: normal;
}
p{
	margin-top: 0;
	margin-bottom: 25px;
}
.center{
	text-align: center;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.top{
    background: url(/images/top-fon.png) no-repeat top center;
    color: #fff;
    background-size: 100%;
}
header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 7.5vw;
}
header .logo{
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 0 17px;
    transform: translateY(25%);
}
header .logo img{
    width: 5vw;
    grid-row-start: 1;
    grid-row-end: 4;
}
header .logo .name{
	font-size: 2.2vw; /*2.625rem;*/
    color: #0fd013;
    line-height: 1.2;
    font-weight: bold;
}
header .logo .descr{
    text-transform: uppercase;
    font-size: 0.6775vw;/*13px;*/
}
header .menu{
	min-width: 46%;
}
header .menu ul{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
}
header .menu ul li{
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
}
header .menu ul li a{
    color: inherit;
    text-decoration: none;
}
header .menu ul li + li{
	margin-left: 15px;
}
header .phone{
    font-size: 1.295vw; /*1.55rem*/
    padding-left: 40px;
    color: #fff;
    text-decoration: none;
    position: relative;
}
header .phone:before{
    content: " ";
    background: url(/images/phone.svg#svg) no-repeat center center;
    background-size: 65px;
    color: #0fd013;
    width: 36px;
    height: 40px;
    display: inline-block;
    background-position: 50% 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
header .mail{
	font-size: 1.125rem;
	color: #fff;
	padding-left: 30px;
    position: relative;
}
header .mail:before{
    content: "@";
    color: #0fd013;
    position: absolute;
    left: 0;
    font-size: 1.6rem;
    transform: translateY(-50%);
    top: 50%;
}
.paint{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.paint .text{
	width: 40%;
}
.paint .text .title{
    font-size: 3.75vw;/*4.5rem;*/
    line-height: 1.15;
    margin-bottom: 11vw;
    text-transform: uppercase;
    font-weight: bold;
}
.paint .text .btn{
    font-size: 1.5rem;
    color: #1ce821;
    text-transform: uppercase;
    border: 10px solid;
    display: inline-block;
    padding: 1vw 5.5vw;
    text-decoration: none;
}
.paint img{
    width: 38%;
    /*margin-bottom: -7.2%;*/
}
.why{
    display: grid;
    grid-template-columns: 1.11fr 1fr;
    margin-top: -3vw;
    margin-bottom: 5vw;
    grid-gap: 4.5vw 2.5vw;
    font-size: 1.125rem;
	align-items: start;
    /* align-items: center; */
	/* grid-template-rows: 0.1fr 0.001fr 0.001fr 0.001fr 0.001fr; */
	/* grid-template-rows: 150px 150px 150px 150px 150px; */
	grid-template-rows: 0.1fr 0.001fr;
}
.why img {
  grid-row: 1 / 3;
  grid-column: 1 / 2;
}
/* .why p {
    margin-bottom: 0px;
} */
.why h2{
	color: #0fd013;
    font-size: 4.58vw; /*5.5rem*/
	margin: 0 0 0.1rem 0;
}
.why img{
    width: 80%;
    float: right;
    margin-left: 3%;
}
.application{
	background: #d7dcde;
    padding: 2.85vw 0 0.5vw;
    font-size: 1.125rem;
}
.application img{
    width: 62%;
    float: right;
    margin-left: 3%;
}
.kraska{
	background: #d7dcde;
    padding: 2.85vw 0 0.5vw;
    font-size: 1.125rem;
}
.kraska img{
    width: 38%;
    float: right;
    margin-left: 3%;
}
.lum img{
    width: 6%;
	float: left;
	margin-left: 0;
}
.differences{
	background: #ffffff;
    padding: 2.85vw 0 0.5vw;
    font-size: 1.125rem;
}
.differences img{
    width: 38%;
    float: right;
    margin-left: 3%;
}
.advantages{
    padding: 3.4vw 0;
    position: relative;
    overflow: hidden;
    border-bottom: 8px solid #d6dbde;
}
.advantages:before{
    content: "";
    background: url(/images/clover.png) no-repeat;
    background-size: contain;
    width: 21vw;
    height: 21vw;
    position: absolute;
    bottom: -1.5%;
    left: -1.5%;
}
.advantages:after{
    content: "";
    background: url(/images/clover.png) no-repeat bottom center;
    background-size: contain;
    width: 25vw;
    height: 30vw;
    position: absolute;
    top: -16%;
    right: 2.5%;
    transform: rotate(224deg);
}
.advantages > div{
    z-index: 99;
    position: relative;
}
.advantages ul{
	padding: 0;
	list-style: none;
	width: max-content;
    margin: 0 auto;
    grid-gap: 2vw 9vw;
    text-transform: uppercase;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.advantages ul li img{
	width: 7vw;
	height: auto;
	display: inline;
	vertical-align: middle;
	margin-right: 30px;
}
.price{
    padding: 3.5vw 0 1.5vw;
    background: url(/images/Russia.jpg) no-repeat right 3.5% center;
    background-size: 42.5%;
}
.price .content{
    display: flex;
}
.price .content img{
    float: left;
    width: 25%;
    margin-top: -6.5%;
    align-self: flex-end;
}
.price .content .prices{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    margin-left: 3%;
}
.price .content .prices .cost{
	font-size: 1.875rem;
}
.price .content .prices .delivery{
	font-size: 1.5rem;
    border-top: 2px dashed;
    border-bottom: 2px dashed;
    padding: 7px 0;
}
.price .content .prices .delivery-info{
	font-size: 1.125rem;
}
.calculator{
    background: #d7dcde;
    padding: 3.5vw 0;    
}
.calculator form{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 50%;
    margin: 0 auto;
    grid-gap: 25px;
}
.calculator form label{
    display: flex;
    flex-direction: column;
}
.calculator form label input{
    display: block;
    border: 3px solid #6e6e6e;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 5px;
    font-size: 1rem;
}
.calculator form .result span{
    display: block;
    font-weight: bold;
    margin-top: 5px;
    font-size: 2rem;
}
.order{
    background: url(/images/form-fon.png) no-repeat center center;
    background-size: cover;
    padding: 6.5vw 0;
}
.order form{
    background: rgb(255 255 255 / 25%);
    margin-left: 12%;
    width: 30.5%;
    padding: 1% 4.5%;
    box-sizing: border-box;
}
.order form h3{
    color: #fff;
}
.order form input[type="text"]{
    width: 100%;
    margin: 0 auto 20px;
    display: block;
    border: 3px solid #d7dce5;
    background: #6e6e6e;
    box-sizing: border-box;
    padding: 18px;
}
.order form label{
    width: 100%;
    margin: 0 auto;
    display: block;
    color: #fff;
    font-size: 13px;
    margin-top: 30px;
}
.order form label input[type="checkbox"]{
	margin-right: 20px;
	display: inline-block;
}
.order form label a{
	color: #009c04;
}
.order form input[type="submit"]{
    text-align: center;
    color: #fff;
    background: none;
    border: 10px solid #0fd013;
    width: 100%;
    text-transform: uppercase;
    font-size: 1.25rem;
    margin-top: 16px;
    padding: 1rem;
    margin-bottom: 2rem;
}
.certificates{
	padding: 2.5vw 0;
    position: relative;
    overflow: hidden;
    border-top: 8px solid #d6dbde;
    border-bottom: 8px solid #d6dbde;
}
.certificates:before{
    content: "";
    background: url(/images/clover.png) no-repeat;
    background-size: contain;
    width: 21vw;
    height: 21vw;
    position: absolute;
    bottom: -1.5%;
    left: -1.5%;
}
.certificates:after{
    content: "";
    background: url(/images/clover.png) no-repeat bottom center;
    background-size: contain;
    width: 25vw;
    height: 30vw;
    position: absolute;
    top: -16%;
    right: 2.5%;
    transform: rotate(224deg);
}
.certificates > div{
    position: relative;
    z-index: 9;
}
.certificates h2{
	margin-bottom: 0;
}
.certificates .images{
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.certificates .images a{
    width: 31%;
    z-index: 9
}
footer{
    background-color: #000;
    color: #fff;
    padding: 20px 0;
}
footer .footer-wrap{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}
footer .footer-wrap .logo{
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 0 17px;
    /*transform: translateY(25%);*/
}
footer .footer-wrap .logo img{
    width: 5vw;
    grid-row-start: 1;
    grid-row-end: 4;
}
footer .footer-wrap .logo .name{
    font-size: 2.2vw; /*2.625rem;*/
    color: #0fd013;
    line-height: 1.2;
    font-weight: bold;
}
footer .footer-wrap .logo .descr{
    text-transform: uppercase;
    font-size: 0.6775vw;/*13px;*/
}
footer .footer-wrap .menu ul{
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 60px;
    width: max-content;
    margin: 0;
}
footer .footer-wrap .menu ul li{
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
}
footer .footer-wrap .menu ul li a{
    color: inherit;
    text-decoration: none;
}
footer .footer-wrap .phone{
    font-size: 1.295vw; /*1.55rem*/
    padding-left: 30px;
    color: #fff;
    text-decoration: none;
    position: relative;
    display: block;
    margin-bottom: 7px;
}
footer .footer-wrap .phone:before{
    content: " ";
    background: url(/images/phone.svg#svg) no-repeat center center;
    background-size: 50px;
    color: #0fd013;
    width: 26px;
    height: 30px;
    display: inline-block;
    background-position: 50% 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
footer .footer-wrap .mail{
    font-size: 1.125rem;
    color: #fff;
    padding-left: 30px;
    position: relative;
    display: block;
    margin-bottom: 7px;
}
footer .footer-wrap .mail:before{
    content: "@";
    color: #0fd013;
    position: absolute;
    left: 0;
    font-size: 1.6rem;
    transform: translateY(-50%);
    top: 50%;
}
footer .footer-wrap .address{
    margin-bottom: 0;
    line-height: 1.5;
}