@charset "utf-8";
@import "normalize.css";
@import "bootstrap.min.css";
@import "../node_modules/slick-carousel/slick/slick.css";
@import "../node_modules/magnific-popup/dist/magnific-popup.css";
@import "callback-btn.css";
@import "callback-modal.css";
@import "typography.css";

/* Класс для увеличения картинки */

.zoom-img {}


/* Класс для галлереи */

.gallery {}


/* Класс для формы */

.form-submit-toggle {}


/* Класс для кнопки заказать звонок */

.callback-toggle {}


/******** Magnific-Popup *********/

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/******* Image Cover ********/

.img-cover {
    background-size: cover;
    background-position: center;
}

.img-cover_inited>img {
    visibility: hidden;
}


/**********************************/

.main {
    display: flex;
}

.component {
    width: 100%;
}

.left,
.right {
    width: 30%;
}

@font-face {
    font-family: "Oswald-Bold";
    src: url(../fonts/Oswald-Bold.ttf) format("truetype");
}

@font-face {
    font-family: "Oswald-Light";
    src: url(../fonts/Oswald-Light.ttf) format("truetype");
}

@font-face {
    font-family: "Oswald-Regular";
    src: url(../fonts/Oswald-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "ProximaNova-Light";
    src: url(../fonts/ProximaNova-Light.ttf) format("truetype");
}

@font-face {
    font-family: "ProximaNova-Bold";
    src: url(../fonts/ProximaNova-Bold.ttf) format("truetype");
}

body {
    color: #000;
    font-size: 16px;
    font-family: "ProximaNova-Light";
}

body p {
    margin-top: 0;
    margin-bottom: 10px;
}

.h1,
h1 {
    text-align: left;
    font-family: "Oswald-Bold";
    font-size: 24px;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
}

.title {
    position: relative;
    padding-bottom: 22px;
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 32px;
}

.title:before {
    position: absolute;
    left: 0;
    bottom: -7px;
    content: "";
    width: 74px;
    background: #920621;
    height: 8px;
}

.wrapper {
    max-width: 1920px;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    min-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wrapper .container {
    width: 1170px;
}

.wrapLabel {
    position: relative;
}

.wrapLabel input {
    width: 10px !important;
    height: 10px !important;
    left: 0 !important;
    top: 0 !important;
    position: absolute !important;
    opacity: 0 !important;
}

.wrapLabel label {
    position: relative;
    font-weight: normal;
    padding-left: 40px;
}

.breadcrumbs {
    display: flex;
    justify-content: flex-start;
    margin: 10px 0;
    list-style-type: none;
    flex-wrap: wrap;
}

.breadcrumbs span {
    font-size: 16px;
    color: #000;
    font-family: "Oswald-Regular";
}

.breadcrumbs span.divider {
    margin: 0 3px 0 1px;
    color: #920621;
}

.breadcrumbs a span {
    font-size: 16px;
    color: #920621;
    font-family: "Oswald-Regular";
}

.flexSA {
    display: flex;
    justify-content: space-around;
}

.flexSB {
    display: flex;
    justify-content: space-between;
}

.flexCenter {
    display: flex;
    justify-content: center;
}

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

.flexW {
    display: flex;
    flex-wrap: wrap;
}

.flexColumn {
    display: flex;
    flex-direction: column;
}

.flexStart {
    display: flex;
    justify-content: flex-start;
}

.flexEnd {
    display: flex;
    justify-content: flex-end;
}


/*header*/

body {
    /*background: url(../images/bgTB.png) no-repeat top center;*/
}

.topBannerBlock {
    position: relative;
}

.topBannerBlock:before {
    position: absolute;
    left: calc((100% - 1920px) / 2);
    bottom: -100px;
    z-index: -1;
    content: url(../images/bgTB.png);
}

header {
    padding-top: 50px;
}

.topLineH {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    background: #231f20;
}

.wrapTLH>ul {
    display: flex;
    justify-content: flex-start;
}

.wrapTLH>ul>li {
    margin-right: 25px;
    position: relative;
    padding: 12px 25px 13px 0;
    border-bottom: 3px solid transparent;
}

.wrapTLH ul {
    margin: 0;
}

.wrapTLH>ul>li:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 1.5px;
    height: 15px;
    right: 0;
    top: 16px;
}

.wrapTLH>ul>li:last-child:after {
    display: none;
}

.wrapTLH>ul>li a {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    font-family: "Oswald-Regular";
}

.wrapTLH button {
    font-size: 15px;
    text-transform: uppercase;
    border: none;
    padding: 3px 0 6px 35px;
    background: url(../images/iconMess.png) no-repeat left center;
    line-height: 1;
    color: #fff;
    font-family: "Oswald-Regular";
}

.botLineH {
    padding: 14px 0 0px;
    position: relative;
    z-index: 1;
}

.botLineH .infoBlock {
    display: flex;
    text-align: right;
    flex-direction: column;
}

.botLineH .nucInf {
    margin-right: 20px;
    margin-top: 15px;
}

.botLineH .infoBlock p {
    font-size: 20px;
    color: #a50725;
    line-height: 1;
    font-family: "Oswald-Regular";
}

.botLineH .infoBlock a {
    font-size: 20px;
    display: block;
    color: #000;
    line-height: 1;
    font-family: "Oswald-Regular";
}


/*End header*/


/*topBannerBlock*/

.topBannerBlock {
    margin-top: -40px;
    margin-bottom: -14px;
}

.topBannerBlock .imgW {
    margin-right: 25px;
    margin-top: -99px;
}

.topBannerBlock .infoBlock {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.topBannerBlock .infoBlock a {
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    padding: 7px 0 7px 30px;
    margin-bottom: 15px;
    line-height: 1;
    border-bottom: 1px solid #a50725;
    font-family: "Oswald-Regular";
}

.topBannerBlock .infoBlock .mail {
    background: url(../images/iconMail.png) no-repeat left center;
}

.topBannerBlock .infoBlock .cont {
    background: url(../images/iconPhone.png) no-repeat left center;
    display: none;
}

.topBannerBlock .leftBlock {
    padding: 19px 0 50px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.topBannerBlock .txtBlock {
    padding: 20px 45px 20px 0;
    position: relative;
    background: url(../images/txtTBB.png) no-repeat right center;
    background-size: cover;
    min-height: 131px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    width: 404px;
}

.topBannerBlock .txtBlock:before {
    position: absolute;
    content: "";
    right: 100%;
    top: 0;
    height: 100%;
    width: 700px;
    background: #f2f2f2;
}

.topBannerBlock .txtBlock p {
    font-size: 26px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    font-family: "Oswald-Bold";
}


/*End topBannerBlock*/


/*bannerMainBlock*/

.bannerMainBlock {
    margin-bottom: 70px;
}

.wrapBM {
    display: grid;
    grid-template-columns: repeat(3, 360px);
    grid-gap: 30px;
}

.nucBM.firstBM {
    grid-row-start: span 2;
    background: url(../images/bgFirstBM.png) no-repeat top left, #ececec;
    border: none;
}

.nucBM {
    z-index: 1;
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 40px 20px;
    position: relative;
    border: 1px solid #cccccc;
    transition: all 0.4s;
    left: 0;
    top: 0;
}

.nucBM:hover {
    left: 5px;
    top: 5px;
    box-shadow: -3px -3px 3px 0 rgba(0, 0, 0, 0.2);
}

.nucBM:before {
    position: absolute;
    content: "";
    left: 25px;
    top: 0;
    background: #920621;
    width: 74px;
    height: 8px;
}

.nucBM .txtBlock {
    margin-bottom: 40px;
}

.nucBM .name {
    font-size: 23px;
    text-transform: uppercase;
    line-height: 1.2;
    font-family: "Oswald-Bold";
    min-height: 56px;
}

.nucBM a {
    font-size: 21px;
    text-transform: uppercase;
    line-height: 1;
    color: #920621;
    display: inline-block;
    padding-right: 25px;
    background: url(../images/moreBM.png) no-repeat right center;
    font-family: "Oswald-Light";
}

.nucBM .bmImg {
    position: absolute;
    right: 10px;
    bottom: 5px;
    z-index: -1;
}


/*End bannerMainBlock*/


/*newsBlock*/

.newsBlock {
    background: url(../images/bgNews.png) no-repeat center;
    background-size: cover;
    padding: 75px 0 80px;
}

.newsBlock .all {
    color: #000;
    line-height: 1;
    text-decoration: underline;
    margin-right: 25px;
}

.arrows .divid {
    height: 10px;
    width: 1px;
    background: #000;
    margin: 0 20px;
}

.prevSlide,
.nextSlide {
    cursor: pointer;
}

.sliderNews {
    margin: 0 -15px;
}

.newsSlide {
    padding: 0 15px;
}

.newsSlide .name {
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 15px;
    font-family: "Oswald-Bold";
}

.newsSlide .date {
    color: #920621;
    line-height: 1;
    margin-bottom: 20px;
}

.newsSlide .more {
    display: inline-block;
    padding: 15px 35px 15px 20px;
    background: url(../images/moreNews.png) no-repeat calc(100% - 10px) center, #920621;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 10px;
    font-family: "Oswald-Regular";
}


/*End newsBlock*/


/*newsBlockInsidePage*/

.insidepage .newsBlock {
    background: none;
    padding-top: 0;
}

.insidepage .newsBlock .title .rightBlock {
    display: none;
}

.insidepage .sliderNews {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.insidepage .newsSlide {
    width: calc((100% / 3) - 30px);
    margin: 15px;
    min-width: 280px;
}


/*End newsBlockInsidePage*/


/*footer*/

footer {
    background: #000000;
    position: relative;
    z-index: 1;
    padding: 25px 0;
}

footer:before {
    position: absolute;
    top: -2px;
    width: 100%;
    left: 0;
    content: "";
    height: 1px;
    background: #4d4d4d;
}

footer .infoBlock a {
    display: block;
    padding-left: 30px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    font-family: "Oswald-Regular";
}

.wrapMainAndInfo {
    margin-bottom: 25px;
}

footer .rightBlock {
    width: calc(100% - 395px);
}

footer ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100px;
}

footer ul li {
    list-style-type: disc;
    color: #920621;
    list-style-position: inside;
    margin-bottom: 15px;
    margin-right: 30px;
}

footer ul li a {
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    font-family: "Oswald-Regular";
}

footer .infoBlock .mail {
    background: url(../images/iconMail.png) no-repeat left center;
}

footer .infoBlock .cont {
    background: url(../images/iconPhone.png) no-repeat left center;
    margin-bottom: 30px;
}

footer .wrapCopyright p,
footer .wrapCopyright p a {
    font-size: 12px;
    line-height: 1;
    color: #4d4d4d;
}


/*End footer*/


/*modalF*/

.modalF.callback-modal,
.modalF {
    background: url(../images/modalF.png) no-repeat;
    padding: 30px 28px;
    width: 611px;
    max-width: 611px;
    height: 331px;
    border-radius: 0;
}

.formPage {
    margin: 25px 0 20px;
}

.modalF p {
    font-size: 26px;
    font-family: "ProximaNova-Bold";
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 35px;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
}

.modalF .callback-modal__phone {
    margin-bottom: 0px;
}

.modalF p:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 65px;
    background: #ab0727;
    left: 0;
    bottom: 0;
}

.modalF .wrapInp {
    width: 48%;
}

.modalF .wrapInp input:first-child {
    margin-bottom: 20px;
}

.modalF input {
    width: 100%;
}

.modalF input,
.modalF textarea {
    background: #fff;
    border: none;
    padding: 15px 30px;
    color: #000;
    line-height: 1;
}

.modalF textarea {
    max-width: 48%;
    min-width: 48%;
    width: 48%;
    max-height: 119px;
    min-height: 119px;
}

.modalF .wrapSend {
    margin-top: 20px;
}

.modalF label {
    margin: 0;
    font-weight: normal;
    width: 48%;
}

.modalF label,
.modalF label a {
    font-size: 14px;
    color: #fff;
}

.modalF label a {
    text-decoration: underline;
}

.modalF .callback-modal__button {
    width: 48%;
    border: none;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background: #ab0727;
    line-height: 1;
    padding: 15px;
}


/*End modalF*/


/*insidePage*/

.insidepage .item-page {
    padding-top: 60px;
    margin-bottom: 120px;
}

.table-hover tr:not(:first-child):hover {
    background: #f2f2f2;
}


/*End insidePage*/


/* --- Media styles --- */

@media screen and (min-width: 1200px) {}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 675px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 485px) {}

@media screen and (max-width: 425px) {}

@media screen and (max-width: 400px) {}

@media screen and (max-width: 370px) {}