@font-face {
    font-family:'Lato-Light';
    src: url('fonts/lato-light.ttf');
}
@font-face {
    font-family:'Lato-Normal';
    src: url('fonts/lato-normal.ttf');
}
@font-face {
    font-family:'Lato-Bold';
    src: url('fonts/lato-bold.ttf');
}
body {
    margin: 0px;
    padding: 0px;
}
.top-menu {
    position: absolute;
    top: 85px;
	left: 45px;
    z-index: 10;
}
.nav  {
    list-style: none;
}
.nav li {
    display: inline;
    margin-right: 30px;
}
.nav li a {
    text-decoration: none;
    font-family: 'Lato-Normal';
    text-size: 24px;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
}
.nav ul {
    list-style:none;
    position:absolute;
    left:-9999px;
    opacity:0;
    -webkit-transition:0.25s linear opacity;
}
.nav ul li{
    padding-top:1px;
    float:none;
}
.nav ul a{
    white-space:nowrap;
    display:block;
}
.nav li:hover ul{
    left:150px;
    opacity:1;
}
.nav li a:after {
    content: "";
    height: 2px;
    width: 0%;
    background-color: #5074B0;
    transition: width .3s ease-in-out;
    display: block;
    margin-top: 5px;

}
.language {
    position: absolute;
    z-index: 4;
    margin-left: 35%;
}
.language a {
    color: #ffffff;
    padding: 10px 0px;
    text-decoration: none;
    position: relative;
    top: 10px;
    font-family: 'Lato-Normal';
    font-size: 16px;
}
.language a.active {
    background-color: #5074B0;
}
.nav li a:hover:after {
    width: 100%;
}
.nav li:hover ul a{
    text-decoration:none;
    -webkit-transition:-webkit-transform 0.075s linear;
}
.nav li:hover ul li a:hover{
    -moz-transform:scale(1.05);
    -webkit-transform:scale(1.05);
}
.top-box {
    background-image: url("/templates/Farmrost/images/photo_2018-11-11_15-52-20.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 600px;
    position: absolute;
    z-index: 1;
    transform: scale(-1, 1);
}
.top-box-shadow {
    z-index: 2;
    background-color: black;
    opacity: .5;
    width: 100%;
    height: 600px;
    position: relative;
}
.poly-box {
    z-index: 3;
    background-color: black;
    opacity: .5;
    top: 0px;
    width: 100%;
    height: 600px;
    position: absolute;
    clip-path: polygon(0px -150%, 55% 600px, 0px 600px);
}
.after-menu.left {
    position: absolute;
    z-index: 10;
    top: 35px;
    left: 35px;
}
.after-menu.right {
    position: absolute;
    z-index: 10;
    top: 35px;
    right: 35px;
}
.after-menu i {
    margin-right: 30px;
}
.fa-envelope, .fa-phone, .fa-map-marker-alt {
    color:#ffffff;
}
.fa-map-marker-alt span, .fa-envelope span {
    font-family: 'Lato-Normal';
    font-size: 14px;
}
.fa-phone {
/*    transform: scale(-1, 1);*/
    font-size: 24px;
}
.fa-phone span {
    font-family: 'Lato-Light';
    font-size: 24px;
}
.fa-phone span b {
    font-family: 'Lato-Bold';
    font-size: 28px;
}
.box-for-boxes {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 4;
    top: -330px;
}
.box {
    display: inline-block;
    width: 20%;
}
.box-for-description {
    display: none;
}
.box p {
    font-family: 'Lato-Normal';
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    margin: 30px auto;
    margin-top: 180px;
    width: 140px;
}
a.btn {
    background-color: #5074B0;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Lato-Normal';
    font-size: 16px;
    border-radius: 50px;
    padding: 10px 20px 13px 20px;
}
a.btn:hover {
    opacity: 0.5;
}
.pharm-proj {
    background-image: url("/templates/Farmrost/images/pharm-proj.svg");
    background-repeat: no-repeat;
    background-position: center;

}
.autstaf {
    background-image: url("/templates/Farmrost/images/autstaf.svg");
    background-repeat: no-repeat;
    background-position: center;
;
}
.autsors {
    background-image: url("/templates/Farmrost/images/autsors.svg");
    background-repeat: no-repeat;
    background-position: center;

}
.exlusive {
    background-image: url("/templates/Farmrost/images/exlusive.svg");
    background-repeat: no-repeat;
    background-position: center;

}
.clients {
    text-align: center;
    width: 100%;
    top: -190px;
    position: relative;
    height: 250px;
    color: #645E5A;
}
.title-client {
    width: 100%;
    font-family: "Lato-Bold";
    font-size: 32px;
    margin-bottom: 30px;
}
.description-client {
    width: 100%;
    text-align: center;
    font-family: 'Lato-Normal';
    font-size: 20px;
    margin-bottom: 50px;
}
.clients-logo {
    text-align: center;
    width: 100%;
    height: 100px;
}
.clients-logo img {
    display: inline-block;
    height: 100px;
    margin-left: 20px;
    margin-right: 20px;
}
.counter {
    width: 100%;
    text-align: center;
    background-color: #5074B0;
    position: relative;
}
.count-box {
    width: 265px;
    height: 70px;
    text-align: center;
    display: inline-block;
    margin: 60px 20px;
}
.count-title {
    display: inline-block;
    font-family:'Lato-Light';
    font-size: 48px;
    color: #ffffff;
	margin-right: 5px;
}
.count-desc {
    display: inline-block;
    font-family: 'Lato-Normal';
    font-size: 18px;
    color: #ffffff;
	text-align: left;
}
.one-line {
    height: 60px;
    vertical-align: middle;
}
.container-for-map {
    width: 100%;
    height: 500px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.contact-box {
    width: 35%;
    display: inline-block;
    text-align: right;
    margin-right: 2.5%;
    margin-left: 2.5%;
    vertical-align: top;
    padding-top: 100px;
}
.contact-box .fas, .contact-box .far {
    display: block;
}
.contact-box .fas span, .contact-box .far span {
    color: #645E5A;
    font-family: 'Lato-Normal';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.contact-box .fas:before, .contact-box .far:before {
    color: #645E5A;
}
.contact-box .phone {
    color: #645E5A;
    font-family: 'Lato-Normal';
    font-size: 25px;
}
.contact-title {
    color: #645E5A;
    font-family: 'Lato-Bold';
    font-size: 25px;
    text-transform: uppercase;
}
#map {
    height: 100%;
    width: 45%;
    display: inline-block;
    margin-right: 2.5%;
    margin-left: 2.5%;
}
footer {
    height: 100px;
    width: 100%;
    background-color: #303030;
}
.footer-partners-box {
    text-align: center;
    width: 100%;
    height: 68px;
}
.footer-partners-box img {
    display: inline-block;
    height: 80px;
    margin-left: 20px;
    margin-right: 20px;
}
.footer-partner-title {
    width: 100%;
    color: #ffffff;
    font-family: 'Lato-Normal';
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
}
.footer-menu {
    text-align: center;
    padding-bottom: 10px;
    background: #303030;
}
.footer-menu .nav {
    padding: 0px;
    padding-top: 40px;
}
.base-container {
    text-align: center;
    background-color: #ededed;
    padding-bottom: 50px;
    padding-top: 20px;
    overflow: hidden;
}
.container {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    /*background: #ededed;*/
    padding: 20px 20px;
}
.container .title {
    text-align: left;
    font-family: 'Lato-Bold';
    font-size: 20px;
    padding-top: 30px;

}
.left {
    padding: 0 50px;
}
.right {
    padding: 0 50px;
}
.container .description {
    text-align: left;
    font-family: 'Lato-Normal';
    font-size: 14px;
    font-weight: 400;
    padding-top: 30px;
}
.item {
    text-align: left;
    font-family: 'Lato-Normal';
    font-size: 18px;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 20px;
}
.item.one:before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #5178B8;
    position: absolute;
    margin-left: -50px;
}
.item.two:before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #608CB2;
    position: absolute;
    margin-left: -50px;
}
.item.three:before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #619DC6;
    position: absolute;
    margin-left: -50px;
}
.item.four:before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #235B8E;
    position: absolute;
    margin-left: -50px;
}
.flag {
    width: 200%;
    margin-left: -50px;
    background-image: url("/templates/Farmrost/images/flag.svg");
    text-align: center;
    margin-top: 50px;
}
.vacans {
    text-align: left;
    font-family: 'Lato-Bold';
    font-size: 20px;
    padding-top: 30px;
    color: #ffffff;
    margin-left: 10%;

}

.vacans-desc {
    text-align: left;
    font-family: 'Lato-Normal';
    font-size: 14px;
    padding-bottom: 48px;
    font-weight: 400;
    padding-top: 40px;
    color: #ffffff;
    margin-left: 10%;
}
.container-promo-consalt {
    text-align: center;

}
.small-box {
    display: inline-block;
    text-align: left;
    font-family: 'Lato-Normal';
    font-size: 18px;
    font-weight: 400;
    padding: 0px 50px;
    vertical-align: top;

}
.small-box .title {
    text-align: left;
    font-family: 'Lato-Bold';
    font-size: 20px;
    padding-top: 30px;

}
.big-title {
    width: 100%;
    font-family: "Lato-Bold";
    font-size: 28px;
    text-align: left;
    cursor: pointer;
}
.big-title-none {
    width: 100%;
    font-family: "Lato-Bold";
    font-size: 28px;
    text-align: left;
    padding-bottom: 30px;
    margin-top: 30px;
}

.big-title:before {
    content: '';
    position: absolute;
    left: 0;
    width: 70px;
    height: 40px;
    background-color: #2F7B38;
}

.description-uslugi {
    width: 100%;
    text-align: left;
    font-family: 'Lato-Normal';
    font-size: 20px;
    margin-top: 30px;
}
.description-uslugi-bold {
    width: 100%;
    text-align: left;
    font-family: 'Lato-Bold';
    font-size: 20px;
    margin-top: 30px;
}
.base-container-uslugi {
    text-align: center;
    overflow: hidden;
    padding: 100px 100px 0px;
}
.base-container-uslugi .item {
    /*margin-left: 100px;*/
}
.super-box {
    text-align: center;

}
.di {
    display: inline-block;
    text-align: left;
    font-family: 'Lato-Normal';
    font-size: 20px;
    width: 500px;
    margin-top: 30px;
}
.di.one:before {
     content: '';
     width: 40px;
     height: 40px;
     background-size: contain;
     background-repeat: no-repeat;
     background-image: url("/templates/Farmrost/images/white-arrow.svg");
     position: absolute;
     margin-left: -70px;
     margin-top: 45px;
 }
.di.two:before {
    content: '';
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/templates/Farmrost/images/white-arrow.svg");
    position: absolute;
    margin-left: -70px;
    margin-top: 30px;
}
.base-container-uslugi .left .description {
    text-align: left;
    font-family: 'Lato-Normal';
    font-size: 18px;
    font-weight: 400;
    padding-top: 30px;
    padding-bottom: 20px;
}
.grey-box {
    background-color: #ededed;
    padding: 30px 100px 30px;
    text-align: left;
    font-family: 'Lato-Normal';
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
}

.base-container-uslugi .right .item.one:before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #2F7B38;
    position: absolute;
    margin-left: -50px;
}
.base-container-uslugi .right .item.two:before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #4C8C58;
    position: absolute;
    margin-left: -50px;
}
.base-container-uslugi .right .item.three:before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #87AF82;
    position: absolute;
    margin-left: -50px;
}
.base-container-uslugi .right .item.four:before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #4A6743;
    position: absolute;
    margin-left: -50px;
}
.item-arrow:before {
    content: '';
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/templates/Farmrost/images/green-arrow.svg");
    position: absolute;
    margin-left: -50px;
}
.mobile-nav {
    display: none;
}
.logo {
    background-image: url("/templates/Farmrost/images/logotype.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 100px;
    position: absolute;
    z-index: 999;
    top: 200px;
    left: 75px;
}

/*message*/
.base-body {
	margin-top: 30px;
}
.base-body .after-menu.left {
	top: 65px;
}

.base-body .poly-box {
	top: 30px;
}

.message {
	background: #000000;
	height:30px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #ffffff;
	text-align: center;
	   font-family: 'Lato-Normal';
    font-size: 20px;
}