html { margin-top: 0px !important; }
* html body { margin-top: 0px !important; }
@media screen and ( max-width: 0px ) {
    html { margin-top: 0px !important; }
    * html body { margin-top: 0px !important; }
}
body{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #454545;
}
.lf{
	margin-top:20px;
	display:flex;
	align-items:center;
}
.lf img{
	margin-right:10px;
}
.lf a{
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 12px;
}
header{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 30px 0;
    transition: all .3s ease;
    z-index: 5;
}
body:not(.home) header,
header.fixed{
    background: #fff;
    padding: 30px 0;
    top: 0;
    box-shadow: 0 0 5px #fff;
}
body:not(.home) header .lang select,
header.fixed .lang select{
    background: #00569A;
    color:#fff;
}
body:not(.home) header .lang svg path,
header.fixed .lang svg path{
    stroke: #00569A;
}
body:not(.home) header .rbl,
header.fixed .rbl{
    margin-bottom: 0;
}
body:not(.home) header .topmenu ul li a,
header.fixed .topmenu ul li a{
    color: #454545;
}
body.home header.fixed .home_logo,
header.fixed .home_logo{
    display:none;
}
body.home header.fixed .fix_logo{
    display: block;
}
#intro{
    padding: 250px 0 300px;
    color: #fff;
    background-size: cover!important;
    font-weight: bold;
    font-size: 72px;
    line-height: 88px;
}
body{
    padding-top: 134px;
}
body.home{
    padding-top:0;
}
body.home header img{
    transition: all .3s ease;
}
header img.home_logo{
    display: none;
}
body.home header img.home_logo{
    display: block;
}
body.home header img.fix_logo{
    display: none;
}
header .rbl{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 30px;
}
.topmenu ul{
    display: flex;
    align-items: center;
    margin: 0;
}
.topmenu ul li{
    margin-left: 75px;
}
.topmenu ul li a{
    color:#fff;
    text-decoration: none;
    font-weight: bold;
}
.lang{
    margin-left: 35px;
    display: flex;
    align-items: center;
}
.lang select{
    padding: 0 6px;
    height: 37px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #00569A;
    border: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.lang svg{
    margin-left: 10px;
}
input:focus,select:focus,textarea:focus,button:focus{
    outline: none;
}
#about{
    padding: 60px 0 80px;
    background: url('../images/circbot.png')no-repeat right bottom;
}
#about img{
    float:right;
}
#about .heading{
    font-weight: bold;
    font-size: 48px;
    line-height: 59px;
    color: #454545;
    padding: 10px 0 10px 45px;
    background: url('../images/bluewheat.png')no-repeat left;
    margin-bottom: 35px;
}
#about .subheading{
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #454545;
    margin-bottom: 15px;
}
#whywe{
    background: url('../images/whywe.jpg')no-repeat center;
    background-size: cover;
    color:#fff;
    padding: 30px 0 120px;
}
#whywe .heading{
    font-weight: bold;
    font-size: 48px;
    line-height: 59px;
    background: url('../images/whitewheat.png')no-repeat left;
    padding: 10px 0 10px 45px;
    margin-bottom: 55px;
}
#whywe .item{
    margin-bottom: 40px;
}
#whywe .inner p{
    margin-bottom: 0;
}
#whywe .inner{
    height: 100%;
    border-left: 4px solid #fff;
    padding: 0 15px;
}
#whywe .name{
    font-weight: bold;
    margin-bottom: 15px;
}
#services{
    padding: 70px 0 90px;
}
#services a:hover{
    opacity: .8;
}
#services a{
    display: block;
    position: relative;
    color:#fff;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    transition: all .3s ease;
}
#services img{
    width: 100%;
}
#services .abs img{
    width: auto;
    margin-top: 20px;
}
#services .abs{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    padding: 35px 20px;
}
footer{
    background: #00569A;
}
footer .container{
    position: relative;
    padding: 30px 0 30px;
}
footer img.wheat{
    position: absolute;
    bottom: -30px;
    right: 0;
}
footer a{
    color:#fff;
}
footer ul li{
    margin-bottom: 15px;
}
footer ul li a:hover{
    text-decoration: underline;
    color: #fff;
}
.content{
    padding: 45px 0;
}
#prev{
    height: 500px;
}
#prev h1{
    color:#fff;
    font-weight: bold;
    font-size: 64px;
    line-height: 78px;
    padding-top: 80px;
}
#childs{
    padding: 50px 0 60px;
}
#childs a.inner{
    display: block;
    margin-bottom: 40px;
    color:#fff;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    position: relative;
    transition: all .3s ease;
}
#childs a.inner:hover{
    opacity: .8;
}
#childs a.inner .abs{
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    padding: 30px 30px 0 0;
}
#childs a.inner img{
    width: 100%;
}
#childs a.inner .abs img{
    margin-top: 20px;
    width:auto;
}
#content{
    padding: 30px 0 60px;
}
#content h2{
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #454545;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
#content h3{
    overflow: hidden;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
#content img.alignleft{
    float: left;
    margin-right: 30px;
}
#content h3 img,
#content h2 img{
    margin-right: 30px;
}
#content ol li{
    position: relative;
    margin-bottom: 25px;
    padding-left: 50px;
    counter-increment: li;
}
#content h4{
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
}
#content ol li:before{
    content: counter(li);
    position: absolute;
    left: 0;
    top: 0px;
    font-weight: bold;
    color: #00569A;
}
#content ol {
    counter-reset: li;
}
#content ol,
#content ul{
    margin: 30px 0 30px 50px;
}
#content ul.cols{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}
#content ul.cols li{
    width: 50%;
    padding-right: 30px;
}
#content ul li{
    padding-left: 50px;
    position: relative;
    margin-bottom: 25px;
}
#content ul li:before{
    content:'';
    position: absolute;
    left: 0;
    top: 2px;
    width:20px;
    height:20px;
    border: 6px solid #00569A;
    border-radius: 100%;
}
#content p{
    margin-bottom: 30px;
}
#contacts{
    padding: 25px 0 120px;
    overflow: hidden;
}
#contacts .heading{
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #454545;
    background: url('../images/bluewheat.png')no-repeat left;
    padding:25px 0 25px 50px;
    margin-bottom: 40px;
}
#contacts .info>div{
    padding-left: 90px;
    margin-bottom: 20px;
}
#contacts a{
    color: #454545;
}
#contacts .phones div{
    margin-bottom: 5px;
}
#contacts .info .address{
    background: url('../images/address.png')no-repeat top 3px left;
}
#contacts .info .phones{
    background: url('../images/phone.png')no-repeat top 3px left;
}
#contacts .info .email{
    background: url('../images/mail.png')no-repeat top 3px left;
}
.formblock{
    position: relative;
    color:#fff;
}
.formblock .heading,
.formblock form,
.formblock .thanks{
    position: relative;
    z-index: 2;
}
.formblock:before{
    width: 688px;
    height: 688px;
    background: #00569A;
    border-radius: 100%;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -344px;
}
#contacts .formblock .heading{
    color:#fff;
    background: url('../images/yelwheat.png')no-repeat left;
    padding: 25px 0 25px 50px;
}
form textarea,
form input{
    width: 100%;
    display: block;
    border: 0;
    background: #fff;
    padding: 18px 15px;
    margin-bottom: 30px;
}
form input[type="submit"]{
    width: 225px;
    margin: 0 auto;
    background: #FCBF25;
    color: #02213A;
    font-weight: 600;
    transition: all .3s ease;
}
.formblock{
    padding-bottom: 60px;
}
.formblock .thanks{
    display: none;
    text-align: center;
    padding: 30px 0 60px;
}
form input[type="submit"]:hover{
    opacity: .8;
}
.burg{
    display: none;
}
.mobonly{
    display: none;
}


@media (max-width: 1199px) {
    .topmenu ul li{
        margin-left: 45px;
    }
    #about{
        background: none;
    }
}
@media (max-width: 991px) {
    .mobonly{
        display: block;
    }
    .burg{
        display: block;
    }
    img{
        max-width: 100%;
    }
    header.fixed,
    header{
        padding: 15px 0;
    }
    .topmenu ul{
        display: block;
        text-align: center;
    }
    .lang{
        justify-content: center;
        margin-left: 0;
    }
    .topmenu ul li{
        margin-left: 0;
        margin-bottom: 30px;
    }
    header .rbl{
        position: absolute;
        padding: 30px 0;
        top: 100%;
        background: #fff;
        display: none;
    }
    body.home header.fixed .logo,
    header .logo{
        text-align: left;
    }
    header .logo img,
    header.fixed .logo img,
    body.home header.fixed .logo img{
        margin: 0;
        max-width: 75%;
    }
    body.home .logo img{
        margin: 0 auto;
    }
    #childs a.inner{
        font-size: 18px;
        line-height: 22px;
    }
    #childs a.inner br,
    #childs a.inner .abs img{
        display: none;
    }
    #childs{
        padding: 40px 0 0;
    }
    body.home header .burg{
        display: none;
    }
    body.home header.fixed .burg{
        display: block;
    }
    body.home .logo{
        text-align: center;
    }
    #intro{
        font-size: 42px;
        line-height: 56px;
        padding: 250px 0 100px;
    }
    footer .container{
        padding-bottom: 0;
    }
    footer img.wheat{
        position: static;
        width: 100%;
        bottom: 0;
    }
    footer .logo{
        margin-bottom: 30px;
    }
    #services{
        padding: 15px 0;
    }
    #whywe{
        background-position: left;
        padding: 30px 0;
    }
    .formblock:before{
        display: none;
    }
    .formblock{
        background:#00569A;
        padding: 30px 15px;
    }
    #contacts{
        padding: 30px 0;
    }
    #prev{
        height: 300px;
    }
    #prev h1{
        font-size: 32px;
        line-height: 48px;
    }
    #about .heading,
    #whywe .heading{
        font-size: 42px;
        line-height: 56px;
    }
    #services .item{
        margin-bottom: 15px;
    }
    #content ol, #content ul{
        margin-left: 0;
    }
    #content ul.cols li{
        width: 100%;
    }
    footer{
        overflow: auto;
        text-align: center;
    }
    img.burg{
        position: absolute;
        right: 15px;
        width: 45px;
        top: 50%;
        margin-top: -16px;
    }
}