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

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

.zoom-img {}


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

.gallery {}
.topElement {
    align-items: flex-start;
}

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

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

.wrapHt {
    position: relative;
    z-index: 20;
}

.mainGroup {
    position: relative;
}

.mainGroup .mainCatPadding {
    right: 0;
}

.mainGroup .mainCatPadding {
    padding-top: 25px;
}

.mainCat .menu img {
    max-width: 50px;
}


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

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

h2,
.h2 {
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
    color: #132C3C;
}

table {
    width: 100%;
}

table th,
table td {
    padding: 10px 30px;
}

table th,
table td {
    position: relative;
}

tr.header {
    font-family: 'Roboto-Bold';
    white-space: nowrap;
}

.botElement {
    margin: 60px 0;
}

.botElement .h2 {
    margin-bottom: 50px;
}

.breadcrumb {
    background: transparent;
    padding: 0;
}

.breadcrumb>li+li:before {
    display: none;
}

.breadcrumb>.active {
    color: #3E5364;
}

.breadcrumb li {
    text-transform: uppercase;
}

.page-header {
    border-bottom: none
}


/* Модалка */

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

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

.wrapLabel span a {
    color: #0087CA;
}

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

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


/* Модалка */

.lock {
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

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


/*  */

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

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

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

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

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

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

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

.h1,
h1 {
    text-align: left;
    font-family: "Roboto-Bold";
    font-size: 37px;
    margin-bottom: 45px;
    color: #132C3C;
}

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

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

.callback-toggle {
    cursor: pointer;
    text-decoration: none;
}

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

.btnStyle {
    position: relative;
    cursor: pointer;
    color: #fff;
    font-weight: 'ProximaNova';
    font-size: 15px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, var(--colorHead2), var(--colorHead));
    height: 78px;
    padding: 0 15px;
    transition: all 0.4s;
    z-index: 1;
}

.btnStyle:hover {
    text-decoration: none;
    color: #fff;
}

.btnStyle:before {
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    width: 6px;
    height: 20px;
    background: var(--decColor);
    content: '';
    transition: all 0.4s;
    z-index: -1;
}

.btnStyle:hover:before {
    width: 100%;
    top: 0;
    height: 100%;
}

.animate:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #132C3C;
    content: '';
    transition: all 0.4s;
}

a.animate:hover {
    text-decoration: none;
}

a,
a:hover,
a:focus,
a:target,
a:active {
    color: #132C3C;
    text-decoration: none;
    color: #132C3C;
}

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

.animate {
    position: relative;
    padding: 2px 0;
    line-height: 1;
}

.colorWhite.animate:after {
    background: #fff;
}

.colorBlue.animate:after {
    background: #00FFFF;
}

.blueanim.animate:after {
    background: #1a69b1;
}


/* bt */

.wrapBT {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.linkCat {
    background: #1A69B1;
    color: #fff;
    text-decoration: none;
    width: 160px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    border-radius: 25px;
    padding: 0 25px;
}

.linkCat .linkRight::before {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    border-top: 1px solid #00CB43;
    border-right: 1px solid #00CB43;
    transform: rotate(45deg);
    top: 17px;
    left: 30px;
}

.linkCat .linkRight::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    background: #00CB43;
    top: 50%;
    left: 20px;
}

.bannerTopBlock {
    margin-top: 200px;
}

.insidepage .bannerTopBlock {
    margin: 0;
}

.nucBT {
    background: #DAE1E5;
    border-radius: 10px;
    overflow: hidden;
    height: 250px;
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    transition: 0.4s;
    padding-right: 20px;
}

.nucBT .imgW img {
    max-width: 100%;
}

.nucBT:hover {
    box-shadow: 0px 12px 20px 0px rgb(0 0 0 / 15%);
}

.nucBT .rightBT {
    padding-right: 30px;
    width: 220px;
}

.nucBT.nucBT1 {
    background: url(../images/bT1.jpg) right center/cover no-repeat;
}

.nucBT.nucBT2 {
    background: url(../images/bT2.jpg) right center/cover no-repeat;
}

.nucBT.nucBT3 {
    background: url(../images/bT3.jpg) right center/cover no-repeat;
}

.nucBT.nucBT4 {
    background: url(../images/bT2.jpg) right center/cover no-repeat;
}

.nucBT.nucBT5 {
    background: url(../images/bT5.jpg) right center/cover no-repeat;
}

.nucBT.nucBT6 {
    background: url(../images/bT6.jpg) right center/cover no-repeat;
}

.nucBT.nucBT7 {
    background: url(../images/yakhta.jpg) right center/cover no-repeat;
}

.nucBT .name {
    font-size: 22px;
    font-family: 'Roboto-Bold';
    line-height: 1.2;
}

.nucBT .leftBT {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.topBanner .imgW {
    z-index: -1;
    margin-left: calc((100% - 1920px) / 2);
    position: absolute;
    top: -350px;
}

.topBanner {
    position: relative;
}

.wrapTopBanner {
    padding-top: 230px;
}


/* header */

header {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    z-index: 100;
}

.insidepage header {
    position: relative;
}

.topLineH {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Roboto-Light';
    font-size: 15px;
    padding: 10px 0;
}

.wrapHt {
    background: #C5D7E1;
}

.topLineH .phone:before {
    position: absolute;
    content: url(../images/phone.png);
    top: calc(50% - 18px);
    background: #1A69B1;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 0;
    padding-left: 5px;
    left: 0px;
}

.topLineH .phone {
    font-size: 21px;
    font-family: 'Montserrat-SemiBold';
    position: relative;
    padding-left: 40px;
}

.topLineH .geo {
    position: relative;
    padding-left: 30px;
    width: 280px;
}

.topLineH .geo:before {
    position: absolute;
    content: url(../images/geo.png);
    left: 0;
    top: calc(50% - 8px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 0;
    padding-left: 5px;
}

.topLineH .email {
    position: relative;
}

header .email:before {
    position: absolute;
    content: url(../images/email.png);
    left: -30px;
    top: calc(50% - 6px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 0;
    padding-left: 5px;
}

.mainGroup {
    cursor: pointer;
}

.groupCompany {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    border: 1px solid #1A69B1;
    min-width: 269px;
    justify-content: space-between;
    padding: 5px 15px;
    border-radius: 25px;
    font-size: 13px;
    font-family: 'Roboto-Medium';
}

.topLineH .iconMainCat {
    height: 50px;
    width: 50px;
    background: var(--colorHead);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    display: none;
}


/* bot */

.iconMainCat .line {
    width: 24px;
    height: 2px;
    position: relative;
}

.iconMainCat .line:nth-child(3) {
    background: #DC2A1B;
}

.iconMainCat .line:nth-child(2) {
    margin: 5px 0;
    background: #00CB43;
}

.iconMainCat .line:nth-child(1) {
    background: #F9DF13;
}

.wrapLines .line:before,
.wrapLines .line {
    transition: all 0.4s;
}

.botLineH {
    padding: 45px 0;
}

.wrapFt .menu {
    font-size: 16px;
    font-family: 'Roboto-Medium';
    text-transform: uppercase;
    display: flex;
    max-width: 735px;
    color: #132C3C;
}

.wrapHt .menu {
    font-size: 16px;
    font-family: 'Roboto-Medium';
    text-transform: uppercase;
    display: flex;
    max-width: 735px;
    color: #132C3C;
}

.wrapFt .menu li:last-child {
    border: 0;
    padding-right: 0;
}

.wrapFt .menu li:first-child {
    padding-left: 0;
}

.wrapMobile .menu li {
    padding-right: 20px;
    padding-left: 20px;
    border-right: 2px solid #1A69B1;
    line-height: 1;
    display: flex;
    align-items: center;
}

.katalog {
    display: flex;
    align-items: center;
    min-width: 170px;
    background: #1A69B1;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    padding: 13px 30px;
    border-radius: 25px;
    font-size: 16px;
    font-family: 'Roboto-Medium';
    text-transform: uppercase;
    cursor: pointer;
}

.wrapFt .menu a {
    position: relative;
    padding: 5px 0;
}

.wrapFt .menu a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #132C3C;
    content: '';
    transition: all 0.4s;
}

.wrapFt .menu a:hover:after {
    width: 100%;
}

.slideritem {
    border-radius: 10px;
    overflow: hidden;
}

.sliderTop.owl-grab .owl-nav {
    opacity: 0;
}

.sliderTop .owl-next {
    position: absolute;
    width: 120px;
    display: flex;
    justify-content: space-between;
    background: rgb(255 255 255 / 55%) !important;
    border-radius: 25px 0 0 25px;
    height: 60px;
    transition: 0.2s;
    right: 0;
    top: calc(50% - 30px);
    align-items: center;
}

.sliderTop .owl-next:hover {
    width: 140px;
}

.sliderTop .owl-prev {
    position: absolute;
    width: 120px;
    display: flex;
    background: rgb(255 255 255 / 55%) !important;
    border-radius: 0px 25px 25px 0;
    height: 60px;
    transition: 0.2s;
    left: 0;
    top: calc(50% - 30px);
    align-items: center;
    justify-content: flex-end;
}

.sliderTop .owl-prev:hover {
    width: 140px;
}


/* .sliderTop .owl-nav {
    margin-left: calc((100% - 1251px) / 2);
    position: absolute;
    bottom: 60px;
    width: 140px;
    display: flex;
    justify-content: space-between;
    background: rgb(255 255 255 / 55%);
    border-radius: 0px 25px 25px 0;
    padding: 0 30px;
    height: 60px;
    transition: 0.2s;
} */

.sliderTop .owl-nav .owl-prev span {
    width: 45px;
    height: 45px;
    background: #1A69B1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0;
    border-radius: 40px;
    margin-right: 10px;
    position: relative;
    transition: 0.3s;
}

.sliderTop .owl-nav .owl-prev span:hover {
    background: #00DC4D;
}

.sliderTop .owl-nav .owl-next span {
    width: 45px;
    height: 45px;
    background: #1A69B1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0;
    border-radius: 40px;
    position: relative;
    transition: 0.3s;
    margin-left: 10px;
}

.sliderTop .owl-nav .owl-next span:hover {
    background: #00DC4D;
}

.sliderTop .owl-nav .owl-next span:before {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg);
    top: 19px;
    left: 23px;
}

.sliderTop .owl-nav .owl-next span::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    background: #ffffff;
    top: 50%;
    left: 13px;
}

.sliderTop .owl-nav .owl-prev span::before {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(220deg);
    top: 19px;
    left: 13px;
}

.sliderTop .owl-nav .owl-prev span::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    background: #ffffff;
    top: 50%;
    left: 12px;
}

.newsBlock {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-gap: 15px;
}

.nucNews .topN {
    font-size: 15px;
    color: #80A6BC;
    padding-bottom: 30px;
}

.nucNews {
    background: #fff;
    padding: 30px 30px 85px 30px;
    border-radius: 10px;
}

.nucNews.mainNews {
    background: #1A69B1;
    color: #fff;
}

.nucNews .link {
    font-size: 15px;
    color: #00FFFF;
}

.newsLink::before {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    border-top: 1px solid #00CB43;
    border-right: 1px solid #00CB43;
    transform: rotate(45deg);
    top: calc(50% - 4px);
    right: 0;
}

.newsLink {
    position: relative;
    padding-right: 30px;
}

.newsLink::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    background: #00CB43;
    top: 50%;
    right: 0;
}

.nucNews .name {
    font-size: 21px;
    font-weight: bold;
    font-family: 'Roboto-Bold';
}

.nucNews .desc {
    padding-top: 30px;
    line-height: 1.3;
}

.botN a {
    color: #fff;
    font-family: 'Roboto-Regular';
    display: block;
}

.botN {
    position: absolute;
    bottom: 35px;
    color: #fff;
}

.nucNews .botN a {
    color: #1a69b1;
    position: relative;
}

.nucNews.mainNews .botN a {
    color: #fff;
}

.wrapBotBanner {
    margin-top: 70px;
    margin-bottom: 70px;
}

.item .imgW {
    height: 190px;
}

.item .imgW img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.item .name {
    font-size: 15px;
    font-family: 'Roboto-Medium';
    line-height: 1.3;
    text-align: left;
    height: 40px;
}

.item {
    border: 1px solid #A0B8C7;
    border-radius: 15px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.5s;
    min-height: 345px;
    cursor: pointer;
}

.item:hover {
    box-shadow: 0px 12px 20px 0px rgb(0 0 0 / 15%);
}

.wrapItem {
    padding: 0 0 30px 0px;
}

.botItem {
    padding-top: 40px;
    min-height: 75px;
}

.soffersBlock {
    padding: 70px 0 150px;
}

.bannerCatalogBlock {
    padding-bottom: 140px;
}

.arrowSlide .owl-next span {
    width: 45px;
    height: 45px;
    background: #1A69B1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0;
    border-radius: 40px;
    position: relative;
    transition: 0.2s;
}

.arrowSlide .owl-next span:before {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg);
    top: 19px;
    left: 23px;
    transition: 0.2s;
}

.arrowSlide .owl-next span::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    background: #ffffff;
    top: 51%;
    left: 13px;
}

.arrowSlide button.owl-next {
    border: 0;
    background: transparent;
    display: inline-flex;
    margin: 0;
    padding: 0;
}

.arrowSlide .owl-prev span {
    width: 45px;
    height: 45px;
    background: #1A69B1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0;
    border-radius: 40px;
    position: relative;
}

.arrowSlide .owl-prev span::before {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(220deg);
    top: 19px;
    left: 13px;
}

.arrowSlide .owl-prev span::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    background: #ffffff;
    top: 51%;
    left: 12px;
}

.arrowSlide button.owl-prev {
    border: 0;
    background: transparent;
    display: inline-flex;
    padding: 0;
    margin: 0;
    margin-right: 10px;
}

.bannerCatalog {
    background: rgb(249, 223, 19);
    background: linear-gradient(90deg, rgba(249, 223, 19, 1) 60%, rgba(0, 203, 67, 1) 76%, rgba(220, 42, 27, 1) 99%);
    padding: 26px 30px;
    border-radius: 100px;
    line-height: 1;
    font-size: 27px;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
    position: relative;
}

.bannerCatalog .katalog {
    min-width: 257px;
    padding: 16px 15px;
    z-index: 1;
}

.bannerCatalog .katalog a {
    color: #fff;
}

.bannerCatalog:before {
    content: '';
    background: url(../images/bannerCatalogB1.png) center center no-repeat;
    width: 395px;
    height: 195px;
    position: absolute;
    right: 0;
    z-index: 0;
}

.linkCatDelivery {
    background: #1A69B1;
    color: #fff;
    text-decoration: none;
    width: 255px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    border-radius: 25px;
    padding: 0 25px 0 0;
}

.linkCatDelivery svg {
    margin-right: 10px;
}

.linkCatDelivery img {
    margin-right: 10px;
}

.linkCatDelivery.animateButton:hover svg .\37 5db52f9-116a-4f49-8b89-6301a396b080 {
    fill: #132C3C !important;
}

input.hidden {
    display: none;
}

.mapright img {
    max-width: 100%;
}

.delivery .box img {
    max-width: 100%;
}

.delivery {
    background: url(../images/map.jpg) right -50px no-repeat;
    height: 654px;
}

.delivery .name {
    font-size: 37px;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    font-family: 'Roboto-Bold';
    color: #132C3C;
    margin-bottom: 30px;
}

.delivery .name span {
    color: #1A69B1;
}

.delivery .box {
    margin-top: 130px;
}

.manufacturers {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 80px;
}

.nucFactur {
    display: flex;
    align-items: center;
    line-height: 1.3;
}

.nucFactur .imgW {
    background: #CEE2E2;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 2s;
    cursor: pointer;
}

.itemSlide {
    padding: 0 0 30px 0;
}

.itemSlide .imgW {
    cursor: pointer;
    transition: 0.2s;
    border-radius: 15px;
    overflow: hidden;
}


/* .itemSlide .imgW:hover {
    box-shadow: 0px 12px 20px 0px rgb(0 0 0 / 15%);
} */

.nucFactur .imgW:hover {
    transform: rotateY(-360deg);
}

.nucFactur .imgW {
    margin-right: 20px;
}

.soffersBlock .title {
    margin-bottom: 45px;
}

.soffersBlock .h1 {
    margin-bottom: 0;
}

.manufacturersBlock .h1 {
    margin-bottom: 80px;
}

.textBlock .leftTex {
    width: 590px;
}

.textBlock .rightText {
    width: calc(100% - 640px);
}

ul.stylesmarker li {
    padding-left: 20px;
    position: relative;
}

ul.stylesmarker li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #007399;
    position: absolute;
    left: 0;
    border-radius: 50%;
    line-height: 1;
    top: calc(50% - 3px);
}

.nucImage .imageLogo {
    padding-right: 40px;
    line-height: 1;
    position: relative;
}

.nucImage .imageTm {
    padding-left: 40px;
    line-height: 1;
}

.nucImage .imageLogo::before {
    content: '';
    background: #132c3c54;
    width: 2px;
    height: 70px;
    position: absolute;
    right: 0;
    top: calc(50% - 30px);
}

.wrapImage {
    padding: 30px 0;
}

.manufacturersBlock .slogan {
    color: #1A69B1;
    font-size: 23px;
    font-family: 'Roboto-Medium';
}

.manufacturersBlock:before {
    content: '';
    background: url(../images/befor1.png);
    height: 510px;
    width: 477px;
    position: absolute;
    z-index: -1;
    top: -150px;
}

.manufacturersBlock {
    position: relative;
    display: block;
    z-index: 1;
}

.manufacturersBlock .container {
    z-index: 2;
    display: block;
}

.proizvodstvoBlock .h1 {
    margin: 0;
}

.proizvodstvoBlock .title {
    margin-top: 70px;
    margin-bottom: 40px;
}

.proizvodstvoBlock::before {
    content: '';
    background: url(../images/before2.png);
    width: 477px;
    height: 510px;
    position: absolute;
    right: -50px;
    top: 0;
    z-index: -1;
}

.proizvodstvoBlock {
    position: relative;
}

body.homepage {
    background: url(../images/body.jpg) left bottom no-repeat;
}

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

.formBlock .slogan {
    font-size: 24px;
    font-family: 'Roboto-Light';
    line-height: 1;
    margin-bottom: 45px;
}

.wrapForm {
    background: rgb(249, 223, 19);
    background: linear-gradient(90deg, rgba(249, 223, 19, 1) 60%, rgba(0, 203, 67, 1) 76%, rgba(220, 42, 27, 1) 99%);
    padding: 50px 60px;
    border-radius: 10px;
    padding-right: 410px;
}

.wrapForm .h1 {
    margin-bottom: 20px;
}

.formBlock {
    padding: 152px 0;
}

.wrapForm {
    position: relative;
    z-index: 1;
    display: block;
}

.wrapForm:before {
    content: '';
    background: url(../images/bottle.png) center center no-repeat;
    position: absolute;
    width: 450px;
    height: 470px;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.wrapinputs input {
    border: 1px solid #29404E;
    background: transparent;
    padding: 10px 20px;
    border-radius: 21px;
    margin-right: 15px;
}

.wrapinputs {
    margin-bottom: 20px;
}

.wrapinputs input.submit {
    background: #1A69B1;
    color: #fff;
    border: 1px solid #1A69B1;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
}

.wrapMenu .menu a:hover:after {
    width: 100%;
}

.wrapMenu .menu a {
    position: relative;
    display: inline-block;
}

.wrapMenu .menu a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #fff;
    content: '';
    transition: all 0.4s;
}

footer {
    background: #132C3C;
    color: #fff;
    position: relative;
    display: block;
}

footer .container {
    z-index: 2;
    position: relative;
}

.map {
    width: 506px;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.wrapFot .left {
    width: calc(100% - 600px);
}

.topFot {
    padding: 50px 0;
}

.phones a {
    font-size: 25px;
    font-family: 'Roboto-Bold';
    line-height: 1;
}

.phones {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    padding-right: 150px;
}

.nucBFoot a {
    font-size: 15px;
    color: #fff;
    font-family: 'Roboto-Light';
    position: relative;
    padding-left: 20px;
    display: block;
    line-height: 1;
}

.nucBFoot a.email {
    padding-left: 5px;
}

.nucBFoot .mailto::before {
    content: '';
    background: url(../images/cap.png);
    width: 13px;
    height: 20px;
    position: absolute;
    left: 0;
    top: calc(50% - 14px);
}

.nucBFoot .clock {
    font-size: 15px;
    color: #fff;
    font-family: 'Roboto-Light';
    position: relative;
    padding-left: 20px;
}

.nucBFoot .clock::before {
    content: '';
    background: url(../images/clock.png);
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
    top: calc(50% - 7px);
}

.wrapBotFoot .adress {
    font-size: 15px;
    color: #fff;
    font-family: 'Roboto-Light';
    position: relative;
    padding-left: 20px;
    margin-top: 20px;
    line-height: 1;
}

.wrapBotFoot .adress::before {
    content: '';
    background: url(../images/cap.png);
    width: 13px;
    height: 20px;
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
}

.nucMenu ul {
    display: flex;
    flex-direction: column;
}

.nucMenu1 {
    margin-right: 100px;
}

.nucMenu .title {
    font-size: 17px;
    font-family: 'Roboto-Medium';
    display: block;
    line-height: 1;
    margin-bottom: 20px;
}

.botFoot {
    display: flex;
    flex-direction: column;
    height: 400px;
    justify-content: space-between;
}

.nucMenu ul a {
    font-size: 17px;
    font-family: 'Roboto-Light';
    display: block;
    line-height: 1;
    padding: 5px 0;
}

.copyrightBlock {
    font-size: 13px;
    color: #87878E;
}

a.politics {
    color: #1A69B1;
}

.wrapFot {
    padding-bottom: 70px;
}

.wrapBotFoot {
    position: relative;
    min-height: 100px;
}

.wrapBotFoot:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #D1D2EF;
    position: absolute;
    bottom: 0;
}

.callback-toggle.button {
    padding: 8px 20px;
    border-radius: 21px;
    width: 220px;
    background: #1A69B1;
    justify-content: center;
    text-align: right;
    padding-right: 30px;
    position: relative;
    align-items: center;
    display: flex;
}

.callback-toggle.button:hover rect {
    fill: #132c3c;
}

.callback-toggle.button:hover polygon {
    fill: #132c3c;
}

.callback-toggle.button:hover path {
    fill: #132c3c;
}

.callback-toggle.button svg {
    margin-right: 5px;
}

.callback-toggle.button img {
    margin-right: 5px;
}


/* .callback-toggle span::before {
    position: absolute;
    content: '';
    background: url(../images/phone2.png);
    width: 22px;
    height: 25px;
    left: 25px;
} */

footer::before {
    content: '';
    background: url(../images/footDecor.png);
    width: 660px;
    height: 574px;
    position: absolute;
    z-index: 0;
    left: calc(50% - 120px);
}

.wrapSend {
    padding: 10px 17px;
    border-radius: 21px;
}

.animateButton {
    background: #1A69B1;
    color: #fff;
    border: 0;
    transition: 0.6s;
    overflow: hidden;
    position: relative;
}

.animateButton:focus {
    outline: 0;
}

.animateButton:before {
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 60px;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    filter: blur(30px);
    transform: translateX(-100px) skewX(-15deg);
}

.animateButton:after {
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    width: 30px;
    height: 100%;
    left: 30px;
    top: 0;
    opacity: 0;
    filter: blur(5px);
    transform: translateX(-100px) skewX(-15deg);
}

.arrowSlide .owl-next:hover span {
    background: #00DC4D;
}

.arrowSlide .owl-prev:hover span {
    background: #00DC4D;
}

.arrowSlide .owl-prev:hover span::before {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

.arrowSlide .owl-prev:hover span::after {
    background: #000;
}

.arrowSlide .owl-next:hover span::before {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

.arrowSlide .owl-next:hover span::after {
    background: #000;
}

.mainCatPadding {
    display: none;
    padding-top: 10px;
    position: absolute;
}

.mainCat {
    left: 0;
    top: 100%;
    padding: 30px 35px;
    background: #C5D7E1;
    z-index: 20;
    border-radius: 20px;
}

.mainCat .menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px 45px;
    min-width: 500px;
    align-items: center;
}

.mainCat .menu::before {
    display: none;
}

.mainCat .menu::after {
    display: none;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background: none;
}

.mainCat ul a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.2;
}

.mainCat ul a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.2;
}

.mainCat ul img {
    width: 64px;
}

.mainCat ul a span {
    width: calc(100% - 80px);
}

.mainCatWrap {
    position: relative;
}

.mainCat .menu li {
    padding: 0;
    border: none;
}

.mainCat .menu li a:after {
    display: none;
}

.menu li a span {
    position: relative;
}

.menu li a span::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #132C3C;
    content: '';
    transition: all 0.4s;
}

.menu a span:hover:after {
    width: 100%;
}

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

.sliderElWrap {
    width: 500px;
    border: 1px solid #A0B8C7;
    border-radius: 15px;
}

.sliderEl .imgW {
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 20px;
}

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

.txtBlock {
    width: calc(100% - 540px);
}


/*slyderStyle*/

.sliderEl {
    position: relative;
}

.sliderEl .slick-arrow {
    position: absolute;
    z-index: 1;
    width: 45px;
    height: 45px;
    background: #1A69B1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0;
    border-radius: 40px;
    transition: 0.2s;
    border: none;
    transform: translateY(-50%);
    top: 50%;
}

.sliderEl .slick-prev {
    left: 10px;
}

.sliderEl .slick-prev:before {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(220deg);
    top: 19px;
    left: 13px
}

.sliderEl .slick-prev::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    background: #ffffff;
    top: 51%;
    left: 12px;
}

.sliderEl .slick-next {
    right: 10px;
}

.sliderEl .slick-prev:hover::before {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

.sliderEl .slick-prev:hover::after {
    background: #000;
}

.sliderEl .slick-next:before {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg);
    top: 19px;
    left: 23px;
    transition: 0.2s;
}

.sliderEl .slick-next::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    background: #ffffff;
    top: 51%;
    left: 13px;
}

.sliderEl .slick-prev:hover {
    background: #00DC4D;
}

.sliderEl .slick-next:hover {
    background: #00DC4D;
}

.sliderEl .slick-next:hover::before {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

.sliderEl .slick-next:hover::after {
    background: #000;
}

.sliderEl .slick-dots {
    display: flex;
    margin-top: 30px;
    justify-content: center;
}

.sliderEl .slick-dots button {
    border-radius: 50%;
    width: 13px;
    height: 13px;
    background: #f4f4f4;
    border: none;
    font-size: 0;
    padding: 0;
    margin: 0 8px;
}

.sliderEl .slick-dots .slick-active button {
    background: #bd1b7e;
}

.elSlide .wrapElement {
    height: 420px;
    display: flex;
    align-items: center;
}

.txtBlock p {
    margin: 0;
}

.txtBlock .separatorP {
    font-family: 'Roboto-Bold';
    color: #132C3C;
    padding: 10px 0;
}

.wraparticul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 300px;
}

.nucTH {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background: #e3ecf1;
    font-family: 'Roboto-Bold';
    padding: 10px 30px;
    border-radius: 15px;
    margin: 20px 0;
}

.botElement table tr.header td:first-child:before {
    position: absolute;
    top: 0;
    height: 100%;
    content: '';
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    width: calc(1140px + 580px);
    left: -290px;
}

.botElement table tr.header td:first-child:before {
    position: absolute;
    top: 0;
    height: 100%;
    content: '';
    background: #e3ecf1;
    left: 0;
    z-index: -1;
    border-radius: 10px;
}

footer:before {
    content: '';
    background: linear-gradient(90deg, rgba(249, 223, 19, 1) 60%, rgba(0, 203, 67, 1) 76%, rgba(220, 42, 27, 1) 99%);
    width: 100%;
    left: 0;
    top: 0;
    height: 7px;
}

.nucOne {
    background: #1A69B1;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    padding: 13px 30px;
    font-size: 16px;
    font-family: 'Roboto-Medium';
    text-transform: uppercase;
    cursor: pointer;
    width: 49%;
    text-align: center;
}

.nucTwo {
    background: #1A69B1;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    padding: 13px 30px;
    font-size: 16px;
    font-family: 'Roboto-Medium';
    text-transform: uppercase;
    cursor: pointer;
    width: 49%;
    text-align: center;
}

.callback-fix {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.callback-modal {
    background: linear-gradient(to right, #F9DF13 50%, #00F091);
    max-width: 800px;
    padding: 60px;
    position: relative;
    z-index: 1;
}

.callback-modal__headline {
    font-size: 37px;
    line-height: 1;
    font-family: 'Roboto-Bold';
    text-align: left;
}

.callback-slogan {
    font-size: 24px;
    line-height: 1;
    font-family: 'Roboto-Light';
    padding-top: 30px;
    padding-bottom: 10px;
}

.callback-modal .form-submit-toggle input {
    background: transparent;
    border: 1px solid #29404E;
    border-radius: 25px;
    height: 42px;
    padding-left: 20px;
    font-size: 15px;
}

.callback-modal .form-submit-toggle {
    margin-top: 20px;
}

.callback-modal:before {
    content: '';
    background: url(../images/but.png) center center no-repeat;
    position: absolute;
    width: 315px;
    height: 325px;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.callback-right {
    width: 315px;
}

.callback-modal .form-submit-toggle .wrapSend.animateButton {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

input::placeholder {
    font-family: 'Roboto-Regular';
    font-size: 15px;
    color: #132C3C;
}


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

@media screen and (min-width:992px) {
    .mainCatWrap:hover .mainCatPadding {
        display: block;
    }
    .animateButton:hover {
        background: #00DC4D;
        cursor: pointer;
        color: #000;
    }
    .animateButton:hover .iconMainCat .line {
        background: #000;
    }
    .animateButton:hover:before {
        transform: translateX(300px) skewX(-15deg);
        opacity: 0.6;
        transition: 0.7s;
    }
    .animateButton:hover:after {
        transform: translateX(300px) skewX(-15deg);
        opacity: 1;
        transition: 0.7s;
    }
    .animateButton:hover .linkRight::before {
        border-top: 1px solid #000;
        border-right: 1px solid #000;
    }
    .animateButton:hover .linkRight::after {
        background: #000;
    }
    .mainGroup:hover .mainCatPadding {
        display: block;
    }
}

@media screen and (max-width:1199px) {
    .wrapFt .menu {
        align-items: center;
    }
    body {
        font-size: 15px;
    }
    .topLineH .phone {
        font-size: 15px;
    }
    .groupCompany {
        min-width: 260px;
    }
    .topLineH .geo {
        font-size: 13px;
        line-height: 1;
    }
    .wrapFt .menu a {
        font-size: 14px;
    }
    .wrapFt .menu li:first-child {
        padding-left: 0;
    }
    .wrapFt .menu li {
        padding-right: 10px;
        padding-left: 10px;
    }
    .wrapFt .menu {
        max-width: 450px;
    }
    .katalog {
        font-size: 14px;
        min-width: 160px;
        padding: 10px 25px;
    }
    .botLineH a.logo img {
        width: 200px;
    }
    .wrapFt .menu li {
        height: 40px;
        display: flex;
        align-items: center;
    }
    .bannerTopBlock {
        margin-top: 90px;
    }
    .nucBT .name {
        font-size: 20px;
    }
    .nucBT .rightBT {
        width: 150px;
        padding: 0;
    }
    .nucBT {
        justify-content: space-between;
    }
    .nucBT .leftBT {
        width: calc(100% - 200px);
    }
    .soffersBlock {
        padding: 70px 0 70px;
    }
    .delivery .box {
        margin-top: 200px;
    }
    .bannerCatalog {
        font-size: 18px;
    }
    .bannerCatalog {
        padding: 10px 30px;
    }
    .manufacturersBlock:before {
        left: -300px;
    }
    .proizvodstvoBlock::before {
        right: -300px;
    }
    .h1,
    h1 {
        font-size: 30px;
    }
    .wrapForm:before {
        background: url(../images/bottle.png) right bottom no-repeat;
        background-size: 340px;
    }
    .wrapForm {
        padding-right: 270px;
    }
    .formBlock .slogan {
        font-size: 18px;
    }
    .phones a {
        font-size: 20px;
    }
    .wrapFot .left {
        width: calc(100% - 550px);
    }
    .nucBFoot {
        flex-direction: column;
    }
    .wrapBotFoot .adress {
        font-size: 14px;
    }
    .nucMenu1 {
        margin-right: 20px;
    }
    .copyrightBlock {
        flex-direction: column;
        align-items: flex-start;
    }
    .item {
        min-height: 300px;
        padding: 20px 10px;
    }
    .botItem {
        padding-top: 20px;
    }
    .item .name {
        font-size: 14px;
    }
}

@media screen and (max-width:1024px) {
    .wrapTopBanner {
        padding-left: 40px;
        padding-right: 40px;
    }
    .nucBT {
        height: 200px;
        padding: 20px;
    }
    .topLineH .phone {
        font-size: 0;
    }
    .topLineH .phone::after {
        display: none;
    }
}

@media screen and (max-width:991px) {
    .mainCat.mainCat1.done {
        border-top: 1px solid;
        border-radius: 0;
    }
    .manufacturersBlock:before {
        display: none;
    }
    .wrapSection {
        grid-template-columns: repeat(3, 1fr);
    }
    .wrapFt.headerFixed {
        position: fixed;
        top: 0;
        width: 100%;
        background: #e5f6ffed;
    }
    .wrapFt.headerFixed .botLineH {
        padding: 5px 0;
    }
    .mainCat .menu {
        min-width: 100%;
    }
    header .email:before {
        left: 20px;
    }
    .iconMainCat.mobile.active {
        top: 0;
    }
    .wrapLines.active .line:nth-child(1),
    .wrapLines.active .line:nth-child(3) {
        opacity: 0;
    }
    .wrapLines.active .line:nth-child(2) {
        transform: rotate(45deg);
    }
    .wrapLines.active .line:nth-child(2):before {
        transform: rotate(-90deg);
    }
    .wrapLines.active {
        position: relative;
    }
    .wrapLines.active .line:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 2px;
        content: '';
        background: #fff;
        transition: all 0.4s;
    }
    header a.email {
        margin-top: 20px;
        padding-left: 50px;
        font-size: 17px;
        display: block;
    }
    .mainCat ul a span {
        width: 100%;
    }
    .mainCat ul a {
        font-weight: 400;
    }
    .mainCat .menu li a span {
        padding-left: 10px;
    }
    .topLineH .email,
    .topLineH .animate {
        display: none;
    }
    .wrapMobile {
        left: -100%;
        transition: all 1s ease;
        border-top: 1px dashed #C5D7E1;
        height: 100vh;
        width: 100%;
        position: fixed;
        background: #C5D7E1;
        top: 0;
        z-index: 20;
        overflow: auto;
    }
    .wrapMobile.active {
        left: 0;
    }
    .mainCatWrap {
        position: relative;
        z-index: 111;
        transition: 0.3s;
    }
    .mainCatWrap.active {
        position: fixed;
        right: 20px;
        top: 20px;
    }
    .mainCatWrap.active .katalog {
        background: #00DC4D;
        cursor: pointer;
        color: #000;
    }
    .mainCatWrap.active .katalog .iconMainCat .line {
        background: #000;
    }
    .mainCatWrap.active .wrapLines.active .line:before {
        background: #000;
    }
    .mainCat .menu {
        grid-template-columns: 1fr;
    }
    .mainCat {
        background: transparent;
        padding: 0;
    }
    .wrapFt .menu {
        max-width: 100%;
        flex-direction: column;
        align-items: flex-start;
        padding-top: 20px;
        padding-left: 20px;
    }
    .wrapFt .menu li {
        padding-right: 0;
        padding-left: 0;
        border: 0;
    }
    .nucBT .leftBT {
        width: 100%;
        height: auto;
    }
    header .katalog {
        border-radius: 0;
        font-size: 0;
        min-width: auto;
        padding: 10px;
    }
    .linkCat {
        width: 100%;
        max-width: 190px;
        margin: 0 auto;
    }
    .delivery {
        background-size: contain;
    }
    .delivery .box {
        margin-top: 100px;
    }
    .nucBT .rightBT {
        width: 100%;
    }
    .nucBT .name {
        font-size: 17px;
        text-align: center;
        margin-bottom: 10px;
    }
    .bannerCatalog {
        font-size: 14px;
    }
    .delivery .name {
        font-size: 27px;
    }
    .delivery {
        height: auto;
    }
    .manufacturers {
        grid-gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }
    .textBlock {
        flex-direction: column;
    }
    .textBlock .rightText {
        width: 100%;
    }
    .wrapForm:before {
        display: none;
    }
    .wrapForm {
        padding-right: 40px;
        padding-left: 40px;
    }
    .wrapFot {
        flex-direction: column-reverse;
    }
    .wrapFot .left {
        width: 100%;
        margin-top: 40px;
        height: auto;
    }
    .map {
        width: 100%;
    }
    .map>ymaps {
        width: 100% !important
    }
    footer .logo img {
        width: 150px;
    }
    .phones a {
        font-size: 17px;
    }
    .nucBT {
        height: 100%;
        flex-direction: column;
    }
    .rightBT .imgW {
        height: 110px;
        margin: 0 auto;
    }
    .nucBT .imgW img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .formBlock {
        padding: 60px 0;
    }
    .wrapTopBanner {
        padding-top: 210px;
    }
    .wrapTopBanner {
        padding-left: 10px;
        padding-right: 10px;
    }
    .nucFactur {
        border: 1px dotted #00cb43;
        padding: 10px;
    }
    .topElement {
        flex-direction: column;
    }
    .sliderElWrap {
        max-width: 500px;
        margin: 0 auto;
        width: 100%
    }
    .elSlide .wrapElement {
        height: auto;
    }
    .sliderElWrap br {
        display: none;
    }
    .txtBlock {
        width: 100%;
    }
    .mfp-fade.mfp-wrap.mfp-ready .mfp-content .mainCatPadding {
        display: block;
        padding: 0;
        position: relative;
        max-width: 480px;
        margin: 0 auto;
    }
    .mfp-fade.mfp-wrap.mfp-ready .mfp-content .mainCat {
        background: #C5D7E1;
    }
    .mfp-fade.mfp-wrap.mfp-ready .mfp-content .mainCat .menu {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width:767px) {
    .callback-left {
        display: none;
    }
    .callback-modal:before {
        display: none;
    }
    .callback-modal {
        max-width: 320px;
        padding: 30px;
    }
    .callback-modal__headline {
        font-size: 27px;
    }
    .callback-slogan {
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 0px;
    }
    .callback-modal .form-submit-toggle {
        margin-top: 10px;
    }
    .wrapSection {
        grid-template-columns: repeat(2, 1fr);
    }
    .groupCompany {
        min-width: auto;
        font-size: 0;
    }
    .manufacturers {
        margin-bottom: 50px;
    }
    .wrapForm {
        max-width: 370px;
        margin: 0 auto;
    }
    .wrapForm .h1 {
        font-size: 24px;
        line-height: 1;
        margin: 0 0 10px 0;
        text-align: center;
    }
    .formBlock .slogan {
        font-size: 13px;
        margin: 0;
    }
    .wrapinputs {
        margin-bottom: 10px;
        flex-direction: column;
        margin-top: 10px;
    }
    .wrapinputs input {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
        margin-right: 0;
    }
    .wrapLabel span {
        line-height: 1;
    }
    .wrapSend {
        width: 100%;
        text-align: center;
    }
    .wrapForm {
        padding: 30px;
        background: rgb(249, 223, 19);
    }
    .phones {
        padding-right: 10px;
    }
}

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

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

@media screen and (max-width:600px) {
    .textBlock .leftTex {
        width: 100%;
    }
    footer .phones {
        display: none;
    }
}

@media screen and (max-width:485px) {
    .wrapItem {
        width: 280px;
        margin: 0 auto;
    }
    .wrapSection {
        grid-template-columns: repeat(1, 1fr);
    }
    .map>ymaps {
        height: 300px !important;
    }
    .wrapBotFoot {
        margin-bottom: 10px;
    }
    .botFoot {
        height: auto;
    }
    footer .nucMenu {
        display: none;
    }
    .sliderTop .owl-nav .owl-next span {
        width: 30px;
        height: 30px;
    }
    .sliderTop .owl-nav .owl-next span:before {
        top: 13px;
        left: 15px;
        width: 5px;
        height: 5px;
    }
    .sliderTop .owl-nav .owl-next span::after {
        left: 10px;
        width: 10px;
    }
    .sliderTop .owl-next {
        top: calc(50% - 20px);
        height: 40px;
        width: 60px;
    }
    .sliderTop .owl-next:hover {
        width: 90px;
    }
    .sliderTop .owl-nav .owl-prev span {
        width: 30px;
        height: 30px;
    }
    .sliderTop .owl-nav .owl-prev span:before {
        top: 13px;
        left: 10px;
        width: 5px;
        height: 5px;
    }
    .sliderTop .owl-nav .owl-prev span::after {
        left: 10px;
        width: 10px;
    }
    .sliderTop .owl-prev {
        top: calc(50% - 20px);
        height: 40px;
        width: 60px;
    }
    .sliderTop .owl-prev:hover {
        width: 90px;
    }
    .nucBT .name {
        margin-bottom: 15px;
        margin-top: 15px;
        font-size: 14px;
    }
    .rightBT .imgW {
        height: 100px;
    }
    .item .imgW {
        height: 150px;
    }
    .item {
        min-height: 230px;
    }
    .botItem {
        padding-top: 10px;
        min-height: 40px;
        line-height: 1;
    }
    .bannerCatalog:before {
        display: none;
    }
    .bannerCatalog .name {
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }
    .bannerCatalog {
        align-items: center;
        flex-direction: column;
        padding: 20px;
    }
    .topLineH .geo {
        display: none;
    }
    .soffersBlock {
        padding: 40px 0;
    }
    .arrowSlide .owl-next span {
        width: 30px;
        height: 30px;
    }
    .arrowSlide .owl-next span:before {
        top: 13px;
        left: 15px;
        width: 5px;
        height: 5px;
    }
    .arrowSlide .owl-next span::after {
        top: 50%;
        left: 10px;
        width: 10px;
        height: 1px;
    }
    .arrowSlide .owl-prev span {
        width: 30px;
        height: 30px;
    }
    .arrowSlide .owl-prev span:before {
        top: 13px;
        left: 10px;
        width: 5px;
        height: 5px;
    }
    .arrowSlide .owl-prev span::after {
        top: 50%;
        left: 10px;
        width: 10px;
        height: 1px;
    }
    .soffersBlock .h1 {
        margin: 0;
    }
    .h1,
    h1 {
        font-size: 25px;
    }
    .nucFactur {
        display: flex;
        align-items: center;
        line-height: 1;
        flex-direction: column;
    }
    .nucFactur .imgW {
        margin-right: 0;
    }
    .itemSlide {
        max-width: 280px;
        margin: 0 auto;
        padding: 0;
    }
    .delivery {
        background: url(../images/map.jpg) right 0px no-repeat;
        background-size: contain;
    }
    .manufacturersBlock .h1 {
        margin-bottom: 30px;
    }
    .nucImage .imageLogo img {
        max-width: 100%;
    }
    .nucImage .imageTm img {
        max-width: 100%;
    }
    .nucFactur .name br {
        display: none;
    }
    .nucFactur .name {
        font-size: 13px;
        text-align: center;
    }
    .mfp-fade.mfp-wrap.mfp-ready .mfp-content .mainCat .menu {
        grid-template-columns: repeat(1, 1fr);
        padding: 20px;
    }
}

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

@media screen and (max-width:400px) {
    .wrapBT {
        grid-template-columns: 1fr;
    }
    .nucBT {
        width: 260px;
        margin: 0 auto;
    }
    .bannerCatalogBlock {
        padding-bottom: 70px;
    }
    .proizvodstvoBlock .title {
        margin-top: 30px;
    }
    .manufacturersBlock .slogan {
        font-size: 18px;
    }
    .topFot {
        flex-direction: column;
        padding: 30px 0;
    }
    .topFot a.logo {
        padding-bottom: 10px;
    }
    .wrapForm {
        padding: 20px;
    }
}

@media screen and (max-width:370px) {
    .map>ymaps {
        height: 200px !important;
    }
    .wrapForm .h1 {
        font-size: 19px;
    }
    .formBlock .slogan {
        font-size: 12px;
    }
    .manufacturers {
        grid-template-columns: 1fr;
        grid-gap: 5px
    }
    .nucFactur {
        width: 190px;
        margin: 0 auto;
    }
    .sliderEl .imgW {
        height: 250px;
    }
}