html, body { margin: 0; padding: 0; }
.has-error { border: 3px solid #f61300!important; }

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    color: #1a212e;
    background-color: #f8f8f8;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    color: #310808;
}

h1 {
    color: #1a212e;
    font-size: 44px;
    font-weight: 300;
    margin-bottom: 35px;
}

h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media(max-width: 767px) {
    h1 {
        font-size: 38px;
        margin-bottom: 25px;
    }
    h2 {
        font-size: 22px;
    }
}
ul, li {
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 30px;
}

a {
    color: #9ae7e8;
}

a:hover {
    color: #9ae7e8;
}

.btn {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    background: none;
    border: none;
    border-radius: 0px;
    border-radius: 4px;
    background-color: #d8af64;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    padding: 11px 48px;
    border: 2px solid #d8af64;
    transition: all 0.3s;
}

.btn.active, .btn:active, .btn:focus, .btn:hover {
    box-shadow: none;
    text-decoration: none;
    background: #fff;
    color: #d8af64;
}

.btn-dark {
    border-radius: 4px;
    background-color: #000000;
    width: 100%;
    max-width: 370px;
    padding: 19px 18px;
    border: 2px solid #000000;
}
.btn-dark.active, .btn-dark:active, .btn-dark:focus, .btn-dark:hover {
    box-shadow: none;
    text-decoration: none;
    background: #fff;
    color: #000000;
}
.row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row-flex>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

.row-flex>[class*='col-']>* {
    height: 100%;
}

.row.row-flex:after, .row.row-flex:before {
    display: none;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.horizontal-align {
    display: flex;
    justify-content: center;
}

/* 5THS */

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* END 5THS */

/* container */

@media (min-width: 1230px) {
    .container {
        width: 1200px;
    }
}

/* end container  */

/* header */

header {
    margin-bottom: 33px;
}

.header-top {
    height: 180px;
    background-color: #310808;
    background: #310808 url("/images/header.webp") no-repeat center;
}

.header-top .logo {
    margin-top: 0px;
    top: 0px;
    position: absolute;
    display: block;
    width: 160px;
    height: 195px;
}

.header-top .logo img {
    display: block;
    margin-top: 20px;
    height: auto;
}

.header-top .text {
    float: left;
    line-height: 1;
    margin-top: 45px;
    margin-left: 200px;
    text-transform: uppercase;
    font-style: italic;
}

.header-top .text .text-top {
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
}

.header-top .text .text-bot {
    color: #ffffff;
    font-size: 48px;
    font-weight: 800;
    margin-top: 8px;
}

.header-content {
    height: 100%;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    min-height: 180px;
    padding-bottom: 10px;
    display: none;
}
@media(min-width: 992px) {
    .header-content {
        display: flex;
    }
}
.header-logos {
    display: flex;
    margin: 0px -5px;
    margin-bottom: 40px;
}

.header-logos img {
    height: 80px;
    margin: 5px;
}

.header-top .phone i {
    color: #d8af64;
    font-size: 30px;
    margin-right: 9px;
    vertical-align: top;
    margin-top: 3px;
}

.header-top .phone {
    display: block;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    float: right;
    margin-top: 0;
}

@media(max-width: 1199px) {
    .header-top .logo {
        width: 140px;
        height: 195px;
    }
    .header-top .text {
        margin-left: 160px;
    }
}

@media(max-width: 991px) {
    .header-top .phone {
        margin-top: 0px;
    }
}

@media(max-width: 767px) {
    .header-top .text .text-top {
        font-size: 24px;
    }
    .header-top .text .text-bot {
        font-size: 40px;
    }
    .header-top .phone {
        margin-top: 15px;
    }
}

@media(max-width: 500px) {
    .header-top {
        height: 130px;
    }
    .header-top .logo {
        width: 100px;
    }
    .header-top .logo img {
        margin-top: 10px;
    }
    .header-top .text {
        margin-top: 20px;
        margin-left: 120px;
    }
    .header-top .text .text-top {
        font-size: 22px;
    }
    .header-top .text .text-bot {
        font-size: 36px;
    }
    .header-top .phone {
        margin-top: 5px;
    }
}

@media(max-width: 430px) {
    .header-top {
        height: 130px;
    }
    .header-top .logo {
        width: 60px;
    }
    .header-top .logo img {
        margin-top: 10px;
    }
    .header-top .text {
        margin-top: 20px;
        margin-left: 70px;
    }
    .header-top .text .text-top {
        font-size: 20px;
    }
    .header-top .text .text-bot {
        font-size: 30px;
    }
    .header-top .phone i {
        font-size: 24px;
    }
    .header-top .phone {
        margin-top: 10px;
        font-size: 20px;
    }
}
@media(max-width: 340px) {
    .header-top .text .text-top {
        font-size: 18px;
    }
}
/* NAVBAR */

.navbar-wrap {
    background-color: #1a212e;
}

.navbar {
    position: relative;
    min-height: unset;
    margin-bottom: 0px;
    border: none;
    border-radius: 0;
    margin: 0 -15px;
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-brand {
    height: auto;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 1;
}

.navbar-brand img {}

.navbar-nav>li {
    text-align: center;
}

.navbar-collapse {
    box-shadow: none;
}

.navbar-nav>li>a {
    padding: 0 0px;
    padding-bottom: 10px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
    display: inline-block;
}

.navbar-nav>li:last-child {
    margin-right: 0;
}

.navbar-nav>li>a:after {
    content: "";
    background-color: #d8af64;
    background-position: center;
    height: 5px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    right: 50%;
    display: block;
    opacity: 0;
    transition: all 0.3s;
}

.navbar-nav>li>a:hover:after, .navbar-nav>li.active>a:after{
    opacity: 1;
    left: 0;
    right: 0;
}
.nav .caret {
    transition: all 0.3s;
    border-top: 5px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.nav .open .caret {
    color: #d8af64;
    transform: rotate(180deg);
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border: none;
}

.navbar-toggle {
    float: right;
    padding: 9px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 15px;
    border: 1px solid #fff;
    border-radius: 0px;
}

.navbar-toggle .icon-bar {
    width: 22px;
    height: 2px;
    border-radius: 0px;
    background: #fff;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
    border: none;
}
.dropdown-menu {
    top: 100%;
    left: 0;
    right: auto;
    z-index: 1000;
    min-width: 260px;
    padding: 15px;
    margin: 0px;
    margin-top: 2px;
    color: #ffffff;
    font-size: 16px;
    text-align: left;
    background-color: #1a212e;
    border:  none;
    border-bottom: 5px solid #d8af64;
    border-top: none;
    border-radius: 0px;
    box-shadow: none;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.dropdown-menu > li > a {
    display: block;
    padding: 10px 5px;
    font-weight: 300;
    line-height: 1.42857143;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    padding-left: 10px;
}
.navbar-nav>li.newsletter-menu a{
    display: inline-flex;
    align-items: center;
    margin-top: -2px;
}
.navbar-nav>li.newsletter-menu i {
    font-size: 20px;
}
.navbar-nav>li.newsletter-menu a span{
    font-size: 14px;
    display: block;
    margin-left: 8px;
}
@media(max-width: 767px){
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
      padding: 10px;
      text-align: center;
    }
    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        margin-bottom: 0;
    }
  }
@media (min-width: 768px) {
    .navbar {
        margin: 0;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .navbar-nav>li {
        margin: 0px 10px;
    }
    .navbar-nav>li>a {
        padding: 22px 0px;
        text-transform: none;
        text-align: left;
        margin-bottom: 0;
    }
    .navbar-right .dropdown-menu {
        right: auto;
        left: 0;
      }
}

@media (min-width: 992px) {
    .navbar-nav>li {
        margin: 0px 10px;
    }
    .navbar-nav>li>a {
        padding: 22px 0px;
        text-transform: uppercase;
    }
    .navbar-nav>li.newsletter-menu a span{
        font-size: 11px;
    }
}

@media (min-width: 1200px) {
    .navbar-nav>li {
        margin: 0px 20px;
    }
    .navbar-nav>li>a {
        padding: 22px 0px;
    }
}

/* END NAVBAR */

/* news */

.news-item {
    background: #fff;
    padding-right: 15px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.news-item {
    padding: 0px 30px;
    margin-top: 50px;
    margin-bottom: 0;
}
.news-item .img {
    margin-left: -30px;
    margin-right: -30px;
}
.news-item .head {
    margin-top: 30px;
}
.news-item .date {
    color: #d0d0d0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.news-item .date i {
    margin-right: 5px;
}
.news-item .text {
    padding-bottom: 30px;
}
.news-item.big {
    margin-top: 0;
}
.news-item.big h2 {
    font-size: 30px;
}
.news-item .text p {
    margin-bottom: 25px;
}

.news-bottom {
    margin-top: 110px;
    margin-bottom: 100px;
}
@media(min-width: 992px) {
    .news-item .img {
        float: left;
        width: 365px;
        position: relative;
        height: 225px;
        overflow: hidden;
    }
    .news-item .img img {
        display: block;
        height: 225px;
        width: auto;
        max-width: unset;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
    }
    .news-hp .news-item .img img {
        display: block;
        height: auto;
        width: auto;
        max-width: 100%;
        left: 0;
        position: relative;
        transform: none;
    }
    .news-item .content {
        float: left;
        width: calc(100% - 365px);
        padding-left: 30px;
    }
    .news-hp .news-item .content {
        width: auto;
        float: none;
        padding-left: 0;
    }
    .news-hp .news-item .img {
        float: none;
        width: auto;
        height: auto;
    }
    .news-item {
        padding: 0px 0px;
        padding-right: 15px;
        margin-bottom: 30px;
        margin-top: 0px;
    }
    .news-item .img {
        margin-left: 0;
        margin-right: 0;
    }
    .news-hp .news-item {
        padding: 0px 30px;
        margin-top: 50px;
        margin-bottom: 0;
    }
    .news-hp .news-item .img {
        margin-left: -30px;
        margin-right: -30px;
    }
}
@media(max-width: 1199px) {
    .news-item .head {
        margin-top: 15px;
    }
}
@media(max-width: 991px) {
    .news-item.big {
        margin-bottom: 30px;
    }
}
@media(max-width: 767px) {
    .news-item {
        background: #fff;
        padding: 0px 15px;
        margin-top: 30px;
    }
    
    .news-item .img {
        margin-left: -15px;
        margin-right: -15px;
    }
    .news-bottom {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .news-item.big h2 {
        font-size: 24px;
    }
}
/* end news */
.hp-contact {
    background-color: #ffffff;
    padding: 20px 30px;
    margin-bottom: 30px;
}
.hp-contact .open-time {
    margin-top: 0px;
    line-height: 1.2;
}
.hp-contact h2 {
    margin-bottom: 15px;
}
.hp-contact h2 i {
    color: #1a212e;
    margin-right: 5px;
}
.hp-contact .open-time span {
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    width: 75px;
}
.hp-contact .adress {
    margin-top: 40px;
}
.hp-contact p {
    margin-bottom: 0;
}
.hp-boxes {
    width: 100%;
}
.hp-boxes .item {
    background-color: #1a212e;
    width: 100%;
    display: block;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    padding: 18px 30px 15px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 78px;
    min-height: 60px;
    transition: all 0.3s;
}
.hp-boxes .item:hover {
    background: #310808;
    text-decoration: none;
}
.hp-boxes .item:hover i{
    color: #fff;
}
.hp-boxes .item i {
    color: #310808;
    font-size: 30px;
    vertical-align: bottom;
    margin-right: 22px;
    position: absolute;
    left: 30px;
    top: 13px;
}
.hp-boxes .item:last-child i {
    left: 25px;
}
@media(max-width: 1199px) {
    .hp-boxes .item {
        font-size: 18px;
        padding: 15px 30px;
        padding-left: 60px;
        padding-top: 20px;
    }
    .hp-boxes .item i {
        left: 15px;
    }
    .hp-boxes .item:last-child i {
        left: 10px;
    }
}
/* footer */
footer {
    color: #d0d0d0;
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 30px;
    margin-top: 100px;
}
footer a {
    color: #1a212e;
}
/* end footer */

/* text-page */
.revir-item {
    margin-top: 10px;
    margin-bottom: 80px;
}
.revir-item:last-child {
    margin-bottom: 0;
}
.revir-item:last-child p:last-child {
    margin-bottom: 0;
}
.text-images{
    margin-top: 30px;
}
.text-images img{
    margin: 0 auto;
    margin-bottom: 30px;
}
/* end text-page */
/* info */
.info-item {
    display: block;
    text-align: center;
    background: #fff;
    margin-bottom: 30px;
    padding: 20px 10px;
}
.info-item .text {
    color: #310808;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}
.info-item .icon {
    color: #1a212e;
    font-size: 60px;
}
.info-list {
    margin-bottom: 100px;
}
@media(max-width: 767px) {
    .info-list {
        margin-bottom: -30px;
    }
}
/* end info */

/* contact  */
.contact-text h2 {
    margin-bottom: 15px;
}
.contact-text h2 i {
    color: #1a212e;
    margin-right: 5px;
}
.contact-text span.inline-size {
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    width: 75px;
}
.contact-text .phone {
    color: #1a212e;
    display: block;
    margin-bottom: 10px;
}
.contact-text .phone i {
    margin-right: 10px;
    font-size: 24px;
}
.contact-text .phone strong{
    font-size: 24px;
    color: #310808;
}
.contact-text .mail {
    color: #1a212e;
    display: block;
    font-weight: 700;
    margin-bottom: 40px;
}
.contact-text .mail i {
    margin-right: 10px;
    font-size: 24px;
}
.map {
    margin-top: 60px;
}
.map iframe {
    width: 100%;
    height: 300px;
}
/* end contact  */

.menu-fb a {
    color: #3B5998!important;
    padding: 12px 0px!important;
    font-size: 34px!important;
}
.menu-fb a:hover {
    color: #27bdef!important;
}

.revir-item iframe {}

@media(min-width: 500px) {
    .revir-item iframe {
        height: 300px;
    }
}
@media(min-width: 768px) {
    .revir-item iframe {
        width: 220px;
        height: 147px;
    }
}
@media(min-width: 992px) {
    .revir-item iframe {
        width: 293px;
        height: 196px;
    }
}
@media(min-width: 1200px) {
    .revir-item iframe {
        width: 370px;
        height: 247px;
    }
}

.text-content a {
    color: black;
    text-decoration: underline;
}


