@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}




*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
    font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  user-select: none;       /* стандарт */
    -webkit-user-select: none; /* для Chrome/Safari */
    -moz-user-select: none;    /* для Firefox */
    -ms-user-select: none;
}
body{
    background: #0F1015;
    padding-top: 62px;
}
.container{
    width: 1230px;
    min-width: 360px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}
@media (max-width: 1280px) {.container{width: 768px;}}
@media (max-width: 800px) {.container{width: 480px;}}
@media (max-width: 500px) {.container{width: 100%;}}

button.btn, a.btn {
    display: inline-block;
    text-decoration: none;
    background: #E62E00;
    color: #fff;
    font-size: 20px;
    padding: 0 40px;
    line-height: 58px;
    height: 58px;
    border: none;
    cursor: pointer;
}
button.btn:hover, a.btn:hover{
    background: #B22400;
}
button.btn img, a.btn img{
    margin: 0 10px -5px 0;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background: #1A1D24;
    z-index: 9;
}
header .logo{
    float: left;
}
header nav{
    float: right;
    position: relative;
}
header nav .item{
    display: inline-block;
    vertical-align: top;
}
header nav .item a,header nav .item a:active,header nav .item a:focus,header nav .item a:visited{
    display: block;
    line-height: 42px;
    padding: 0 10px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
header nav .item a img{
    margin-bottom: -10px;
    display: none;
}
header nav .item a:hover{
    color: #E62E00;
}
header nav .item a.button{
    background: #E62E00;
    color: #fff;
    font-size: 16px;
    padding: 0 15px;
    line-height: 42px;
    min-height: 42px;
}
header nav .item a.button:hover{
    background: #B22400;
}
header nav .item a.button img{
    margin: 0 5px -7px 0;
    display: inline-block;
}
header nav .mnav{
    display: inline-block;
    vertical-align: top;
}
header nav .mtnav{
    display: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
    padding: 10px;
}
header nav .mtnav span{
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    margin-bottom: 10px;
}

h3.name{
    text-align: center;
    font-size: 36px;
    color: #fff;
    margin-bottom: 30px;
}
h3.name span{
    color: #E62E00;
}

#home{
    overflow: hidden;
    background-image: url(../img/bg1.jpg);
    -webkit-background-size: cover;
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
#home .container{
    min-height: 520px;
    padding-top: 50px;
    padding-bottom: 40px;
}
#home .img{
    width: 70%;
    position: absolute;
    bottom: -140px;
    right: -280px;
}
#home .img img.bg{
    max-width: 100%;
    z-index: 1;
}
#home .img img.prd{
    width: 300px;
    position: absolute;
    left: 20%;
    bottom: 33%;
    z-index: 3;
}
#home .inf{
    margin-bottom: 15px;
}
#home .inf span{
    display: inline-block;
    line-height: 36px;
    padding: 0 10px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
}
#home h1{
    font-size: 64px;
    line-height: 60px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
}
#home h5{
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 20px;
}
#home .pdr{
    position: absolute;
    top: -40px;
    left: 43%;
    width: 312px;
    z-index: 5;
}
#home .pdr img.oprd{
    width: 100%;
    z-index: 1;
}
#home .pdr .prc{
    position: absolute;
    top: 195px;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    z-index: 2;
}
#home .pdr img.ln{
    position: absolute;
    bottom: -40px;
    left: -50px;
    height: 100px;
    z-index: 5;
}
#home .pd{
    display: inline-block;
    padding: 15px;
}
#home .pd img{
    float: left;
}
#home .pd p{
    float: left;
    color: #fff;
    font-size: 20px;
    padding: 30px 0 0 20px;
}
#home .pd p span{
    color: #E62E00;
}
#home .imgv{
                position: absolute;
                bottom:10px;
                left:50%;
                margin-left:-125px;
                z-index: 3;
                border-radius: 50%;
                border: 5px solid #E62E00;
                box-shadow: 0 0 30px 0 #333;
            }

.mline{
    background: #3D3E42;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}
.mline .it{
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 48px;
    color: #fff;
    background-image: url(../img/ch.svg);
    background-position: left 12px top 50%;
    background-repeat: no-repeat;
    -webkit-background-size: 24px;
    background-size: 24px;
    padding-left: 50px;
}

#about{
    overflow: hidden;
    color: #fff;
    background-image: url(../img/bg2.jpg);
    -webkit-background-size: cover;
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
#about .container{
    padding-top: 150px;
    padding-bottom: 150px;
}
#about .txt{
    width: 40%;
    float: left;
}
#about .txt h3{
    font-size: 36px;
    margin-bottom: 30px;
}
#about .txt p{
    font-size: 18px;
    margin-bottom: 15px;
}
#about .bxs{
    position: absolute;
    bottom: -30%;
    right: -30%;
    height: 120%;
}

#usage{
    padding: 50px 0;
}
#usage .items{
    
}
#usage .item{
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    height: 300px;
    float: left;
    width: calc(33.3% - 10px);
    margin-right: 15px;
    margin-bottom: 15px;
}
#usage .item:nth-child(3n){margin-right: 0;}
#usage .item .txt{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    width: 100%;
    padding: 50px 15px 15px;
    background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0));
}
#usage .item .txt h5{
    font-size: 26px;
    margin-bottom: 15px;
    color: #fff;
}
#usage .item .txt p{
    color: #fff;
    font-size: 16px;
}
#usage .it1{background-image: url(../img/u1.jpg);}
#usage .it2{background-image: url(../img/u2.jpg);}
#usage .it3{background-image: url(../img/u3.jpg);}
#usage .it4{background-image: url(../img/u4.jpg);}
#usage .it5{background-image: url(../img/u5.jpg);}
#usage .it6{background-image: url(../img/u6.jpg);}

#best{
    padding: 50px 0;
    color: #fff;
    background-image: url(../img/bg3.jpg);
    -webkit-background-size: cover;
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
#best .item{
    position: relative;
    min-height: 100px;
    display: inline-block;
    vertical-align: top;
    width: calc(33% - 10px);
    margin-right: 15px;
    margin-bottom: 15px;
    background: #333;
    padding: 15px 15px 15px 65px;
}
#best .item img{
    position: absolute;
    top: 15px;
    left: 15px;
}
#best .item h5{
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}
#best .item p{
    font-size: 18px;
    color: #97979A;
}

#best2{
    padding: 30px 0;    
}
#best2 .items{
    width: 70%;
    margin: 0 auto;
}
#best2 .item{
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 49.5%;
    height: 200px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 10px;
}
#best2 .item:before{
    content:"";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#best2 .item:after{
    content:"";
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: contain;
    background-size: contain;
}
#best2 .item:nth-child(2n+1){
    /* border-right: 2px solid rgba(230,46,0,1); */
    border: 3px solid #fb0000;
}
#best2 .item:nth-child(2n){
    /* border-left: 2px solid rgba(0,167,56,1); */
    border: 3px solid #00a738;
}
#best2 .item:nth-child(2n+1):before{
    /* background: linear-gradient(to left, rgba(230,46,0,0.85), rgba(230,46,0,0)); */
    box-shadow: inset 0 0 50px 0px #fb0000;
}
#best2 .item:nth-child(2n):before{
    /* background: linear-gradient(to right, rgba(0,167,56,0.85), rgba(0,167,56,0)); */
    box-shadow: inset 0 0 50px 0px #00a738;
}
#best2 .item:nth-child(2n+1):after{
    left: -100px;
    background-image: url(../img/d.svg);
}
#best2 .item:nth-child(2n):after{
    right: -100px;
    background-image: url(../img/y.svg);
}
#best2 .item:nth-child(1):before,#best2 .item:nth-child(2):before,
#best2 .item:nth-child(1):after,#best2 .item:nth-child(2):after{
    display: none;
}
#best2 .item:nth-child(1),#best2 .item:nth-child(2){
    height: auto;
    padding: 15px;
    font-size: 20px;
    text-align: center;
    border: none;
    color: #fff;
}
#best2 .item:nth-child(1){
    color: #fb0000;
}
#best2 .item:nth-child(2){
    color: #00a738;
}
#best2 .item img{
    margin-bottom: 15px;
    height: 30px;
}

#catalog{
    padding: 30px 0 50px;
}
#catalog .items{
    
}
#catalog .items .item{
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 15px;
    background: #1A1D24;
}

#catalog .items .item .img{
    position: relative;
    width: 100%;
    height: 300px;
    margin-bottom: 15px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: 75%;
    background-size: 75%;
    background-color: #23272E;
}
#catalog .items .item .img .ob{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
#catalog .items .item .img .ob .it{
    display: inline-block;
    height: 36px;
    margin: 0 auto;
    line-height: 36px;
    padding: 0 15px;
    border-radius: 7px 7px 0 0;
    background: #00A447;
    font-size: 20px;
    color: #fff;
}
#catalog .items .item .name{
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}
#catalog .items .item .dsc{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #7E8084;
}
#catalog .items .item .btns button{
    width: 100%;
}
#catalog .item .its{
    margin-bottom: 15px;
}
#catalog .item .prc{
    float: left;
    width: 33%;
}
#catalog .item .prc .old,
#catalog .item .prca .olda{
    font-size: 16px;
    color: #8C8E91;
    text-decoration: line-through;
    margin-bottom: 10px;
}
#catalog .item .prc .new,
#catalog .item .prca .newa{
    font-size: 18px;
    color: #E62E00;
}
#catalog .item .qt{
    padding-top: 15px;
    float: left;
    width: 33%;
    text-align: center;
}
#catalog .item .qt input{
    background: none;
    border: none;
    width: 30px;
    color: #fff;
    font-size: 16px;
    padding: 0 5px;
    text-align: center;
    line-height: 26px;
}
#catalog .item .qt span{
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    background-color: #23272E;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
}
#catalog .item .qt span.mn{
    background-image: url(../img/mn.svg);
}
#catalog .item .qt span.pl{
    background-image: url(../img/pl.svg); 
}
#catalog .prca{
    display: none;
    float: right;
    width: 33%;
    text-align: right;
}

#video{
    padding: 30px 0;
}
#video .item{
    position: relative;
    /* width: calc(50% - 10px);
    float: left; */
    text-align: center;
    /* margin-right: 20px; */
   margin: 0 10px;
   background: #000;
   height: auto;
}
/* #video .item:nth-child(2n){
    margin-right: 0;
} */
#video .item video{
    height: 100%;
    height: 500px;
    max-width: 100%;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    z-index: 1;
}
#video .item .ov{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/vid.jpg);
    background-repeat: no-repeat;
    background-position: 50% -50%;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 3;
    cursor: pointer;
}
#video .item .ov .pl{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    background-image: url(../img/play.svg);
    background-repeat: no-repeat;
    background-position: 50% -50%;
    -webkit-background-size: contain;
    background-size: contain;
}

#form{
    padding: 50px 0;
}
#form .items{
    width: 80%;
    margin: 0 auto;
}
#form .items form{
    float: left;
    width: 50%;
}
#form .items form select{
    width: 100%;
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
    background: #0F1015;
    border: none;
    border-bottom: 1px solid #242932;
    height: 40px;
    padding: 0 10px;
}
#form .items form input.inpt{
    width: 100%;
    margin-bottom: 10px;
    background: #3A3E46;
    border: none;
    border-bottom: 1px solid #242932;
    color: #fff;
    font-size: 18px;
    height: 40px;
    padding: 0 10px;
}
#form .items form button{
    width: 100%;
    margin-top: 20px;
}
#form .its{
    margin-bottom: 15px;
}
#form .prc{
    float: left;
    width: 33%;
}
#form .prc .old,
#form .prca .olda{
    font-size: 16px;
    color: #8C8E91;
    text-decoration: line-through;
    margin-bottom: 10px;
}
#form .prc .new,
#form .prca .newa{
    font-size: 18px;
    color: #E62E00;
}
#form .qt{
    padding-top: 15px;
    float: left;
    width: 33%;
    text-align: center;
}
#form .qt input{
    background: none;
    border: none;
    width: 30px;
    color: #fff;
    font-size: 16px;
    padding: 0 5px;
    text-align: center;
    line-height: 26px;
}
#form .qt span{
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    background-color: #23272E;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
}
#form .qt span.mn{
    background-image: url(../img/mn.svg);
}
#form .qt span.pl{
    background-image: url(../img/pl.svg); 
}
#form .prca{
    display: none;
    float: right;
    width: 33%;
    text-align: right;
}
#form form .info{
    margin-top: 15px;
}
#form form .info p {
    white-space: nowrap;
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    color: #7A7B7F;
    margin-bottom: 3px;
}
#form .items .choice{
    float: right;
    width: 40%;
    background: #1A1D24;
    padding: 15px;
}
#form .choice .img{
    position: relative;
    height: 300px;
    background: #23272E;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: 80%;
    background-size: 90%;
    margin-bottom: 10px;
}
#form .choice .img .ob{
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    height: 30px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 30px;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 15px 0 30px 0;
    background: #00A447;
    color: #fff;
}
#form .choice .name{
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}
#form .choice .dsc{
    font-size: 16px;
    color: #7A7B7F;
}

#reviews{
    padding: 30px 0;
    background: #1A1D24;
}
#reviews .sroc{
    text-align: center;
    margin-bottom: 15px;
}
#reviews .sroc .oc{
    display: inline-block;
    height: 42px;
    line-height: 42px;
    font-size: 26px;
    color: #fff;
    padding: 0 10px;
    background: #00A447;
}
#reviews .sroc .oc img{
    margin-left: 2px;
    margin-bottom: -2px;
}
#reviews .items{
    text-align: center;
}
#reviews .item{
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin-right: 1%;
    margin-bottom: 15px;
    background: #242932;
    padding: 10px;
    height: auto;
}
#reviews .item .img{
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 15px;
    background-position: 50% -50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
#reviews .item .cnt{
    float: right;
    width: calc(100% - 115px);
}
#reviews .item .name{
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
#reviews .item .nm{
    font-size: 16px;
    color: #5B5F65;
    margin-bottom: 10px;
}
#reviews .item .dsc{
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}
#reviews .item .zv{
    float: right;
}
#reviews .item .zv i,
#reviews .item .zv b{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    background-image: url(../img/star.svg);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-left: 3px;
}
#reviews .item .zv b{
    background-image: url(../img/star0.svg);
}
#reviews .item  .imgs .im{
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px 5px 0;
    float: left;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    border: 1px solid #fff;
}
#reviews .item  .imgs .im a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#sert{
    padding: 50px 0;
}
#sert .items{
    margin-bottom: 15px;
}
#sert .items .item{
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    height: auto;
}
#sert .items .item img{
    max-width: 100%;
}
#sert .btns{
    text-align: center;
}
#sert .btns .btn{
    min-height: 58px;
    height: auto;
}

#info{
    background: #1A1D24;
    padding: 30px 0;
}
#info .left{
    float: left;
    width: 50%;
    padding-right: 50px;
}
#info .right{
    float: right;
    width: 50%;
    text-align: right;
}
#info .left h3{
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
}
#info .left p{
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}
#info .right button.green{
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    color: #fff;
    font-size: 20px;
    border: none;
    background: #00A447;
    margin-bottom: 20px;
    cursor: pointer;
}
#info .right button.green:hover{
    background: #018138;
}
#info .right button.green img{
    margin-right: 10px;
    margin-bottom: -10px;
}

footer{
    padding: 20px 0;
    background: #0F1015;
    color: #fff;
}
footer .logo{
    float: left;
    margin-right: 10px;
}
footer .links{
    float: right;
}
footer .links a{
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 38px;
    color: #fff;
    margin-left: 20px;
}

.tocall{
    position: fixed;
    bottom: 30px;
    right: 20px;
    min-width: 50px;
    height: 50px;
    line-height: 33px;
    padding-top: 10px;
    padding: 10px 10px 0;
    text-align: center;
    background: #fff;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 10;
}
.tocall img{
    width: 26px;
    display: inline-block;
    vertical-align: top;
}
.tocall span{
    display: none;
    vertical-align: top;
}
.tocall:hover span{
    display: inline-block;
}
.tocall:hover img{
    margin-left: 5px;
}
.bto_call{cursor: pointer;}
.p_ov{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    background: #000;
    opacity: 0.8;
    z-index: 10;
}
.popup{
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    background: #1B1E25;
    padding: 30px;
    z-index: 11;
}
.popup .pclose{
    position: fixed;
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #1B1E25;
    z-index: 12;
    cursor: pointer;
}
.inf_pop{
    width: 800px;
    margin-left: -400px;
    top: 5vh;
    max-height: 90vh;
    overflow-x: hidden;
    overflow-y: auto;
}
.inf_pop .txt {
    color: #fff;
}
.inf_pop .txt p{
    margin-bottom: 15px;
    font-size: 16px;
}
.inf_pop .txt li{
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 15px;
}
.inf_pop .txt h5{
    margin-bottom: 15px;
    font-size: 20px;
}
.popup h3{
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
    font-size: 20px;
}
.popup input{
    width: 100%;
    background: none;
    border: none;
    font-size: 18px;
    height: 45px;
    margin-bottom: 5px;
    padding: 0 10px;
    border-bottom: 1px solid #5D5F64;
    color: #fff;
}
.popup button{
    margin-top: 15px;
    width: 100%;
}
#zvonok,#bprod{
    width: 400px;
    margin-left: -200px;
    margin-top: -200px;
    height: auto;
}

.slick-prev, .slick-next,.slick-prev:hover, .slick-next:hover,.slick-prev:focus, .slick-next:focus,.slick-prev:active, .slick-next:active{
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0,0,0,0.6);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: -25px;
    z-index: 5;
    opacity: 0.7;
}
.slick-prev:before, .slick-next:before{display: none;}
.slick-prev,.slick-prev:hover{
    background-image: url(../img/ll.svg);
    left: 25px;
}
.slick-next,.slick-next:hover{
    background-image: url(../img/rr.svg);
    right: 25px;
}
.slick-prev:hover, .slick-next:hover{opacity: 1 !important;}

#text{
    padding: 50px 0;
    color: #fff;
}
#text h2{
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 700;
}
#text h3{
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
}
#text p{
    margin-bottom: 15px;
    font-size: 16px;
}
#text ul{
    padding-left: 30px;
    margin-bottom: 15px;
}
#text ul li{
    margin-bottom: 10px;
    font-size: 16px;
}

.container:after,.cl:after{
    content:"";
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    clear: both;
}
