@import "button.css";
.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;
}

.hamburgerMobMain,
.advantageForm-close-two,
.openChildMain {
    display: none;
}

.custom_bottom_footer {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.wrap-item {
    display: flex;
}

.wrap-item .podrobnee_okompanii {
    margin-top: 30px;
}

.wrap-item .min-opisanie {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}

.wrap-item .pull-left {
    float: none !important;
}


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

@media screen and (max-height:850px) {
    .advantageForm-close,
    .advantageMoreForm-close {
        top: 10px;
        right: 10px;
        z-index: 5;
    }
}

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

@media screen and (max-width:1199px) {
    .wrapper {
        min-width: 320px;
        max-width: 100%;
    }
    .slideTop .txtBlock {
        left: calc((100% - 940px) / 2);
    }
    .buttonsBlock {
        right: calc((100% - 940px) / 2);
    }
    .slideTop::before {
        left: -230px;
    }
    .sendCatBlock {
        background-position-x: 65%;
    }
    .wrapItems {
        grid-template-columns: repeat(2, calc(50% - 5px));
    }
    .reviewsBlock {
        background: url(../images/revBg-repeat.png) repeat top center;
    }
    .weInNum {
        display: none;
    }
}

@media screen and (max-width:1100px) {
    .advantagesForm-bot {
        flex-direction: column;
    }
    .advantageForm-info {
        max-width: 100%;
        margin-right: 0;
    }
    .advantageForm-form {
        margin-right: 0;
        margin: 15px auto 0 auto;
    }
    .advantageForm-close-two {
        display: block;
        position: fixed;
        bottom: 10px;
        left: 30px;
        width: 100px;
        height: 100px;
        background: url("../images/zelstrelka.png") no-repeat center center;
        z-index: 10;
        cursor: pointer;
    }
    .otzyv-state {
        margin: 0;
        width: 100%;
    }
}

@media screen and (max-width:1024px) {
    .botLineH {
        height: auto;
        background-size: cover;
        padding: 10px 0 20px 0;
    }
    .wrapBL {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .botLineH .logo {
        bottom: 10px;
    }
    .wrapSaleAB {
        width: 100%;
    }
    .wrapPreBlock {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .articleBlock .title,
    .reviewsBlock .title {
        width: 100%;
        justify-content: space-around;
    }
    .reviewsBlock {
        padding-top: 30px;
        margin-bottom: 30px;
        min-height: auto;
    }
    .productsBlock .title .h1,
    .aboutCompanyBlock .title .h1,
    .articleBlock .title .h1,
    .reviewsBlock .title .h1,
    .wrapPreBlock .title .h1 {
        text-align: center;
        border: none;
        margin-bottom: 20px;
        padding: 0;
        width: 100%;
    }
    .articleBlock .title .h1 {
        margin-bottom: 10px;
    }
    .wrapSliderRev {
        background: none;
    }
    .wrapSliderRev .slederRev {
        width: 100%;
    }
    .wrapSliderRev .slederRev .slick-dots li {
        margin: 0px 4px;
    }
    .slederRev .slick-dots button {
        margin: 0;
    }
    .slederRev .slick-dots {
        left: calc(50% - 50px);
        right: auto;
    }
    .nucArt:hover {
        top: 0;
    }
    .articleBlock {
        margin-bottom: 10px;
    }
    .articlSlide {
        padding: 20px 10px 10px;
    }
    .sliderArticle .slick-dots {
        margin-top: 20px;
    }
    .homepage .contantBlock {
        display: none;
    }
    .etapsJobBlock {
        background: #4d4d4f;
        height: auto;
        margin: 0 0 30px 0;
        padding: 20px;
    }
    .etapsJobBlock .cnBlockEJ {
        display: flex;
        justify-content: space-around;
        width: 100%;
        align-items: center;
    }
    .cnBlockEJ p,
    .cnBlockEJ a {
        margin-bottom: 0;
    }
    .wrapEJ {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .etapsJobBlock .leftBlock {
        padding: 0;
        width: 100%;
        justify-content: space-around;
    }
    .etapsJobBlock .name {
        margin: 20px 0;
        text-align: center;
    }
    footer {
        background: #3b3b3b;
    }
    .wrapFooter {
        flex-wrap: wrap;
        justify-content: space-around;
        margin-bottom: 10px;
    }
    .mainFoot {
        display: none;
    }
    .wrapFooter .infoBlock {
        min-width: 200px;
    }
    .formBlockWrap {
        margin-top: 0;
        height: 470px;
    }
    .formBlockWrap .infoForm {
        top: 0;
        right: 0;
        border-radius: 0;
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-width: 300px;
        border: none;
    }
    .formBlockWrap form {
        width: 50%;
        height: 100%;
        min-width: 300px;
    }
    .cnBlockEJ button {
        white-space: nowrap;
    }
    .wrapAC {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .aboutCompanyBlock .txtBlock {
        width: auto;
        margin-bottom: 20px;
    }
    .sendCatBlock {
        height: 950px;
        padding: 250px 0 40px;
        margin-top: 0;
    }
    .wrapProdBlock .leftBlock,
    .wrapProdBlock .rightBlock {
        width: 100%;
    }
    ul.tabLeftWrap {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        width: 100%;
    }
    .advantagesList_block {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    ul.tabLeftWrap li a {
        padding: 10px;
    }
    ul.tabLeftWrap li.active a {
        font-size: 14px;
        padding: 10px;
    }
    .saleAftBannerBlock {
        margin-top: 20px;
    }
    .wrapSaleAB {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: center;
    }
    .nucSale {
        width: 250px;
    }
    .wrapSaleAB .leftBlock {
        width: 250px;
    }
    .productsBlock {
        padding: 30px 0 0;
    }
    .socBlock {
        justify-content: center;
    }
    .wrapAC {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:991px) {
    .wrapSaleAB .rightBlock {
        display: none;
    }
    .etapsJobBlock .cnBlockEJ {
        flex-wrap: wrap;
        padding: 20px;
    }
    .cnBlockEJ button,
    .cnBlockEJ p,
    .cnBlockEJ a {
        width: 250px;
        margin-bottom: 20px;
    }
    .topSliderBlock {
        display: none;
    }
    .mapBlock {
        background: none;
    }
    .wrapMap {
        padding: 0;
        flex-direction: column;
    }
    .wrapMap .title {
        width: 100%;
        background: url(../images/revBg-repeat.png) repeat top center;
        margin-top: 15px;
        padding: 15px 0;
    }
    .wrapMap h1,
    .wrapMap .h1 {
        width: 100%;
        padding: 0;
        text-align: center;
        margin: 0;
    }
    #map {
        padding-top: 0;
        max-width: 100%;
    }
    #map .menu {
        left: calc(50% - 320px);
    }
}

@media screen and (max-width:767px) {
    .wrapItems {
        grid-template-columns: repeat(1, 100%);
    }
    .nucArt .imgW {
        display: flex;
        justify-content: center;
    }
    .wrapPre {
        width: 100%;
        justify-content: space-around;
    }
    .nucPre {
        min-width: 220px;
        margin-bottom: 20px;
    }
    .sendCatBlock {
        background: none;
    }
    .sendCatBlock {
        background: url(../images/nucSaleBg.png);
        height: auto;
        padding: 20px;
        margin-bottom: 30px;
    }
    .sendCatBlock .txtBlock {
        width: 100%;
    }
    .sendCatBlock .botTxt::before {
        display: none;
    }
    .sendCatBlock .botTxt {
        padding-right: 0;
    }
    .sendCatBlock .txtBlock p.name,
    .sendCatBlock .txtBlock p,
    .whereSend {
        text-align: center;
    }
    .sendCat {
        padding-left: 0;
    }
    .whereSend {
        margin-bottom: 20px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .sendCat .wrapInputs {
        margin-right: 0;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .sendCat .wrapInputs button,
    .sendCat .wrapInputs input {
        min-width: 250px;
        margin-bottom: 20px;
    }
    .topLineH {
        height: auto;
        background-size: 100% 100%;
        padding: 10px 0;
    }
    .wrapBL {
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .topLineH .mail {
        margin-left: 0;
    }
    .wrapTL {
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    .wrapTL a,
    .wrapTL form {
        margin-bottom: 5px;
    }
    .WrapbotLineH {
        box-shadow: 1px 2px 7px 0 rgba(0, 0, 0, 0.5);
        background: url(../images/botLineHBg.png) repeat center;
    }
    .botLineH {
        /* position: fixed; */
        padding: 0;
        width: 100%;
        background-repeat: repeat;
        background-size: auto;
        z-index: 10;
        top: 0;
    }
    .botLineH .container {
        width: 100%;
    }
    .botLineH .logo {
        width: 30%;
    }
    .botLineH .logo img {
        max-width: 100%;
    }
    .botLineH ul {
        display: flex;
        flex-direction: column;
    }
    /* меню */
    .hamburgerMobMain {
        display: flex;
        justify-content: end;
        align-items: center;
        width: 30%;
        justify-content: flex-end;
    }
    .botLineH .logo {
        width: 70%;
        bottom: 0;
        transition: 0.3s;
    }
    .botLineH ul {
        display: none;
        width: 100%;
    }
    .botLineH ul.mainMenu li {
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0;
    }
    .botLineH ul.mainMenu li a {
        margin: 0 !important;
        padding: 0 !important;
        padding-bottom: 5px !important;
        margin-bottom: 10px !important;
        border-bottom: 1px solid #fff;
    }
    ul.mainMenu li.parent:hover>ul,
    ul.mainMenu>li.parent::before,
    ul.mainMenu>li>ul li.parent::after {
        display: none;
    }
    .botLineH ul li:last-child a {
        margin-left: 0;
    }
    ul.mainMenu>li>ul li:not(:last-child) {
        border-bottom: none;
    }
    ul.mainMenu ul {
        position: relative;
        left: 0;
        padding: 0;
        background: none;
    }
    .wrapBL {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
    }
    .botLineH ul li:first-child a,
    .botLineH ul li a {
        margin-left: 0;
    }
    .openChildMain {
        display: block;
        position: absolute;
        right: 25px;
        z-index: 50;
        padding: 0 10px;
        transition: 0.4s;
    }
    .openChildMain.active {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    /* слайдер */
    .slideTop img {
        max-width: 100%;
    }
}

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

@media screen and (max-width:640px) {
    .formBlockWrap {
        flex-wrap: wrap;
        height: auto;
    }
    .formBlockWrap .infoForm,
    .formBlockWrap form {
        width: 100%;
    }
    footer {
        padding-top: 30px;
    }
    .mapBlock {
        margin-bottom: 0;
    }
    footer .logo {
        margin-top: 0;
    }
    .nucArt span {
        padding-left: 0;
    }
    .nucArt .txtBlock {
        left: 0;
        width: 100%;
    }
    .wrapTopSliderSert {
        background: none;
        display: none;
    }
    .sertSlideBot .imgW {
        display: flex;
        justify-content: center;
    }
    .wrapBotSliderSert,
    .aboutCompanyBlock .sertBlock {
        width: 100%;
    }
    .wrapEtaps {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-evenly;
        margin-bottom: 0;
    }
    .etapsJobBlock .nucEtap {
        margin-bottom: 20px;
        width: calc((100% / 2) - 10px);
        padding: 10px 5px 0px;
    }
    .nucEtap p.num {
        font-size: 65px;
    }
    .wrapEJ {
        width: calc(100% + 60px);
        margin: 0 -30px;
    }
    .etapsJobBlock .miniTxt {
        padding: 0 5px;
    }
    #map .menu {
        width: 100%;
        left: 0;
    }
}

@media screen and (max-width:600px) {
    .advantagesForm-top {
        flex-direction: column;
        align-items: center;
        display: block;
        background: none;
        box-shadow: none;
    }
}

@media screen and (max-width:485px) {
    .sendCatBlock .txtBlock p.name {
        font-size: 22px;
    }
    .sendCatBlock .txtBlock p {
        font-size: 16px;
    }
    .advantageForm-form {
        min-width: auto;
    }
}

@media screen and (max-width:425px) {
    .formBlockWrap .infoForm,
    .formBlockWrap form {
        padding: 20px;
    }
    .mCustomScrollbar.mCS_no_scrollbar .mCSB_inside>.mCSB_container {
        margin-left: 0;
    }
    .tabItems {
        flex-wrap: wrap;
    }
    .tabItems li a {
        font-size: 12px;
    }
    .tabItems li a {
        font-size: 12px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .advantageForm-info-menu {
        flex-direction: column;
    }
    .advantageForm-info-menu-el:not(:last-child)::after {
        display: none;
    }
    .advantageForm-form-inner {
        padding: 10px;
    }
    .advantageForm .inputbox {
        flex-direction: row;
    }
    .advantageForm .inputbox label {
        position: absolute;
        margin: 0 11px;
    }
    .advantageForm-info-inner-el .attrs .attr {
        flex-direction: column;
    }
    .advantageForm-info-inner-el .attrs .attr-value {
        color: red;
    }
    .advantageForm-info-menu-el,
    .advantageForm-info-title {
        font-size: 16px;
    }
    .advantageForm-info-subtitle {
        font-size: 22px;
    }
    .advantageForm-info-inner-el .description {
        font-size: 14px;
    }
    .advantagesForm-bot {
        padding: 10px;
        display: block;
        background: none;
    }
    .price_image img {
        max-width: 100%;
    }
    .advantageForm-info-menu-el {
        padding: 0;
        margin-bottom: 10px;
    }
    .productsBlock .more {
        margin-bottom: 15px;
    }
    .formBlockWrap .wrapLabel label,
    .formBlockWrap .wrapLabel label a {
        color: #fff;
    }
    .gallery {
        margin-top: 0;
    }
    .advantageForm-close-two {
        width: 50px;
        height: 50px;
        background-size: cover;
    }
}

@media screen and (max-width:400px) {
    .wrapProdBlock .rightBlock {
        padding-top: 20px;
    }
    ul.tabLeftWrap {
        flex-direction: column;
    }
    .wrap-item {
        flex-direction: column;
        align-items: center;
    }
    .wrap-item .min-opisanie {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}

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