header{
    background: none;
}
.first-screen{
    height: 100%;
    background: url(../images/head-poligon.jpg) no-repeat;
    background-size: cover;
}
.anim-block{
    display: inline-block;
    position: relative;
    height: 100%;
}
.anim-block img{
    position: absolute;
    max-width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.first-anim{
    width: 30%;
    animation-delay: .5s;
    bottom: 0;
}
.second-anim{
    width: 39%;
    animation-delay: 1.5s;
}
.third-anim{
    width: 30%;
    animation-delay: 1s;
}
.b-first-screen-wrap{
    width: 100%;
    display: table;
}
.static-text{
    width: 670px;
    margin: 15px auto;
    text-align: center;
}
.static-text h1{
    cursor: pointer;
}
.static-text .smaller{
    padding: 0;
    font-size: 3.5rem;
    font-family: VeraCrouz;
    transition: all 0.3s linear;
    margin: 0 0 15px;
    line-height: 3rem;
}
.smaller:hover{
    color: #004819;
}
.huge{
    transition: all 0.3s linear;
    cursor: pointer;
}
.huge:hover{
    transform: scale(1.05);
}
.static-caption, .static-info{
    color: #fff;
}
.static-caption{
    font-size: 2.5rem;
    margin: 10px 0 0;
}
.comp{
    margin-bottom: 15px;
    margin-top: 0;
}
.static-info{
    font-size: 1.5rem;
    padding: 5px 0;
    text-transform: uppercase;
}
.first-image{
    max-height: 95%;
}
.second-image{
    max-height: 90%;
}
.third-image{
    max-height: 100%;
}
.btn-main{
    display: inline-block;
    line-height: 1.5em;
    font-size: 1.25rem;
    color: #fff;
    padding: 7px 25px;
    border: 2px solid #fff;
    border-radius: 20px;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s linear;
    margin-top: 15px;
}
.btn-main:hover{
    color: #004819;
    background: #fff;
}
/*section1*/
#platform{
    padding: 5px 15px 30px;
    background: #ecfaeb;
}
.platform-near-image{
    margin-bottom: 15px;
}
.platform-near-wrap{
    margin-bottom: 50px;
}
.used{
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-transform: uppercase;
}
.used p:before{
    content: url(../images/cheked.png);
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
}
.used p{
    padding: 0;
    margin-left: 30px;
    text-align: left;
    clear: both;
}
.advantages .adv-wrap{
    display: flex;
    align-items: center;
}
.advantages p{
    text-align: justify;
}
.adv-wrap img{
    display: block;
    margin: 0 auto 15px;
    max-height: 120px;
}
/*section2*/
#goals{
    padding: 5px 15px 15px;
    background: #fff;
}
.goals-text{
    margin-bottom: 15px;
}
.goals-text p{
    font-size: 16px;
}
.goals-near-wrap{
    display: table-cell;
    vertical-align: middle;
}
/*section3*/
#directions{
    padding: 5px 15px 15px;
    background: #fff;
}
.direct-inner-wrap{
    margin: 0 15px 15px;
    padding-bottom: 15px;
    box-shadow: 0 0 8px 4px #ddd;
}
.directions .direct-wrap{
    display: flex;
    height: 190px;
    align-items: center;
}
.direct-wrap img{
    display: block;
    margin: 0 auto;
}

.directions h4{
    height: 2em;
    padding: 0 5px;
}
.direct-inner-wrap p{
    height: 7em;
    text-align: center;
}
.btn-green{
    margin: 10px auto 15px;
    display: table;
    border-color: #7fe07d;
    color: #7fe07d;
}
.btn-green:hover{
    color: #fff;
    background: #7fe07d;
}
/*section4*/
#team{
    padding: 15px 15px 30px;
    background: url(../images/poligon-white.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}
.team p{
    text-align: center;
}
.team img{
    display: block;
    margin: 0 auto;
    max-height: 300px;
    border-radius: 50%;
    transition: all 1s;
    transform: scale(0.9);
}
.team-wrap{
    overflow: hidden;
    height: 300px;
}
.team-inner-wrap{
    cursor: pointer;
    margin: 15px 15px 15px;
}
.team-inner-wrap p{
    height: 1em;
}
.team-text{
    border-radius: 20px;
    border: 1px solid #7fe07d;
    padding: 15px 0;
    margin: 1em 0;
    transition: all 1s;
    font-size: 20px;
    text-align: center;
}
.team-inner-wrap:hover > .team-wrap img{
    box-shadow: 0 0 3px 0 #000;
    transform: scale(0.99);
}
.team-inner-wrap:hover > .team-text{
    background: #fff;
    text-decoration:inherit;
}
.team:hover > a{
    text-decoration:none;
}
/*section5*/
#about{
    padding: 5px 15px 30px;
    background: #fff
}
#about p{
    font-size: 18px;
}
.license-wrap{
    margin: 0 7px;
}
.license-wrap img{
    display: block;
    margin: 15px auto;
}
/*competence*/
#competence{
    padding: 1px 0 30px;
    background: url(../images/poligon-partners.jpg) no-repeat;
    background-size: cover;
}
#competence:before{
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .4;
}
/*section6*/
#gallery{
    padding: 5px 0 0 0;
    background: #fff;
}
.gallery-item{
    position: relative;
}
.gallery-item:after{
    transition: all 0.5s linear;
}
.gallery-item:hover::after {
    content: attr(data-title);
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(255,255,255,0.85);
    text-align: center;
    font-size: 25px;
    padding: 15px;
    border: 5px solid #aaa;
    border-top-color: #ddd;
    border-left-color: #ddd;
    transition: all 0.5s linear;
   }
.gallery-item img{
    display: block;
    margin: 0 auto;
}
/*section7*/
#news{
    padding: 5px 15px 30px;
    background: #ecfaeb;
}
.news-inner-wrap{
    margin-bottom: 15px;
}
.news-inner-wrap:first-child{
    margin-right: 30px;
}
.news-inner-wrap:last-child{
    margin-left: 30px;
}
.news-wrap{
    background: #fff;
}
.news-wrap img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}
.news-author{
    color: #004819;
    font-size: 18px;
}
.news-caption{
    font-weight: bold;
    font-size: 24px;
}
.news-short-text{
    font-size: 18px;
    text-align: left;
}
/*section8*/
#partners{
    padding: 1px 0 30px;
    background: url(../images/poligon-partners.jpg) no-repeat;
    background-size: cover;
}
#partners:before{
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .4;
}
.slick-slide img{
    margin: 0 auto;
    max-height: 100px;
    max-width: 250px;
}
.slick-slide{
    min-height: 100px;
    display: table-cell !important;
    vertical-align: middle;
    float: inherit;
}
.slick-slide img{
    margin: 0 auto;
    padding: 0 10px;
    max-height: 100px;
    max-width: 250px;
}
/*section9*/
#contacts{
    padding: 30px 15px 0;
    background: #fff;
}
.map iframe{
    width: 100%;
    height: 410px;
}
.contact{
    padding: 15px 5%;
}
.contact .contact-item{
    width: 100%;
    margin-bottom: 15px;
    line-height: 40px;
}
.contact .contact-main{
    padding-right: 15px;
    float: left;
    width: 55px;
}
.contact a, .contact p{
    color: #004819;
    text-transform: uppercase;
}
.contact span{
    text-align: left;
    display: block;
    font-size: 19px;
}
.contact p{
    text-align: center;
    font-size: 18px;
}
.address{
    line-height: 20px !important;
}
.social-links img{
    display: block;
    margin: 5px auto 15px;
    width: 40px;
}
.contact-form input{
    width: 100%;
    margin-bottom: 15px;
    line-height: 45px;
    padding: 0 15px;
    color: #004819;
    font-size: 0.9rem;
    border: 2px solid #7fe07d;
    font-size: 20px;
}
.contact-form textarea{
    padding: 15px;
    width: 100%;
    color: #2d2d2d;
    font-size: 0.9rem;
    min-height: 150px;
    border: 2px solid #7fe07d;
    font-size: 20px;
}

/*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;
    }
    .foot-logo-wrap {
        position: relative;
        right: inherit;
        bottom: inherit;
        padding: 0 15px;
    }
    .advantages p{
        height: 10em;
    }
}
@media all and (max-width:767px){
    .static-text{
        width: inherit;
    }
    .used p {
        margin-left: 0;
    }
    .first-anim{
        width: 29.5%;
    }
    .nav-head{
        clear: both;
    }
    .nav-dropped{
        width: inherit;
    }
    .nav-dropped .dropped-links{
        padding: 7px 15px;
    }
    .news-inner-wrap:last-child, .news-inner-wrap:first-child{
        margin-right: 0;
        margin-left: 0;
    }
}
@media all and (max-width:539px){
    .first-anim{
        width: 29%;
    }
    .b-logo{
        padding-bottom: 15px;
    }
}
@media all and (max-width:359px){
    .first-anim{
        width: 28%;
    }
    .lang-item .lang-links{
        margin: 0;
    }
    .b-lang{
        width: 100px;
    }
}