@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,
.mobile-tel {
    display: none;
}


/* Modal */

.callback-modal {
    width: 810px;
    background: url("../images/bdmodal.png") no-repeat center center;
    max-width: none;
    background-size: contain;
    padding: 60px 85px 70px 355px;
    height: 470px;
}

.callback-modal__headline {
    font-family: "ProximaNova-Light", Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #fff;
    line-height: normal;
    margin-bottom: 55px;
}

.callback-modal__headline span {
    font-size: 28px;
    font-family: "ProximaNova-Semibold", Arial, Helvetica, sans-serif;
}

.callback-modal__button {
    width: 260px;
    margin: 0 auto;
    display: inherit;
    background: #439638;
    font-family: "ProximaNova-Light", Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: none;
    padding: 15px 0;
    color: #fff;
    text-transform: uppercase;
}

.callback-modal input {
    border: none;
    background: none;
    border-bottom: 1px solid #a09f9e;
    padding: 10px;
    line-height: 1;
    color: #a09f9e;
    font-size: 16px;
    font-family: "ProximaNova-Light";
    transition: all 0.3s;
    margin-bottom: 15px;
    font-size: 16px;
}

.callback-modal .wrapLabelmodal {
    padding: 0 20px;
}

.callback-modal .wrapLabelmodal input {
    width: 1px;
    height: 1px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.callback-modal label {
    position: relative;
    padding-left: 30px;
    text-align: left;
    font-weight: normal;
    margin-bottom: 20px;
}

#checkF2:checked+label::before {
    font-size: 17px;
    color: #439638;
    text-align: center;
    content: "\2713";
    line-height: 20px;
    font-family: "ProximaNova-Semibold";
}

.callback-modal label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #fff;
}

.callback-modal label,
.callback-modal label a {
    font-size: 12px;
    color: #ffffff;
}

.callback-modal input:hover,
.callback-modal input:focus {
    border-bottom: 1px solid #439638;
    color: #439638;
}

.mfp-close-btn-in .mfp-close {
    color: #fff;
    font-weight: normal;
    font-size: 70px;
    background: #ffffff3d;
    opacity: 1;
    padding: 10px;
    height: auto;
    width: auto;
    border-radius: 50%;
    right: 30px;
}


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

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

@media screen and (max-width:1199px) {
    .menu-list {
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 0 20px;
    }
    header ul a {
        margin: 0px 10px 10px 10px;
    }
    header ul li:last-child a {
        margin-right: 10px;
    }
    header .infoBlockH a {
        white-space: nowrap;
    }
    .wrapBM {
        display: grid;
        grid-template-columns: repeat(3, calc(100% / 3));
        grid-gap: 3px;
    }
    .nucBM img {
        width: 100%;
        max-width: 100%;
    }
    .wrapPring {
        flex-wrap: wrap;
    }
    .wrapPring .leftBlock,
    .wrapPring .rightBlock {
        width: 100%;
    }
    .saleBlock {
        display: none;
    }
    .wrapPring ul {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .wrapPring ul li.active,
    .wrapPring ul li {
        padding: 10px;
    }
    .smallPhote {
        margin-top: 30px;
    }
    .aboutCompanyBlock .rightBlock {
        margin-left: 20px;
    }
}

@media screen and (max-width:1024px) {
    .fnc-nav {
        right: 10px;
    }
}

@media screen and (max-width:991px) {
    .aboutCompanyBlock p.h1,
    .aboutCompanyBlock h1 {
        margin-bottom: 20px;
        text-align: center;
        padding: 0;
    }
    .nucBM .name {
        font-size: 14px;
        height: 50px;
    }
    .fnc-slider {
        height: 376px;
        margin: 0 -50px;
    }
    .example-slider .fnc-slide-1 .fnc-slide__inner,
    .example-slider .fnc-slide-1 .fnc-slide__mask-inner,
    .example-slider .fnc-slide-2 .fnc-slide__inner,
    .example-slider .fnc-slide-2 .fnc-slide__mask-inner,
    .example-slider .fnc-slide-3 .fnc-slide__inner,
    .example-slider .fnc-slide-3 .fnc-slide__mask-inner,
    .example-slider .fnc-slide-4 .fnc-slide__inner,
    .example-slider .fnc-slide-4 .fnc-slide__mask-inner {
        background-size: 100% 100% !important;
    }
    .nucSO:hover {
        width: calc((100% / 4) - 5px);
    }
    .nucSO {
        width: calc((100% / 4) - 5px);
    }
    .nucSO .name {
        font-size: 18px;
        margin-bottom: 0;
    }
    .nucSO .sale {
        font-size: 14px;
    }
    .aboutCompanyBlock,
    .specOffersBlock,
    .bannerMainBlock {
        padding: 20px 0;
    }
    .aboutCompanyBlock .wrapAC {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .aboutCompanyBlock .rightBlock,
    .aboutCompanyBlock .leftBlock {
        width: 100%;
    }
    .aboutCompanyBlock .rightBlock {
        margin-left: 0;
    }
    .aboutCompanyBlock .leftBlock .txtBlock {
        text-align: center;
        border: none;
        padding: 0;
    }
    .aboutCompanyBlock .leftBlock .preBlock {
        justify-content: space-around;
    }
    footer .wrapFooterBlock {
        padding: 20px 0;
    }
    footer .wrapFooterBlock .wrapFooter {
        flex-direction: column;
        align-items: center;
    }
    footer .wrapFooterBlock .wrapFooter .mainBlock {
        display: none;
    }
    footer .formWrap {
        margin-top: 20px;
    }
    .infoBlock .wrapIB {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .nucIB {
        margin-bottom: 20px;
        border: none;
    }
    .nucIB .name {
        margin-bottom: 10px;
    }
    .fnc-nav,
    .fnc-slide__content {
        display: none;
    }
    ul.sigProClassic {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
}

@media screen and (max-width:767px) {
    .fnc-slider {
        height: 292px;
    }
    .printBlock {
        padding: 20px 0;
    }
    .printBlock .title {
        margin-bottom: 20px;
    }
    .topImg {
        height: auto;
    }
    .smallPhote {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .wrapPring .smallPhote .imgW {
        margin: 10px;
    }
    .catABlock {
        background: url(../images/headerBg.jpg);
        text-align: center;
        padding: 20px 0;
        min-height: auto;
    }
    .catABlock .txtBlock {
        border: none;
    }
    .catABlock .wrapsP {
        min-height: auto;
        padding-left: 0;
        border-left: none;
    }
    .catABlock .name {
        font-size: 22px;
    }
    .catABlock p {
        font-size: 16px;
    }
    .catABlock .cat {
        margin: 0;
    }
    .wrapHeader {
        flex-wrap: wrap;
        justify-content: space-around;
        text-align: center;
    }
    .menu-list {
        margin-top: 20px;
        width: 100%;
        flex-direction: column;
        align-items: center;
        order: 1;
    }
    .hamburgerMobMain {
        display: block;
        height: 30px;
    }
    .menu-list {
        display: none;
    }
    .callback-modal {
        background: url(../images/headerBg.jpg);
        padding: 20px;
        width: auto;
        height: auto;
        display: table;
    }
    .callback-modal__headline {
        margin-bottom: 20px;
    }
    .mfp-close-btn-in .mfp-close {
        display: none;
    }
}

@media screen and (max-width:675px) {
    .wrapSO {
        flex-wrap: wrap;
    }
    .nucSO:hover {
        width: calc((100% / 2) - 5px);
        margin-top: 10px;
    }
    .nucSO {
        width: calc((100% / 2) - 5px);
        margin-top: 10px;
    }
}

@media screen and (max-width:640px) {
    .fnc-slider {
        height: 243px;
    }
}

@media screen and (max-width:600px) {
    .aboutCompanyBlock p.h1,
    .aboutCompanyBlock h1,
    .printBlock .title h1,
    .printBlock .title p.h1,
    p.h1,
    h1 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .aboutCompanyBlock .leftBlock p.name {
        font-size: 18px;
    }
    .cbBlock1 {
        background: url(../images/headerBg.jpg);
        min-height: auto;
        padding: 20px;
    }
    .cbBlock1 .cbBlock1 {
        display: flex;
        flex-direction: column;
    }
    .cbBlock1 img {
        max-width: 100%;
        width: auto;
        height: auto;
    }
    .cbBlock1 .name {
        font-size: 22px;
    }
    .cbBlock1 button {
        width: 100%;
    }
    .txtForm {
        background: none;
    }
    .aboutCompanyBlock .formWrap p.name,
    .aboutCompanyBlock .formWrap a.phone {
        font-size: 20px;
    }
    .aboutCompanyBlock .formWrap p {
        font-size: 16px;
        margin-bottom: 0px;
    }
    .copyrightBlock .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .copyrightBlock .socBlock {
        position: static;
        margin-top: 10px;
    }
    .logo {
        width: 60%;
    }
    .logo img {
        max-width: 100%;
        margin: 0;
    }
    .logo span {
        display: none;
    }
    header .infoBlockH {
        background: none;
        padding-left: 0;
        width: 15%;
    }
    .mobile-tel {
        display: block;
    }
    header .infoBlockH p.callback-toggle {
        display: none;
    }
    header .infoBlockH p,
    header .infoBlockH a {
        font-size: 0px;
        margin-bottom: 0;
    }
    header {
        padding: 10px 0;
    }
}

@media screen and (max-width:500px) {
    .wrapBM {
        grid-template-columns: repeat(2, calc(100% / 2));
    }
    #testimonail-form105 {
        max-width: 100%;
    }
}

@media screen and (max-width:485px) {
    .fnc-slider {
        height: 184px;
    }
}

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

@media screen and (max-width:400px) {
    .fnc-slider {
        height: 152px;
    }
    .wrapPring .smallPhote .imgW {
        width: calc(50% - 20px);
    }
    .nucSO .name {
        font-size: 16px;
    }
    .wrapButtTS {
        left: calc(50% - 46px);
        bottom: 10px;
    }
    .fnc-slide__action-btn {
        font-size: 14px;
    }
}

@media screen and (max-width:370px) {
    .fnc-slider {
        height: 140px;
    }
}