
body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    position: relative;

}
h2 {
    color: #474747;
    font-size: 34px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 60px;
}
h2 b{
    font-weight: 700;
}
p {
    color: #878787;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.56px;
    line-height: 2;
}
header {
    background: url('/img/fsdfsfq.png') center no-repeat;
    height: 882px;
    padding: 100px 0;
}
header .menu {
    float: right;
}
header .menu li {
    display: inline-block;
}
header .menu li a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.52px;
    padding: 15px ;
}
header .menu li a:hover {
    background-color: #3f51b5;
    text-decoration: none;
}
section {
    padding: 50px 0;
}
.tac {
    text-align: center;
}
.clear {
    clear: both;
}
.header_text {
    padding: 130px 0;
}
.header_text .h_header {
    color: #ffffff;
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 1px;
}
.header_text p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 3;
}
.df {
    display: flex;
}
.df div p {
    margin-top: 15px;
}
.df_align {
    align-items: center;
}
.df_align {
    align-items: flex-end;
}
.df_just_beet {
    justify-content: space-between;
}
.df_just_center {
    justify-content: center;
}
.header_df {
    box-shadow: 0 0 32px rgba(28, 28, 28, 0.08);
    background-color: #ffffff;
    padding: 30px 50px;
    position: relative;
    top: 20px;
}
.header_df div p {
    margin-top: 15px;
}
.header_df div p b {
    color: #474747;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.52px;
}

#license {
    background: url('/img/bgg.png') center no-repeat;
    height: 618px;
    padding: 50px;
}
#license h2 {
    text-align: center;
    color: #ffffff;
    font-size: 34px; 
    font-weight: 300;
}
#license .white_df_block {
    width: 382px;
    box-shadow: 0 0 32px rgba(28, 28, 28, 0.08);
    background-color: #ffffff;
    padding: 20px;
    height: 374px;
    margin: 0 5px;
}
#license .white_df_block h4 {
    font-size: 15px;
    margin-top: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
#sert img {
    margin: 0 20px;
}
#slider .owl-item {
     width: auto!important;
 }
#slider .owl-nav .owl-prev {
    background: url('/img/prev.png') left no-repeat;
    width: 98px;
    height: 100px;
    left: -100px;
    position: absolute;
    top: -10px;
    outline: none;
}
#slider .owl-nav .owl-prev span {
    display: none;
}
#slider .owl-nav .owl-next span {
    display: none;
}
#slider .owl-nav .owl-next {
    background: url('/img/next.png') right no-repeat;
    width: 98px;
    height: 100px;
    right: -100px;
    position: absolute;
    top: -10px;
    outline: none;
}
#slider .owl-nav {
    display: block !important;
}
#slider .slider {
    position: relative;
}
#slider .owl-item:last-child {
    margin-right: 0 !important;
}
#slider .owl-carousel .owl-stage {
    display: flex;
    justify-content: space-between;
}
#zayavka {
    padding: 45px;
    background: url("/img/1 (3).jpg") center no-repeat;
    height: 592px;
}
#zayavka form {
    background-color: #6bb163;
    padding: 45px 40px;
}
#zayavka form input {
    display: block;
    width: 351px;
    height: 56px;
    background-color: transparent;
    border: 1px solid #ffffff;
    padding-left: 15px;
    color: #fffefe;
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
}
#zayavka form textarea {
    display: block;
    width: 351px;
    height: 151px;
    background-color: transparent;
    border: 1px solid #ffffff;
    padding-left: 15px;
    color: #fffefe;
    font-size: 15px;
    font-weight: 400;
    margin-top: 15px;
    padding-top: 15px;
    resize: none;
}
#zayavka form h2 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 30px;
}
#zayavka form h2 b {
    color: #ffffff;
    font-weight: 700;
}
#zayavka form input[type="submit"] {
    border: 1px solid #dadada;
    background-color: #ffffff;
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
footer {
    background:url('/img/ft.png') center no-repeat;
    height: 259px;
    padding: 50px 0;
}
footer .flr {
    text-align: right;
    margin-top: 35px;
}
footer .flr p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.56px;
}
footer .flr p a {
    color: #ffffff;
    letter-spacing: 0.56px;
    text-decoration: underline;
}


::-webkit-input-placeholder { color: #fffefe;
    font-size: 15px;
    font-weight: 400;}
::-moz-placeholder          { color: #fffefe;
    font-size: 15px;
    font-weight: 400;}/* Firefox 19+ */
:-moz-placeholder           { color: #fffefe;
    font-size: 15px;
    font-weight: 400;}/* Firefox 18- */
:-ms-input-placeholder      { color: #fffefe;
    font-size: 15px;
    font-weight: 400;}

.arr_top {
    position: fixed;
    right:50px;
    bottom:50px;
    cursor: pointer;
    display: none;
}

@media (max-width: 1200px) {
    header .menu li {
        display: inline-block;
        margin: 10px 0;
    }
    section {
        padding: 0;
    }
    .header_text {
        padding: 0;
    }
    header {
        background: #4d4e51;
        height: auto;
        padding: 30px 0;
    }
    .img_df {
        width: 100%;
    }
    .df {
        display: block;
    }
    .header_df {
        top: 0;
    }
    #license .white_df_block {
        width: 100%;
        height: auto;
        margin: 15px 0;
    }
    #license h2 {
        color: #474747;
    }
    #license .white_df_block img {
        width: 100%;
    }
    #license {
        background: none;
        height: auto;
    }
    #sert img {
        margin: 20px 0 ;
        width: 100%;
    }
    #zayavka form input {
        width: 100%;
    }
    #zayavka form textarea {
        width: 100%;
    }
    footer .flr {
        text-align: center;
        margin-top: 0;
    }
}