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

@font-face {
    font-family: 'Grafita';
    src: url(../fonts/GrafitaSpecial.otf) format('truetype');
}

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

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

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

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

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

@font-face {
    font-family: "Suisse Intl";
    src: url(../fonts/SuisseIntl-Light.otf) format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: "Suisse Intl";
    src: url(../fonts/SuisseIntl-UltralightItalic.otf) format('truetype');
    font-weight: 275;
}

:root {
    --fz20: 20px;
}

body {
    color: #000;
    font-size: 16px;
    font-family: 'Inter';
    font-style: normal;
}

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

.h1,
h1 {
    color: #000;
    text-align: center;
    font-family: 'Impact';
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
}

.h2,
h2 {
    color: #000;
    text-align: center;
    font-family: 'Impact';
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
}

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

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

.wrapLabel span {
    font-weight: 200;
    padding-left: 25px;
    font-size: 13px;
    display: block;
    position: relative;
}

.wrapLabel span a {
    color: #ef5e07;
}

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

.wrapLabel span:after {
    position: absolute;
    width: 8px;
    height: 8px;
    left: 4px;
    top: calc(50% - 4px);
    content: '';
    background: #dd6a1c;
    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;
}

a {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: 0.3s;
    background: #FC8230;
}

.btn:hover {
    background: #FA9846;
}

.btn:hover svg {
    margin-right: 11px;
}

.btn:hover .btnTxt {
    padding-right: 23px;
}

.btn svg {
    transition: 0.3s;
    margin-right: 14px;
}

.btnTxt {
    color: #FFF;
    text-align: center;
    font-family: 'InterB';
    font-size: var(--fz20);
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    padding: 12px 14px;
    transition: 0.3s;
}

#mxcpr {
    display: none !important;
}

header {
    position: relative;
}

.breadcrumbs {
    margin: 30px 0;
}

.float-start {
    display: none;
}

.breadcrumbs .container {
    padding-left: 0;
}

.breadcrumb {
    display: flex;
    gap: 10px;
    padding-left: 0 !important;
    flex-wrap: wrap;
}

.breadcrumb li {
    list-style-type: none;
}

.breadcrumb li span {
    color: #575757;
    text-align: center;
    font-family: 'Inter';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
    padding: 8px 28px 8px 14px;
    background: #DDD;
    position: relative;
}

.breadcrumb li.active span {
    background: #FC8230;
    color: #FFF;
}

.breadcrumb li span::after {
    content: "";
    mask: url(/templates/template/images/svg/breadcrumbMarker.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 4px;
    height: 6px;
    mask-composite: exclude;
    background: #575757;
}

.breadcrumb li.active span::after {
    background: #fff;
}


/* header */

.hamburger {
    width: 40px;
    height: 22px;
    position: absolute;
    right: 60px;
    top: 60px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: end;
    cursor: pointer;
}

.hamburger-line {
    width: 40px;
    height: 2px;
    display: block;
    background: #fff;
    transition: 0.6s;
    position: relative;
    rotate: 0;
}

.hamburger-line:nth-child(2) {
    width: 30px;
}

.hamburger.active .hamburger-line:nth-child(1) {
    width: 0;
}

.hamburger.active .hamburger-line:nth-child(2) {
    rotate: -45deg;
    width: 40px;
    top: 5px;
}

.hamburger.active .hamburger-line:nth-child(3) {
    rotate: 45deg;
    top: -5px;
}

.hamburger.active .hamburger-line {
    background: #000;
}

.menuBlock {
    position: absolute;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(17px);
    top: 40px;
    right: -640px;
    z-index: 9;
    padding: 20px;
    padding-top: 60px;
    text-align: end;
    transition: 0.3s;
}

.menuBlock.active {
    right: 40px;
}

.menuBlock ul li a {
    font-weight: 500;
    color: #000;
}

.menuBlock .hr {
    opacity: 0.5;
    background: #000;
    height: 1px;
    margin: 15px 0;
}

.wrapMenuContacts {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    gap: 20px;
}

.menuSocial {
    display: flex;
    gap: 10px;
}

.menuBlock .btn {
    border-radius: 6px;
    width: 100%;
}

.menuEmail img,
.menuPhone img {
    padding-right: 6px;
}

.darkBG {
    transition: 0.3s;
    position: absolute;
    background: rgba(0, 0, 0, 0.0);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


/* top banner */

.topBanner {
    width: 100%;
    min-height: 100vh;
    max-height: 900px;
    background: url("../images/topBannerBG.jpg") no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    position: relative;
    padding-top: 33vh;
    gap: 6vh;
}

.topBannerLogo {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    height: 100%;
}

.companyName {
    width: 68vh;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    /* margin-top: 160px;
    margin-bottom: 106px; */
}

.companyName img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.companyName svg {
    position: absolute;
    left: 0;
    top: 0;
}

.nameSubStr {
    color: #FFF;
    font-family: 'Grafita';
    font-size: 35.432px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.wrapMenu ul li {
    position: relative;
}

.wrapMenu ul li::after {
    content: " ";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 1px;
    transition: 0.3s;
    background: #000;
    right: 0;
}

.wrapMenu ul li:hover::after {
    width: 70%;
}


/* products */

.products {
    padding: 130px 0;
}

.products .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.productsSlider {
    padding: 60px 0 30px;
    display: flex;
    gap: 20px;
}

.productsSlide {
    width: 25%;
    max-height: 400px;
    height: auto;
    overflow: hidden;
    position: relative;
}

.shadowBG {
    position: absolute;
    z-index: 2;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

.productsSlide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    scale: 1;
    transition: 0.3s;
}

.productsSlide:hover img {
    scale: 1.1;
}

.productsSlide svg {
    position: relative;
    z-index: 2;
}

.productsName {
    position: relative;
    z-index: 2;
    color: #FFF;
    text-align: start;
    font-size: var(--fz20);
    font-weight: 400;
    line-height: 24px;
    /* 120% */
    text-transform: uppercase;
}

.productsSlideCnt {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: -65px;
    align-items: center;
}


/* products end*/


/* advant */

.advant {
    background: #F1F1F1;
    padding: 90px 0;
}

.advantCnt {
    display: flex;
    gap: 20px;
    padding-top: 60px;
}

.advantElem {
    max-width: 295px;
    text-align: center;
    color: #000;
    font-weight: 300;
    background: #FFF;
    position: relative;
    padding: 30px 15px;
    /* height: 338px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.advantNumb {
    font-size: 14px;
    line-height: 18px;
    text-align: end;
    position: absolute;
    right: 20px;
    top: 20px;
}

.advantName {
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    padding-top: 20px;
}

.advantDisc {
    font-size: 14px;
    line-height: 1.1;
}


/* advant end*/


/* dial */

.dial {
    padding: 130px 0 201px;
}

.dialImgBlock {
    display: flex;
    justify-content: center;
    align-items: start;
}

.dialImgElem {
    position: relative;
    width: 50%;
}

.dialImg {
    max-width: 400px;
}

.dialImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.quote {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
    position: absolute;
    right: 0;
    bottom: -71px;
    background: #383838;
    width: 315px;
    height: 200px;
}

.quoteTxt {
    color: #FFF;
    font-size: var(--fz20);
    font-weight: 300;
    line-height: 1.2;
    padding: 20px 47px 0 20px;
}

.quoteImg {
    padding: 0 10px 10px 0;
}

.dialFormElem {
    width: 50%;
    display: flex;
    justify-content: end;
}

.dialFormElem form {
    display: flex;
    flex-direction: column;
}

.dialFormElem form>input::placeholder {
    color: #7D7D7D;
    font-size: var(--fz20);
    font-weight: 300;
    line-height: 1.1;
    text-transform: uppercase;
    opacity: 1;
}

.dialFormElem form>input {
    max-height: 32px;
    color: #7D7D7D;
    font-size: var(--fz20);
    font-weight: 300;
    line-height: 1.1;
    text-transform: uppercase;
    border: none;
    border-bottom: 1px solid #000;
}

.dialFormElem form>input:focus-visible {
    outline: none;
    -moz-appearance: none;
    border: none;
    border-bottom: solid 2px #000;
}

.mask-tel-rus {
    margin-bottom: 20px;
}

.dialFormElemCnt {
    max-width: 505px;
    align-items: start;
    display: flex;
    flex-direction: column;
}

.dialFormElemCnt .h1,
.dialFormElemCnt h1 {
    margin-bottom: 60px;
}

.dialDisc {
    width: 505px;
    color: var(--, #000);
    font-size: 26px;
    font-weight: 300;
    line-height: 1.35;
    letter-spacing: 0.78px;
    margin-bottom: 40px;
}

.checkboxBlock {
    display: flex;
    align-items: start;
    gap: 5px;
    position: relative;
}

.checkboxTxt {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.28px;
}

.checkboxTxt::before {
    content: "";
    position: absolute;
    z-index: 2;
}

.custom-checkbox {
    position: relative;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox+label::before {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    content: '';
    border: 2px solid #000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
}

.custom-checkbox:checked+label::before {
    content: url(../images/svg/confirm.svg);
    text-align: center;
}

.checkboxTxt a {
    color: #000;
}

.confirm {
    display: flex;
    gap: 50px;
}

.submitBlock {
    padding-top: 30px;
}

.submitBtn {
    font-family: 'InterB';
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FC8230;
    display: inline-flex;
    color: #FFF;
    text-align: center;
    font-size: var(--fz20);
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
    padding: 12px 14px;
    border: none;
    transition: 0.3s;
}

.dial .submitBtn:hover {
    background: #FA9846;
}


/* dial end */


/* background block */

.BGBlock {
    position: relative;
}

.BGBlock .BGBlockLogo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    max-width: 150px;
    width: 10vw;
}

.BGBlock img {
    width: 100%;
}


/* numb */

.numbBlock {
    padding: 130px 0 84px;
}

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

.numbElem {
    display: flex;
    padding: 16px 20px;
    border: 1px solid rgba(0, 0, 0, 0.30);
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 25%;
}

.numb {
    opacity: 0.5;
    color: #FC8230;
    font-family: 'InterB';
    font-size: 120px;
    font-weight: 700;
    line-height: 1.1;
}

.numbDisc {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.3;
    text-transform: uppercase;
}


/* numb end */


/* footer */

.footer {
    /* background: lightgray 0px -222.528px / 100% 230.114% no-repeat; */
    background: url('/templates/template/images/footerBG.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
}

.footer .container {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 62px 0 57px;
}

.abImgFooter {
    position: absolute;
    bottom: 0;
    left: -130px;
}

.modalF .abImgFooter {
    left: 220px;
}

.footerMenu {
    margin-top: 22px;
    display: flex;
    flex-direction: column;
}

.footerMenuLabel {
    color: #000;
    font-family: 'InterR';
    font-size: 26px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footerMenuElem {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.87;
    text-transform: uppercase;
    position: relative;
}

.footerMenuElem::after {
    content: " ";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 1px;
    transition: 0.3s;
    background: #000;
    left: 0;
}

.footerMenuElem:hover::after {
    width: 100%;
}

.footerFormLabel {
    color: #000;
    font-family: 'InterR';
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footerFormBlock {
    width: 50%;
    margin-top: 22px;
    position: relative;
    z-index: 2;
}

.footerFormBtn {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    display: flex;
    width: 220px;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    border: none;
    border-bottom: 1px solid #000;
    background: none;
    text-transform: uppercase;
    text-align: start;
}

.footer form {
    width: 580px;
}

.footer form>input::placeholder {
    color: #000;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    opacity: 1;
}

.footer form>input {
    display: flex;
    align-items: center;
    gap: 10px;
    border: none;
    border-bottom: solid 1px #000;
    border-radius: 1px;
    color: #000;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: 50px;
    background: none;
    width: 100%;
}

.footer form>input:focus-visible {
    outline: none;
    -moz-appearance: none;
    border: none;
    border-bottom: solid 2px #000;
}

.footer .checkboxTxt {
    color: #000;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.16px;
    max-width: 301px;
    opacity: 0.6;
}

.custom-checkbox2 {
    position: relative;
    z-index: -1;
    opacity: 0;
    margin-right: 16px;
}

.custom-checkbox2+label::before {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    content: '';
    border: 2px solid #000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
}

.custom-checkbox2:checked+label::before {
    content: url(../images/svg/confirm2.svg);
    text-align: center;
}

.footer .custom-checkbox2+label::before {
    width: 20px;
    height: 20px;
    opacity: 0.6;
    border-radius: 0;
    border-width: 1px;
    top: 50%;
    transform: translateY(-50%);
}

.footerBtnBlock {
    position: relative;
}

.footerBtnBlock svg {
    position: absolute;
    right: 10px;
    bottom: 25px;
    transition: 0.3s;
}

.footerBtnBlock:hover svg {
    rotate: 45deg;
}

.contactName .h1,
.contactName h1 {
    margin-bottom: 20px;
}

.contactName ul {
    padding: 0;
    margin: 0;
    z-index: 10;
    position: relative;
}

.contactName ul li a {
    color: #000;
    z-index: 10;
    position: relative;
    margin-left: 10px;
    line-height: 1.87;
}

.contactName ul li a::after {
    content: " ";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 1px;
    transition: 0.3s;
    background: #000;
    left: 0;
}

.contactName ul li a:hover::after {
    width: 100%;
}

.copyright {
    position: absolute;
    width: 100%;
    bottom: 57px;
}

.footer .copyright .container {
    padding: 0;
    flex-direction: column;
    gap: 4px;
}

.copyright a {
    color: var(--Dark-grey, #BABCC3);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    transition: 0.3s;
    width: fit-content;
}

.copyright a:hover {
    color: #65676E;
}


/* footer end */


/* inside page */

.insidepage header {
    max-height: 430px;
}

.insidepage .topBanner {
    min-height: 0;
    height: 430px;
    max-height: 430px;
    padding: 0;
}

.insidepage .companyName {
    top: 50%;
    transform: translateY(-50%);
    width: 540px;
}

.insidepage .topBanner .callback-toggle {
    display: none;
}

#comjshop {
    padding: 130px 0;
}

#comjshop.productfull {
    padding-top: 0;
}

#comjshop .h1,
#comjshop h1 {
    margin-bottom: 30px;
}

.jshop_list_product .product .name {
    font-family: "Suisse Intl";
    font-size: var(--fz20);
    font-style: normal;
    font-weight: 300;
    line-height: 1.1;
    /* 120% */
    text-transform: capitalize;
    margin-bottom: 10px;
}

.jshop_list_product .product .name a {
    color: #000;
}

.jshop_list_product .product .jshop_price,
.prod_price span {
    color: #000;
    font-family: "Suisse Intl";
    font-size: 16px;
    /* font-style: italic; */
    font-weight: 275;
    line-height: 1;
    /* 437.5% */
    text-transform: capitalize;
}

.prod_price {
    margin-bottom: 20px;
}

.productfull #block_price {
    color: #000;
    font-size: 30px;
}

.jshop_list_product .product .image {
    margin-bottom: 20px;
    max-height: 380px;
    overflow: hidden;
}

.jshop_list_product .product .description {
    padding: 0;
}

.btn.button_detail {
    font-size: 0;
    position: relative;
    background: url(/templates/template/images/svg/arrowProduct.svg) no-repeat center center;
    width: 25px;
    height: 22px;
    margin: 0;
    transition: 0.3s;
}

.nucProduct:hover .btn.button_detail {
    animation: arrow-1 1.5s linear infinite;
}

@keyframes arrow-1 {
    0% {
        margin-right: 0;
    }
    50% {
        margin-right: 10px;
    }
    100% {
        margin-right: 0;
    }
}


/* .jshop_list_product .product .buttons a {
    margin: 0;
} */

.h2.catName,
h2.catName {
    width: fit-content;
    margin-bottom: 30px;
    margin-top: 60px;
}

.wrapProduct {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.nucProduct {
    width: 23%;
}

.nucProduct a {
    overflow: hidden;
}


/*  */


/*  */

.nucProduct img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
    scale: 1;
}

.nucProduct img:hover {
    scale: 1.1;
}

.image_block a {
    display: block;
}

.jshop_list_product .image_block {
    width: 100%;
}

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

.jshop_list_product .product .name,
.jshop_list_product .product .jshop_price {
    text-align: start;
}


/* inside product */

.productfull {
    padding: 30px 0;
}

.productfull .image_thumb_list .sblock0 {
    width: 111px;
    height: 111px;
    margin: 0 10px;
}

.productfull .image_thumb_list .sblock0 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productfull .jshop_oiproduct {
    margin: 0;
    padding: 0;
}

.productfull .image_middle {
    /* max-width: 505px;
    max-height: 362px; */
    max-width: 370px;
    max-height: 430px;
    width: 100%;
    height: 100%;
    margin: 0 auto 15px;
}

.productfull .image_middle span,
.productfull .image_middle a {
    display: block;
    width: 100%;
    height: 100%;
}

.productfull .image_middle a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wrapProductBlock {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
}

.productPhotoBlock {
    width: 370px;
    padding: 0;
    margin-right: 10%;
}

.productTxtBlock {
    width: 100%;
    max-width: 720px;
    flex-shrink: unset;
    max-height: 362px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    align-items: start;
}

#comjshop .productTxtBlock h1,
#comjshop .productTxtBlock .h1 {
    text-align: start;
    margin-bottom: 10px;
}

div.jshop_prod_description {
    padding: 0;
}

.productTxtBlock p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    /* 133.333% */
}

#list_product_image_thumb {
    /* max-width: 505px; */
}

.productImgThumbSlider {
    width: 100%;
}

.slider-nav {
    width: 100%;
    min-width: 0;
}

.sliderNavArrow {
    padding: 12px 14px;
    border: 1px solid #FC8230;
    display: flex !important;
    cursor: pointer;
}

.sliderNavArrow.prev {
    transform: scale(-1, 1);
}

.sliderNavArrow svg {
    position: relative;
    z-index: 20;
    height: 14px;
    width: 8px;
}

.slider-for,
.slider-for .slick-track,
.slider-for .slick-list {
    height: 100%;
}

.slider-for img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.imgSliderBlock {
    display: flex;
    align-items: center;
    gap: 20px;
}


/* modal window */

.modalF {
    position: relative;
    background: url('/templates/template/images/footerBG.jpg') no-repeat center center;
    background-size: cover;
    max-width: 750px;
    padding: 30px;
    margin: 0 auto;
    border-radius: 10px;
    border: none;
    overflow: hidden;
}

.modalF textarea {
    resize: none;
    max-height: 90px;
    padding: 0;
    margin-top: -6px;
}

.modalF form {
    max-width: 580px;
    width: 100%;
}

.modalF form>input::placeholder,
.modalF form>textarea::placeholder {
    color: #000;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    opacity: 1;
}

.modalF form>input,
.modalF form>textarea {
    display: flex;
    align-items: center;
    gap: 10px;
    border: none;
    border-bottom: solid 1px #000;
    border-radius: 1px;
    color: #000;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: 50px;
    background: none;
    width: 100%;
}

.modalF .footerFormBlock {
    width: 100%;
}

.modalF form>input:focus-visible,
.modalF form>textarea:focus-visible {
    outline: none;
    -moz-appearance: none;
    border: none;
    border-bottom: solid 2px #000;
}

.modalF .checkboxTxt {
    color: #000;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.16px;
    max-width: 301px;
    opacity: 0.6;
}

.modalF .custom-checkbox2+label::before {
    width: 20px;
    height: 20px;
    opacity: 0.6;
    border-radius: 0;
    border-width: 1px;
    top: 50%;
    transform: translateY(-50%);
}

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

.contactsWrap a {
    color: #ff9900;
}

.nameAndPrice {
    max-width: 80%;
}


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

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

@media screen and (max-width:1400px) {
    .h1,
    h1 {
        font-size: 35px;
    }
    .h2,
    h2 {
        font-size: 28px;
    }
     :root {
        --fz20: 16px;
    }
    /* forms button */
    .btnTxt {
        /* font-size: 16px; */
        padding: 10px 12px;
    }
    .submitBtn {
        /* font-size: 16px; */
        padding: 10px 12px;
    }
    /* advantages */
    .advant {
        padding: 50px 0;
    }
    .advantCnt {
        padding-top: 30px;
    }
    .advantName {
        font-size: 20px;
        line-height: 1.2;
    }
    /* numb block */
    .numbBlock {
        padding: 70px 0 64px;
    }
    .numbElem {
        gap: 0;
    }
    .numbDisc {
        font-size: 20px;
    }
    .numb {
        font-size: 101px;
    }
    /* product */
    .products {
        padding: 70px 0;
    }
    .productsSlider {
        padding: 30px 0 30px;
    }
    .productsSlide svg {
        width: 24px;
    }
    /* dial */
    .dial {
        padding: 70px 0 150px;
    }
    .dialDisc {
        font-size: 22px;
    }
    .dialImg {
        max-width: 360px;
    }
    .quote {
        width: 275px;
        height: 160px;
        bottom: -60px;
        right: 20px;
    }
    /* footer */
    .footerMenuLabel,
    .footerFormLabel {
        font-size: 22px;
    }
    /* inside page header*/
    .insidepage .companyName {
        width: 380px;
        top: 90px;
        transform: unset;
    }
    /* inside page catalog */
    #comjshop {
        padding: 50px 0;
    }
    .h2.catName,
    h2.catName {
        margin-top: 40px;
        margin-bottom: 15px;
    }
    .jshop_list_product .product .image {
        max-height: 330px;
    }
}

@media screen and (max-width:1300px) {
    #comjshop {
        padding: 90px 0;
    }
}

.advantElemCnt img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 110px;
}

@media screen and (max-width:1199px) {
    .h1,
    h1 {
        font-size: 32px;
    }
    .h2,
    h2 {
        font-size: 27px;
    }
    .productfull #block_price {
        font-size: 25px;
    }
    .advantName {
        font-size: 18px;
    }
    .dialDisc {
        font-size: 20px;
    }
    /* products */
    .productsSlider {
        flex-wrap: wrap;
        justify-content: center;
    }
    .productsSlide {
        width: 37%;
    }
    /* numb */
    .numb {
        font-size: 90px;
    }
    .numbDisc {
        font-size: 18px;
    }
    /* footer */
    .footer form {
        width: 100%;
    }
    .footerBtnBlock svg {
        bottom: 46px;
    }
    .advantElemCnt img {
        max-width: 70px;
    }
    .footerMenuLabel,
    .footerFormLabel {
        font-size: 20px;
    }
    .footerMenuElem {
        font-size: 14px;
    }
    .footer .checkboxTxt {
        font-size: 14px;
    }
    .footerBtnBlock svg {
        bottom: 17px;
    }
    .footerBtnBlock {
        height: fit-content;
    }
    .jshop_list_product .product .image {
        max-height: 270px;
    }
}

@media screen and (max-width:991px) {
     :root {
        --fz20: 14px;
    }
    .h1,
    h1 {
        font-size: 28px;
    }
    .productfull #block_price {
        font-size: 23px;
    }
    .h2,
    h2 {
        font-size: 24px;
    }
    /* products */
    .products {
        padding: 50px 0;
    }
    .productsSlideCnt {
        width: 90%;
        /* margin-top: -34px; */
    }
    .productsSlide svg {
        width: 16px;
    }
    .productsSlider {
        padding: 20px 0 20px;
    }
    /* advant */
    .advant {
        padding: 30px 0;
    }
    .advantNumb {
        font-size: 12px;
        line-height: 1.2;
    }
    .advantName {
        font-size: 16px;
    }
    .advantCnt {
        flex-wrap: wrap;
        justify-content: center;
    }
    .advantElem {
        max-width: 220px;
    }
    /* dial */
    .dial {
        padding: 50px 0 90px;
    }
    .dialImgBlock {
        justify-content: space-between;
    }
    .dialImgElem {
        width: 34%;
        left: -30px;
    }
    .quote {
        width: 190px;
        height: 105px;
        bottom: -36px;
        right: -55px;
    }
    .quoteTxt {
        font-size: 12px;
        padding: 14px 30px 0 14px;
    }
    .quoteImg {
        width: 40%;
    }
    .dialFormElem {
        width: 60%;
    }
    .dialFormElemCnt {
        width: 100%;
    }
    .dialFormElemCnt .h1,
    .dialFormElemCnt h1 {
        margin-bottom: 25px;
    }
    .dialDisc {
        font-size: 15px;
        width: 100%;
        margin-bottom: 15px;
    }
    .mask-tel-rus {
        margin-bottom: 6px;
    }
    .checkboxTxt {
        font-size: 12px;
    }
    .custom-checkbox+label::before {
        border-width: 1px;
        width: 14px;
        height: 14px;
    }
    /* numb */
    .numbElem {
        width: 34%;
    }
    .numbBlock {
        padding: 50px 0 44px;
    }
    .numb {
        font-size: 80px;
    }
    .numbDisc {
        font-size: 16px;
    }
    /* footer */
    .footer .container {
        padding: 25px 20px 65px 20px;
        flex-wrap: wrap;
    }
    .contactName {
        width: 100%;
        align-items: start;
        display: flex;
        flex-direction: column;
    }
    .contactName ul {
        display: flex;
        gap: 20px;
    }
    .footerMenu,
    .footerFormBlock {
        margin-top: 40px;
    }
    .footerFormBlock {
        width: 60%;
    }
    .footerFormBtn {
        font-size: 14px;
        width: 180px;
    }
    .footerBtnBlock svg {
        width: 12px;
    }
    .footerFormBlock {
        width: 65%;
    }
    .copyright {
        bottom: 15px;
    }
    .footer .copyright .container {
        flex-direction: row;
    }
    .copyright a {
        color: #65676E;
    }
    /* inside page catalog */
    #comjshop {
        padding: 50px 0;
    }
    /* inside page element */
    /* .slider-for,
    .slider-for .slick-track,
    .slider-for .slick-list {
        max-height: 300px;
    } */
    .wrapProductBlock {
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
    }
    .nucProductTxt {
        margin-bottom: 15px;
    }
    .productfull .jshop_oiproduct.productTxtBlock {
        max-height: 100%;
    }
    .darkBG.active {
        transition: 0.3s;
        background: rgba(0, 0, 0, 0.4);
        z-index: 9;
    }
    .contactsWrap {
        flex-direction: column;
    }
    .imgW iframe {
        width: 100%;
    }
    .wrapProduct {
        gap: 15px;
    }
    .jshop_list_product .product .image {
        max-height: 210px;
    }
    .productfull .image_middle a img {
        height: 320px;
    }
    .productPhotoBlock {
        width: 260px;
        padding: 0;
        margin-right: 0;
    }
    .productfull .image_middle {
        max-width: 263px;
        max-height: 340px;
    }
}

@media screen and (max-width:767px) {
    .hamburger {
        right: 30px;
        top: 30px;
    }
    .menuBlock {
        top: 20px;
    }
    .menuBlock.active {
        right: 20px;
    }
    /* topBlock */
    .topBanner {
        padding-top: 35vh;
        gap: 3vh;
        padding-top: 15px;
        justify-content: center;
    }
    .companyName {
        width: 65vw;
    }
    .topBannerLogo {
        height: 80vw;
    }
    /* advant */
    .advantElem {
        max-width: 220px;
        width: 37%;
    }
    .h1,
    h1 {
        font-size: 26px;
    }
    .h2,
    h2 {
        font-size: 23px;
    }
    .productfull #block_price {
        font-size: 20px;
    }
    /* dial */
    .dial {
        padding: 30px 0 60px;
    }
    .dialImgElem {
        display: none;
    }
    .dialFormElem {
        width: 100%;
    }
    /* numb */
    .numbElem {
        width: 37%;
    }
    /* footer */
    .footerMenu,
    .footerFormBlock {
        width: 100%;
        display: inline;
    }
    .footerMenuElem {
        margin-right: 20px;
    }
    .footerFormBlock {
        width: 100%;
    }
    .abImgFooter {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-29%);
        max-width: 190vw;
    }
    /* inside page header */
    .insidepage .topBanner {
        height: 275px;
    }
    .insidepage .topBannerLogo {
        height: 100%;
    }
    .insidepage .companyName {
        top: -15px;
        transform: unset;
        width: 280px;
    }
    /* inside page catalog */
    .wrapProduct {
        flex-wrap: wrap;
        justify-content: center;
    }
    .nucProduct {
        width: 37%;
    }
    .jshop_list_product .product .image {
        max-height: 250px;
    }
}

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

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

@media screen and (max-width:586px) {
    .breadcrumbs .container {
        padding-left: 12px;
    }
    /* products */
    .productsSlide {
        width: 260px;
    }
    .advantElem {
        max-width: 100%;
        width: 260px;
    }
    /* BGBlock */
    .BGBlock img {
        width: 600px;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
    }
    /* numb */
    .numbElem {
        width: 200px;
    }
    /* footer */
    .footer .container {
        padding-bottom: 80px;
    }
    .confirm {
        display: flex;
        gap: 20px;
        flex-direction: column-reverse;
    }
    .footerBtnBlock {
        width: fit-content;
        margin: 0 auto;
    }
    .footer .copyright .container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    /* inside page catalog */
    .nucProduct {
        width: 260px;
    }
    .h2.catName,
    h2.catName {
        margin-left: auto;
        margin-right: auto;
    }
    /* inside page element */
    /* .productPhotoBlock {
        padding: 0 15px;
        width: 100%;
        max-width: 500px;
    } */
    .productfull .jshop_oiproduct.productTxtBlock {
        padding: 0 20px;
    }
    .jshop_list_product .product .image {
        margin-bottom: 8px;
        max-height: 330px;
    }
}

@media screen and (max-width:485px) {
    .contactName ul {
        display: flex;
        flex-direction: column;
    }
    .footerMenu {
        display: flex;
    }
}

@media screen and (max-width:425px) {
    /* numb */
    .numbElem {
        width: 145px;
        padding: 11px 12px;
    }
    .numb {
        font-size: 60px;
    }
    .numbDisc {
        font-size: 12px;
    }
    /* footer */
    .contactName ul {
        flex-direction: column;
        gap: 0;
    }
    .abImgFooter {
        width: 150vw;
        transform: translateX(-35%);
    }
    /* modal */
    .modalF {
        padding: 20px 10px;
    }
}

@media screen and (max-width:400px) {
    .wrapMenuContacts {
        flex-direction: column;
        align-items: end;
    }
}

@media screen and (max-width:359px) {
    .menuBlock.active {
        right: 0;
        width: 100%;
        top: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
    .hamburger {
        right: 15px;
        top: 15px;
    }
}