/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

@font-face {
    font-family: 'Benzin';
    src: url('../fonts/Benzin-Regular.eot');
    src: url('../fonts/Benzin-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Benzin-Regular.woff2') format('woff2'),
        url('../fonts/Benzin-Regular.woff') format('woff'),
        url('../fonts/Benzin-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Benzin';
    src: url('../fonts/Benzin-Bold.eot');
    src: url('../fonts/Benzin-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Benzin-Bold.woff2') format('woff2'),
        url('../fonts/Benzin-Bold.woff') format('woff'),
        url('../fonts/Benzin-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'AtypDisplay';
    src: url('../fonts/AtypDisplay-Regulard.eot');
    src: url('../fonts/AtypDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AtypDisplay-Regular.woff2') format('woff2'),
        url('../fonts/AtypDisplay-Regular.woff') format('woff'),
        url('../fonts/AtypDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*{
    margin:0;
    padding:0;
}
html{
    background-color:grey;
}
body{
    background-color:#fff;
    font-family: 'Benzin';
    font-weight:normal;
    max-width:1100px;
    margin:0 auto;
    position:relative;
}
.top{
    background-color:#fff;
    overflow:hidden;
    position:relative;
}
.header{
    padding:35px 0;
    margin-bottom:70px;
    color:#fff;
    position:relative;
    z-index:5;
}
.btn{
    background-color: #FF4E00;
    color: #fff;
    padding: 12px 15px 11px 15px;
    line-height: 1;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    cursor:pointer;
}
.btn:hover{
    background-color: #dd4400;
    cursor:pointer;
}
.center{
    padding:0 30px;
}
.flex-center{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.menu{
    display:flex;
    list-style:none;
}
.menu li{
    margin-right:35px;
}
.menu li a{
    color:#000;
    text-decoration: none;
}
.main-text{
    text-align:center;
    max-width:1000px;
    margin:0 auto;
    padding-bottom:150px;
    position:relative;
    z-index:5;
}
.main-text__heading{
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 64px;
    line-height: 1;
    margin-bottom: 10px;
    margin-top:0;
    color: #008EEF;
}
.main-text__under{
    font-size:26px;
    line-height:1.25;
    margin-bottom:40px;
    padding:0 20px;
}
.main-text__link{
    display:inline-block;
    padding:15px 15px 13px 15px;
    font-size:23px;
    font-weight:bold;
    background-color: #FF4E00;
    color:#fff;
    text-decoration: none;
    text-transform:uppercase;
    line-height:1;
}
.main-text__link:hover{
    background-color: #dd4400;
}
.main-include{
    margin-bottom:40px;
}
.main-include ul{
    list-style:none;
}
.main-include__heading{
    font-weight:bold;
    text-transform:uppercase;
    display:block;
    margin-bottom:10px;
    font-size:24px;
} 
.main-include ul li{
    font-family: 'AtypDisplay';
    font-size:17px;
    margin-bottom:8px;
}
.left-tree{
    position: absolute;
    top: 50%;
    left: 0;
    width: 220px;
    height: 370px;
    margin-top:-300px;
    background-image: url(../img/left-tree.png);
    background-repeat: no-repeat;
}
.right-tree{
    position: absolute;
    top: 0;
    right: 0;
    width: 209px;
    height: 370px;
    background-image: url(../img/right-tree.png);
    background-repeat: no-repeat;
}
.volna{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    height:310px;
    background-image:url(../img/volna.png);
    background-size:cover;
}
/*top end*/


.section{
    padding-top:70px;
}
.section--notop{
    padding-top:0;
}
.heading{
    display:block;
    font-weight:bold;
    text-align:center;
    font-size:45px;
    line-height:1.2;
    margin-bottom:5px;
    text-transform:uppercase;
    color:#FF4E00;
    margin-bottom:25px;
    padding:0 50px;
}
.heading--nobot{
    margin-bottom:8px;
}
.under-heading{
    display:block;
    text-align:center;
    font-size:26px;
    text-transform:uppercase;
    margin-bottom:45px;
}
.why-ul{
    display:flex;
    list-style:none;
    margin-right:-25px;
}
.why-ul li{
    width:25%;
}
.why-ul li:nth-child(2n){
    margin-top:100px;
}
.why-item{
    margin-right:30px;
    text-align:center;
    font-family: 'AtypDisplay';
}
.why-item__img{
    margin-bottom:10px;
    display:flex;
    align-items:center;
    height: 60px;
}
.why-item__img img{
    display:block;
    height:100%;
    margin:0 auto 5px auto;
}
/*end section why*/


.us-ul{
    display:flex;
    list-style:none;
    justify-content: center;
    margin-right:-25px;
}
.us-ul li{
    margin-right:30px;
}
.about-item{
    margin-right:30px;
    text-align:center;
    font-family: 'AtypDisplay';
}
.about-item__img{
    margin-bottom:10px;
    display:flex;
    align-items:center;
    justify-content: center;
    height: 25px;
}
.about-item__img img{
    display:block;
    height:100%;
}   
.sobaka{
    background-image:url(../img/sobaka.png);
    background-position:center;
    background-repeat:no-repeat;
    height:500px;
    display:none;
}


/*begin certificate*/
.heading--2{
    display:block;
    font-size:24px;
    margin-bottom:30px;
    color:#FF4E00;
}
.slider-part {
    padding: 0 20px 0 45px;
}
.certificate-img{
    display:block;
    margin-right:25px;
}
.certificate-img img{
    display:block;
    width:100%;
    margin:0 auto;
}
.slick-arrow{
    position:absolute;
    top:50%;
    margin-top:-20px;
    font-size:0;
    width:40px;
    height:40px;
    background-color:#FF4E00;
    border:none;
    background-image:url(../img/left-arrow.svg);
    background-size:24px;
    background-repeat:no-repeat;
    background-position:center;
    z-index:999;
}
.slick-prev{
    left:-45px;
}
.slick-next{
    right:-20px;
    transform: rotate(180deg)
}
.text-leto{
    text-align:center;
}
.text-leto p{
    margin-bottom:27px;
}
.text-doc{
    font-family: 'AtypDisplay';
}
.intro{
    margin-bottom:20px;
}
.text-section{
    margin-bottom:30px;
}
.text-section span{
    font-weight:bold;
    display:block;
    margin-bottom:7px;
}
.text-section p{
    margin-bottom:7px;
}
.text-section ul{
    margin-left:15px;
}
.header--nobot{
    margin-bottom:0;
}
.footer{
    padding:40px 0 30px 0; 
    font-family: 'AtypDisplay';
}
.footer .center{
    display:flex;
    justify-content: space-between;
}
.footer-ul{
    list-style:none;
}
.footer-ul li{
    margin-bottom:5px;
}
.footer__left span{
    font-weight:bold;
    font-size:17px;
    display:block;
    margin-bottom:10px;
}
.social{ 
    display:flex;
    list-style:none;
}
.social li{
    margin-right:15px;
}
.social li img{
    height:24px;
}
@media screen and (max-width: 980px) {
    .main-text__heading{
        font-size:60px; 
    }
    .heading{
        font-size:32px;
        padding:0 10px;
    }
    .under-heading{
        font-size:20px;
    }
    .why-ul{
        flex-wrap:wrap;
        justify-content: center;
        margin-bottom:-20px;
    }
    .why-ul li{
        width:50%;
    }
    .why-ul li:nth-child(2n) {
        margin-top: 0px;
    }
    .why-item{
        margin-bottom:30px;
    }
}
@media screen and (max-width: 750px) {
    .center{
        padding:0 25px;
    }
    .main-text__heading{
        font-size:50px; 
    }
    .main-text__under{
        font-size:20px; 
    }
    .main-text__link{
        font-size:16px;
    }
    .heading{
        font-size:28px;
        padding:0;
    }
}

@media screen and (max-width: 690px) {
    .header{
        margin-bottom:15px;
    }
    .header .flex-center{
        justify-content: center;
    }
    .header .btn{
        display:none;  
    }
    .us-ul{
        flex-wrap:wrap;
    }
    .us-ul li{
        width:50%;
        margin-right:0;
        margin-bottom:15px;
    }
    .volna{
        right: 0;
        height: 210px;
        background-image: url(../img/volna.png);
        background-size: cover;
        opacity:0.9;
        background-position: top center;
    }
    .main-text__heading {
        font-size: 46px;
    }
    .main-text__under {
        font-size: 18px;
    }
    .main-include ul li{
        margin-bottom:5px;
    }
    .main-text {
        padding-bottom: 80px;
    }
    .section {
        padding-top: 60px;
    }
    .social{
        list-style:none;
    }
    .heading{
        font-size:24px;
    }
    .under-heading{
        font-size:18px;
        margin-bottom:25px;
    }
    .main-text__heading {
        font-size: 38px;
    }
}
@media screen and (max-width: 500px) {
      .volna{
        right: 0;
        height: 190px;
        background-image: url(../img/volna.png);
        background-size: cover;
        opacity:0.9;
        background-position: top center;
    }
    .main-text__heading {
        font-size: 38px;
    }
    .main-include__heading{
        font-size:21px;
    }
    .footer {
        padding-top:50px;
    }
    .footer .center{
        flex-wrap:wrap;
    }
    .footer__left{
        width:100%;
    }
    .footer__right{
        width:100%;
    }
}