h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0
}

body,
header {
    position: relative
}

* {
    box-sizing: border-box;
    outline: 0!important
}
header .header-bottom .search input[type=search]::placeholder{
    color:white;
}



body {
    overflow-x: hidden;
    margin: 0;
    font-size: 16px
}

a {
    text-decoration: none;
    color: inherit
}

ul li {
    list-style: none
}

.big_Container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto
}

.container {
    max-width: 1202px;
    margin: 0 auto;
    width: 100%
}

@media (max-width:1250px) {
    .container {
        width: 900px
    }
}

@media (max-width:950px) {
    .container {
        width: 100%;
        max-width: 740px;
        padding: 0 20px
    }
}

@media (min-width:751px) {
    .menu__pic {
        display: none
    }
}

@font-face {
    font-family: Montserrat-Bold;
    src: url(../../fonts/Montserrat-Bold.woff) format("woff2");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(../../fonts/Montserrat-Regular.woff) format("woff2");
    font-weight: 400;
    font-style: normal
}

header .header-top {
    padding: 18px 0 16px;
    height: 100%
}

header .header-top .header-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

header .header-top .block,
header .header-top ul.header-top__nav {
    display: -ms-flexbox
}

header .header-top .block {
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

header .header-top .block a.logo {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 100px;
    height: 95px;
    display: block
}

header .header-top .block p.header-top__text {
    margin-left: 26px;
    width: 410px;
    color: #0e173a;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

header .header-top ul.header-top__nav {
    width: 381px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-right: 120px
}

header .header-top ul.header-top__nav li.header-top__item {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500
}

header .header-top ul.header-top__nav ul.dropdown-active {
    border: 1px solid #9499ac;
    border-radius: 5px
}

header .header-top ul.header-top__nav ul.dropdown {
    background: #fff;
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    top: -10px;
    right: 0;
    padding: 0 7px
}

header .header-top ul.header-top__nav ul.dropdown li.dropdown__item {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    width: 65px;
    position: relative;
    text-transform: uppercase;
    padding: 10px 0;
    cursor: pointer;
    margin: 0 auto;
    border-top: 1px solid #9499ac;
    text-align: center;
    display: none
}

header .header-top ul.header-top__nav ul.dropdown li.dropdown__item_active {
    text-align: left;
    padding-left: 5px;
    padding-right: 30px;
    border-top: none;
    display: block
}

header .header-bottom .inner,
header .header-bottom nav.menu ul.menu__list {
    display: -ms-flexbox
}

header .header-top ul.header-top__nav ul.dropdown li.dropdown__item_active:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
    background: url(../../img/drop.png) top no-repeat;
    background-size: cover;
    width: 16px;
    height: 11px
}

header .header-bottom {
    top: 0;
    background-color: #0e173a;
    padding: 25px 0 27px
}

header .header-bottom .inner {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    -ms-flex-align: center;
    align-items: center
}

header .header-bottom .inner img.close__pic {
    display: none
}

header .header-bottom nav.menu {
    width: 736px
}

header .header-bottom nav.menu ul.menu__list {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

header .header-bottom nav.menu ul.menu__list li.menu__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

header .header-bottom nav.menu ul.menu__list li.menu__item a.menu__link {
    color: #fff;
    display: block;
    position: relative;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

header .header-bottom nav.menu ul.menu__list li.menu__item a.menu__link:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -7px;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #f4570c;
    transition: .3s
}

header .header-bottom nav.menu ul.menu__list li.menu__item a.menu__link:hover:after {
    width: 40px;
    transition: .3s
}

header .header-bottom .search {
    width: 320px;
    padding: 13px 23px;
    border-radius: 5px;
    border: 1px solid #fff;
    opacity: .4
}

header .header-bottom .search input[type=search] {
    font-size: 14px;
    vertical-align: text-bottom;
    border: none;
    width: 254px;
    background: 0 0;
    outline: 0;
    color: #fff;
    padding: 0;
    height: 22px
}

header .header-bottom .search input[type=submit] {
    padding: 0;
    border: none;
    outline: 0;
    background: url(../../img/search.png) 50% no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
    cursor: pointer
}

header .header-bottom .search input[type=search]::-webkit-search-cancel-button,
header .header-bottom .search input[type=search]::-webkit-search-decoration,
header .header-bottom .search input[type=search]::-webkit-search-results-button,
header .header-bottom .search input[type=search]::-webkit-search-results-decoration {
    display: none
}

@media (max-width:950px) {
    header .header-top {
        padding: 10px 0
    }
}

@media (max-width:750px) {
    header .header-top {
        padding: 22px 0 34px;
        height: 250px
    }
    header .header-top .header-inner {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:1250px) {
    header .header-top .block a.logo {
        width: 70px;
        height: 65px
    }
}

@media (max-width:950px) {
    header .header-top .block {
        -ms-flex-direction: column;
        flex-direction: column
    }
    header .header-top .block a.logo {
        width: 53px;
        height: 50px
    }
}

@media (max-width:750px) {
    header .header-top .block a.logo {
        width: 100px;
        height: 95px
    }
}

@media (max-width:1250px) {
    header .header-top .block p.header-top__text {
        font-size: 16px;
        width: 300px
    }
}

@media (max-width:950px) {
    header .header-top .block p.header-top__text {
        margin-left: 10px;
        width: 200px;
        font-size: 11px
    }
}

@media (max-width:750px) {
    header .header-top .block p.header-top__text {
        color: #0e173a;
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 21px 0 0;
        width: 100%;
        letter-spacing: -2px
    }
}

@media (max-width:950px) {
    header .header-top ul.header-top__nav {
        width: 300px;
        padding-right: 100px
    }
    header .header-top ul.header-top__nav li.header-top__item {
        font-size: 13px
    }
}

@media (max-width:750px) {
    header .header-top ul.header-top__nav {
        padding: 0 5px;
        width: 100%;
        margin-top: 27px
    }
    header .header-top ul.header-top__nav ul.dropdown {
        display: none
    }
}

@media (max-width:950px) {
    header .header-top ul.header-top__nav ul.dropdown li.dropdown__item {
        font-size: 13px
    }
    header .header-bottom {
        padding: 15px 0 20px
    }
}

@media (max-width:750px) {
    header .header-bottom {
        height: 100px;
        padding: 24px 0;
        width: 100%;
        z-index: 2
    }
    header .header-bottom nav.menu {
        display: none
    }
}

@media (max-width:1250px) {
    header .header-bottom nav.menu {
        width: 550px
    }
    header .header-bottom nav.menu ul.menu__list li.menu__item a.menu__link {
        font-size: 14px
    }
}

@media (max-width:950px) {
    header .header-bottom nav.menu {
        width: 450px
    }
    header .header-bottom nav.menu ul.menu__list li.menu__item a.menu__link {
        font-size: 12px
    }
}

@media (max-width:1250px) {
    header .header-bottom .search {
        width: 250px
    }
}

@media (max-width:950px) {
    header .header-bottom .search {
        width: 200px
    }
}

@media (max-width:1250px) {
    header .header-bottom .search input[type=search] {
        width: 180px
    }
}

@media (max-width:950px) {
    header .header-bottom .search input[type=search] {
        width: 134px
    }
}

.header-mobile {
    height: 100vh;
    padding: 0 60px;
    display: none;
    width: 100%;
    background: rgba(9, 17, 36, .95);
    color: #fff;
    z-index: 1;
    position: absolute
}

.header-mobile__menu {
    padding: 60px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.footer__row,
.header-mobile__row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box
}

.header-mobile__menu--list {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 45px;
    text-transform: uppercase
}

.header-mobile__menu--list:active,
.header-mobile__menu--list:hover {
    color: #f4570c
}

.header-mobile__row {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-mobile__row a {
    width: 54px;
    height: 54px;
    display: block
}

.sticky-menu {
    position: fixed
}

.footer {
    padding: 58px 0 55px;
    background: url(../../img/footer-bg.png) top/cover no-repeat;
    color: #fff
}

.footer__row {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center
}

@media (max-width:750px) {
    .footer {
        padding: 40px 0
    }
    .footer__row {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }
    .footer__block {
        margin-top: 42px
    }
}

.footer__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer__block a {
    color: #fff;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px
}

@media (max-width:1250px) {
    .footer__block a {
        font-size: 12px;
        line-height: 30px
    }
}

@media (max-width:950px) {
    .footer__block a {
        font-size: 10px;
        line-height: 22px
    }
    .footer__logo {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }
}

.footer__block--copyrigh {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 59px
}

@media (max-width:1250px) {
    .footer__block--copyrigh {
        font-size: 12px
    }
}

@media (max-width:750px) {
    .footer__block a {
        line-height: 24px
    }
    .footer__block--copyrigh {
        display: none
    }
}

.footer__block--title {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: .7px;
    margin-bottom: 17px
}

.footer__logo {
    display: -ms-flexbox;
    display: flex
}

.footer__logo--item {
    display: block;
    width: 100px;
    height: 95px;
    margin-right: 6px
}

.footer__logo--item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:1250px) {
    .footer__block--title {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px
    }
    .footer__logo--item {
        width: 70px;
        height: 65px
    }
}

@media (max-width:950px) {
    .footer__logo--item {
        text-align: center;
        margin-right: 0;
        width: 53px;
        height: 50px
    }
}

.footer__logo--text {
    width: 240px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase
}

@media (max-width:950px) {
    .footer__logo--text {
        font-size: 10px;
        text-align: center;
        margin-top: 10px;
        line-height: 16px
    }
}

.footer__contacts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 30px
}

.footer__contacts:first-child {
    margin-top: 0
}

.footer__contacts:first-child .footer__contacts--title {
    font-weight: 700
}

@media (max-width:1250px) {
    .footer__logo--text {
        width: 180px
    }
    .footer__contacts {
        margin-top: 20px
    }
}

@media (max-width:750px) {
    .footer__logo--text {
        width: 100%;
        font-size: 14px;
        line-height: 20px
    }
    .footer__contacts {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        width: 100%
    }
}

.footer__contacts--links a,
.footer__contacts--title,
.footer__contacts span {
    font-weight: 400;
    font-family: Montserrat
}

.footer__contacts--title {
    font-size: 14px;
    line-height: 26px;
    color: #f4570c;
    margin-right: 10px
}

@media (max-width:1250px) {
    .footer__contacts--title {
        font-size: 12px;
        line-height: 16px
    }
}

@media (max-width:950px) {
    .footer__contacts--title {
        font-size: 10px
    }
}

.footer__contacts span {
    display: block;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: .7px
}

.footer__contacts--links,
.footer__pics {
    display: -ms-flexbox
}

@media (max-width:1250px) {
    .footer__contacts span {
        font-size: 12px;
        line-height: 16px
    }
}

@media (max-width:950px) {
    .footer__contacts span {
        font-size: 10px
    }
}

.footer__contacts--links {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer__contacts--links a {
    display: block;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: .7px
}

@media (max-width:1250px) {
    .footer__contacts--links a {
        font-size: 12px;
        line-height: 16px
    }
}

@media (max-width:950px) {
    .footer__contacts--links a {
        font-size: 10px;
        line-height: 14px
    }
}

@media (max-width:750px) {
    .footer__contacts--links,
    .footer__contacts--links a {
        -ms-flex-align: center;
        align-items: center
    }
    .footer__contacts--links a {
        line-height: 24px;
        text-align: center
    }
}

.footer__pics {
    width: 196px;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1250px) {
    .footer__pics {
        width: 150px
    }
}

@media (max-width:950px) {
    .footer__pics {
        width: 120px
    }
}

@media (max-width:750px) {
    .footer__pics {
        width: 200px
    }
}

@media (max-width:1250px) {
    .footer__pics img {
        width: 70px;
        height: 70px
    }
}

@media (max-width:950px) {
    .footer__pics img {
        width: 50px;
        height: 50px
    }
}

@media (max-width:750px) {
    .footer__pics img {
        width: 89px;
        height: 89px
    }
}

.footer__social {
    margin-top: 39px;
    width: 196px
}

@media (max-width:1250px) {
    .footer__social {
        width: 150px
    }
}

@media (max-width:950px) {
    .footer__social {
        width: 120px
    }
}

@media (max-width:750px) {
    .footer__social {
        border-top: 1px solid #f4570c;
        padding: 40px 0 0;
        width: 280px
    }
}

.footer__social--icons {
    width: inherit;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer__social--icons a {
    width: 54px;
    height: 54px;
    display: block
}

.footer__social--icons a img {
    width: 100%;
    height: 100%
}

@media (max-width:750px) {
    .footer__social--icons {
        width: 200px;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto
    }
}

@media (max-width:1250px) {
    .footer__social--icons a {
        width: 38px;
        height: 38px
    }
}

@media (max-width:950px) {
    .footer__social--icons a {
        width: 30px;
        height: 30px
    }
}

@media (max-width:750px) {
    .footer__social--icons a {
        width: 54px;
        height: 54px
    }
    .footer .footer-flex {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .footer .footer-flex a {
        margin-right: 20px;
        font-size: 14px;
        line-height: 38px
    }
    .footer .footer-assoc {
        border-top: 1px solid #f4570c;
        border-bottom: 1px solid #f4570c;
        padding: 40px 0;
        width: 280px;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

.footer ul.footer-dropdown-active {
    border-radius: 5px;
    border: 1px solid #9499ac;
    background: #fff
}

.footer .footer-dropdown {
    margin-top: 41px;
    width: 117px;
    display: -ms-flexbox;
    display: flex;
    display: none;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 5px
}

.footer .footer-dropdown__item {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    padding: 10px 0 10px 11px;
    cursor: pointer;
    text-align: left;
    display: none;
    width: 100%;
    border-bottom: 1px solid #9499ac
}

.footer .footer-dropdown__item_active {
    text-align: left;
    padding-left: 11px;
    padding-right: 30px;
    border-top: none;
    display: block;
    border-bottom: none;
    color: #f4570c
}

.footer .footer-dropdown__item_active:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
    background: url(../../img/drop.png) top no-repeat;
    background-size: cover;
    width: 16px;
    height: 11px
}

@media (max-width:750px) {
    .footer .footer-dropdown {
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:950px) {
    .footer .footer-dropdown__item {
        font-size: 13px
    }
}

.news_title {
    color: #f4570c;
                font-family: Helvetica, Arial, 'sans-serif'!important;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    padding: 60px 0;
    border-bottom: 1px solid #162f3c4d
}

.contact_content {
    max-width: 640px;
    width: 100%;
    margin: 0 auto
}

.contact_content form {
    margin-top: 60px
}
label.error{
    color: red;
   font-family: Helvetica, Arial, 'sans-serif'!important;
    font-size: 12px;
    font-weight: 700;
    margin:10px;
}

.contact_content form .name {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.name label{
    position: absolute!important;
    bottom: -4px!important;
     top: unset!important;
    left: unset!important;
}
.name label:nth-child(2){
    right:0;
}
@media (max-width:720px){
    .name label:nth-child(2){
    bottom:68px!important;
}
}
.contact_content form .name input {
    width: 315px;
    padding: 6px 18px
}

.contact_content form input,
.contact_content form textarea {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #9499ac;
    background-color: #fff;
    color: #a7a4a4;
                font-family: Helvetica, Arial, 'sans-serif'!important;
    font-size: 14px;
    font-weight: 400;
    line-height: 41.46px;
    padding: 6px 18px;
    margin-bottom: 19px
}

.contact_content form input::-webkit-input-placeholder,
.contact_content form textarea::-webkit-input-placeholder {
    color: #a7a4a4;
                font-family: Helvetica, Arial, 'sans-serif'!important;
    font-size: 14px;
    font-weight: 400;
    line-height: 41.46px
}

.contact_content form input:-moz-placeholder,
.contact_content form input::-moz-placeholder,
.contact_content form textarea:-moz-placeholder,
.contact_content form textarea::-moz-placeholder {
    color: #a7a4a4;
                font-family: Helvetica, Arial, 'sans-serif'!important;
    font-size: 14px;
    font-weight: 400;
    line-height: 41.46px
}

.contact_content form input:-ms-input-placeholder,
.contact_content form input::-ms-input-placeholder,
.contact_content form textarea:-ms-input-placeholder,
.contact_content form textarea::-ms-input-placeholder {
    color: #a7a4a4;
                font-family: Helvetica, Arial, 'sans-serif'!important;
    font-size: 14px;
    font-weight: 400;
    line-height: 41.46px
}

.contact_content form input::placeholder,
.contact_content form textarea::placeholder {
    color: #a7a4a4;
                font-family: Helvetica, Arial, 'sans-serif'!important;
    font-size: 14px;
    font-weight: 400;
    line-height: 41.46px
}

.contact_content form textarea {
    resize: none
}

.contact_content form .load_more {
        border: none;

    display: block;
    margin: 30px auto 60px;
    text-align: center;
    padding: 26px 0;
    border-radius: 5px;
    background-color: #f4570c;
    width: 252px;
    color: #fff;
                font-family: Helvetica, Arial, 'sans-serif'!important;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase
}

@media (max-width:720px) {
    .contact_content {
        max-width: 280px
    }
    .contact_content form {
        padding: 0 10px
    }
    .contact_content form .name {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .contact_content form .name input {
        width: 100%
    }
}


.name label{
    color: red; 
    font-family: Helvetica, Arial, 'sans-serif'!important;
    font-size: 12px;
    font-weight: 700; 
    margin: 8px;
}



 
 
 .footer__block a:first-child {
    color: #fff;
    line-height: 34px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

#contact-form label.error{
    position: relative;
    top: -10px;
    left: -7px;
    white-space: nowrap;
}
.alert-info{
    color: #f4570c;
    line-height: 34px;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    display: block;
    margin: 20px 0px;
}