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

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

 :root {
    --accent-color: #F5673F;
    --line-color: #a5a5a5;
    --main-color: #0C1529;
    --bg-color: #ECEFF0;
}

body {
    color: var(--main-color);
    font-size: 23px;
    font-family: 'AlumniSans';
    font-weight: 400;
}

a {
    color: var(--main-color);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

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

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

main {
    max-width: 1920px;
    margin: 0 auto;
}

.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: var(--accent-color);
}

.wrapLabel span:before {
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    content: '';
    background: #fff;
    border: 1px solid var(--line-color);
    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;
}

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

.btnStyle1 {
    width: 70px;
    height: 70px;
    padding: 20px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    cursor: pointer;
}

.btnStyle2 {
    width: 40px;
    background: var(--accent-color);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
}

.btnStyleRed {
    min-width: 70px;
    width: fit-content;
    height: 70px;
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: center;
    background: var(--accent-color);
    cursor: pointer;
    color: #fff;
    font-size: 25px;
    line-height: 1;
    box-sizing: border-box;
    padding: 20px;
}

.btnStyleRed:hover,
.btnStyleRed:focus {
    background: #FF963F;
    text-decoration: none;
}

.plusBlock {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.plusNuc {
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: var(--main-color);
}

.plusNuc:nth-child(2) {
    rotate: 90deg;
}

.prevArrow:hover,
.nextArrow:hover {
    background: #FF963F;
}

.prevArrow img {
    rotate: 180deg;
}

section {
    margin-top: 100px;
}

section.topBannerBlock {
    margin-top: 60px;
}

.sectionTop {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 50px;
}

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

.sectionTopR.topTitle {
    display: block;
}

.sectionTitle {
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
}

.sectionSubTitle {
    color: var(--main-color);
    font-size: 25px;
    position: relative;
    line-height: 1;
    padding-left: 22px;
    font-weight: 300;
    margin-bottom: 35px;
}

.sectionSubTitle::before {
    content: "";
    width: 7px;
    height: 7px;
    background: var(--accent-color);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.topTitle {
    font-size: 70px;
    line-height: 1.2;
    text-align: start;
    font-weight: 700;
    text-transform: unset;
}

.topTitle span {
    color: var(--accent-color);
}

.categoryName {
    color: var(--accent-color);
    font-weight: 300;
    font-size: 19px;
    position: relative;
}


/* .categoryName::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 3px;
    left: 0;
    background: var(--accent-color);
} */

.nucTitle {
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 27px;
}

.callback-toggle {
    cursor: pointer;
}

.mobileMenuBlock {
    display: none;
    position: absolute;
    width: 100dvw;
    height: 100dvh;
    top: 0;
    left: 0;
    background: #00000040;
    z-index: 10;
}

.menu .mobileMenuBlock {
    display: block;
}

.mobileMenu {
    width: 300px;
    background: #fff;
    position: absolute;
    right: -100%;
    top: 0;
    height: 100dvh;
    overflow: scroll;
    transition: 0.6s;
}

.mobileMenu ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 110px 10px 10px 30px;
}

.mobileMenu ul a {
    font-size: 25px;
}

.menu .mobileMenu {
    right: 0;
}


/* header */

.headerWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
    padding: 46px 0;
    position: relative;
    margin: 0 auto;
}

.headerWrap::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #B5BFC3;
}

.headerWrap>.hamburger {
    display: none;
    cursor: pointer;
}

.headerCatalog:hover,
.headerCatalog:focus {
    text-decoration: none;
}

.headerCatalog {
    cursor: pointer;
}

.headerCatalog:hover .hamburger .hamburger-line {
    background: #FF963F;
}

.hamburger {
    position: relative;
    width: 20px;
    height: 12px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    justify-content: space-between;
    text-decoration: none;
}

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

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

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

.hamburger .hamburger-line {
    width: 100%;
    height: 2px;
    background: var(--accent-color);
    transition: 0.3s;
    position: relative;
}

.headerRight {
    width: 77%;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
}

.headerCatalog:hover .hamburger-line {
    text-decoration: none !important;
}

.headerCatalog {
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 500;
    font-size: 25px;
}

.headerMenu ul {
    display: flex;
    gap: 30px;
    align-items: center;
    margin: 0;
    padding: 0;
}

.headerMenu ul li {
    position: relative;
}

.headerMenu ul a {
    font-size: 25px;
    position: relative;
}

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

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

.phoneNumb {
    color: var(--accent-color);
    font-size: 27px;
    font-weight: 600;
    position: relative;
}

.callback-modal .formTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 45px;
    font-weight: bold;
    gap: 10px;
}

.callback-modal .btnWrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.callback-modal .btnWrap label.inputFile {
    width: 100%;
}

.callback-modal-toggle2 .btnWrap .btnStyleRed {
    width: auto !important;
}

.callback-modal .btnWrap .btnStyleRed {
    width: 100%;
}

.headerBtn,
.headerBtn2 {
    width: 42px;
    height: 42px;
    border: solid 1px #B5BFC3;
    box-sizing: border-box;
    background: url("/templates/template/images/svg/phone.svg") no-repeat center center;
    cursor: pointer;
}

.callback-modal-toggle2 .btnWrap input {
    min-width: 360px;
}

.callback-modal-toggle2 .btnWrap {
    display: flex;
    margin-top: 20px;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.callback-modal-toggle2 .inputWrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.headerBtn2:hover {
    background: url("/templates/template/images/svg/phone_hover.svg") no-repeat center center, #FF963F;
    border-color: #FF963F;
}

.headerBtn {
    background: url("/templates/template/images/svg/callback.svg") no-repeat center center;
}

.headerBtn:hover {
    background: url("/templates/template/images/svg/callback_hover.svg") no-repeat center center, #FF963F;
    border-color: #FF963F;
}

.headerBtn.mobileMenuBtn {
    position: relative;
    z-index: 99;
    display: none;
    background: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.headerBtn.mobileMenuBtn:hover {
    background: #FF963F;
}

.headerBtn.mobileMenuBtn:hover .hamburger {
    transition: 0;
}

.headerBtn.mobileMenuBtn:hover .hamburger .hamburger-line {
    background: #fff;
}


/* header end */


/* banner */

.topBannerTop {
    display: flex;
    gap: 10px;
    margin-bottom: 50px;
}

.topBannerTop .topTitle {
    width: 55%;
}

.topBannerAdvant {
    width: 44%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 50px 0;
}

.TBAdvantNuc img {
    max-width: 35px;
    max-height: 37px;
}

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

.TBAdvantTxt {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.TBAdvantTxt span {
    font-weight: 300;
    font-size: 23px;
    color: #70838B;
}

.topBannerTxt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--accent-color);
    padding: 40px 20px 20px 50px;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}

.topBannerTxt:hover {
    background: #FF963F;
}

.topBannerTxt:hover,
.topBannerTxt:focus {
    text-decoration: none;
}

.topBannerTxtTop {
    font-size: 23px;
    line-height: 1.3;
    font-weight: 300;
    color: #fff;
}

.topBannerTxtBottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-weight: 600;
    font-size: 31px;
    line-height: 1;
}

.topBannerNuc {
    position: relative !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.topBannerNucIn {
    height: 245px;
    border-right: solid 4px #fff;
    border-bottom: solid 4px #fff;
}

.topBannerNuc img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.bannerImg {}

.bannerImgBG {
    position: absolute;
    top: -2px;
    left: 0px;
}

.topBannerArrows {
    width: calc(25% - 24px);
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 3;
    display: flex;
    justify-content: end;
}

.arrowsBlock {
    display: flex;
    gap: 12px;
}

.topBannerWrap {
    position: relative;
}

.productRigth {
    line-height: 1;
}

.leftProd {
    flex: 1;
}

.wrapProductBlock {
    flex: 1;
}


/* banner end */


/* product */

.productWrap .btnStyle2 {
    position: relative;
    z-index: 3;
    transition: 0.3s;
}

.productNuc:hover {
    text-decoration: none;
}

.productNuc:hover .btnStyle2 {
    rotate: 45deg;
    background: #FF963F;
}

.productWrap {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 20px;
}

.productNuc {
    min-height: 300px;
}

.productNuc {
    background: var( --bg-color);
    padding: 24px 10px 24px 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    overflow: hidden;
}

.productNuc:first-child {
    justify-content: start;
}

.productNuc ul {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 0;
    padding-top: 13px;
    position: relative;
    z-index: 3;
}

.productNuc ul li {
    line-height: 1;
    margin-bottom: 5px;
}

.productNuc ul li a {
    font-size: 23px;
    line-height: 1;
    font-weight: 300;
    color: #525867;
    position: relative;
}

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

.productNuc .imgW {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
}

.svize.productNuc .imgW img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.productNuc.svize {
    margin-top: 40px;
}

.productDial img.hover {
    display: none;
}

.svize.productNuc:hover .productDialTxt {
    background: #FF963F;
}

.svize.productNuc:hover .hover {
    display: block;
}

.svize .productNucTitle {
    font-size: 30px;
    line-height: 1;
    color: #fff;
}

.svize.productNuc .imgW {
    left: 0;
}

.productNuc .imgW img {
    width: 100%;
    object-fit: contain;
}

.productNuc:first-child {
    background: none;
    padding: 0;
}

.productNuc:nth-child(5) {
    background: var(--main-color);
    padding-left: 40px;
}

.productNuc:nth-child(5) .productNucTitle {
    font-size: 30px;
    line-height: 1;
    color: #fff;
}

.productNuc:nth-child(5) .hover {
    display: none;
}

.productNuc:nth-child(5) .imgW {
    top: 0;
    align-items: start;
    bottom: auto;
}

.productNuc:nth-child(5):hover .hover {
    display: block;
}

.productNucTitle {
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
    position: relative;
    z-index: 3;
}

.productDial {
    width: 100%;
    z-index: 3;
    position: absolute;
    left: 0;
    bottom: 0;
}

.productDial img {
    position: absolute;
    left: 32px;
    top: -55px;
}

.productDialTxt {
    color: #fff;
    font-size: 25px;
    line-height: 1;
    padding-left: 31px;
    position: relative;
    height: 70px;
    width: 100%;
    background: var(--accent-color);
    padding: 0 40px 0 80px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.productNuc:nth-child(5):hover .productDialTxt {
    background: #FF963F;
}

.productDialTxt::before {
    content: "▶";
    color: #fff;
    font-size: 8px;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}


/* product end */


/* popular */

.popular {
    background: var( --bg-color);
    padding: 90px 0;
}

.popularWrap .slick-track {
    display: flex !important;
    margin: 0;
}

.popularWrap .slick-list {
    margin: 0 -10px;
}

.popularWrap::after {
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    background: var( --bg-color);
    content: '';
    width: 10px;
}

.popularWrap::before {
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    background: var( --bg-color);
    content: '';
    width: 10px;
}

.popularNuc .imgW {
    display: block;
}

.popularNuc {
    padding: 20px;
    background: #fff;
    margin: 0 10px;
    height: auto;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}

.popularTop {
    margin-bottom: 36px;
}

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

.popularTop hr {
    width: calc(100% + 40px);
    height: 2px;
    border: none;
    background: var( --bg-color);
    margin-left: -20px;
    margin-bottom: 20px;
}

.popularName {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.2;
    display: block;
}

.popularEnd {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cost {
    font-weight: 600;
    font-size: 50px;
    line-height: 1;
}


/* popular end */


/* sale banner */

.saleBanner {
    width: 100%;
    height: 110px;
    display: flex;
    padding: 20px;
    margin-top: 100px;
    justify-content: space-between;
    box-sizing: border-box;
    background: linear-gradient(90deg, rgba(12, 21, 41, 1) 0%, rgba(232, 98, 62, 1) 50%, rgba(12, 21, 41, 1) 100%);
}

.saleBannerR {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-right: -25px;
}

.saleBannerR .btnStyleRed {
    width: 60px;
    font-size: 60px;
    font-family: 'RoadRadio';
    line-height: 54px;
    padding: 0;
    cursor: default;
}

.saleBannerRTxt {
    color: #fff;
    font-size: 41px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    gap: 0;
    line-height: 1;
}

.saleBannerRTxt span {
    font-size: 25px;
    font-weight: 300;
}

.saleBannerC {
    margin: -20px 0;
}

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


/* sale banner end */


/* about */

.about {
    margin-bottom: 100px;
}

.aboutWrapSlider {
    display: flex;
    overflow: hidden;
}

.aboutTxtBlock {
    margin-top: 20px;
    display: flex;
    border-top: solid 1px var(--line-color);
}

.aboutNucTop {
    position: relative;
    height: 460px;
    margin: 0 10px;
}

.aboutNucTop:first-child {
    margin-left: 0;
    margin-right: 20px;
}

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

.aboutNav {
    width: 25%;
    position: relative;
}

.aboutNav::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 10px;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 4;
}

.aboutNucTop .logo {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 54%;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
}

.aboutNucTop .btnStyle1 img {
    object-fit: unset;
    width: auto;
    height: auto;
}

.aboutNucTop .aboutBG {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--main-color);
    opacity: 0.7;
}

.aboutNucInfo {
    width: 100%;
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    padding: 10px;
    box-sizing: border-box;
}

.aboutNucInfoBottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aboutNucInfoTxt {
    font-weight: 600;
    font-size: 50px;
    line-height: 1;
    color: #fff;
    margin-bottom: 30px;
}

.aboutTxtBlock .aboutNucTxtWrap {
    width: 25%;
    height: auto;
}

.aboutNucTxtWrap {
    height: 100%;
    position: relative;
    border-left: solid 1px var(--line-color);
    padding: 45px 20px 10px 30px;
    margin: 0 10px;
    box-sizing: border-box;
}

.aboutNucTxtWrap:first-child {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    margin-right: 10px;
    padding-right: 0;
}

.aboutNucTxtWrap:first-child::after {
    left: 0;
}

.aboutNucTxtWrap::after {
    content: "";
    width: 27px;
    height: 7px;
    background: var(--accent-color);
    position: absolute;
    top: 20px;
    left: 30px;
}

.nucTxt {
    font-weight: 300;
    font-size: 23px;
    line-height: 1.2;
    color: #555B69;
}

.aboutSlider {
    /* display: flex; */
    width: 75%;
    box-sizing: border-box;
    margin-left: -10px;
}

.sizeL {
    display: none;
}


/* about end */


/* form */

.formBlock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 30px;
    background: url(../images/form/formBG.jpg) no-repeat center center;
    margin-top: 116px;
    background-size: cover;
}

.formWrap {
    width: 56%;
    margin: 24px 0;
    background: #fff;
    padding: 38px 75px 27px;
    box-sizing: border-box;
}

.formTitle {
    font-weight: 600;
    font-size: 37px;
    margin-bottom: 29px;
    line-height: 1;
}

.inputWrap {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 20px;
}

.inputWrap textarea {
    grid-column-start: span 3;
}

textarea {
    resize: none;
    height: 130px;
}

input,
textarea {
    border: none;
    background: #ECEFF0;
    padding: 13px 15px;
    outline: none;
    font-size: 20px;
    font-weight: 300;
    color: #787D88;
}

input::placeholder,
textarea::placeholder {
    font-size: 20px;
    font-weight: 300;
    color: #787D88;
}

.btnWrap {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    gap: 20px;
}

.btnWrap .btnStyleRed {
    width: 49%;
}

.inputFile {
    cursor: pointer;
    position: relative;
    background: #0C1529;
    color: #fff;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 49%;
    cursor: pointer;
    margin: 0;
}

.inputFile input {
    position: absolute;
    opacity: 0;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
}

.agreement {
    padding-top: 26px;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    color: #787D88;
}

.agreement a {
    color: #787D88;
}

.imgBlock {
    padding: 24px 0;
    position: relative;
    width: 42%;
}

.imgBlock .imgW {
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.imgBlockBG {
    height: 100%;
}

.imgBlockBG img {
    width: 100%;
    height: 100%;
}


/* form end */


/* news */

.news {
    background: var( --bg-color);
    padding: 100px 0 90px;
}

.newsAll:hover,
.newsAll:focus {
    color: var(--main-color);
    text-decoration: none;
}

.newsAll,
.btnStyle3 {
    color: var(--main-color);
    font-size: 25px;
    padding: 19px 24px;
    border: solid 1px var(--main-color);
    cursor: pointer;
    box-sizing: border-box;
}

.newsSlider {
    margin: 0 -10px;
}

.newsSlider .slick-track {
    display: flex;
}

.newsNuc {
    display: flex !important;
    background: #fff;
    padding: 20px 30px 20px 20px;
    gap: 30px;
    margin: 0 10px;
    height: auto;
}

.newsNuc:hover,
.newsNuc:focus {
    text-decoration: none;
}

.newsNuc .nucTitle {
    margin-bottom: 13px;
    display: block;
}

.newsNucTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}

.newsDate {
    font-size: 19px;
    font-weight: 300;
    color: #555B69;
}

.slick-dots {
    margin: 30px auto 0;
    display: flex;
    gap: 22px;
    width: fit-content;
}

.slick-dots li {
    width: fit-content;
    height: fit-content;
}

.slick-dots li button {
    font-size: 0;
    width: 8px;
    height: 8px;
    border: none;
    background: var(--main-color);
    opacity: 0.2;
    padding: 0;
}

.slick-dots li.slick-active button {
    opacity: 1;
}

.insidepage .component ul {
    list-style: disc;
    padding-left: 20px;
}

.filterWrap ul,
.optionTabs,
.productLinks ul {
    list-style: none !important;
    padding-left: 0 !important;
}


/* news end */


/* footer */

footer {
    padding: 109px 0 100px;
    color: #fff;
    background: var(--main-color);
}

footer a {
    color: #fff;
}

.footerWrap {
    display: flex;
}

.footerL {
    width: 60%;
}

.footerR {
    width: 42%;
    max-width: 680px;
}

.footerL hr {
    background: #283042;
    margin: 50px 0;
    border: none;
    height: 2px;
}

.footerLTop {
    display: flex;
    gap: 160px;
}

.footerMenu ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 8px 110px;
}

.footerMenu ul li a {
    font-size: 25px;
}

.socialWrap {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
}

.socialNuc:hover {
    background: #FF963F;
}

.jshop_img {
    transition: transform 0.3s ease;
    will-change: transform;
}

.image:hover .jshop_img {
    transform: scale(1.05);
}

.category:hover .jshop_img {
    transform: scale(1.05);
}

.popularNuc .imgW img {
    transition: transform 0.3s ease;
    will-change: transform;
}

.popularNuc:hover .imgW img {
    transform: scale(1.05);
}

.socialNuc {
    width: 40px;
    height: 40px;
    background: #F5673F;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 1;
    transition: 0.2s;
}

.policy {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
}

.policy a {
    width: fit-content;
    font-size: 23px;
    font-weight: 300;
    position: relative;
}

.copyright {
    font-size: 23px;
    font-weight: 300;
    color: #555B69;
}

.footerLBottom {
    display: flex;
    gap: 87px;
}

.contactWrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 80px 135px;
    height: 100%;
}

.contactNuc {
    height: fit-content;
}

.contactTitle {
    font-size: 21px;
    color: #505665;
    margin-bottom: 13px;
    line-height: 1;
}

.contactList li,
.contactList li a {
    font-size: 25px;
}

.footerR {
    width: 45%;
}


/* footer end */


/* inside */

.breadcrumbs {
    margin-top: 70px;
    margin-bottom: 20px;
}

.mod-breadcrumbs.breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.mod-breadcrumbs.breadcrumb li {
    position: relative;
    font-size: 19px;
    opacity: 0.5;
}

.mod-breadcrumbs.breadcrumb li:first-child {
    display: none;
}

.mod-breadcrumbs.breadcrumb li::after {
    content: "/";
    position: absolute;
    top: 0;
    right: -15px;
}

.mod-breadcrumbs.breadcrumb li:last-child {
    opacity: 1;
}

.mod-breadcrumbs.breadcrumb li:last-child::after {
    display: none;
}


/* inside end */


/* katalog */

.h1,
h1 {
    margin-top: 0px;
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    text-align: start;
    margin-bottom: 50px;
}

.jshop_categ.category {
    background: var( --bg-color);
    padding: 24px 10px 24px 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    overflow: hidden;
    height: 295px;
}

.row-fluid {
    width: 32%;
}

.row-fluid {
    gap: 20px;
    margin: 0;
}

.category .image a {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: end;
    width: 100%;
    z-index: 3;
}

.category_info {
    height: 100%;
    text-align: start;
    width: 70%;
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.subCategory .list_category {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.subCategory .row-fluid {
    width: 75%;
}

.subCategory .category .image a {
    position: static;
    padding: 30px;
}

.listProducts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    flex: 1;
}

.subCategory .jshop_categ.category {
    border: solid 1px #ECEFF0;
    padding: 0;
    height: auto;
    align-items: center;
    background: none;
}

.subCategory .image {
    max-width: 330px;
    max-height: 330px;
}

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

.subCategory .category_info {
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    font-size: 26px;
    padding-bottom: 100px;
}

.category hr {
    display: none;
}

.subCategory .category hr {
    display: block;
    background: #ECEFF0;
    width: 100%;
    height: 4px;
    border: none;
    margin-top: 15px;
}

.category_btn {
    display: none;
}

.category_btn .btnStyleRed {
    white-space: nowrap;
    height: auto;
    padding: 15px;
    width: auto;
}

.category_btn .btnStyle3 {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    flex: 1;
    padding: 15px;
    width: 100%;
}

.subCategory .category_btn {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    padding: 0 20px;
}

.filterBlock {
    display: none;
}

.subCategory .filterBlock,
.productList .filterBlock {
    display: block;
    width: 24%;
}

.filterWrap>ul>li {
    padding: 15px 50px 15px 10px;
    background: #ECEFF0;
    border-bottom: solid 1px #CED6D8;
    cursor: pointer;
    transition: 0.3s;
}

.filterWrap>ul>li {
    position: relative;
}

.filterWrap>ul>li::after {
    content: "";
    width: 8px;
    height: 5px;
    background: url(/templates/template/images/svg/triangle.svg);
    color: var(--accent-color);
    position: absolute;
    right: 30px;
    top: 50%;
    transition: 0.3s;
}

.filterWrap>ul>li.activeList::after {
    top: 50px;
}

.filterWrap>ul>li:first-child {
    border-top: solid 1px #CED6D8;
}

.filterWrap>ul>li a {
    font-weight: 500;
    font-size: 25px;
    line-height: 1.1;
    display: flex;
    gap: 16px;
    align-items: center;
}

.filterWrap>ul>li img {
    width: 73px;
    height: auto;
    display: block;
}

.filterWrap>ul>li ul {
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.filterWrap>ul>li ul li {
    padding-left: 90px;
}

.filterWrap>ul>li ul li a {
    color: #4D5462;
    font-size: 20px;
    position: relative;
    padding-left: 15px;
}

.filterWrap>ul>li ul li a::before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0px;
    color: #4D5462;
}

.filterWrap>ul>li.activeList::after {
    transform: scaleY(-1);
}

.filterWrap>ul>li.activeList {
    background: #ECEFF060;
}

.filterWrap>ul>li.activeList ul {
    height: fit-content;
    opacity: 1;
    margin-top: 27px;
}


/* katalog end */


/* product list */

.jshop_list_product .block_product {
    padding: 0;
    margin: 0;
}

.jshop_list_product .product .image {
    margin: 0;
    width: 190px;
    height: 150px;
    border-right: 1px solid #ECEFF0;
    overflow: hidden;
}

.jshop_list_product .product .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.jshop_list_product .product .buttons {
    display: flex;
    gap: 20px;
}

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

.buttons .btnStyleRed {
    margin: 0;
}

.buttons .btnStyle3 {
    height: 70px;
}

.list_product {
    width: 75%;
}

.list_product .row-fluid {
    gap: 10px;
}

.product {
    display: flex;
    align-items: center;
    border: solid 1px #ECEFF0;
    box-sizing: border-box;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-right: 40px;
}

.productLeft {
    display: flex;
    align-items: center;
    gap: 60px;
}

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


/* product list end */


/* product page */

.productWrapTop {
    display: flex;
    gap: 90px;
    margin-bottom: 60px;
}

.productPhotoBlock {
    width: 540px;
    padding: 0;
}

.slider-for {
    padding: 20px;
    border: solid 1px #ECEFF0;
    margin-bottom: 10px;
    display: grid;
}

.slider-nav {
    max-width: calc(100% - 215px);
    display: grid;
}

.slider-nav .slick-slide {
    border: solid 1px #ECEFF0;
    padding: 4px;
    margin: 0 5px;
}

.slider-nav img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0;
}

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

.productTxtBlock .cost {
    font-size: 40px;
    margin-bottom: 30px;
}

.productTxtBlock .category_btn {
    display: grid;
    gap: 25px;
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
}

.productLinks ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-size: 25px;
}

.productLinks {
    width: fit-content;
    margin: 40px 0 100px;
}

.featureTitle {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 28px;
}

.feature ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.feature ul li {
    font-weight: 300;
    font-size: 23px;
    position: relative;
}

.feature ul li::after {
    content: "";
    bottom: -5px;
    width: 100%;
}

.featureListTr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.featureListTd {
    font-size: 23px;
    font-weight: 300;
}

.featureListTd.featureListValue {
    font-weight: 600;
}

.sliderNavArrow {
    width: 100px;
    height: 100px;
    border: solid 1px #ECEFF0;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.sliderNavArrow.prev {
    margin-right: 5px;
    margin-left: 0;
    transform: scale(-1, 1);
}

.nucOptionTab {
    display: none;
}

.nucOptionTab.active {
    display: block;
}

.optionTabs {
    display: flex;
    gap: 25px;
    position: relative;
    margin-bottom: 45px;
    padding-left: 15px;
}

.optionTabs::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background: #B5BFC3;
    border: none;
}

.optionTabs li {
    font-weight: 500;
    font-size: 30px;
    color: #555B69;
    cursor: pointer;
}

.optionTabs li.active {
    color: #0C1529;
    position: relative;
}

.optionTabs li.active::after {
    content: "";
    position: absolute;
    left: -10px;
    bottom: -5px;
    width: calc(100% + 20px);
    height: 5px;
    background: #F5673F;
    border: none;
}

.nucOptionTab {
    font-size: 23px;
    font-weight: 300;
    line-height: 1.2;
}

.nucOptionTab span {
    font-weight: 600;
}

.nucOptionTab li {
    position: relative;
    padding-left: 15px;
}

.nucOptionTab li::after {
    content: "-";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 23px;
}

.productfull .filterBlock {
    display: block;
}

.wrapproductWrap {
    width: 75%;
}

.headerWrap .item-155 {
    display: none;
}

.productNuc .imgW img {
    transition: transform 0.3s ease;
}

.productNuc:hover .imgW img {
    transform: scale(1.05);
    /* немного увеличивает изображение */
}

.related_prod {
    margin-top: 80px;
}


/* product page end */

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

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

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


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

@media screen and (max-width:1699px) {
    .productPhotoBlock {
        width: 450px;
    }
    .slider-for img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .slider-for .lightbox {
        height: 500px;
    }
    .headerRight {
        width: 80%;
    }
    .topBannerTxt {
        padding-top: 30px;
        padding-left: 40px;
    }
    .productNuc {
        padding: 20px 10px 20px 20px;
    }
    .productNuc:nth-child(5) {
        padding-left: 30px;
    }
    .productNuc ul li a {
        line-height: 1.2;
    }
    .productNuc .imgW {
        left: 20px;
    }
    .productNuc:nth-child(5) .imgW {
        left: 0;
    }
    .productWrap {
        grid-gap: 10px;
    }
    .aboutNucTop {
        margin: 0 5px;
    }
    .aboutNucTxtWrap {
        margin: 0 5px;
    }
    .aboutNucTxtWrap:first-child {
        margin-right: 5px;
    }
    .aboutNucTop:first-child {
        margin-right: 10px;
    }
    .newsL {
        width: 48%;
    }
    .newsL img {
        width: 100%;
        object-fit: cover;
    }
    .newsR {
        width: 50%;
    }
    .footerMenu ul {
        grid-gap: 8px 60px;
    }
    .contactWrap {
        grid-gap: 80px 85px;
    }
    .aboutSlider {
        margin-left: -5px;
    }
    .jshop_categ.category .category_name {
        font-size: 24px;
    }
    .btnStyleRed,
    .newsAll,
    .btnStyle3,
    .filterWrap>ul>li a {
        font-size: 20px;
    }
    .filterWrap>ul>li ul li a {
        font-size: 17px;
    }
    .filterWrap>ul>li.activeList ul {
        margin-top: 15px;
    }
    .productWrapTop {
        gap: 50px;
    }
}

@media screen and (max-width:1599px) {
    .footerLBottom {
        gap: 27px;
    }
    .footerLTop {
        gap: 100px;
    }
}

@media screen and (max-width:1499px) {
    .saleBannerR {
        gap: 15px;
    }
    .saleBannerRTxt {
        font-size: 34px;
    }
    .saleBannerRTxt span {
        font-size: 20px;
    }
    .productDialTxt {
        height: 60px;
    }
    .btnStyleRed {
        font-size: 18px;
        height: 60px;
        min-width: 60px;
        padding: 15px;
    }
    .saleBannerC {
        width: 390px;
    }
    .cost {
        font-size: 45px;
    }
    .btnStyle1 {
        width: 60px;
        height: 60px;
        padding: 15px;
    }
    .imgBlock {
        width: 40%;
    }
    .formWrap {
        padding: 25px 30px 20px;
    }
    .imgBlock {
        height: 465px;
    }
    .imgBlock .imgW {
        width: 90%;
    }
    .imgBlock .imgW img {
        width: 100%;
    }
    .newsAll {
        display: flex;
        align-items: center;
        height: 60px;
        padding: 13px 20px;
        box-sizing: border-box;
        font-size: 22px;
    }
    .inputFile {
        font-size: 22px;
    }
    .newsNuc {
        gap: 15px;
        padding: 15px;
    }
    .filterWrap>ul>li a {
        font-size: 20px;
    }
    .filterWrap>ul>li ul li a {
        font-size: 17px;
    }
    .jshop_list_product .product .name a,
    .jshop_list_product .product .description {
        font-size: 20px;
    }
    .productLeft {
        gap: 30px;
    }
    .buttons .btnStyle3 {
        height: auto;
    }
}

@media screen and (max-width:1399px) {
    .productWrapTop {
        gap: 20px;
    }
    .productLinks {
        width: fit-content;
        margin: 40px 0;
    }
    .productTxtBlock .category_btn {
        gap: 10px;
    }
    .productPhotoBlock {
        width: 400px;
    }
    .sliderNavArrow.prev {
        margin-right: 0;
    }
    .jshop_categ.category .category_name {
        font-size: 18px;
    }
    .subCategory .image {
        max-width: 230px;
        max-height: none;
    }
    .subCategory .category .image a {
        padding: 10px;
    }
    .h1,
    h1 {
        font-size: 40px;
    }
    .subCategory .category_btn {
        padding: 0 10px;
        gap: 10px;
    }
    .listProducts {
        gap: 10px;
    }
    .subCategory .list_category {
        gap: 10px;
    }
    body p {
        font-size: 18px;
    }
    .svize .productNucTitle {
        font-size: 25px;
    }
    .headerRight,
    .headerMenu ul {
        gap: 20px;
    }
    .headerMenu ul li::after {
        right: -10px;
    }
    .headerCallBack,
    .headerCatalog {
        gap: 10px;
    }
    .headerCatalog,
    .headerMenu ul a {
        font-size: 22px;
    }
    .phoneNumb {
        font-size: 25px;
    }
    .topTitle {
        font-size: 60px;
    }
    .TBAdvantTxt {
        font-size: 25px;
    }
    .TBAdvantTxt span {
        font-size: 20px;
    }
    .topBannerTxtTop {
        font-size: 20px;
    }
    .topBannerTxtBottom {
        font-size: 28px;
    }
    .topBannerNucIn {
        height: 225px;
    }
    .sectionTitle {
        font-size: 40px;
    }
    .productNucTitle {
        font-size: 22px;
    }
    .productNuc ul li a {
        font-size: 18px;
        line-height: 1.5;
    }
    .productNuc:nth-child(5) .productNucTitle {
        font-size: 25px;
    }
    .productNuc:nth-child(5) {
        padding-left: 20px;
    }
    .productDialTxt {
        padding: 0 30px 0 60px;
        font-size: 22px;
    }
    .saleBannerC {
        width: 320px;
    }
    .nucTitle {
        font-size: 24px;
    }
    .nucTxt {
        font-size: 20px;
    }
    .policy a {
        font-size: 20px;
    }
    .copyright {
        font-size: 20px;
    }
    .socialWrap {
        gap: 15px;
    }
    .contactTitle {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .contactList li,
    .contactList li a {
        font-size: 20px;
    }
    .footerMenu ul li a {
        font-size: 20px;
    }
    .footerL hr {
        margin: 35px 0;
    }
    .footerMenu ul {
        grid-gap: 8px 30px;
    }
    .footerLTop {
        gap: 60px;
    }
    .footerLBottom {
        gap: 23px;
    }
    .contactWrap {
        grid-gap: 80px 53px;
    }
    .footerR {
        height: 390px;
    }
    .footerR iframe {
        height: 100%;
    }
    .sectionTopR.topTitle br {
        display: none;
    }
    .sectionTopR.topTitle br.sizeL {
        display: block;
    }
    .headerCatalog,
    .headerMenu ul a {
        font-size: 21px;
    }
}

@media screen and (max-width: 1299px) {
    .btnStyleRed,
    .newsAll,
    .btnStyle3,
    .filterWrap>ul>li a {
        font-size: 18px;
    }
    .cost {
        font-size: 28px;
    }
    .popularName {
        font-size: 20px;
    }
    .productNuc {
        min-height: 200px;
    }
    .h1,
    h1 {
        font-size: 40px;
    }
    .TBAdvantTxt {
        font-size: 23px;
    }
    .TBAdvantTxt span {
        font-size: 17px;
    }
    .topBannerNucIn {
        height: 200px;
    }
    .topBannerTxt {
        padding: 15px;
    }
    .topBannerTxtTop {
        font-size: 18px;
    }
    .topBannerTxtBottom {
        font-size: 24px;
    }
    .saleBanner {
        padding: 15px;
        height: 100px;
        margin-top: 50px;
    }
    .saleBannerC {
        width: 270px;
        margin: -15px 0;
    }
    .aboutNucTop {
        height: 360px;
    }
    .aboutNucInfoTxt {
        font-size: 40px;
    }
    .btnStyle1 {
        width: 50px;
        height: 50px;
        padding: 15px;
    }
    .btnStyleRed {
        font-size: 18px;
        min-width: 50px;
    }
    .productDialTxt {
        height: 50px;
    }
    .imgBlock {
        height: 425px;
    }
    .formTitle {
        margin-bottom: 20px;
    }
    .inputWrap {
        grid-gap: 10px;
    }
    .btnWrap {
        margin-top: 10px;
        gap: 10px;
    }
    .agreement {
        font-size: 15px;
    }
    .inputFile {
        font-size: 18px;
    }
    .imgBlock .imgW {
        width: 80%;
    }
    .formWrap {
        padding: 25px 20px 20px;
    }
    .newsAll {
        height: 50px;
        font-size: 18px;
    }
}

@media screen and (max-width:1249px) {
    .jshop_list_product .product .buttons {
        gap: 10px;
        flex-direction: column;
    }
    .buttons .btnStyle3,
    .jshop_list_product .product .buttons a {
        padding: 10px;
        width: 100%;
        height: auto;
    }
    .product {
        gap: 20px;
    }
    .jshop_list_product .product .image {
        width: 150px;
        height: 110px;
    }
}

@media screen and (max-width:1199px) {
    .wrapYp {
        display: block;
    }
    .wrapYp iframe {
        width: 100%;
    }
    .productWrapTop {
        flex-direction: column;
    }
    .productPhotoBlock {
        width: 100%;
    }
    .listProducts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .subCategory .filterBlock,
    .productList .filterBlock {
        display: block;
        width: 30%;
    }
    .subCategory .list_category {
        gap: 20px;
    }
    section {
        margin-top: 50px;
    }
    .headerCatalog {
        font-size: 0;
    }
    .topBannerAdvant {
        width: 53%;
        grid-gap: 15px 0;
    }
    .topTitle {
        font-size: 45px;
    }
    .topBannerTop .topTitle {
        width: 52%;
    }
    section.topBannerBlock {
        margin-top: 40px;
    }
    .topBannerTxtTop {
        font-size: 16px;
    }
    .topBannerTxtBottom {
        font-size: 22px;
    }
    .sectionSubTitle {
        font-size: 18px;
    }
    .sectionTitle {
        font-size: 30px;
    }
    .productNucTitle {
        font-size: 18px;
    }
    .productNuc ul li a {
        font-size: 16px;
    }
    .productNuc:nth-child(5) .productNucTitle {
        font-size: 18px;
    }
    .productDial img {
        top: -42px;
        width: 50px;
    }
    .productDialTxt {
        padding: 0 10px 0 55px;
        font-size: 16px;
    }
    .popular {
        padding: 40px 0;
    }
    .sectionSubTitle {
        margin-bottom: 15px;
    }
    .saleBannerRTxt {
        font-size: 23px;
    }
    .saleBannerRTxt span {
        font-size: 15px;
    }
    .saleBanner {
        height: 80px;
    }
    .saleBannerC {
        width: 220px;
    }
    .about {
        margin-bottom: 40px;
    }
    .formBlock {
        margin-top: 60px;
    }
    .aboutNav {
        width: 33%;
    }
    .aboutSlider {
        width: 66%;
    }
    .sectionTop {
        margin-bottom: 20px;
    }
    .aboutTxtBlock .aboutNucTxtWrap {
        width: 32%;
    }
    .aboutTxtBlock {
        flex-wrap: wrap;
    }
    .aboutTxtBlock .aboutNucTxtWrap:nth-child(3n+1) {
        padding-left: 0;
        margin-left: 0;
        border-left: unset;
    }
    .aboutTxtBlock .aboutNucTxtWrap:nth-child(3n+1)::after {
        left: 0;
    }
    .aboutTxtBlock .aboutNucTxtWrap:last-child {
        border-top: solid 1px var(--line-color);
        width: 100%;
    }
    .imgBlock {
        display: none;
    }
    .formWrap {
        width: 100%;
    }
    .news {
        padding: 50px 0 40px;
    }
    .newsNuc {
        flex-direction: column;
    }
    .newsL,
    .newsR {
        width: 100%;
    }
    .newsL {
        max-width: 370px;
        margin: 0 auto;
    }
    .footerWrap {
        display: flex;
        flex-direction: column-reverse;
        gap: 40px;
    }
    footer {
        padding: 0 0 100px;
    }
    .footerL {
        width: 100%;
    }
    .footerR {
        width: 100%;
        max-width: 100%;
    }
    .footerR iframe {
        width: 100%;
    }
    .footerLTop {
        justify-content: space-between;
    }
    .footerMenu ul {
        grid-gap: 8px 70px;
    }
    .footerLBottom {
        justify-content: space-between;
    }
    .contactWrap {
        grid-gap: 50px 109px;
    }
    .socialWrap {
        margin-bottom: 20px;
    }
    .policy {
        gap: 5px;
        margin-bottom: 17px;
    }
}

@media screen and (max-width:991px) {
    .list_product {
        width: 100%;
    }
    .productList {
        gap: 0;
    }
    .subCategory .filterBlock,
    .productList .filterBlock {
        display: none;
    }
    .headerBtn.mobileMenuBtn {
        display: flex;
    }
    .headerCatalog,
    .headerMenu {
        display: none;
    }
    .headerRight {
        width: fit-content;
    }
    .topBannerAdvant {
        width: 100%;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }
    .topBannerTop {
        flex-direction: column;
    }
    .topBannerTop .topTitle {
        width: 100%;
    }
    .topBannerNucIn:nth-child(4),
    .topBannerNucIn:nth-child(8) {
        display: none;
    }
    .topBannerNuc {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .topBannerArrows {
        width: calc(33% - 24px);
    }
    .productNuc:nth-child(5) {
        grid-column-start: 1;
        grid-row-start: 2;
    }
    .productNuc:nth-child(7) {
        grid-column-start: 2;
    }
    .productWrap {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .topBannerNucIn {
        height: 165px;
    }
    section.topBannerBlock {
        margin-top: 20px;
    }
    .categoryName {
        font-size: 16px;
    }
    .popularName {
        font-size: 16px;
    }
    .cost {
        font-size: 24px;
    }
    .saleBanner {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        height: auto;
        grid-gap: 10px 0;
        background: linear-gradient(90deg, rgb(12, 21, 41) 0%, rgb(232, 98, 62) 80%, rgb(12, 21, 41) 100%);
    }
    .saleBannerC {
        width: 100%;
        grid-row-start: span 2;
        margin-bottom: -110px;
        display: flex;
        justify-content: end;
        align-items: start;
    }
    .saleBannerC img {
        width: 300px;
    }
    .aboutNucInfoBottom {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: end;
    }
    .newsDate {
        font-size: 16px;
    }
}

@media screen and (max-width:767px) {
    .productNuc:first-child {
        min-height: 150px;
    }
    .TBAdvantNuc img {
        flex: 1;
    }
    .callback-modal .formTitle .imgW {
        display: none;
    }
    .callback-modal .formTitle {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .agreement {
        padding-top: 20px;
    }
    .callback-modal .formWrap {
        padding: 20px !important;
    }
    .callback-modal {
        max-width: 320px !important;
    }
    .callback-modal-toggle2 .btnWrap input {
        min-width: 100%;
    }
    .mod-breadcrumbs.breadcrumb {
        gap: 5px 20px;
    }
    .list_product {
        width: 100%;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 20px;
    }
    .product {
        gap: 20px;
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        margin: 0 auto;
        width: 100%;
        padding: 10px;
    }
    .jshop_list_product .product .name a,
    .jshop_list_product .product .description {
        font-size: 16px;
        text-align: center;
        display: block;
    }
    .jshop_list_product .product .image {
        border: 0;
    }
    .productLeft {
        gap: 15px;
        flex-direction: column;
        width: 100%;
    }
    .productRigth {
        width: 100%;
    }
    .wrapper .container {
        padding: 0 15px;
    }
    .productWrap {
        grid-gap: 5px;
    }
    .headerBtn,
    .headerBtn2 {
        width: 35px;
        height: 35px;
    }
    .phoneNumb {
        font-size: 18px;
    }
    .topBannerAdvant {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .topBannerNuc {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .topBannerNuc .topBannerNucIn:nth-child(2) {
        grid-column-start: span 2;
    }
    .topBannerNucIn:nth-child(8),
    .topBannerNucIn:nth-child(7) {
        display: none;
    }
    .topBannerArrows {
        width: calc(50% - 12px);
    }
    .topBannerNuc img {
        height: 60%;
        bottom: 0;
        right: 0;
        object-fit: cover;
    }
    .topBannerNucIn:nth-child(2) {
        height: 140px;
    }
    .topBannerNucIn {
        height: 100px;
    }
    .btnStyle1 {
        width: 30px;
        height: 30px;
        padding: 5px;
    }
    .btnStyle1.slick-arrow img {
        width: 6px;
    }
    .btnStyleRed {
        font-size: 14px;
        height: 40px;
        min-width: 40px;
        padding: 10px;
    }
    .topBannerNucIn {
        border-right: solid 2px #fff;
        border-bottom: solid 2px #fff;
    }
    .topTitle {
        line-height: 1;
    }
    .arrowsBlock {
        gap: 5px;
    }
    .topBannerArrows {
        bottom: 12px;
    }
    .productWrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .productNuc:nth-child(7) {
        grid-column-start: 1;
    }
    .btnStyle2 {
        width: 30px;
        height: 30px;
    }
    .productWrap .btnStyle2 img {
        width: 10px;
    }
    .sectionSubTitle {
        font-size: 16px;
    }
    .sectionTitle {
        font-size: 28px;
    }
    .popularNuc {
        margin: 0 5px;
    }
    .saleBannerR {
        gap: 5px;
    }
    .saleBannerRTxt {
        font-size: 18px;
    }
    .aboutNucInfoBottom {
        justify-content: space-between;
    }
    .aboutNucInfo .btnStyleRed {
        height: 30px;
    }
    .aboutNucTop {
        height: 250px;
    }
    .aboutNucInfoTxt {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .topTitle {
        font-size: 28px;
    }
    .TBAdvantTxt {
        font-size: 18px;
    }
    .TBAdvantTxt span {
        font-size: 14px;
    }
    .nucTitle {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .nucTxt {
        font-size: 18px;
    }
    .sectionTop {
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }
    .aboutTxtBlock .aboutNucTxtWrap {
        width: 31%;
        padding: 25px 0px 10px 15px;
    }
    .aboutNucTxtWrap::after {
        top: 10px;
        left: 15px;
    }
    .sectionTitle {
        font-size: 22px;
    }
    .formTitle {
        font-size: 28px;
    }
    input {
        padding: 12px 10px;
        font-size: 14px;
        height: 40px;
        box-sizing: border-box;
    }
    textarea {
        padding: 12px 10px;
        font-size: 14px;
    }
    input::placeholder,
    textarea::placeholder {
        font-size: 14px;
    }
    .inputFile {
        font-size: 14px;
        height: 40px;
        width: 100%;
    }
    .btnWrap .btnStyleRed {
        width: 100%;
    }
    .agreement {
        font-size: 12px;
    }
    .inputWrap {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .formBlock {
        padding: 0 10px;
    }
    .btnWrap {
        flex-direction: column;
    }
    .newsAll {
        height: 30px;
        padding: 5px 10px;
        font-size: 14px;
    }
    .newsNuc {
        margin: 0 5px;
        padding: 5px;
        gap: 10px;
    }
    .footerMenu {
        display: none;
    }
    .footerLogo {
        margin: 0 auto;
    }
    .footerLBottom {
        flex-direction: column-reverse;
        align-items: center;
    }
    .contactWrap {
        grid-gap: 20px 40px;
    }
    .policy {
        align-items: center;
    }
    .copyright {
        text-align: center;
    }
    .socialWrap {
        width: fit-content;
        margin: 0 auto 20px;
    }
    .footerR {
        height: 260px;
    }
    footer {
        padding: 0 0 30px;
    }
    .list_category .row-fluid {
        gap: 0;
    }
    .row-fluid {
        width: 100%;
    }
    .category_info {
        width: 80%;
    }
    .h1,
    h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .category .image a img {
        height: 100%;
    }
}

@media screen and (max-width:700px) {
    .saleBannerC img {
        width: 240px;
    }
    .productLeft {
        gap: 15px;
    }
    .slider-for .lightbox {
        height: 320px;
    }
}

@media screen and (max-width:675px) {
    .saleBannerC {
        display: none;
    }
    .saleBanner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        background: linear-gradient(90deg, rgb(12, 21, 41) 0%, rgb(232, 98, 62) 100%, rgb(12, 21, 41) 100%);
    }
    .saleBanner {
        padding: 10px;
    }
}

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

@media screen and (max-width:600px) {
    .productNucTitle {
        font-size: 16px;
    }
    .productNuc ul li a {
        font-size: 14px;
    }
    .productNuc:nth-child(5) .productNucTitle {
        font-size: 16px;
    }
    .productNuc {
        padding: 12px 5px 12px 12px;
    }
}

@media screen and (max-width:560px) {
    .aboutTxtBlock .aboutNucTxtWrap {
        width: 48%;
    }
    .aboutTxtBlock .aboutNucTxtWrap:nth-child(3) {
        width: 100%;
        border-top: solid 1px var(--line-color);
        border-left: 0;
        padding-left: 0;
        margin-left: 0;
    }
    .aboutTxtBlock .aboutNucTxtWrap:nth-child(3)::after {
        left: 0;
    }
    .aboutSlider {
        width: 48%;
    }
    .aboutNav {
        width: 50%;
    }
    .aboutNucTop {
        height: 220px;
    }
    .listProducts {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .productTxtBlock .category_btn {
        grid-template-columns: minmax(0, 1fr);
    }
    .slider-for .lightbox {
        height: 230px;
    }
    .list_product {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media screen and (max-width:485px) {
    .slider-nav {
        max-width: calc(100% - 150px);
    }
    .topBannerNuc img {
        width: fit-content;
    }
    .topBannerAdvant {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-gap: 10px 0;
    }
    .productWrap {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .sliderNavArrow {
        width: 40px;
        height: 40px;
    }
    .productList {
        display: block;
    }
}

@media screen and (max-width:425px) {
    .phoneNumb {
        display: none;
    }
    .aboutTxtBlock .aboutNucTxtWrap {
        width: 100%;
        border-top: solid 1px var(--line-color);
        border-left: 0;
        padding-left: 0;
        margin-left: 0;
    }
    .aboutTxtBlock .aboutNucTxtWrap::after {
        left: 0;
    }
    .aboutTxtBlock {
        border: none;
    }
    .newsL img {
        width: 70%;
        margin: 0 auto;
    }
}

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

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