@charset "utf-8";
@import "bootstrap.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 "normalize.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: 'Roboto-Light';
    src: url(../fonts/Roboto-Light.ttf) format('truetype');
}

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

@font-face {
    font-family: 'Univers-Condensed-Medium';
    src: url(../fonts/Univers-Condensed-Medium.ttf) format('truetype');
}

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

@font-face {
    font-family: 'Akrobat';
    src: url(../fonts/Akrobat.ttf) format('truetype');
}

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

body p {
    margin-top: 0;
    font-family: "Roboto-Light";
    font-size: 16px;
    margin-bottom: 10px;
}

p.h1,
h1 {
    text-align: center;
    font-family: "Univers-Condensed-Bold";
    font-size: 30px;
    margin-bottom: 25px;
}

.wrapper {
    max-width: 1920px;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    /*min-width: 1200px;*/
}

.wrapper .container {
    /*width: 1170px;*/
}

.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;
}


/*mainBlock*/

.mainBlock {
    background: url(../images/mainBg.png) no-repeat calc((-1920px + 100vw) / 2) top;
    height: 57px;
    position: relative;
    padding-top: 4px;
    z-index: 5;
}

.mainWrap ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.mainWrap ul li a {
    font-size: 16px;
    font-family: "Univers-Condensed-Medium";
    text-transform: uppercase;
    display: block;
    padding: 10px 0;
    color: #fff;
}


/*End mainBlock*/

.cbButt {
    font-size: 16px;
    font-family: "Univers-Condensed-Bold";
    padding: 9px 0;
    width: 200px;
    text-transform: uppercase;
    border-radius: 3px;
    border: 1px solid #c80e11;
    background: #c80e11;
    color: #fff;
    text-align: center;
    transition: all 0.3s;
}

.cbButt:hover {
    background: #fff;
    color: #c80e11;
}


/*header*/

header {
    position: relative;
    z-index: 3;
    padding: 44px 0 25px;
    height: 128px;
    margin-top: -32px;
    background: url(../images/bgHeader.png) no-repeat calc(((1920px - 100vw) / -2) + 273px) top;
}

a.phone {
    font-size: 30px;
    font-family: "Univers-Condensed-Bold";
    color: #fff;
    padding-left: 30px;
    background: url(../images/iconPhone.png) no-repeat left center;
    display: block;
    margin-right: 40px;
}


/*End header*/


/*sliderTop*/

.sliderTop {
    margin-top: -100px;
    z-index: 1;
}

.sliderTop,
.topSlide {
    position: relative;
}

.topSlide img {
    margin-left: calc((1920px - 100vw) / -2);
}

.topSlide .txtBlock {
    position: absolute;
    left: calc((100% - 1140px) / 2);
    top: 185px;
}

.topSlide .txtBlock p.name {
    text-transform: uppercase;
    font-family: "Univers-Condensed-Bold";
    font-size: 46px;
    line-height: 1;
    margin-bottom: 25px;
}

.topSlide .txtBlock p.name span {
    font-size: 60px;
}

.topSlide .txtBlock p {
    font-size: 24px;
    font-family: "Roboto-Light";
}

.topSlide .txtBlock button {
    margin-top: 15px;
    width: 180px;
}

.sliderTop .slick-dots {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    left: calc((100% - 1140px) / 2 + 205px);
    bottom: 205px;
}

.sliderTop .slick-dots button {
    font-size: 0;
    padding: 0;
    border: 1px solid #c80e11;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    background: none;
    margin: 0 5px;
}

.sliderTop .slick-dots .slick-active button {
    background: #c80e11;
}


/*End sliderTop*/


/*preBlock*/

.preBlock {
    background: url(../images/preBlockBg.png) no-repeat top center;
    height: 426px;
    padding: 115px 0 0;
    margin-top: -80px;
    position: relative;
    z-index: 2;
}

.nucPre {
    text-align: center;
    padding: 10px 15px;
    min-width: 18%;
    max-width: 20%;
}

.nucPre:hover {
    background: #fff;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.nucPre p {
    color: #fff;
}

.nucPre:hover p {
    color: #000;
}

.nucPre .imgW {
    margin-bottom: 25px;
}

.nucPre .imgW img:last-child {
    display: none;
}

.nucPre:hover .imgW img:last-child {
    display: inline-block;
}

.nucPre:hover .imgW img:first-child {
    display: none;
}

.nucPre .txtBlock p:last-child {
    display: none;
}

.nucPre:hover .txtBlock p:last-child {
    display: block;
}

.nucPre:hover .txtBlock p:first-child {
    display: none;
}


/*End preBlock*/


/*bannersBlock*/

.bannersBlock {
    background: url(../images/bannersBlockBg.png) no-repeat center;
}

.bannersBlock p {
    text-align: justify;
}

.wrapBM {
    margin-top: 25px;
    margin-bottom: 10px;
}

.nucBM {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 4px 4px 2px 0 rgba(0, 0, 0, 0.24);
}

.nucBM:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    transition: all 0.3s;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.nucBM:hover:before {
    z-index: 2;
}

.nucBM:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(191, 12, 14, 0.2);
    transition: all 0.3s;
    z-index: 3;
}

.nucBM:hover:after {
    background: rgba(191, 12, 14, 0.3);
}

.nucBM span {
    position: absolute;
    font-size: 18px;
    font-family: "Univers-Condensed-Bold";
    color: #fff;
    left: 10px;
    bottom: 7px;
    line-height: 1.1;
    height: 60px;
    display: flex;
    align-items: center;
    z-index: 10;
}


/*End bannersBlock*/


/*specialOffersBlock*/

.specialOffersBlock {
    background: url(../images/soBg.png) no-repeat center;
    height: 644px;
    padding-top: 90px;
}

.specialOffersBlock p.h1,
.specialOffersBlock h1 {
    color: #fff;
    margin-bottom: 35px;
}

.wrapNucSO {
    transition: all 0.3s;
    background: url(../images/nucSOW.png) no-repeat;
    width: 249px;
    height: 328px;
    padding: 4px 3px 4px 3px;
}

.wrapNucSO:hover {
    margin-top: -15px;
}

.nucSO {
    background: url(../images/nucSO.png) no-repeat;
    text-align: center;
    padding: 15px 15px;
    overflow: hidden;
    position: relative;
    height: 320px;
    width: 242px;
}

.nucSO:before {
    position: absolute;
    bottom: -15px;
    left: -8px;
    content: url(../images/nucSObef.png);
    line-height: 0;
    transition: all 0.3s;
}

.nucSO:hover:before {
    bottom: 0px;
    left: 0px;
}

.nucSO img {
    margin-bottom: 15px;
}

.nucSO p {
    line-height: 1;
    position: relative;
    z-index: 5;
}

.nucSO p.name {
    font-size: 18px;
    font-family: "Univers-Condensed-Bold";
    text-transform: uppercase;
    padding: none;
}

.nucSO p.oldPrice {
    font-family: "Roboto-Bold";
    color: #5f5f5f;
    text-decoration: line-through;
    margin-bottom: 20px;
}

.nucSO:hover .priceBlockAndButt {
    opacity: 0;
}

.nucSO .priceBlockAndButt {
    transition: all 0.3s;
    opacity: 1;
    padding-top: 3px;
}

.nucSO p.price {
    color: #fff;
    font-size: 24px;
    font-family: "Roboto-Bold";
}

.nucSO .callback-toggle {
    position: absolute;
    left: calc(50% - 75px);
    bottom: 9px;
    z-index: 5;
    width: 150px;
    font-size: 16px;
    text-align: center;
    font-family: "Univers-Condensed-Bold";
    color: #fff;
    border-radius: 3px;
    border: 2px solid #fff;
    padding: 9px;
    text-transform: uppercase;
    background: none;
    opacity: 0;
    transition: all 0.3s;
}

.nucSO:hover .callback-toggle {
    opacity: 1;
}


/*End specialOffersBlock*/


/*formBlock*/

.formBlock {
    position: relative;
    padding-bottom: 80px;
    margin-bottom: -80px;
    background: url(../images/botDecoreLineBlock.png) no-repeat center bottom;
}

.formWrap {
    background: url(../images/bgFormBlock.png) no-repeat top center;
    height: 368px;
    margin: 0 -37.5px;
    padding: 15px 200px 0;
}

.formWrap p.h1 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 55px;
}

.formWrap {
    text-align: center;
}

.formWrap p {
    text-align: center;
}

.formWrap form {
    width: 740px;
    text-align: left;
    margin: 10px 0 0;
}

.formWrap form input {
    width: 100%;
    padding: 10px 15px;
    background: #fff;
    border: none;
    border-radius: 3px;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: "Roboto-Light";
    color: #000;
}

.formWrap form #checkF {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
}

.formWrap form button {
    width: 160px;
    margin-right: 35px;
}

.formWrap form label {
    padding-left: 55px;
    font-weight: normal;
    position: relative;
}

.formWrap form label,
.formWrap form label a {
    font-size: 14px;
    font-family: "Roboto-Light";
    color: #000;
}

.formWrap form label a {
    text-decoration: underline;
}

#checkF:checked+label:before {
    font-size: 35px;
    color: #000;
    text-align: center;
    content: "\2713";
    line-height: 40px;
    font-family: "Roboto-Bold";
}

.formWrap label::before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #fff;
}


/*End formBlock*/


/*speedPrint*/

.speedPrint {
    padding: 85px 0;
    height: 714px;
    background: url(../images/speedPrintBg.png) no-repeat center;
}

.speedPrint .txtBlock {
    width: 680px;
    text-align: justify;
}

.speedPrint .txtBlock p.h1,
.speedPrint .txtBlock h1 {
    text-align: left;
}

.speedPrint .txtBlock li {
    position: relative;
}

.speedPrint .txtBlock li:before {
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #c80e11;
    margin-right: 12px;
    float: left;
    margin-top: 7px;
}


/*End speedPrint*/


/*articleAndNews*/

.articleAndNews {
    position: relative;
    padding-top: 35px;
    margin-top: -80px;
    z-index: 2;
    background: url(../images/topDecoreLineBlock.png) no-repeat center top, url(../images/bgAAN.png) no-repeat bottom center;
    padding-bottom: 105px;
    margin-bottom: -100px;
}

.articleAndNews .title a.cbButt {
    width: 160px;
}

.articleAndNews .title a.cbButt:hover {
    color: #fff;
}

.articleAndNews .title {
    margin-bottom: 30px;
}

.articleAndNews .title p.h1 {
    text-align: left;
    margin: 0;
}

.articleBlock {
    width: 685px;
}

.newsBlock {
    width: 390px;
}

.nucArticle {
    border-radius: 3px;
    background: #fff;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.3);
    width: 48%;
}

.nucArticle p.name {
    font-size: 16px;
    font-family: "Roboto-Bold";
    height: 65px;
    background: linear-gradient(to right, #ededed, #fff);
    display: flex;
    align-items: center;
}

.nucArticle p {
    text-align: justify;
    padding: 0 10px;
}

.wrapNews {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 73px);
}

.nucNews {
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    padding: 10px 15px 5px 15px;
}

.nucNews p {
    margin-bottom: 0;
}

.nucNews p a {
    color: #c80e11;
}

.nucNews p.date {
    text-align: right;
    color: #c1c1c1;
}


/*End articleAndNews*/


/*clientsBlock*/

.clientsBlock {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: -80px;
    z-index: 2;
    background: url(../images/botDecoreLineBlock.png) no-repeat center bottom;
}

.clientsBlock h1,
.clientsBlock p.h1 {
    text-align: left;
}

.wrapClients .imgW {
    margin: 0 20px;
}


/*End clientsBlock*/


/*mapBlock */

.mapBlock {
    position: relative;
}

.mapBlock .txtBlock {
    position: absolute;
    left: calc((100% - 1140px) / 2);
    top: 135px;
    background: #fff;
    padding: 25px 15px;
}

.mapBlock .txtBlock>a,
.mapBlock .txtBlock p {
    padding-left: 25px;
}

.mapBlock .txtBlock p,
.mapBlock .txtBlock a {
    font-size: 16px;
    color: #000;
    font-family: "Roboto-Light";
}

.mapBlock .txtBlock .nav,
.mapBlock .txtBlock .phone {
    margin-bottom: 15px;
}

.mapBlock .txtBlock .nav {
    background: url(../images/iconNavM.png) no-repeat left 3px;
}

.mapBlock .txtBlock .phone {
    background: url(../images/iconPhoneM.png) no-repeat left 3px;
}

.mapBlock .txtBlock .mail {
    background: url(../images/iconMailM.png) no-repeat left 3px;
}


/*End mapBlock*/


/*footer*/

footer {
    background: #292929;
    padding: 20px 0 30px;
}

footer .wrapFooter {
    position: relative;
}

footer .wrapFooter .socBlock {
    position: absolute;
    left: calc(100% + 15px);
    top: calc(50% - 22px);
}

footer .wrapFooter .socBlock a {
    margin-right: 7px;
}


/*End footer*/


/*item-page*/

.insidepage .item-page {
    padding-bottom: 20px;
}

.insidepage .mapBlock:before {
    width: 100%;
    height: 83px;
    content: '';
    background: url(../images/botDecoreLineBlock.png) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
}

.insidepage .item-page p.h1,
.insidepage .item-page h1 {
    margin-bottom: 35px;
}

.modalForm.callback-modal {
    max-width: 1215px;
    background: none;
}

.modalForm.callback-modal .mfp-close {
    display: none;
}

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

.itemcard2 {
    width: calc(20% - 30px);
    margin: 0 15px;
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: end;
    min-width: 180px;
    margin-bottom: 10px;
}

.itemcard {
    background: #dbdbdb;
    width: calc(25% - 30px);
    margin: 0 15px;
    padding: 10px;
    min-width: 200px;
    margin-bottom: 20px;
}

.itemcard p {
    text-align: center;
    color: #000;
    font-weight: 300;
    padding: 10px 0;
    font-size: 14px;
}

.itemcard .itemcardimg img {
    max-width: 90%;
    height: auto;
}

.itemcardbutton {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.itemcardbutton .cbButt {
    display: block;
}

.wrapCategoriws {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.nucCategoriesWrap {
    padding: 0 5px;
}

.nucCat {
    background: url(../images/nucCat.png) no-repeat;
    height: 390px;
    width: 275px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    padding-top: 12px;
}

.nucCat .name {
    padding-left: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-family: "Univers-Condensed-Bold";
    font-size: 18px;
    line-height: 1;
}

.nucCat .imgW {
    max-width: 90%;
    height: 200px;
}

.nucCat .imgW img {
    max-width: 100%;
    max-height: 200px;
}

.nucCat .more {
    text-align: center;
    display: inline-block;
    color: #fff;
    background: #c80e11;
    line-height: 1;
    padding: 20px 35px;
    text-transform: uppercase;
    border-radius: 5px;
    font-family: "Univers-Condensed-Bold";
    font-size: 18px;
}

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

.itemphotos {
    width: calc(100% / 4);
    min-width: 300px;
}


/*End item-page*/

.closeBut {
    display: none;
}

.openMobMain {
    display: none;
}


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

@media screen and (max-width:1370px) {
    footer .wrapFooter .socBlock {
        position: static;
    }
}

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

@media screen and (max-width:1199px) {
    .nucPre {
        padding: 10px 5px;
    }
    .topSlide .txtBlock {
        left: 15px;
    }
    .sliderTop .slick-dots {
        left: 220px;
    }
    .wrapBM {
        justify-content: flex-start;
    }
    .wrapBM .nucBM {
        margin-right: 7px;
    }
    .wrapNucSO {
        width: 228px;
    }
    .nucSO {
        background-size: 100% 100%;
        width: 225px;
        padding: 15px 10px;
    }
    .speedPrint .txtBlock {
        width: 610px;
    }
    .articleBlock {
        width: 610px;
    }
    .newsBlock {
        width: 310px;
    }
    .wrapClients img {
        max-width: 100%;
    }
    .mapBlock .txtBlock {
        left: 15px;
    }
}

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

@media screen and (max-width:991px) {
    .mainWrap ul li a {
        font-size: 15px;
    }
    a.phone {
        font-size: 24px;
        margin-right: 20px;
    }
    .wrapHeader .logo img,
    .wrapFooter .logo img {
        max-width: 100%;
    }
    .wrapFooter .logo {
        width: 210px;
    }
    .wrapHeader .logo {
        width: 250px;
    }
    .cbButt {
        width: 160px;
    }
    .topSlide img {
        margin-left: calc((1290px - 100vw) / -2);
        max-width: 1590px;
    }
    .sliderTop .slick-dots {
        bottom: 96px;
    }
    .preBlock {
        background: #c00b0e;
        height: auto;
        padding: 20px 0;
        margin-top: 20px;
    }
    .wrapPre {
        flex-wrap: wrap;
    }
    .nucPre {
        margin-bottom: 10px;
        min-width: 30%;
        max-width: 33%;
    }
    .wrapBM .nucBM {
        margin-right: 30px;
    }
    .specialOffersBlock {
        padding-top: 150px;
        padding-bottom: 150px;
        background-size: cover;
        height: auto;
    }
    .wrapSOB {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .wrapSOB .wrapNucSO {
        margin-bottom: 20px;
        width: 249px;
    }
    .nucSO {
        width: 242px;
    }
    .formWrap {
        padding: 15px 25px 0;
    }
    .speedPrint {
        background-position: right;
    }
    .speedPrint .txtBlock {
        width: 100%;
    }
    .wrapAAN {
        flex-wrap: wrap;
    }
    .articleBlock {
        width: 100%;
        margin-bottom: 25px;
    }
    .newsBlock {
        width: 100%;
    }
    .wrapNews {
        height: auto;
    }
    .nucNews {
        margin-bottom: 10px;
    }
}

@media screen and (max-width:767px) {
    .mainWrap ul {
        display: none;
    }
    .mainBlock {
        background: #c80e11;
        height: 50px;
        padding: 0;
    }
    header {
        background: #292929;
        margin: 0;
        height: auto;
        padding: 10px 0;
    }
    header .logo {
        margin-bottom: 15px;
    }
    .wrapHeader {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .topSlide .txtBlock p.name span {
        font-size: 34px;
    }
    .topSlide .txtBlock p.name {
        font-size: 26px;
    }
    .topSlide .txtBlock p {
        font-size: 18px;
    }
    .sliderTop .slick-dots {
        bottom: 20px;
        left: 70px;
    }
    .nucPre {
        max-width: 100%;
        min-width: 170px;
    }
    .wrapBM .nucBM {
        margin-right: 10px;
    }
    .wrapBM {
        justify-content: space-around;
    }
    .specialOffersBlock {
        background: #3f3e3f;
        padding: 30px 0 20px;
        margin: 30px 0;
    }
    .formBlock {
        background: #dddddd;
        padding: 0;
        margin-bottom: 20px;
    }
    .formWrap p.h1 {
        padding: 10px 0;
        background: #c80e11;
        margin-bottom: 20px;
    }
    .formWrap {
        background: #dddddd;
        padding: 0 0 15px;
        margin: 0;
        height: auto;
    }
    .formWrap form {
        width: 100%;
    }
    .formWrap form>.flexStart {
        flex-direction: column-reverse;
        align-items: center;
    }
    .formWrap form label {
        margin-bottom: 10px;
    }
    .speedPrint {
        padding: 20px 0;
        background: #dee5ee;
        height: auto;
    }
    .articleAndNews {
        margin-top: 0;
    }
    .wrapArticle {
        flex-direction: column;
    }
    .nucArticle {
        margin-bottom: 15px;
        width: 100%;
    }
    .wrapClients {
        flex-wrap: wrap;
    }
    .wrapClients .imgW {
        width: 45%;
        margin: 0 1% 10px;
    }
    .wrapFooter {
        flex-direction: column;
        align-items: center;
    }
    .wrapFooter .logo {
        margin-bottom: 15px;
    }
    .wrapFooter .socBlock {
        margin-top: 15px;
    }
    .formWrap form button {
        margin-right: 0;
    }
    p.h1,
    h1 {
        font-size: 26px;
    }
    .modalForm .formWrap input {
        width: 95%;
        margin: 0 auto 10px;
        display: block;
    }
    .modalForm .formWrap form>.flexStart {
        padding: 0 10px;
    }
    .mainWrap ul {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        /*display: block;*/
        text-align: center;
        background: #c80e11;
        height: 100vh;
        padding: 50px 0;
        overflow: auto;
    }
    .mainWrap ul li a {
        font-size: 18px;
    }
    .closeBut {
        display: block;
        position: fixed;
        right: 15px;
        top: -5px;
        color: #fff;
        font-size: 55px;
        line-height: 1;
        top: -5px;
    }
    .openMobMain {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 30px;
    }
    .openMobMain .line {
        width: 100%;
        height: 3px;
        background: #fff;
    }
    .mainWrap {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 50px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #c80e11;
        padding: 10px;
        z-index: 15;
    }
    .mainBlock {
        z-index: 20;
    }
    .mainWrap ul.active {
        display: block;
    }
}

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

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

@media screen and (max-width:600px) {
    .tabHit {
        flex-direction: column;
    }
    .itemphotos {
        justify-content: center;
        width: 100%;
        display: flex;
    }
}

@media screen and (max-width:485px) {
    .infoBlock {
        flex-wrap: wrap;
        justify-content: center;
    }
    header {
        padding-bottom: 1px;
    }
    .infoBlock a,
    .infoBlock button {
        margin: 0 10px 15px;
    }
    .sliderTop {
        margin-top: 0;
    }
    .topSlide .txtBlock {
        width: 100%;
        left: 0;
        top: 10px;
        background: rgba(255, 255, 255, 0.4);
        padding: 15px;
    }
    .topSlide img {
        margin-left: calc((770px - 100vw) / -2);
        max-width: 770px;
    }
    .sliderTop .slick-dots {
        position: static;
        margin: 15px 0;
        justify-content: center;
    }
    .topSlide .txtBlock p.name {
        margin-bottom: 10px;
    }
    .formWrap form label br {
        display: none;
    }
    .mapBlock .txtBlock {
        left: 0;
    }
}

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

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

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


/* hitsBlock */

.hitsBlock {
    margin-bottom: 50px;
}

.tabHit {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    width: 100%;
}

.tabHit li {
    font-size: 20px;
    font-family: "Montserrat-Medium";
    line-height: 1;
    padding: 12px;
    margin: 0 20px;
    cursor: pointer;
}

.tabHit li.active {
    background: #c80e11;
    color: #fff;
}

.tabHit li:not(.active):hover {
    background: rgb(41 41 41 / 0.4);
    color: #fff;
}

.tabCont {
    display: none;
}

.tabCont.active {
    display: block;
}


/* End hitsBlock */