/*
panton colors - from light to dark:
#ffffff
#ecfaeb
#80e07e
#52ac62
#00481a
#3b3b3b
*/
/*@import url(http://allfont.ru/allfont.css?fonts=cyrillichelvet-medium);*/
@import url('https://fonts.googleapis.com/css?family=Arimo');
@font-face { font-family: 'VeraCrouz'; src: url('../fonts/VeraCrouz.eot') format('embedded-opentype'), url('../fonts/VeraCrouz.woff') format('woff'), url('../fonts/VeraCrouz.ttf') format('truetype'), url('../fonts/VeraCrouz.svg') format('svg'); font-weight: normal; font-style: normal; }
*, *:before, *:after{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    color: #2b2b2b;
    /*font-family: 'CyrillicHelvet Medium', arial;*/
    font-family: 'Arimo', sans-serif;
}
html{
    font-size: 100%;
}
.hidden{
     opacity:0;
}
.visible{
     opacity:1;
}
.delay2{
    animation-delay: .5s;
}
.delay3{
    animation-delay: 1s;
}
.delay4{
    animation-delay: 1.5s;
}
.delay5{
    animation-delay: .75s;
}
.delay6{
    animation-delay: 1.25s;
}
h1, h2, h3, h4, h5, h6{
    text-align: center;
}
h1{
    font-size: 2.2rem;
    margin: 1.3rem 0;
}
h2{
    text-transform: uppercase;
    font-size: 1.5rem;
    margin: 1.2rem 0;
}
h3{
    text-transform: uppercase;
    font-size: 1.2rem;
    margin: 1.1rem 0;
}
h4{
    font-size: 1.1rem;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
ul li{
    list-style-type: none;
}
p{
    color: #2b2b2b;
    padding: 15px;
    font-size: 16px;
}
body, #gallery, #partners, #competence{
    max-width: 1920px;
    margin: 0 auto;
}
header{
    height: 85px;
    padding: 15px;
    background: #52ac62;
}
header, footer{
    max-width: 1920px;
    margin: 0 auto;
}
.content-wrap{
    max-width: 1750px;
    margin: 0 auto;
}
.b-logo{
    float: left;
}
.b-logo .logo{
	max-height:55px;
}
.b-lang{
    float: right;
    width: 100px;
    text-align: right;
}
.lang-item{
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
}
.lang-item .active{
    font-weight: bold;
    margin: 0 30px;
    text-decoration: underline;
}
.lang-item .lang-links{
    padding: 5px;
    color: #fff;
    cursor: pointer;
}
.b-nav{
    padding: 10px 0;
    text-align: center;
}
.dropdown{
    position: relative;
}
.nav-dropped{
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 250px;
    transform: translateX(-50%);
    background: #fff;
    transition: all 0.3s linear;
}
.nav-dropped.langs{
    width: 100px;
}
.lang-item .dropdown{
    padding: 0;
}
.lang-item .dropdown:after{
    display: none;
}
.lang-item .nav-dropped{
    top: 30px;
}
.nav-dropped .dropped-links{
    padding: 7px 5px;
    color: #004819;
    text-align: center;
    text-transform: none;
}
.nav-dropped .dropped-links:hover{
    background: #ecfaeb;
    text-decoration: none;
}
.dropdown{
    padding-right: 15px;
    position: relative;
}
.dropdown:after{
    content: url(../images/arrow-down.png);
    display: block;
    width: 10px;
    position: absolute;
    top: 5px;
    right: 0;
}
.dropdown:hover > .nav-dropped{
    opacity: 1;
    z-index: 5;
}
.nav-dropped{
    border-radius: 25px;
}
.nav-dropped li:first-child .dropped-links{
    border-radius: 25px 25px 0px 0px;
}
.nav-dropped li:last-child .dropped-links{
    border-radius: 0px 0px 25px 25px;
}
.b-nav-head-item{
    display: inline-block;
    text-transform: uppercase;
}
.head-links{
    margin-left: 28px;
    line-height: 20px;
    padding: 5px 0;
}
.head-links, .dropped-links{
    display: block;
    cursor: pointer;
    color: #fff;
}
.btn{
    display: inline-block;
    line-height: 30px;
    font-size: 1.25rem;
    color: #52ac62;
    padding: 5px 25px;
    border: 2px solid #52ac62;
    border-radius: 20px;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s linear;
    margin: 15px;
}
.btn-right{
    float: right;
}
.btn:hover{
    color: #fff;
    background: #52ac62;
    text-decoration: none;
}
.btn-main:hover{
    text-decoration: none;
}
/*footer*/
footer{
    position: relative;
    padding: 15px 0;
}
.foot-wrap{
    width: 575px;
}
.b-nav-foot-item{
    display: inline-block;
    margin: 0 10px;
}
.logo-foot-link{
    display: inline-block;
}
.foot-links{
    cursor: pointer;
    font-size: 15px;
    color: #004819;
    text-transform: uppercase;
    display: block;
    padding: 15px 0;
}
.foot-contacts{
    float: left;
    display: block;
    width: 160px;
    color: #004819;
    font-size: 15px;
}
.foot-contacts a{
    display: inline-block;
    margin-bottom: 3px;
}
.foot-logo-wrap{
    position: absolute;
    right: 100px;
    bottom: 10px;
}
#back-top{
	position:fixed;
	bottom: 15px;
    right: 15px;
    z-index: 2;
    opacity: 1;
}
#back-top a{
	width:50px;
    height: 40px;
	display:block;
	-webkit-transition:1s;
	-moz-transition:1s;
	transition:1s;
}

/*media queries*/
@media all and (max-width:1600px){
    html{
        font-size: 95%;
    }
}
@media all and (max-width:1440px){
    html{
        font-size: 90%;
    }
}
@media all and (max-width:1200px){
    html{
        font-size: 85%;
    }
}
@media all and (max-width:1023px){
    html{
        font-size: 80%;
    }
    header{
        height: auto;
    }
    .b-nav{
        width: inherit;
    }
    .head-links{
        margin-left: 15px;
    }
    .foot-logo-wrap {
        position: relative;
        right: inherit;
        bottom: inherit;
        padding: 0 15px;
        text-align: center;
    }
    .foot-contacts{
        float: inherit;
        display: inline-block;
    }
    .foot-wrap{
        width: 100%;
        text-align: center;
    }
}
