@charset "utf-8";
@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%;
}


/* Пагинация */

.pagination>ul {
    margin-top: 15px;
    display: flex;
    list-style: none;
    margin-bottom: 5px;
}

.pagination>ul li {
    margin-right: 20px;
}

.pagination>ul li a {
    text-decoration: none;
    font-weight: 600;
}


/* Модалка */

html.lock {
    overflow: hidden;
}


/*  */

@font-face {
    font-family: 'Bahnschrift';
    src: url(../fonts/BAHNSCHRIFT_0.TTF) format('truetype');
}

@font-face {
    font-family: 'Bahnschrift';
    src: url(../fonts/BAHNSCHRIFT_0.TTF) format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Bahnschrift';
    src: url(../fonts/BAHNSCHRIFT_0.TTF) format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Bahnschrift';
    src: url(../fonts/BAHNSCHRIFT_0.TTF) format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Bahnschrift';
    src: url(../fonts/BAHNSCHRIFT_0.TTF) format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Bahnschrift';
    src: url(../fonts/BAHNSCHRIFT_0.TTF) format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Bahnschrift';
    src: url(../fonts/BAHNSCHRIFT_0.TTF) format('truetype');
    font-weight: bold;
}

a {
    color: #fff;
    text-decoration: none;
}

@media screen and (min-width:2560px) {
    html {
        zoom: 1.5;
    }
}

@media (min-width: 3840px) {
    html {
        zoom: 2;
    }
}

input:focus {
    outline: none;
}

.breadcrumb {
    padding-left: 0;
}

.breadcrumbs a {
    color: #ADA5A3;
}

.breadcrumb>.active {
    color: #716260;
}

.breadcrumb>li+li:before {
    color: #ADA5A3;
}

a:focus,
a:hover {
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    font-family: "Bahnschrift";
    background: #22191B;
}

body p {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 300;
}

.h1,
h1 {
    text-align: center;
    font-family: "Bahnschrift";
    font-size: 40px;
    margin-bottom: 70px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    font-stretch: condensed;
}

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

.wrapLabel {
    position: relative;
    margin-bottom: 0;
}

.wrapLabel span {
    font-weight: 300;
    padding-left: 25px;
    font-size: 16px;
    display: block;
    position: relative;
    line-height: 1;
    color: #fff;
}

.wrapLabel span a {
    color: #FFC801;
    font-size: 16px;
}

.wrapLabel span:before {
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    content: '';
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0px;
}

.wrapLabel span:after {
    position: absolute;
    width: 8px;
    height: 8px;
    left: 4px;
    top: calc(50% - 4px);
    content: '';
    background: #7B8997;
    /*border-radius: 2px;*/
    opacity: 0;
}

.wrapLabel input:checked+span:after {
    opacity: 1;
}

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

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

.insidepage header {
    position: relative;
}

header {
    background: #22191B;
    position: fixed;
    top: 0;
    z-index: 1000;
    left: 0;
    right: 0;
    padding: 15px 0;
    overflow: hidden;
}

.wrapH .lH {
    display: flex;
    align-items: center;
    gap: 70px;
}

.wrapH .lH .logo {
    position: relative;
    display: block;
}

.wrapH .lH .logo::before {
    content: '';
    height: 300%;
    width: 1px;
    position: absolute;
    background: #40383A;
    transform: rotate(25deg);
    right: -35px;
    top: -100%;
}

.wrapHMT ul {
    display: flex;
    gap: 50px;
}

.wrapHMT ul li {
    position: relative;
}

.wrapHMT ul li a {
    color: #fff;
    font-size: 17px;
    font-stretch: condensed;
}

.wrapHMT ul li::before {
    content: '';
    height: 100%;
    width: 1px;
    position: absolute;
    background: #40383A;
    transform: rotate(20deg);
    right: -20px;
}

.wrapHMT ul li:last-child:before {
    display: none;
}

.addresBlock {
    display: flex;
    color: #5C5557;
    gap: 10px;
    margin-top: 10px;
    font-weight: 300;
    font-stretch: condensed;
}

.rH a {
    font-size: 26px;
    color: #fff;
    line-height: 1;
    font-stretch: condensed;
}

.rH .linkStyle {
    display: flex;
    background: url(../images/SVG/phone.svg) no-repeat left;
    padding-left: 30px;
    color: #FFC801 !important;
    align-items: center;
    gap: 10px;
    font-size: 19px;
    margin-top: 5px;
    font-weight: 300;
}

.bannerBlock .txtBlock {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    left: calc((100% - 1245px) / 2);
    max-width: 500px;
    padding-top: 120px;
    z-index: 0;
}

.wrapButtons {
    position: absolute;
    z-index: 1;
    right: calc((100% - 1245px) / 2);
    bottom: 0;
}

.bannerBlock .topTxt:before {
    content: '';
    width: 15px;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background: #5C5557;
    left: 0;
}

.slideBanner {
    position: relative;
}

.bannerBlock .topTxt {
    font-size: 19px;
    font-weight: 300;
    color: #5C5557;
    position: relative;
    padding-left: 30px;
}

.bannerBlock .title {
    font-size: 50px;
    font-weight: 900;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 40px;
}

.bannerBlock .txt {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 30px;
    font-stretch: normal;
    font-stretch: condensed;
}

.bannerBlock .wrapExc {
    color: #000;
    font-size: 21px;
    max-width: 150px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 0px;
    font-stretch: condensed;
}

.nucExc {
    display: flex;
    line-height: 1;
    gap: 20px;
}

.wrapButtons {
    display: flex;
    /* Пространство между кнопками */
}

.nucButton {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    padding: 25px;
    background-color: #22191B;
    color: #fff;
    text-decoration: none;
    clip-path: polygon(0 0, 80% 0, 100% 20%, 100% 100%, 0 100%);
    transition: background-color 0.3s ease;
    max-width: 210px;
    font-size: 21px;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
    font-weight: 300;
    font-stretch: condensed;
}

.nucButton:last-child {
    background-color: #FFC801;
    color: #1D1D1B;
}

.nucButton:last-child:hover {
    color: #1D1D1B;
    background-color: #ffe91e;
}

.nucButton:hover {
    opacity: 0.95;
    text-decoration: none;
    color: #fff;
}


/*  */

.servicesBlock {
    padding-top: 70px;
    background: url(../images/scnd.jpg) no-repeat top #22191B;
    padding-bottom: 150px;
}

.servicesBlock .h1 {
    color: #fff;
}

.wrapServices {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 0 80px;
    gap: 60px;
}

.nucServ .imgW {
    overflow: hidden;
}

.nucServ:hover .imgW img {
    transform: scale(1.1);
}

.nucServ .overlay {
    background: url(../images/bnr.png) left/cover no-repeat;
    position: absolute;
    top: 0;
    left: -30%;
    width: 100%;
    height: 100%;
    z-index: 0;
    /* Этот слой будет поверх изображения */
}

.nucServ {
    color: #fff;
    position: relative;
    overflow: hidden;
}

.nucServ .imgW img {
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

.nucServ:hover,
.nucServ:focus {
    color: #fff;
}

.nucServ::before {
    content: '';
    position: absolute;
    top: 0;
    left: 30px;
    width: 10px;
    height: 7px;
    background-color: #FFC801;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    z-index: 1;
}

.nucServ .txt {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 30px;
    max-width: 180px;
}

.nucServ .txt .title {
    font-size: 25px;
    line-height: 1;
    font-weight: 600;
    font-stretch: condensed;
}

.nucServ:hover {
    color: #fff;
}

.nucServ .more {
    background: url(../images/SVG/more.svg) no-repeat left;
    padding-left: 40px;
    display: block;
    font-size: 21px;
    font-weight: 300;
    font-stretch: condensed;
}

.catalogWrap .wrapServices {
    padding: 0;
    gap: 10px;
}


/* footer */


/* foot */

.tbotF {
    background: #1E364D;
    padding: 40px 0;
    margin-bottom: 60px;
    line-height: 1;
}

.topFBlock {
    background: #AABBCD;
}

footer .botMenu ul li {
    margin: 10px 0;
}

footer .botMenu ul li a {
    display: block;
    color: #fff;
    font-size: 23px;
    font-weight: 300;
    font-stretch: condensed;
}

footer .botMenu ul li.active {
    padding: 10px 0 10px 0;
}

.logo {
    display: block;
}

footer {
    background: url(../images/fut.jpg) no-repeat center/cover #160D0F;
    color: #fff;
    padding-bottom: 20px;
}

.wrapContacts {
    display: flex;
    gap: 60px;
    margin-top: 110px;
    font-size: 25px;
}

.wrapContacts .phone {
    display: flex;
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
}

.wrapContacts .mail {
    display: flex;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    line-height: 1;
}

.wrapF .leftF {
    width: 610px;
}

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

textarea:focus {
    outline: none;
}

.formISel input::placeholder,
.formISel textarea::placeholder {
    color: #fff;
    opacity: 0.9;
}

.formISel textarea {
    min-height: 170px;
}

.formISel select {
    padding: 15px;
}

.formISel input,
.formISel textarea {
    width: 100%;
    background: transparent;
    border: 0;
    padding: 15px;
    resize: none;
    font-size: 19px;
    font-weight: 300;
}

.formISel input:not(input[type="submit"]) {
    border: 0;
    border-bottom: 1px solid #727272;
}

.formISel {
    display: flex;
    flex-direction: column;
    border: 1px solid #727272;
    overflow: hidden;
    font-stretch: condensed;
}

.formISel .inputs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.formISel input.mask-tel-rus {
    border-right: 1px solid #727272 !important;
}

.formISel .wrapselect option {
    background: #000;
}

.botLineMF .wrapLabel {
    max-width: 300px;
    font-stretch: condensed;
}

.botLineMF {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    align-items: center;
    justify-content: space-between;
    font-stretch: condensed;
}

.formISel .wrapselect {
    border: 0;
    border-bottom: 1px solid #727272;
    font-size: 19px;
    font-weight: 300;
    width: 100%;
}

.leftF form .h1 {
    margin-bottom: 30px;
    padding: 0;
    font-weight: 300;
    line-height: 1;
    text-align: left;
    margin-top: 0;
}

.wrapF {
    padding-top: 100px;
    padding-bottom: 70px;
}

.leftF form .txt {
    margin-bottom: 35px;
    font-size: 19px;
    font-weight: 300;
    font-stretch: condensed;
}

.timeF,
.adressF {
    margin-top: 30px;
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
    max-width: 240px;
    font-stretch: condensed;
}

.timeF .title,
.adressF .title {
    font-size: 22px;
    color: #989898;
    margin-bottom: 10px;
    display: block;
    font-stretch: condensed;
}

.timeF .txt,
.adressF .txt {
    margin-top: 5px;
    font-weight: 300;
    font-stretch: condensed;
}

.wrapCopyright {
    margin-top: 80px;
    font-size: 18px;
    color: #524B4D;
    line-height: 1.5;
    font-weight: 300;
    font-stretch: condensed;
}

.botMenu .title {
    color: #524B4D;
    font-weight: 300;
}

.wrapselect {
    border: 1px solid #DFE7EC;
    background: transparent;
    padding: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    position: relative;
    padding-right: 40px;
    padding-left: 20px;
    min-width: 190px
}

.wrapselect::-ms-expand {
    display: none;
}


/* okBlock */

.okBlock {
    background: url(../images/thrd.jpg) no-repeat top;
    min-height: 730px;
    position: relative;
}

.okBlock:before {
    content: '';
    background: url(../images/chel.png) center center/cover no-repeat;
    position: absolute;
    width: 915px;
    height: 700px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -320px;
    z-index: 0;
    transform: translateX(25%);
}

.okBlock .h1 {
    color: #fff;
    margin-top: 50px;
    margin-bottom: 0;
    position: relative;
    display: flex;
    justify-content: center;
}

.txtRomb {
    background: #FFC801;
    transform: rotate(45deg);
    width: 135px;
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: #000;
    position: absolute;
    bottom: -180px;
}

.txtRomb .txt {
    transform: rotate(-45deg);
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.txtRomb .txt .number {
    font-size: 56px;
}

.wrapOk {
    margin-top: 90px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 90px;
}

.nucOk {
    display: flex;
    align-items: center;
    font-size: 19px;
    gap: 40px;
    line-height: 1.1;
    color: #000;
    font-stretch: normal;
    font-weight: bold;
}

.wrapOk .nucOk:nth-child(2n) {
    justify-content: flex-end;
}

.wrapOk .nucOk:nth-child(2n+1) {
    justify-content: flex-start;
    text-align: right;
}

.nucOk .imgW img {
    transform: rotate(-45deg);
}

.nucOk .imgW {
    border: 1px solid #FFD026;
    transform: rotate(45deg);
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapOk .nucOk:nth-child(3) {
    justify-content: center;
}

.wrapOk .nucOk:nth-child(4) {
    justify-content: center;
}


/* conditionsBlock */

.conditionsBlock {
    background: url(../images/big.jpg) center center;
    min-height: 1130px;
    font-size: 19px;
}

.topconditions {
    margin-top: 250px;
    color: #fff;
    display: flex;
    gap: 120px;
    justify-content: space-between;
}

.leftTC {
    max-width: 290px;
    font-weight: 500;
    line-height: 1.2;
}

.rightTC {
    font-weight: 300;
    max-width: 640px;
    line-height: 1.5;
}

.rightTC p {
    margin-bottom: 20px;
    line-height: 1.2;
}

.leftTC .btnStyle {
    margin-top: 50px;
}

.btnStyle input {
    display: none;
}

.btnStyle {
    display: inline-flex;
    align-items: center;
    padding: 0 24px;
    background-color: #FFC801;
    font-size: 21px;
    color: #000;
    text-decoration: none;
    position: relative;
    clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
    transition: background-color 0.3s ease;
    font-weight: 400;
    cursor: pointer;
    height: 50px;
    margin: 0;
    font-stretch: condensed;
}

.btnStyle:hover {
    background-color: #ffe91e;
    text-decoration: none;
    color: #000;
}

.btnStyle1 {
    display: inline-flex;
    align-items: center;
    padding: 0 24px;
    background-color: #fff;
    font-size: 21px;
    color: #000;
    text-decoration: none;
    position: relative;
    clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
    transition: background-color 0.3s ease;
    font-weight: 400;
    cursor: pointer;
    height: 50px;
}

.btnStyle1:hover {
    background-color: #ffe91e;
    text-decoration: none;
    color: #000;
}

.botconditions {
    max-width: 480px;
    color: #fff;
    margin-top: 20px;
}

.botconditions .h1 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
}

.botconditions .txtBlock {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.2;
    padding-left: 20px;
    border-left: 1px solid;
    font-stretch: normal;
}

.botconditions .wrapInfo {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 50px;
    font-stretch: condensed;
}

.botconditions .wrapInfo .linfo {
    display: flex;
    flex-direction: column;
}

.botconditions .wrapInfo .linfo .phone {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}

.botconditions .wrapInfo .linfo span {
    font-size: 19px;
    font-weight: 300;
    line-height: 1;
}


/*  */

.galleryBlock {
    background: url(../images/chtr.jpg) no-repeat center;
}

.sliderGallery .slick-slide {
    margin: 0 30px;
    /* Половина от общего расстояния в 20px */
}

.sliderGallery .slick-slide img {
    width: 100%;
    height: auto;
    /* Чтобы изображение масштабировалось под слайд */
}

.sliderGallery .slick-list {
    padding: 0 50px;
    /* Чтобы центральные слайды правильно показывались с боковыми */
}

.arrowSlickContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 50px;
}

.slick-arrow {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 65px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 0;
    border: 1px solid #160D0F;
    transition: 0.5s;
}

.slick-arrow:hover {
    background: #ffe91e;
}


/* Левая стрелка (предыдущий слайд) */

.arrowSlickContainer .h1 {
    margin: 0;
    color: #fff;
}

.arrowSlick {
    display: flex;
    gap: 20px;
}

.arrowSlick .slick-next::before,
.arrowSlick .slick-next::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 15px;
    background-color: black;
}

.arrowSlick .slick-next::before {
    transform: rotate(-45deg);
    /* Наклоненная линия вверх вправо */
    left: 30px;
    top: 20px;
}

.arrowSlick .slick-next::after {
    transform: rotate(45deg);
    /* Наклоненная линия вниз вправо */
    left: 30px;
    bottom: 19px;
}


/* Правая стрелка (следующий слайд) */

.arrowSlick .slick-prev::before,
.arrowSlick .slick-prev::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 15px;
    background-color: black;
}

.arrowSlick .slick-prev::before {
    transform: rotate(45deg);
    /* Наклоненная линия вверх влево */
    right: 30px;
    top: 20px;
}

.arrowSlick .slick-prev::after {
    transform: rotate(-45deg);
    /* Наклоненная линия вниз влево */
    right: 30px;
    bottom: 19px;
}

.nucLink .more {
    background: url(../images/SVG/moreblack.svg) no-repeat left;
    padding-left: 40px;
    display: block;
    color: #1D1D1B;
    font-size: 19px;
    font-weight: 300;
    font-stretch: condensed;
}

.wrapLinks {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 50px;
    margin: 115px 0;
}

.nucLink img {
    width: 100%;
}

.nucLink:hover {
    color: #000;
}

.nucLink {
    position: relative;
    color: #000;
}

.nucLink .txtBlock {
    position: absolute;
    padding-top: 35px;
    padding-bottom: 20px;
    padding-left: 30px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    max-width: 225px;
}

.nucLink .txtBlock .title {
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    font-stretch: condensed;
}

.nucLink {
    border: 1px solid #FFC801;
}

.nucLink::before {
    content: '';
    position: absolute;
    top: 0;
    left: 30px;
    width: 10px;
    height: 7px;
    background-color: #FFC801;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    z-index: 1;
}

.homepage .wrapButContainer {
    display: none;
}

.wrapBut {
    display: flex;
    gap: 20px;
    flex-direction: row-reverse;
}

.wrapBut .nucButton img {
    height: 100%;
}

.wrapBut .nucButton {
    flex-direction: row-reverse;
    max-width: 100%;
    align-items: center;
    clip-path: none;
    padding: 10px 15px;
    background-color: #160D0E;
    justify-content: flex-start;
    gap: 10px;
    height: 50px;
}

.wrapBut .nucButton:last-child {
    background-color: #FFC801;
}

.wrapButContainer {
    margin: 20px 0;
    display: flex;
    margin-top: 40px;
}

.butBlock:before {
    content: '';
    background: url(/templates/template/images/insideTop-100.jpg);
    position: absolute;
    top: 0;
    height: 790px;
    width: 100%;
    z-index: -1;
}

.insidepage .servicesBlock {
    background: none;
}

.insidepage .h1 {
    text-align: left;
    margin-top: 0;
}

.insidepage .conditionsBlock:before {
    content: '';
    background: url(../images/big2-100.jpg) no-repeat;
    position: absolute;
    top: -200px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.insidepage .conditionsBlock {
    position: relative;
    background: none;
    min-height: auto;
    margin-top: -300px;
}

.insidepage .botconditions {
    margin-top: 400px;
    margin-bottom: 80px;
}

.component .h1,
.component h1 {
    text-align: left;
    margin-top: 65px;
}

.com-content-article__body {
    padding-bottom: 200px;
}

.wrapMaterial {
    display: flex;
    gap: 20px;
}

.tableBlock .title {
    font-family: "Bahnschrift";
    font-size: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

table {
    width: 100%;
    margin: 20px 0;
}

table td {
    padding: 7px 20px;
    border: 1px solid #393132;
    text-align: left;
}

table tbody tr:nth-child(odd) {
    background: #22191B;
}

table tbody tr:nth-child(even) {
    background: #31292A;
}

table thead tr th {
    background: #EB9F42;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    padding: 15px 20px;
    border: 1px solid;
}

table td.callback-toggle {
    cursor: pointer;
}

table td.callback-toggle:hover {
    text-decoration: underline;
}

.matSpec::before {
    content: '';
    background: url(../images/matspec-100.jpg);
    inset: 0;
    position: absolute;
    z-index: -1;
    height: 400px;
    top: -200px;
}

.matSpec {
    display: flex;
    justify-content: space-between;
    margin-top: 200px;
    margin-bottom: 200px;
    position: relative;
}

.matSpec .wrapInfo {
    display: flex;
    align-items: center;
    gap: 100px;
    padding-left: 20px;
    border-left: 1px solid #FFC801;
}

.matSpec .wrapInfo .linfo {
    display: flex;
    flex-direction: column;
}

.matSpec .wrapInfo .phone {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}

.matSpec .wrapInfo .btnStyle {
    height: 65px;
    min-width: 300px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.matSpec .title {
    font-size: 40px;
    max-width: 500px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
}

.rmat {
    position: relative;
}

.rmat:before {
    content: '';
    position: absolute;
    background: url(../images/image1f.png);
    width: 101px;
    height: 101px;
    left: -1px;
    top: -1px;
}

.rmat::after {
    content: '';
    position: absolute;
    background: url(../images/image2f.png);
    width: 101px;
    height: 101px;
    right: -2px;
    bottom: -1px;
}

.breadcrumbs {
    margin-top: 45px;
}

.breadcrumb {
    margin-bottom: 0;
}

.breadcrumbs span {
    font-size: 18px;
}

.breadcrumbs a {
    font-size: 18px;
}

.divider.icon-location.icon-fw {
    display: none;
}

.slideBanner .imgW img {
    object-fit: cover;
    width: 100%;
}

.topconditions p {
    font-stretch: normal;
}

@media screen and (max-width:1600px) {
    .okBlock:before {
        transform: translateX(+50%);
        width: 50%;
        height: 500px;
        bottom: -260px;
    }
}

@media screen and (max-width:1299px) {
    .bannerBlock .txtBlock {
        left: calc((100% - 1199px + 40px) / 2);
    }
    .wrapButtons {
        right: calc((100% - 1199px + 40px) / 2);
    }
    .wrapServices {
        gap: 20px;
        padding: 0 30px;
    }
    .nucServ .txt .title {
        font-size: 20px;
    }
    .nucServ .txt {
        padding: 20px;
    }
    .nucServ .more {
        font-size: 16px;
    }
    .okBlock:before {
        transform: translateX(+70%);
        width: 40%;
        height: 380px;
        bottom: -190px;
    }
    .servicesBlock {
        padding-bottom: 70px;
    }
}


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

@media screen and (min-width:1300px) {
    .wrapper .container {
        width: 1270px;
    }
}

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

@media screen and (max-width:1199px) {
    .matSpec {
        margin-bottom: 100px;
    }
    table thead tr th {
        font-size: 18px;
    }
    .matSpec .wrapInfo {
        flex-direction: column;
        gap: 30px;
    }
    .bannerBlock .txtBlock {
        left: calc((100% - 1024px + 70px) / 2);
    }
    .wrapButtons {
        right: calc((100% - 1024px + 70px) / 2);
    }
    .wrapHMT ul {
        gap: 10px;
    }
    .wrapHMT ul li::before {
        display: none;
    }
    .wrapHMT ul li a {
        font-size: 16px;
    }
    body {
        font-size: 16px;
    }
    .rH a {
        font-size: 20px;
    }
    .rH .linkStyle {
        font-size: 17px;
    }
    .wrapH .lH .logo img {
        height: auto;
        width: 150px;
    }
    .bannerBlock .title {
        font-size: 35px;
    }
    .bannerBlock .txt {
        font-size: 18px;
    }
    .bannerBlock .wrapExc {
        font-size: 20px;
    }
    .bannerBlock .txt {
        margin-bottom: 130px;
    }
    .slideBanner .imgW img {
        object-fit: cover;
        object-position: center top;
        width: 100%;
    }
    .nucLink .txtBlock .title {
        font-size: 20px;
    }
    .nucLink .more {
        font-size: 16px;
    }
    .wrapContacts .phone {
        font-size: 30px;
    }
    .wrapContacts .mail {
        font-size: 20px;
    }
    .timeF,
    .adressF {
        font-size: 16px;
    }
    .timeF .title,
    .adressF .title {
        font-size: 18px;
    }
    footer .botMenu ul li a {
        font-size: 18px;
    }
    .botMenu .title {
        font-size: 20px;
    }
    .h1,
    h1 {
        font-size: 35px;
    }
    .wrapF .leftF {
        width: auto;
    }
    .formISel .wrapselect {
        font-size: 16px;
    }
    .formISel input,
    .formISel textarea {
        font-size: 16px;
    }
    .btnStyle {
        font-size: 18px;
    }
    .wrapCopyright {
        font-size: 16px;
    }
    .botconditions .txtBlock {
        font-size: 20px;
    }
    .botconditions .wrapInfo .linfo .phone {
        font-size: 30px;
    }
    .btnStyle1 {
        font-size: 18px;
    }
    .rightTC {
        max-width: 100%;
        line-height: 1.2;
    }
    .nucOk {
        font-size: 18px;
    }
    .nucYp iframe {
        max-width: 400px;
    }
    /*  */
    .productList {
        padding: 10px;
        clip-path: polygon(35px 0, 100% 0, 100% calc(100% - 35px), calc(100% - 35px) 100%, 0 100%, 0 35px);
    }
    .productList .image {
        clip-path: polygon(35px 0, 100% 0, 100% calc(100% - 35px), calc(100% - 35px) 100%, 0 100%, 0 35px);
        padding: 40px;
    }
    .productList .image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .productList .image a {
        display: block;
    }
    .productList .name a {
        font-size: 21px;
        margin-top: 10px;
    }
    .productList .description {
        font-size: 14px;
    }
    .productList .extra_fields {
        font-size: 14px;
        margin: 10px 0;
    }
    .productList .btnStyle {
        height: 50px;
    }
}

@media screen and (max-width:991px) {
    img.mobile {
        display: block !important;
    }
    img.desc {
        display: none;
    }
    .wrapJshopProducts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
    .h1,
    h1 {
        margin-bottom: 30px;
    }
    .tableBlock .title {
        font-size: 30px;
    }
    .wrapMaterial {
        flex-direction: column-reverse;
    }
    .rmat img {
        width: 100%;
    }
    footer {
        padding-bottom: 0;
    }
    .wrapF {
        padding-top: 70px;
    }
    .wrapLinks {
        margin: 50px 0;
    }
    .arrowSlickContainer {
        padding-top: 50px;
    }
    .servicesBlock {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .conditionsBlock {
        padding-bottom: 50px;
    }
    .insidepage .conditionsBlock {
        margin-top: 0;
    }
    .insidepage .botconditions {
        margin-top: 0;
        margin-bottom: 0px;
    }
    .nucButton span {
        display: none;
    }
    .bannerBlock .txtBlock {
        left: calc((100% - 750px + 30px) / 2);
    }
    .wrapButtons {
        right: calc((100% - 750px + 30px) / 2);
    }
    .wrapH .lH .logo::before {
        display: none;
    }
    .wrapH .lH {
        gap: 20px;
    }
    .nucButton {
        padding: 20px;
    }
    .nucServ .txt .title br {
        display: none;
    }
    .nucServ .txt .title {
        font-size: 20px;
    }
    .nucServ .txt {
        padding: 20px;
    }
    .okBlock .h1 {
        margin-top: 0px;
    }
    .txtRomb .txt .number {
        font-size: 40px;
    }
    .txtRomb {
        width: 120px;
        height: 120px;
        bottom: -150px;
        font-size: 16px;
    }
    .okBlock:before {
        display: none;
    }
    .wrapOk {
        margin-top: 200px;
        gap: 80px
    }
    .nucOk:nth-child(6) {
        width: 100%;
        align-items: center;
    }
    .nucOk:nth-child(5) {
        display: none;
    }
    .wrapOk .nucOk:nth-child(3) {
        flex-direction: row-reverse;
    }
    .wrapOk .nucOk:nth-child(2n+1) {
        flex-direction: row-reverse;
    }
    .topconditions {
        margin-top: 100px;
        gap: 50px;
    }
    .botconditions .h1 {
        margin-bottom: 20px;
    }
    .conditionsBlock {
        min-height: auto;
        padding-bottom: 100px;
    }
    .nucLink .txtBlock {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    .wrapLinks {
        gap: 20px;
    }
    .nucLink .txtBlock .title {
        font-size: 16px;
    }
    .nucLink .txtBlock .title br {
        display: none;
    }
    .nucLink .more {
        background: none;
        padding-left: 0;
    }
    .wrapOk .nucOk:nth-child(4) {
        justify-content: flex-end;
        text-align: right;
    }
    .botMenu {
        display: none;
    }
}

.header__burger {
    display: none;
}

@media screen and (max-width:767px) {
    .wrapOk .nucOk:nth-child(2n+1) {
        flex-direction: column-reverse;
        text-align: center;
    }
    .wrapOk .nucOk:nth-child(2n) {
        flex-direction: column;
        text-align: center;
    }
    table thead tr th {
        padding: 10px;
        font-size: 15px;
    }
    table td {
        padding: 5px 10px;
    }
    .matSpec {
        gap: 40px;
        align-items: center;
    }
    .wrapBut .nucButton {
        padding: 10px;
    }
    .servicesBlock {
        padding-top: 20px;
    }
    .wrapServices {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .bannerBlock .txt {
        margin-bottom: 100px;
    }
    .slick-arrow {
        width: 40px;
        height: 40px;
    }
    .arrowSlick .slick-next::before,
    .arrowSlick .slick-next::after {
        width: 2px;
        height: 10px;
    }
    .arrowSlick .slick-next::after {
        left: 20px;
        bottom: 11px;
    }
    .arrowSlick .slick-next::before {
        left: 20px;
        top: 11px;
    }
    .arrowSlick .slick-prev::before {
        right: 20px;
        top: 11px;
    }
    .arrowSlick .slick-prev::after {
        right: 20px;
        bottom: 11px;
    }
    .arrowSlick .slick-prev::before,
    .arrowSlick .slick-prev::after {
        width: 2px;
        height: 10px;
    }
    .wrapF {
        gap: 40px;
    }
    .wrapHMT.active {
        display: flex;
        transform: translateX(0);
        overflow: auto;
    }
    .wrapHMT {
        position: fixed;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100vw;
        transform: translateX(-100%);
        transition: .4s;
        display: flex;
        background: #fff;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        padding: 50px;
        padding-bottom: 40px;
    }
    .bannerBlock .txtBlock {
        left: 20px;
    }
    .wrapButtons {
        right: 20px;
    }
    .bannerBlock .txtBlock {
        max-width: 100%;
        justify-content: flex-start;
    }
    .slideBanner .imgW img {
        height: 650px;
    }
    .h1,
    h1 {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .servicesBlock {
        padding-bottom: 80px;
    }
    .topconditions {
        margin-top: 70px;
    }
    .botconditions {
        max-width: 100%;
    }
    .conditionsBlock {
        padding-bottom: 50px;
    }
    .arrowSlickContainer {
        padding-top: 50px;
    }
    .wrapF {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .header__burger {
        width: 30px;
        height: 20px;
        min-width: 30px;
        position: relative;
        z-index: 1000;
        display: block;
    }
    .header__burger::before,
    .header__burger::after {
        content: '';
        background-color: #FFC801;
        position: absolute;
        width: 100%;
        min-width: 100%;
        height: 2px;
        left: 0;
        transition: all 0.3s ease 0s;
    }
    .header__burger::before {
        top: 0;
    }
    .header__burger span {
        position: absolute;
        background-color: #FFC801;
        left: 0;
        width: 100%;
        height: 2px;
        top: 9px;
        transition: all 0.3s ease 0s;
    }
    .header__burger::after {
        bottom: 0;
    }
    .header__burger.active::before {
        transform: rotate(45deg);
        top: 9px;
    }
    .header__burger.active span {
        display: none;
    }
    .header__burger.active::after {
        transform: rotate(-45deg);
        bottom: 9px;
    }
    .wrapHMT ul li a {
        color: #160D0E;
        font-size: 40px;
    }
    .wrapHMT ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        max-width: 100%;
        padding-top: 20px;
    }
    .addresBlock {
        font-size: 20px;
        align-items: center;
        margin-top: 50px;
        line-height: 1;
    }
}

@media screen and (max-width:675px) {
    .wrapYp {
        flex-direction: column;
    }
    .wrapYp .nucYp {
        width: 100%;
    }
    .nucYp iframe {
        width: 100%;
    }
}

@media screen and (max-width:640px) {
    .wrapF .leftF {
        display: none;
    }
    .formISel .inputs {
        grid-template-columns: repeat(1, 1fr);
    }
    .wrapF .rightF {
        width: 100%;
    }
    .wrapContacts {
        margin-top: 60px;
        width: 100%;
    }
    .wrapContacts .phone {
        font-size: 42px;
    }
    .wrapContacts .mail {
        font-size: 30px;
    }
    .timeF .title,
    .adressF .title {
        font-size: 22px;
    }
    .timeF,
    .adressF {
        font-size: 22px;
    }
    .wrapCopyright {
        font-size: 18px;
        display: block;
    }
    .wrapCopyright {
        font-size: 18px;
        margin-top: 50px;
    }
    .wrapCopyright br {
        display: none;
    }
    .timeF,
    .adressF {
        max-width: 100%;
    }
    .wrapF {
        padding-bottom: 20px;
    }
    .sliderGallery .slick-slide {
        margin: 0 20px;
    }
    .sliderGallery .slick-slide img {
        width: 100%;
        height: auto;
    }
    .sliderGallery .slick-list {
        padding: 0;
    }
    .topconditions {
        gap: 10px;
    }
    .wrapLinks {
        width: 800px;
    }
    .linkBlocks {
        overflow: auto;
    }
    .callback-modal__form {
        padding: 30px;
    }
    .wrapServices {
        padding: 0 15px;
        gap: 10px;
    }
    .nucButton {
        padding: 10px;
    }
    .nucButton img {
        width: 35px;
        height: 35px;
    }
}

@media screen and (max-width:600px) {
    .breadcrumbs {
        margin-top: 25px;
    }
    .component .h1,
    .component h1 {
        margin-top: 35px;
    }
    .com-content-article__body {
        padding-bottom: 50px;
    }
    .wrapContacts .phone {
        font-size: 25px;
    }
    .matSpec {
        flex-direction: column;
        margin-top: 50px;
        align-items: flex-start;
    }
    .matSpec .title {
        font-size: 25px;
    }
    .matSpec .wrapInfo .phone {
        font-size: 25px;
    }
    .matSpec .wrapInfo .linfo {
        width: 100%;
    }
    .matSpec .wrapInfo {
        gap: 10px;
    }
    .wrapTable {
        overflow: auto;
    }
    .wrapTable table {
        width: 700px;
    }
    .nucServ .txt .title {
        font-size: 32px;
    }
    .nucServ .more {
        font-size: 21px;
    }
    .topconditions {
        flex-direction: column;
    }
    .leftTC {
        max-width: 100%;
    }
    .leftTC .btnStyle {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .botconditions {
        margin-top: 40px;
    }
    .callback-modal {
        padding: 30px;
    }
    .bannerBlock .txt {
        margin-bottom: 50px;
    }
    .nucOk {
        gap: 20px;
    }
    .nucOk {
        font-size: 14px;
    }
    .nucOk .imgW {
        width: 50px;
        height: 50px;
        padding: 5px;
    }
    .nucOk .imgW img {
        max-width: 100%;
    }
    .wrapOk {
        gap: 20px;
    }
    .okBlock {
        min-height: auto;
        padding-bottom: 40px;
    }
    .wrapServices {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .matSpec {
        margin-bottom: 50px;
    }
    .callback-modal__form {
        padding: 10px;
    }
    .callback-modal__form {
        clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
    }
    .callback-modal {
        padding: 15px;
        clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
        max-width: 320px;
        position: relative;
    }
    .callback-modal .h1 {
        font-size: 24px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .callback-modal .txt {
        font-size: 14px;
    }
    .formISel input,
    .formISel textarea {
        font-size: 14px;
    }
    .formISel input,
    .formISel textarea {
        padding: 10px;
    }
    .formISel textarea {
        min-height: 80px;
    }
    .botLineMF {
        flex-direction: column;
    }
    .wrapLabel span {
        font-size: 14px;
    }
    .wrapLabel span a {
        font-size: 14px;
    }
    .addresBlock {
        margin-top: 20px;
    }
    .bannerBlock .title {
        font-size: 30px;
    }
}

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





    .wrapJshopProducts {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .bannerBlock .txtBlock {
        position: relative;
        left: 0;
        top: 0;
        z-index: 1;
        padding:100px 15px 15px;
    }
    .bannerBlock .imgW{
        position: absolute;
        inset: 0;
    }
    .nucExc {
        gap: 10px;
    }
    .bannerBlock .wrapExc {
        font-size: 15px;
    }
    .nucExc img {
        height: auto;
        width: 35px;
    }
    .botconditions .wrapInfo .linfo .phone {
        font-size: 20px;
    }
    .wrapHMT ul li a {
        font-size: 30px;
    }
    .wrapHMT ul {
        gap: 15px;
    }
    .txtRomb {
        width: 100px;
        height: 100px;
        bottom: -130px;
        font-size: 14px;
    }
    .txtRomb .txt .number {
        font-size: 30px;
    }
    .sliderGallery .slick-slide {
        margin: 0 10px;
    }
    .slideBanner .imgW img {
        height: 100%;
    }
    .nucServ .txt .title {
        font-size: 28px;
    }
    .nucServ .more {
        font-size: 20px;
        padding-left: 25px;
        background-size: 15px;
    }
    .nucServ .txt {
        padding: 15px;
    }
    body p {
        font-size: 16px;
    }
    .botconditions .wrapInfo {
        justify-content: space-between;
    }
    .elementBlock .rmat a {
        min-width: auto;
        min-height: auto;
    }
}

@media screen and (max-width:425px) {
    .bannerBlock .title {
        font-size: 25px;
    }
    .bannerBlock .txt {
        font-size: 14px;
    }
    .h1,
    h1 {
        font-size: 25px;
    }
    .wrapContacts .phone {
        font-size: 25px;
    }
    .wrapContacts .mail {
        font-size: 20px;
    }
    .botconditions .txtBlock {
        font-size: 16px;
    }
    .wrapHMT ul li a {
        font-size: 25px;
    }
    .servicesBlock {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .topconditions {
        margin-top: 50px;
    }
    .botconditions {
        margin-top: 20px;
    }
    .wrapLinks {
        margin: 50px 0;
    }
    .servicesBlock {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

@media screen and (max-width:400px) {
    .wrapContacts .phone {
        font-size: 20px;
    }
    .wrapContacts .mail {
        font-size: 16px;
    }
    .timeF .title,
    .adressF .title {
        font-size: 18px;
    }
    .timeF,
    .adressF {
        font-size: 16px;
    }
    .wrapCopyright {
        font-size: 14px;
        margin-top: 50px;
    }
    .rH a {
        font-size: 14px;
    }
    .rH .linkStyle {
        font-size: 14px;
        padding-left: 25px;
    }
    .matSpec .wrapInfo .btnStyle {
        min-width: 100%;
        height: 50px;
    }
}

@media screen and (max-width:370px) {
    .botconditions .wrapInfo {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-top: 29px;
    }
    body p {
        font-size: 14px;
    }
    .botconditions .txtBlock {
        font-size: 14px;
    }
    .wrapH .lH .logo img {
        height: auto;
        width: 120px;
    }
    header {
        padding: 10px 0;
    }
    .bannerBlock .txtBlock {
        padding-top: 80px;
    }
    .addresBlock {
        font-size: 15px;
    }
}

@media screen and (max-width:360px) {
    .bannerBlock .title {
        font-size: 20px;
    }
    .h1,
    h1 {
        font-size: 20px;
    }
    .btnStyle1 {
        font-size: 16px;
    }
    .btnStyle {
        font-size: 16px;
    }
    .wrapHMT ul li a {
        font-size: 20px;
    }
    .wrapHMT ul {
        gap: 10px;
    }
}