@charset "UTF-8";

@font-face {
    font-family: 'PoppinsRegular';
    src: url("../fonts/PoppinsRegular.ttf");
}

@font-face {
    font-family: 'Podkova';
    src: url("../fonts/PoppinsRegular.ttf");
}


@font-face {
    font-family: 'PodkovaSemiBold';
    src: url("../fonts/PoppinsSemiBold.ttf");
}

@font-face {
    font-family: 'Raleway';
    src: url("../fonts/PoppinsBold.ttf");
}

body{
    font-family: 'OpenSans';
    background:#fff;
    margin:0;
    padding:0;
    color:#333;
}

::-webkit-scrollbar { width: 10px; height: 3px;}
::-webkit-scrollbar-button {  background-color: #fff; height:0; }
::-webkit-scrollbar-track {  background-color: #999;}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 0;}
::-webkit-scrollbar-corner { background-color: #999;}
::-webkit-resizer { background-color: #666;}

h1{
    display:none;
}

h2{
    font-family: Raleway;
    font-style: normal;
    font-weight: bold!important;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.02em;
    color: #fff;
    display:inline-block;
    text-align: left;
    text-transform: uppercase;
    border-bottom:3px solid #ffdf58;
}

h3{
    font-family: PodkovaSemiBold;
    font-style: normal;
    font-weight: 100!important;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #ffdf58;
    display:block;
    text-align: left;
}

.h3_center{
    text-align: center;
}

.white_slide h2{
    color: #324b6a!important;
    border-bottom: none!important;
}

.white_slide h3{
    color: #324b6a!important;
    border-bottom: none!important;
}

.white_slide span{
    color: #666!important;
}

.container{
    width:1200px;
    margin:0 auto;
    position:relative;
}

.conteiner_center{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text_red{
    color:#ad001c!important;
    display: inline-block!important;
}

footer{
    width:100%;
    background: #324b6a;
    padding:74px 0;
}

footer .container{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .item01 .logo{
    margin-bottom: 30px;
}

footer .item01 .logo img{
    width:300px;
}

footer .item02 .contact,
footer .item05 .contact{
    display:flex;
    flex-direction: column;
}

footer .item02 .contact a,
footer .item05 .contact a{
    display:flex;
    flex-direction: row;
    font-family: PodkovaSemiBold;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
    color: #fff;
    margin: 8px 0;
    text-decoration: none;
    transition: all 0.3s;
}

footer .item02 .contact a:hover,
footer .item05 .contact a:hover{
    color:#ffdf58;
}

footer .item02 .contact .free_space{
    margin-bottom:25px;
}

footer .item02 .contact a i,
footer .item05 .contact a i{
    display:block;
    margin-right:15px;
    width:18px;
    text-align: center;
    font-size:18px;
}

footer .item02 .contact a span,
footer .item05 .contact a span{
    display:block;
    padding-top:2px;
}

footer .item02,
footer .item03,
footer .item04{
    display:flex;
    flex-direction: column;
}

footer .item02 a,
footer .item03 a,
footer .item04 a{
    font-family: PodkovaSemiBold;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
    color: #fff;
    margin: 8px 0;
    text-decoration: none;
    transition: all 0.3s;
}

footer .item02 a:hover,
footer .item03 a:hover,
footer .item04 a:hover{
    color:#ffdf58;
}

footer .item05{
    flex-basis: 100%;
    display: flex;
    justify-content: center;
}

footer .item05 .contact .free_space{
    margin-top:100px;
}













#top{
    position:fixed;
    bottom:50px;
    right:50px;
    opacity:0.6;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration:none;
    z-index:888;
}

#top:hover{
    opacity:1;
}

#top i{
    color:#999;
    display:block;
    width:35px;
    height:35px;
    text-align:center;
    border:3px solid #999;
    font-size:35px;
}

@media (max-width: 1199px) {
    .container {
        width: 1080px;
    }
}

@media (max-width: 1080px) {
    .container {
        width: 958px;
    }
}

@media (max-width: 958px) {
    .container {
        width: 768px;
    }
}

@media (max-width: 768px) {
    .container {
        width: 576px;
    }
}

@media (max-width: 576px) {
    .container {
        width: 480px;
    }
}

@media (max-width: 480px) {
    .container {
        width: 380px;
    }
}

@media (max-width: 379px) {
    .container {
        width: 296px;
    }
}






@media (max-width: 1199px) {

}

@media (max-width: 1080px) {
    footer .item01{
        order:1;
        flex-basis: 50%;
    }

    footer .item02{
        order:4;
        flex-basis: 50%;
    }

    footer .item03{
        order:2;
        flex-basis: 25%;
    }

    footer .item04{
        order:3;
        flex-basis: 25%;
    }

    footer .item05{
        order:5;
    }
}

@media (max-width: 958px) {

}

@media (max-width: 768px) {
    footer .item01{
        order:1;
        flex-basis: 50%;
    }

    footer .item02{
        order:3;
        flex-basis: 50%;
    }

    footer .item03{
        order:2;
        flex-basis: 25%;
    }

    footer .item04{
        order:4;
        flex-basis: 25%;
    }
}

@media (max-width: 576px) {
    footer .item01{
        order:1;
        flex-basis: 100%;
    }

    footer .item02{
        order:2;
        flex-basis: 100%;
    }

    footer .item03{
        order:3;
        flex-basis: 100%;
        margin-top:30px;
    }

    footer .item04{
        order:4;
        flex-basis: 100%;
    }

    footer .item05{
        justify-content: left;
    }
}

@media (max-width: 480px) {

}

@media (max-width: 379px) {

}