* {
    margin: 0;
    padding: 0;
    outline: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
header{
    background: url(../images/bg-header.jpg) top center no-repeat;
    min-height: 387px;
    font-family: 'OpenSans-Bold';
    position: relative;
}
.flex-row,
.flex-row-one,
.flex-row_column {
    display: flex;
    justify-content: center;
}
.wrapper{
    max-width: 970px;
    margin: auto;
}
header .flex-row{
    align-items: center;
    justify-content: space-between;
    padding: 0 17px;
    background: rgba(255,255,255,.89);
}
header .title{
    order: 2;
    color: #fff;
    font-size: 31px;
    line-height: 1;
    text-align: center;
    padding: 6px 52px;
    margin: 0 0 -12px;
    font-family: 'Capture it';
    background: url(../images/heade-banner.png) center center no-repeat;
    background-size: 100% 87px;
    text-shadow: 1px 1.7px 1px rgba(0, 0, 0, 0.23), 0 0 2px rgba(255, 255, 190, 0.16);
}
header .subTitle{
    color: #42a519;
    font-size: 14px;
    order: 1;
}
header .subTitle span{
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
    font-size: 22px;
}
header .contactTel{
    order: 3;
}
header .contactTel .namber{
    color: #42a519;
    font-size: 18px;
    white-space: nowrap;
    padding-left: 38px;
    background: url(../images/call-icon.png) center left no-repeat;
    font-family: 'OpenSans-Bold';
}
header .contactTel .namber span {
    font-size: 28px;
    margin-left: 8px;
    display: inline-block;
    vertical-align: sub;
}
header .contactTel .call{
    display: none;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'OpenSans-Regular';
    text-decoration: underline;
    margin-left: 85px;
}
header .contactTel .call:before{
    content: "";
    background: url(../images/phone-top.png);
    width: 25px;
    height: 24px;
    position: absolute;
    margin: 0 0 0 -30px;
}
/*header .left{
    align-self: flex-end;
    font-size: 26px;
    font-weight: 700;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.23);
    text-transform: uppercase;
    color: #ffffff;
    max-width: 278px;
    text-align: center;
    margin-right: 44px;
}
header .left span{
    text-transform: lowercase;
}
header .right{
    display: flex;
    flex-direction: column;
}
.contact-top {
    align-self: flex-end;
}
.contact-top p.tel{
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    margin-top: 29px;
}
.contact-top a{
    color: #00b540;
    font-size: 16px;
    font-weight: 700;
}
header .right p.text{
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    max-width: 300px;
    margin-top: 115px;
}
header .right p.text span {
    font-size: 22px;
    display: block;
    line-height: 26px;
}*/
nav{
    min-height: 49px;
    height: 49px;
    max-width: 970px;
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #00ab46;
    border-radius: 4px;
    box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.17), inset 0 0 29px rgba(2, 110, 46, 0.35);
}
a.link-popul,
a.link-one,
a.link-too,
a.link-three,
a.link-four,
a.link-five {
    width: 125px;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'OpenSans-Semibold';
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    position: relative;
}
a.link-popul:hover:after,
a.link-one:hover:after,
a.link-too:hover:after,
a.link-three:hover:after,
a.link-four:hover:after,
a.link-five:hover:after {
    opacity: 1;
}
a.link-popul:after,
a.link-one:after,
a.link-too:after,
a.link-three:after,
a.link-four:after,
a.link-five:after {
    content: '';
    opacity: 0;
    position: absolute;
    width: 100%;
    border-radius: 0 0 50% 50%;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: white;
}
.hover{
    background: url(../images/hover.png) center bottom no-repeat;
    width: 125px;
    height: 28px;
    margin-top: 6px;
}
/*ПРОДАЖА и МОНТАЖ СЕПТИКОВ*/
#sale {
    padding-top: 25px;
    background: url(../images/sky.png) top center no-repeat;
    min-height: 566px;
}
#sale h1{
    color: #000000;
    font-size: 32px;
    font-weight: 700;
    font-family: 'OpenSans-Bold';
    text-align: center;
    word-wrap: break-word;
    text-transform: uppercase;
}
#sale h1 span{
    text-transform: lowercase;
}
#sale h2{
    font-size: 24px;
    font-weight: 300;
    font-family: 'OpenSans-Light';
    text-align: center;
    word-wrap: break-word;
}
#sale .left{
    max-width: 255px;
}
#sale .left img {
    margin: auto;
    display: block;
}
.installation {
    background: url(../images/bg-installation.png) top center no-repeat;
    width: 248px;
    height: 56px;
    margin: auto;
    text-align: center;
    color: #cb2c2c;
    font-size: 16px;
    font-family: 'OpenSans-Bold';
    padding-top: 5px;
    margin-top: -50px;
    position: relative;
}
.installation span{
    text-transform: uppercase;
    color: #264650;
    font-family: 'OpenSans-Bold';
    display: block;
}
#sale .center {
    margin: 0 40px;
}
#sale .center img{
    display: block;
    margin: 10px auto 0;
}
#sale .garant{
    color: #264650;
    font-size: 20px;
    font-weight: 700;
    font-family: 'OpenSans-Bold';
    text-align: center;
    max-width: 335px;
    margin-top: 19px;
    margin-bottom: 13px;
}
#sale .one-day{
    color: #87cb9a;
    font-size: 24px;
    font-weight: 600;
    font-family: 'OpenSans-Semibold';
    text-align: center;
    max-width: 165px;
    margin: auto;
}
#sale .one-day:after{
    content: "";
    background: url(../images/arrow.png);
    width: 196px;
    height: 64px;
    position: absolute;
    margin: 30px 0 0 -71px;
}
#sale .right{
    max-width: 276px;
    min-height: 329px;
    background-color: #f7fcfd;
    box-shadow: 4px 7px 10px 0.00px rgba(0, 0, 0, 0.28);
    border-radius: 4px;
    border: 1px solid #e4eef0;
}
#sale .title{
    color: #264650;
    font-size: 21.52px;
    font-weight: 700;
    font-family: 'OpenSans-Bold';
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
}
#sale .sub-title{
    font-size: 16.74px;
    font-weight: 600;
    color: #87cb9a;
    font-family: 'OpenSans-Semibold';
    text-align: center;
}
#sale .sub-title span{
    display: block;
}
.point{
    background: url(../images/point.png) top center no-repeat;
    width: 81px;
    height: 17px;
    display: block;
    margin: 35px auto 20px;
}
#advantages h2{
    color: #264650;
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'OpenSans-Semibold';
    text-align: center;
    word-wrap: break-word;
    margin-bottom: 25px;
}
#advantages .left a{
    background: -webkit-linear-gradient(bottom, #a82626 0%, #d72e2e 100%);
    background: -o-linear-gradient(bottom, #a82626 0%, #d72e2e 100%);
    background: linear-gradient(to top, #a82626 0%, #d72e2e 100%);
    border-radius: 5px;
    border-bottom: 3px solid #971e1e;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'OpenSans-Semibold';
    text-decoration: none;
    width: 241px;
    height: 42px;
    display: block;
    text-align: center;
    padding-top: 12px;
    letter-spacing: 1px;
    margin: auto;
}
#advantages .right {
    margin-top: 40px;
    margin-left: 40px;
}
#advantages .right p.text{
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 15px;
    font-family: 'OpenSans-Light';
}
#advantages .sub-title{
    color: #000000;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    font-family: 'OpenSans-Bold';
}
#advantages .estroom {
    margin-right: 15px;
    width: 320px;
    position: relative;
}
#advantages .estroom .sub-title{
    max-width: 110px;
    margin-left: auto;
}
#advantages .estroom img {
    position: absolute;
    right: -22px;
    margin-top: 45px;
    z-index: 2;
}
#advantages .canal{
    margin-left: 15px;
    width: 350px;
    position: relative;
}
#advantages .canal .sub-title{
    margin-right: auto;
    max-width: 170px;
}
#advantages .canal img {
    position: absolute;
    left: -22px;
    margin-top: 25px;
    z-index: 1;
}
#advantages .content{
    font-size: 10px;
    color: #971e1e;
    font-weight: 700;
    font-family: 'OpenSans-Bold';
}
#advantages .estroom .content{
    margin-right: auto;
}
#advantages .canal .content{
    margin-left: auto;
}
#advantages .content p {
    margin-bottom: 15px;
}
#advantages .estroom p:first-child {
    margin-top: 15px;
    margin-left: 90px;
    line-height: 100%;
}
#advantages .estroom p:nth-child(2){
    margin-left: 100px;
    line-height: 100%;
}
#advantages .estroom p:nth-child(3) {
    margin-left: 40px;
    max-width: 105px;
    text-align: center;
    line-height: 100%;
}
#advantages .estroom p:nth-child(4) {
    margin-left: 43px;
    max-width: 100px;
    text-align: center;
    line-height: 100%;
}
#advantages .estroom p:nth-child(5) {
    margin-left: 55px;
    max-width: 100px;
    text-align: center;
    line-height: 100%;
}
#advantages .estroom p:nth-child(6) {
    margin-left: 75px;
    line-height: 100%;
}
#advantages .canal p{
    color: #059731;
    margin-bottom: 25px;
}
#advantages .canal p:nth-child(2) {
    margin-left: 30px;
    margin-top: 5px;
    line-height: 100%;
}
#advantages .canal p:nth-child(3) {
    margin-left: 40px;
    max-width: 105px;
    text-align: center;
    line-height: 100%;
}
#advantages .canal p:nth-child(4) {
    margin-left: 43px;
    text-align: center;
    line-height: 100%;
}
#advantages .canal p:nth-child(5) {
    margin-left: 65px;
    line-height: 100%;
}
#advantages .canal p:nth-child(6) {
    margin-left: 50px;
}
#advantages .canal p:nth-child(7) {
    max-width: 130px;
    margin-left: 40px;
}
#advantages .left-bottom .bottom-title,
#advantages .right-bottom .bottom-title{
    font-size: 16.74px;
    color: #264650;
    font-weight: 700;
    font-family: 'OpenSans-Bold';
    margin-bottom: 20px;
}
#advantages .left-bottom,
#advantages .right-bottom{
    width: 49%;
}
#advantages .left-bottom p,
#advantages .right-bottom p{
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    font-family: 'OpenSans-Light';
    margin-bottom: 10px;
}
#advantages .left-bottom p.text{
    padding-left: 20px;
}
#advantages .left-bottom p.text:before{
    content: "";
    background: url(../images/check.png) top center no-repeat;
    width: 13px;
    height: 12px;
    position: absolute;
    margin: 4px 0 0 -20px;
}
.line {
    background: url(../images/line-green.png) top center no-repeat;
    max-width: 959px;
    height: 6px;
    margin: 15px auto 0;
}
/*Как мы работаем*/
#works h2{
    color: #264650;
    font-size: 28px;
    font-weight: 700;
    font-family: 'OpenSans-Bold';
    text-align: center;
    margin-bottom: 70px;
}
#works .one p,
#works .too p,
#works .three p,
#works .four p,
#works .five p,
#works .six p{
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    font-family: 'OpenSans-Bold';
    text-align: center;
    text-transform: uppercase;
    margin: 0 25px;
}
#works .one img,
#works .too img,
#works .three img,
#works .four img,
#works .five img,
#works .six img{
    display: block;
    margin: 10px auto;
}
#works .one p{
    max-width: 140px;
}
#works .too p {
    max-width: 100px;
}
#works .three p {
    max-width: 145px;
}
#works .four p,
#works .six p {
    max-width: 110px;
}
#works .one img{
    margin-top: 15px;
    margin-bottom: 13px;
}
#works .three img{
    margin-top: 12px;
    margin-bottom: 12px;
}
#works .four img{
    margin-top: 14px;
    margin-bottom: 14px;
}
#works .five img{
    margin-bottom: 15px;
}
#works .six img{
    margin-bottom: 15px;
}
#works .one:before{
    content: "";
    background: url(../images/MergedLayers.png);
    width: 113px;
    height: 47px;
    position: absolute;
    margin: -50px 0 0 110px;
}
#works .too:before{
    content: "";
    background: url(../images/MergedLayers2.png);
    width: 113px;
    height: 47px;
    position: absolute;
    margin: -50px 0 0 85px;
}
#works .three:before{
    content: "";
    background: url(../images/MergedLayers3.png);
    width: 113px;
    height: 47px;
    position: absolute;
    margin: -50px 0 0 110px;
}
#works .four:before{
    content: "";
    background: url(../images/MergedLayers4.png);
    width: 113px;
    height: 47px;
    position: absolute;
    margin: -50px 0 0 85px;
}
#works .five:before{
    content: "";
    background: url(../images/MergedLayers5.png);
    width: 113px;
    height: 47px;
    position: absolute;
    margin: -50px 0 0 70px;
}
#works .five {
    margin: 0 20px;
}
#works h3{
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    font-family: 'OpenSans-Light';
    text-align: center;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 5px;
    word-wrap: break-word;
}
.line2{
    background: url(../images/Line2.png);
    width: 435px;
    height: 6px;
    margin: 0 auto 25px;
}
.flex-col{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#works .top,
#works .center,
#works .bottom{
    margin-bottom: 50px;
}
#works .top .flex-col,
#works .bottom .flex-col{
    max-width: 360px;
    margin-left: 120px;
}
#works .flex-col .title{
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    font-family: 'OpenSans-Bold';
    max-width: 195px;
    border-bottom: 2px solid #87cb9a;
    margin-bottom: 7px;
    padding-bottom: 7px;
    position: relative;
}
#works .flex-col .text{
    font-size: 14px;
    font-weight: 300;
    font-family: 'OpenSans-Light';
    color: #000000;
}
.top .arrow:before,
.bottom .arrow:before{
    content: "";
    background: url(../images/arrow_left.png);
    width: 198px;
    height: 43px;
    position: absolute;
    margin: -30px 0px 0 -115px;
}
#works .center .flex-col{
    max-width: 360px;
    margin-right: 30px;
}
#works .center .flex-col .title{
    max-width: 275px;
}
.center .arrow:after{
    content: "";
    background: url(images/arrow-right.png);
    width: 198px;
    height: 43px;
    position: absolute;
    margin: -40px 0px 0 -93px;
}
#works .center>img{
    width: 212px;
    height: 107px;
    margin-top: 15px;
}
.proizdoditel{
    color: #000000;
    font-size: 14.26px;
    font-weight: 300;
    font-family: 'OpenSans-Light';
    text-transform: uppercase;
    margin-left: 50px;
    margin-bottom: 30px;
}
.proizdoditel:before{
    content: "";
    background: url(../images/good-employee.png);
    width: 40px;
    height: 49px;
    position: absolute;
    margin: -25px 0 0 -45px;
}
#mark .flex-row{
    justify-content: space-between;
}
/*наше оборудование*/
#equipment h2{
    color: #264650;
    font-size: 28px;
    font-weight: 700;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
}
#equipment h3{
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    font-family: 'OpenSans-Bold';
    margin-bottom: 10px;
    padding-left: 5px;
}
/*#equipment h3:before {
    content: "";
    background: url(../images/minus.png);
    width: 12px;
    height: 7px;
    position: absolute;
    margin: 9px 0 0 -20px;
}*/
#equipment .popul,
#equipment .unilos,
#equipment .deka,
#equipment .topas,
#equipment .pelikan {
    border: 1px solid #87cb9a;
    border-radius: 5px;
    padding: 10px;
}
#equipment .logo {
    width: 128px;
    height: 40px;
}
.unilos p{
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    font-family: 'OpenSans-Light';
}
.tovar {
    margin: 30px 25px;
}
.tovar .title{
    color: #35a4cd;
    font-size: 18px;
    font-weight: 700;
    font-family: 'OpenSans-Bold';
    text-align: right;
    display: block;
    margin-bottom: 5px;
}
.wrapper-tovar{
    background: linear-gradient(0deg, #f0f7f7 0%, #ffffff 100%);
    border-radius: 4px;
    border: 1px solid #e2f1f1;
    padding: 10px;
    position: relative;
}
.wrapper-tovar img{
    position: absolute;
    top: -45px;
    margin-left: 10px;
}
.wrapper-tovar del,
.wrapper-tovar .price,
.wrapper-tovar .price-red{
    color: #264650;
    font-size: 24px;
    font-weight: 700;
    font-family: 'OpenSans-Bold';
    text-align: center;
    position: relative;
}
.wrapper-tovar .price-red{
    color: #ce2c2c;
}
.flex-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 135px;
    height: 70px;
    margin-left: 10px;
}
.wrapper-tovar p.men {
    margin-right: 41px;
    margin-left: 14px;
    margin-bottom: 30px;
}
.wrapper-tovar p.speed {
    padding-left: 55px;
    padding-right: 70px;
    margin-bottom: 30px;
}
.wrapper-tovar p.lt{
    padding-left: 20px;
}
.wrapper-tovar .men:before{
    content: "";
    background: url(../images/multiple-users-silhouette.png);
    width: 26px;
    height: 22px;
    position: absolute;
    margin: 0 0 0 -42px;
}
.wrapper-tovar .lt:before{
    content: "";
    background: url(../images/kaplya.png);
    width: 26px;
    height: 37px;
    position: absolute;
    margin: -4px 0 0 -37px;
}
.wrapper-tovar .speed:before{
    content: "";
    background: url(../images/speedometer.png);
    width: 32px;
    height: 22px;
    position: absolute;
    margin: -3px 0 0 -45px;
}
.wrapper-tovar .kv:before{
    content: "";
    background: url(../images/renewable-energy.png);
    width: 26px;
    height: 25px;
    position: absolute;
    margin: -3px 0 0 -35px;
}
.wrapper-tovar p.montag {
    text-align: center;
    color: #cd2c2c;
    margin-left: 25px;
}
.wrapper-tovar p.montag:before{
    content: "";
    background: url(../images/shovel2.png);
    width: 25px;
    height: 35px;
    position: absolute;
    margin: -7px 0 0 -30px;
}
.wrapper-tovar a.zakaz {
    background: -webkit-linear-gradient(bottom, #a82626 0%, #d72e2e 100%);
    background: -o-linear-gradient(bottom, #a82626 0%, #d72e2e 100%);
    background: linear-gradient(to top, #a82626 0%, #d72e2e 100%);
    border-radius: 5px;
    border-bottom: 3px solid #971e1e;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'OpenSans-Semibold';
    text-decoration: none;
    width: 241px;
    height: 42px;
    display: block;
    text-align: center;
    padding-top: 11px;
    letter-spacing: 1px;
    margin: 10px auto;
}
.active{
    display: block !important;
}
.popul-link,
.one-link,
.too-link,
.three-link,
four-link {
    cursor: pointer;
}
.popul,
.unilos,
.deka,
.topas,
.pelikan {
    display: none;
}
.ret {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.ret .min-popul,
.ret .min-one,
.ret .min-too,
.ret .min-three,
.ret .min-four {
    margin-top: -10px;
}
p.content {
    font-size: 14px;
    font-weight: 300;
    font-family: 'OpenSans-Light';
    max-width: 602px;
    margin: auto;
    padding-left: 75px;
    padding-bottom: 70px;
}
p.content:before{
    content: "";
    background: url(../images/warning-weather-interface-outlined-symbol.png);
    width: 109px;
    height: 93px;
    position: absolute;
    margin: 0 0 0 -120px;
}
/*footer*/
footer{
    background-color: #00bd39;
    min-height: 157px;
    padding-top: 28px;
}
footer .flex-row {
    justify-content: space-around;
}
footer .compani,
footer .adres,
footer .contacn-bottom {
    max-width: 250px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    font-family: 'OpenSans-Regular';
}
footer .compani .title,
footer .contacn-bottom .title,
footer .adres .site{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
    margin-bottom: 5px;
}
footer .adres{
    max-width: 210px;
}
footer .adres p{
    text-transform: uppercase;
    text-align: center;
    font-family: 'OpenSans-Regular';
}
footer .adres .tel{
    font-size: 24px;
    font-weight: 700;
    font-family: 'OpenSans-Bold';
}
footer .contacn-bottom{
    max-width: 195px;
}
footer .contacn-bottom .text{
    font-size: 12px;
    font-family: 'OpenSans-Regular';
    line-height: 14px;
}
footer .contacn-bottom a{
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
}
footer .contacn-bottom .tel{
    font-size: 12px;
}
.footer .copy,
.footer .copy a{
    font-size: 12px;
    color: #264650;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'OpenSans-Regular';
    max-width: 985px;
    margin: 10px auto;
}
.footer .copy a{
    text-decoration: none;
}
/*вторая страница с контентом*/
#content .wrapper-too{
    max-width: 970px;
    margin: auto;
    padding: 20px 10px;
}
#content h1{
    color: #264650;
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 600;
    font-family: 'OpenSans-Semibold';
}
#content h2{
    color: #264650;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 600;
    font-family: 'OpenSans-Semibold';
}
#content .text{
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 300;
    font-family: 'OpenSans-Light';
    color: #000000;
}
#content .img-right {
    float: right;
    margin: 5px;
}
#content .img-left {
    float: left;
    margin: 5px;
}
/*всплывающее окно*/
#bg_popup{
	display: none;
	background-color: rgba(31, 31, 31, 0.5);
	position: fixed;
    top: 200px;
    left: 40%;
    color: #f00;
    width: 200px;
    height: 225px;
    padding: 1px;
    box-sizing: border-box;
    z-index: 99;
}
#bg_popupToo{
	display: none;
	background-color: rgba(31, 31, 31, 0.5);
	position: fixed;
    top: 200px;
    left: 40%;
    color: #f00;
    width: 250px;
    height: 265px;
    padding: 1px;
    box-sizing: border-box;
    z-index: 99;
}
#popup {
    background-color: rgba(255,255,255,0.9);
    width: 100%;
    height: 100%;
    display: flex;
	align-items: center;
    flex-direction: column;
}
#popup p {
    text-align: right !important;
    margin: 3px 5px 0 auto;
}
#bg_popup .title{
	color: #3b3b3b;
	font-size: 18px;
	font-weight: 900;
	font-family: 'blogger_sansbold';
	margin-bottom: 10px;
}
#bg_popupToo .title{
    color: #264650;
    font-size: 21.52px;
    font-weight: 700;
    font-family: 'OpenSans-Bold';
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;
}
#drop-form input {
    margin: auto;
    display: block;
    width: 260px;
    height: 40px;
    border: 1px solid #bababa;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15) inset;
    margin-bottom: 15px;
    padding-left: 15px;
}
#drop-form input[type="submit"] {
    max-width: 215px;
    min-height: 45px;
    background-color: #70c920;
    border-radius: 25px;
    border: none;
    color: #fff;
    font-family: 'Arial';
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}
:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}
/*адаптация под браузер*/
@media screen and (max-width: 1135px){
#advantages .estroom {
    width: 255px;
}
#advantages .canal {
    width: 290px;
}
    #advantages .resp-img{
        width: 100%;
    }
}
@media screen and (max-width: 1135px){
#sale .center {
    margin: 0;
}
#equipment .popul, #equipment .unilos, #equipment .deka, #equipment .topas, #equipment .pelikan {
    max-width: 95%;
    margin: auto;
}
}
@media screen and (max-width: 960px){
header {
    background: url(../images/bg-header.jpg) -155px center no-repeat;
}
header .contactTel {
    margin-top: 25px;
}
.flex-row_column{
    flex-direction: column;
}
#advantages .resp-img {
    width: 100%;
    max-width: 347px;
    margin: auto;
    display: block;
}
 .flex-row-one {
    flex-wrap: wrap;
}
#works .popul:before,
#works .one:before,
#works .too:before,
#works .three:before,
#works .four:before,
#works .five:before{
        display: none;
    }
}
@media screen and (max-width: 895px){
#sale .left {
    max-width: 200px;
}
#sale .left img {
    margin: 0 0 0 45px;
}
#mark .flex-row img {
    max-width: 15%;
    height: 100%;
}
#works .line2{
    margin: 0 auto 40px;
}
#works .six{
    max-width: 120px;
    text-align: center;
    word-wrap: break-word;   
}
}
@media screen and (max-width: 800px){
header .title {
    margin-left: 0;
}
header .subTitle {
    margin-left: 50px;
}
header .contactTel {
    margin-right: 5px;
}
#sale .wrapper .flex-row{
    flex-wrap: wrap;
}
#sale .right{
    margin-top: 25px;
}
#sale .one-day:after {
    margin: 45px 0 0 -296px;
    transform: rotate(95deg);
}
}
/*адаптация под мобильные*/
 @media (max-device-width: 800px){
header {
    background: url(../images/bg-header.jpg) -155px center no-repeat;
}
header .contactTel {
    margin-top: 25px;
}
#equipment h3 {
    width: 100%;
     }
#works .six{
    max-width: 120px;
    text-align: center;
    word-wrap: break-word;   
}
}   
@media (max-device-width: 720px){
    #works .one p, #works .too p, #works .three p, #works .four p, #works .five p, #works .six p{
        word-wrap: break-word;
        font-size: 10px;
    }
}
 @media (max-device-width: 480px){
#sale .garant {
    font-size: 14px;
}
#sale .one-day {
    font-size: 16px;
}
#sale .sub-title {
    font-size: 12px;
}
#sale .title {
    font-size: 16.52px;
}
#sale .one-day:after {
    margin: -19px 0 0 -10px;
    transform: rotate(-15deg);
}
#sale .right{
 height: 100%;
}
}
@media (max-device-width: 420px){
#sale .garant {
    font-size: 10px;
}
#sale .one-day {
    font-size: 10px;
}
footer .compani, footer .adres, footer .contacn-bottom {
    max-width: 250px;
    color: #ffffff;
    font-size: 9px;
    font-weight: 300;
    font-family: 'OpenSans-Regular';
}
.footer .copy,
.footer .copy a{
    font-size: 10px;
    color: #264650;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'OpenSans-Regular';
    max-width: 985px;
    margin: 10px auto;
}
.proizdoditel {
    font-size: 10px;
}
.proizdoditel:before {
    margin: -15px 0 0 -45px;
}
#foot {
    width: 100%;
}
}
@media (max-device-width: 380px){
#works .one p, #works .too p, #works .three p, #works .four p, #works .five p, #works .six p {
    font-size: 6px;
    word-wrap: normal;
}
.flex-row-one{
    justify-content: space-around;
    max-width: 99%;
}
}
@media (max-device-width: 320px){
.center .arrow:after {
    margin: -55px 0px 0 100px;
}
}    

