
/* Класс для галлереи */

.gallery {}


/*.jshop_img_description_center{
    display: none !important;
}*/
.tochka{
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 15px;

}
.aboutUsBlock .tochka li{
    padding-left: 0;
}
.mainMobMenuArenda,.mainMobMenuHome{
    position: relative;
}
.knopka{
    width: 255px;
    display: block;
    background: #279C00;
    padding: 13px;
    border: 2px solid #279C00;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-family: "ProximaNova-Semibold";
    text-align: center;
    margin-top: 25px;
    transition: all 0.3s;
}
.knopka:hover {
  background: #fff;
  color: #279C00;
  text-decoration: none;
}
body .jshop.cart tr td {
    padding: 15px 4px;
}

body .mobile-cart {
    width: auto;
    padding: 5px 10px;
}

.jshop.cart tr td {
    align-items: center;
}


/* Класс для формы */

.form-submit-toggle {}

.control-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


/* Класс для кнопки заказать звонок */

.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%;
}

.left,
.right {
    width: 30%;
}

.breadcrumbs {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.breadcrumbs .divider {
    margin: 0 3px 0 1px;
}

.breadcrumbs a span {
    color: #279c00;
}

@font-face {
    font-family: 'ProximaNova-Light';
    src: url(../fonts/ProximaNova-Light.ttf) format('truetype');
}

@font-face {
    font-family: 'ProximaNova-Bold';
    src: url(../fonts/ProximaNova-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url(../fonts/ProximaNova-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'ProximaNova-Semibold';
    src: url(../fonts/ProximaNova-Semibold.ttf) format('truetype');
}

@font-face {
    font-family: 'ProximaNova-Black';
    src: url(../fonts/ProximaNova-Black.ttf) format('truetype');
}

@font-face {
    font-family: 'Akrobat';
    src: url(../fonts/Akrobat.ttf) format('truetype');
}

body {
    color: #000;
    font-size: 16px;
    font-family: "ProximaNova-Regular";
}

body p {
    margin-top: 0;
    margin-bottom: 10px;
}

.h1,
h1 {
    text-align: left;
    margin-top: 0;
    font-family: "ProximaNova-Bold";
    font-size: 30px;
    margin-bottom: 45px;
    line-height: 1;
    text-transform: uppercase;
}

.h1 span,
h1 span {
    font-family: "ProximaNova-Light";
}

.wrapper {
    max-width: 1920px;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.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;
}


/*header*/

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

header .topLineWrap {
    background: #000A00;
}

header.active {
    position: fixed;
    z-index: 50;
}

header.active .topLine p.nav,
header.active .botLineHeader .logo,
header.active .botLineHeader .butCat {
    display: none;
}

header.active .topLine .butCat {
    display: block;
}

header.active .botLineHeader {
    justify-content: center;
}

header.active .botLineHeaderWrap {
    background: rgba(255, 255, 255, 0.6);
    padding-bottom: 10px;
}

.topLine .butCat {
    display: none;
}

header .topLineWrap .topLine {
    padding: 12px 0;
}

header .topLineWrap .topLine p {
    margin-bottom: 0;
}

header .topLine p,
header .topLine a {
    color: #fff;
    margin-bottom: 0;
    font-family: "ProximaNova-Light";
    line-height: 1;
}

header .phoneBlock {
    padding-left: 25px;
    background: url(../images/iconPhone.png) no-repeat left center;
}

header .phoneBlock a {
    font-size: 18px;
    padding-right: 16px;
    margin-right: 16px;
    border-right: 1px solid #279C00;
}

header .phoneBlock a:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

header button {
    margin-left: 30px;
    background: none;
    border: none;
    padding: 0;
    font-size: 15px;
    font-family: "ProximaNova-Semibold";
    color: #279C00;
    text-transform: uppercase;
    position: relative;
    border-bottom: 1px dotted #279C00;
}

header button:before {
    position: absolute;
    content: url(../images/buttonTop.png);
    left: -30px;
}

.botLineHeaderWrap ul {
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

.botLineHeaderWrap ul a {
    margin-left: 20px;
    font-family: "ProximaNova-Semibold";
    color: #000;
    text-transform: uppercase;
    border-bottom: 5px solid transparent;
}

.botLineHeaderWrap ul a:hover {
    text-decoration: none;
    color: #279C00;
}

.botLineHeaderWrap ul li a.root-item-selected {
    border-bottom: 5px solid #279C00;
}

.butCat span.wrapLine {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-right: 15px;
}

.butCat span.wrapLine span {
    width: 100%;
    height: 3px;
    background: #fff;
}
.wrapKatMain ul li{
    list-style-type: none !important;
    padding:0 !important;
    background: none !important;
}

.insidepage .butCat span.wrapLine span {
    background: #279C00;
}

.butCat p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "ProximaNova-Bold";
    position: relative;
    z-index: 10;
}

.botLineHeader {
    align-items: flex-end;
    padding-top: 10px;
}

.hidMainCat {
    display: none;
}

.hidMainCat li.item-174>a {
    display: none;
}

.hidMainCat>ul {
    padding: 80px 0px 30px 30px;
    position: absolute;
    left: -12px;
    top: -15px;
}

.hidMainCat ul {
    display: block;
    background: #279C00;
}
.hidMainCat ul li{
    position: relative;
}
.hidMainCat ul ul{
    position: absolute;
    padding-top: 20px;
    left: 100%;
    top: 0;
    display: none;
}
.hidMainCat ul li:hover > ul{
    display: block;
}

.butCat {
    position: relative;
    z-index: 22;
}

.butCat:hover>.hidMainCat {
    display: block;
}

.hidMainCat ul li a {
    color: #fff;
    font-size: 18px;
    font-family: "ProximaNova-Bold";
    display: block;
    white-space: nowrap;
    margin-bottom: 15px;
}

.hidMainCat ul li {
    padding-right: 30px;
}

.hidMainCat ul li.parent {
    position: relative;
}

.hidMainCat ul li.parent .arrowMenu {
    display: none;
}

.hidMainCat ul li.parent ul {
    display: none;
}

.hidMainCat ul li.parent:hover ul {
    display: block;
    position: absolute;
    left: 100%;
    top: -10px;
    padding: 10px 10px 0 0;
}

.hidMainCat ul li a:hover {
    color: #fff;
    text-decoration: underline;
}


/*End header*/


/*topBannerBlock*/

.topBannerBlock {
    background: url(../images/topBannerBlockBg.png) no-repeat center;
    padding: 210px 0 50px;
}

.topBannerBlock .txtBlock {
    width: 450px;
    margin-bottom: 215px;
}

.topBannerBlock .txtBlock p.name {
    font-size: 30px;
    font-family: "ProximaNova-Bold";
    line-height: 1;
    margin-bottom: 5px;
}

.topBannerBlock .txtBlock p {
    font-size: 23px;
    text-transform: uppercase;
    font-family: "ProximaNova-Light";
    line-height: 1;
    margin-bottom: 25px;
}

.topBannerBlock .txtBlock a {
    width: 100%;
    display: block;
    border: 2px solid #fff;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    line-height: 1;
    font-size: 17px;
    font-family: "ProximaNova-Semibold";
}

.topBannerBlock .botLine p.nameL {
    font-size: 19px;
    font-family: "ProximaNova-Bold";
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: #000;
    text-align: right;
    color: #fff;
    padding-right: 30px;
    width: 265px;
    position: relative;
    z-index: 3;
    flex:none;
}

.topBannerBlock .botLine p.nameL:before {
    position: absolute;
    top: calc(50% - 1px);
    height: 2px;
    width: 30px;
    right: -15px;
    background: #fff;
    content: '';
    z-index: 3;

}

.topBannerBlock .botLine {
    position: relative;
}

.topBannerBlock .botLine:before {
    position: absolute;
    content: url(../images/decoreTopForm.png);
    left: 20px;
    top: -20px;
}
.botLine  .nameL + div{
    flex:1;
}
.topBannerBlock .botLine form {
    background: #279C00;
    width: 100%;
    padding: 16px 20px 16px 30px;
    position: relative;
    z-index: 2;
}
.topBannerBlock .botLine form .wrapInputs{
    gap: 15px;
}

.topBannerBlock .botLine form p.nameF {
    font-size: 18px;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
}

.topBannerBlock .botLine form input[type="text"] {
    width: 275px;
    border: 1px solid #fff;
    line-height: 1;
    padding: 12px;
    color: #fff;
    background: none;
    font-size: 18px;
    font-family: "ProximaNova-Semibold";
}

.topBannerBlock .botLine form input[type="submit"] {
    background: #fff;
    border: 1px solid #fff;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "ProximaNova-Semibold";
    color: #000;
    padding: 14px;
    width: 240px;
}

.labelWrap {
    position: relative;
}

#checkTF {
    opacity: 0;
    width: 2px;
    left: 0;
    position: absolute;
}

.topBannerBlock label {
    position: absolute;
    padding-left: 35px;
    font-weight: normal;
    bottom: -53px;
    right: 70px;
    white-space: nowrap;
}

.topBannerBlock label,
.topBannerBlock label a {
    font-size: 13px;
    font-family: "ProximaNova-Light";
    color: #333333;
}

#checkTF:checked+label::before {
    font-size: 18px;
    color: #fff;
    text-align: center;
    content: "\2713";
    line-height: 20px;
    font-family: "ProximaNova-Bold";
}

.topBannerBlock label::before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    background: #279C00;
}


/*End topBannerBlock*/


/*preBlock*/

.preBlock {
    padding: 40px 0;
}

.nucPre {
    border: 4px solid #CBCBCB;
    padding: 15px;
    position: relative;
    width: 24%;
}

.nucPre img {
    margin-bottom: 10px;
}

.nucPre p {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1;
}

.nucPre:before {
    position: absolute;
    bottom: -4px;
    line-height: 0;
    left: 20px;
    width: 65px;
    height: 4px;
    background: #279C00;
    content: '';
}


/*End preBlock*/


/*bannerMainBlock*/

.bannerMainBlock {
    padding: 10px 0 15px;
}

.nucBM {
    display: inline-block;
    background: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    transition: all 0.3s;
    text-align: center;
    padding-bottom: 30px;
}

.nucBM .imgW {
    position: relative;
    height: 260px;
    margin-bottom: 35px;
    display: block;
}

.wrapBM {
    position: relative;
    gap: 0 28px; 
    justify-content: flex-start;
}

.wrapBM:before {
    position: absolute;
    content: url(../images/bannerMainBlockDecore.png);
    top: -210px;
    right: calc(100% + 95px);
}
.insidepage .wrapBM::before{
    display: none;
}

.nucBM .imgW:before {
    position: absolute;
    line-height: 0;
    width: 61px;
    left: calc(50% - 30px);
    height: 5px;
    background: #279C00;
    bottom: -2px;
    content: '';
}

.nucBM .imgW img {
    max-height: 100%;
}

.nucBM .name {
    text-transform: uppercase;
    text-align: center;
    display: block;
    color: #000;
    font-size: 18px;
    font-family: "ProximaNova-Bold";
}

.nucBM:hover {
    transform: scale(1.3);
    position: relative;
    z-index: 2;
    text-decoration: none;
}

.allKat {
    width: 455px;
    display: block;
    background: #279C00;
    padding: 13px;
    border: 2px solid #279C00;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-family: "ProximaNova-Semibold";
    text-align: center;
    margin-top: 25px;
    transition: all 0.3s;
}

.allKat:hover {
    background: #fff;
    color: #279C00;
    text-decoration: none;
}


/*End bannerMainBlock*/


/*servBlock*/

.servBlock {
    position: relative;
    padding: 20px 0 80px;
}

.insidepage {
    background: url(../images/bgInsPage.png) no-repeat top center;
}

.insidepage .servBlock:before {
    display: none;
}

.servBlock:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1664px;
    content: '';
    background: url(../images/servDecore.png) no-repeat bottom center;
    z-index: -2;
}

.nucServ {
    transition: all 0.3s;
    height: 437px;
    position: relative;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.4);
}

.nucServ:hover {
    transform: scale(1.3);
    position: relative;
    z-index: 2;
    text-decoration: none;
}

.nucServ img {
    max-height: 100%;
}

.nucServ .name {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 30px;
    height: 95px;
    line-height: 1;
    display: block;
    font-size: 18px;
    font-family: "ProximaNova-Bold";
    text-transform: uppercase;
    color: #000;
    background: #fff;
}

.nucServ .name:before {
    position: absolute;
    line-height: 0;
    width: 61px;
    left: 30px;
    height: 5px;
    background: #279C00;
    top: -2px;
    content: '';
}


/*End servBlock*/


/*whyMeBlock*/

.whyMeBlock {
    background: url(../images/wMBBG1.png) no-repeat center top;
    padding: 65px 0;
    position: relative;
}

.whyMeBlock:before {
    content: url(../images/whyMeBlockDec.png);
    position: absolute;
    top: -70px;
    left: calc(50% - 200px);
}

.whyMeBlock h1,
.whyMeBlock .h1 {
    color: #fff;
    margin-bottom: 60px;
}

.wmWrap {
    position: relative;
    margin: 0 -30px;
    background: #fff;
    padding: 80px 15px 35px 85px;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.4);
}

.wmWrap:after {
    right: 45px;
    bottom: -180px;
    content: url(../images/wmWrapDec.png);
    position: absolute;
}

.wmWrap:before {
    position: absolute;
    z-index: 0;
    width: 96%;
    height: 100%;
    left: 2%;
    top: -35px;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.nucWM {
    position: relative;
    z-index: 2;
    width: 32%;
    margin-bottom: 45px;
}

.nucWM .imgW {
    margin-right: 15px;
    position: relative;
}

.nucWM .imgW:before {
    content: '';
    position: absolute;
    top: 30px;
    right: -2px;
    width: 5px;
    height: 30px;
    background: #279C00;
}

.nucWM .txtBlock {
    padding-top: 30px;
}

.nucWM .txtBlock p {
    line-height: 1.1;
    font-size: 17px;
    font-family: "ProximaNova-Light";
}

.nucWM .txtBlock p.name {
    font-size: 20px;
    font-family: "ProximaNova-Regular";
}


/*End whyMeBlock*/


/*aboutUsBlock*/

.aboutUsBlock {
    padding: 45px 0 260px;
    position: relative;
    margin-bottom: -150px;
}

.aboutUsBlock:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../images/aboutUsBlockDecore.jpg) no-repeat bottom center;
    height: 1080px;
    z-index: -2;
}

.aboutUsBlock .title h1,
.aboutUsBlock .title .h1 {
    width: 49%;
    margin-bottom: 0;
}

.aboutUsBlock .title {
    margin-bottom: 40px;
}

.aboutUsBlock .title .rightTitle {
    width: 49%;
}

.aboutUsBlock .rightTitle .imgW {
    margin-right: 25px;
}

.aboutUsBlock .rightTitle a.phone {
    font-size: 26px;
    font-family: "ProximaNova-Bold";
    color: #000;
    line-height: 1;
}

.aboutUsBlock .rightTitle button {
    font-size: 13px;
    color: #279C00;
    text-decoration: underline;
    padding: 0;
    text-transform: uppercase;
    background: none;
    border: none;
}

.aboutUsBlock .leftBlock,
.aboutUsBlock .rightBlock {
    width: 49%;
}

.aboutUsBlock .leftBlock p,
.aboutUsBlock .rightBlock p {
    font-size: 15px;
    margin-bottom: 15px;
}

.aboutUsBlock ul li {
    font-size: 15px;
    padding-left: 15px;
}

.aboutUsBlock .rightBlock .razd {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1;
    margin: 30px 0 20px;
}

.aboutUsBlock ul.decore li {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
    padding-left: 30px;
    background: url(../images/decorLi.png) no-repeat left center;
}


/*aboutUsBlock*/


/*formBlock*/

.formBlock .wrapFBBlock {
    margin: 0 -30px;
    min-height: 611px;
    background: url(../images/wrapFBBg.png) no-repeat center;
    background-size: cover;
    padding: 120px 100px 80px 65px;
    position: relative;
}

.formBlock .wrapFBBlock:before {
    right: 200px;
    top: -90px;
    content: url(../images/wrapFBBef.png);
    position: absolute;
}

.formBlock .wrapFBBlock:after {
    left: 205px;
    bottom: -180px;
    content: url(../images/wrapFBAft.png);
    position: absolute;
}

.formBlock .wrapFB {
    margin-bottom: 70px;
}

.formBlock .leftBlock .h1,
.formBlock .leftBlock h1 {
    color: #fff;
}

.formBlock .leftBlock {
    width: 485px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.formBlock .leftBlock p.bot {
    font-size: 30px;
    font-family: "ProximaNova-Light";
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0;
}

.formBlock .leftBlock p.bot span {
    font-size: 38px;
    font-family: "ProximaNova-Black";
    color: #279C00;
}

.formBlock .rightBlock {
    background: #279C00;
    width: 510px;
    position: relative;
    padding: 45px 20px 40px 20px;
}

.formBlock .rightBlock:before {
    position: absolute;
    content: '';
    height: 100%;
    line-height: 1;
    background: #279C00;
    width: 100%;
    left: 100%;
    top: 0;
}

.formBlock .rightBlock:after {
    position: absolute;
    content: '';
    height: 100%;
    line-height: 1;
    background: #279C00;
    width: 100%;
    right: calc(100% + 560px);
    top: 0;
}

.formBlock .inputsWrap {
    width: 275px;
}

.formBlock input[type="text"] {
    width: 100%;
    border: 1px solid #fff;
    line-height: 1;
    padding: 12px;
    color: #fff;
    background: none;
    font-size: 18px;
    font-family: "ProximaNova-Semibold";
    margin-bottom: 10px;
}

.formBlock form input[type="submit"] {
    background: #fff;
    border: 1px solid #fff;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "ProximaNova-Semibold";
    color: #000;
    padding: 14px;
    width: 100%;
    margin-top: 20px;
}

.wrapLabel {
    width: 150px;
}

#checkF {
    opacity: 0;
    width: 0;
    left: 0;
    position: absolute;
}

.formBlock label {
    padding-top: 35px;
    font-weight: normal;
    position: relative;
}

.formBlock label,
.formBlock label a {
    font-size: 13px;
    font-family: "ProximaNova-Light";
    color: #fff;
}

#checkF:checked+label::before {
    font-size: 18px;
    color: #279C00;
    text-align: center;
    content: "\2713";
    line-height: 20px;
    font-family: "ProximaNova-Bold";
}

.formBlock label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: #fff;
}

.nucSF p {
    color: #fff;
    font-size: 21px;
    font-family: "ProximaNova-Bold";
    margin-bottom: 0;
    line-height: 1;
}

.nucSF img {
    margin-right: 15px;
}


/*End formBlock*/


/*itemsBlockSpec*/

.itemsBlockSpec {
    padding: 420px 0 30px;
    position: relative;
    margin-top: -280px;
}

.itemsBlockSpec:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    background: url(../images/itemsBlockSpecDecore.jpg) no-repeat bottom center;
    height: 1080px;
    z-index: -2;
}

.itemsBlockSpec p.nameB {
    font-size: 27px;
    font-family: "ProximaNova-Light";
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 70px;
}

.itemsBlockSpec p.nameB span {
    font-family: "ProximaNova-Bold";
    color: #279C00;
}

.nucIBS {
    margin-bottom: 40px;
    align-items: flex-start;
    width: 28%;
}

.nucIBS img {
    margin-right: 10px;
}

.nucIBS p {
    line-height: 1;
    margin-bottom: 0;
}

.nucIBS p.name {
    font-size: 21px;
    font-family: "ProximaNova-Bold";
    margin-bottom: 10px;
}


/*End itemsBlockSpec*/


/*contactsBlock*/

.wrapContBlock {
    background: url(../images/wrapContBlockBg.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 30px 30px;
    margin-bottom: 50px;
    position: relative;
}

.wrapContBlock:after {
    left: -90px;
    top: -90px;
    content: url(../images/wrapContBlockDec.png);
    position: absolute;
}

.wrapContBlock .buttonsWrap {
    padding: 0 25px;
    width: 1000px;
    display: flex;
    justify-content: space-between;
    margin: -20px 0 30px;
}

.wrapContBlock .buttonsWrap a.more {
    text-align: center;
    padding: 12px;
    line-height: 1;
    font-size: 17px;
    font-family: "ProximaNova-Semibold";
    color: #000;
    text-transform: uppercase;
    border: 2px solid #279C00;
    width: 48%;
    display: block;
}

.wrapContBlock .buttonsWrap .callback-toggle {
    text-align: center;
    padding: 12px;
    line-height: 1;
    font-size: 17px;
    font-family: "ProximaNova-Semibold";
    color: #000;
    background: #279C00;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #279C00;
    width: 48%;
    display: block;
}

.wrapContBlock .wrapCenterCont p.name {
    text-align: right;
    font-size: 27px;
    font-family: "ProximaNova-Bold";
    line-height: 1;
    text-transform: uppercase;
    padding-right: 15px;
    margin: 0;
}

.wrapContBlock .wrapCenterCont .rightBlock {
    padding-left: 15px;
    border-left: 1px solid #E5E5E5;
}

.wrapContBlock .wrapCenterCont a {
    font-size: 27px;
    font-family: "ProximaNova-Light";
    color: #000;
    margin-right: 30px;
    display: inline-block;
}

.wrapContBlock .wrapCenterCont .wrapPhone {
    /*margin-bottom: */
}

.wrapContBlock .wrapCenterCont a span {
    color: #279C00;
    font-family: "ProximaNova-Bold";
}

.wrapContBlock .wrapCenterCont p {
    margin-bottom: 0;
    font-size: 27px;
    font-family: "ProximaNova-Light";
}

.wrapContBlock .botCont {
    margin-top: 30px;
    padding: 0 50px;
}

.wrapContBlock .botCont .paySystWrap {
    width: 400px;
    margin-right: 20px;
}

.wrapContBlock .botCont .paySystWrap img {
    margin: 0 8px;
}

.wrapContBlock .botCont p {
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.wrapContBlock .botCont p span {
    font-family: "ProximaNova-Bold";
}


/*End contactsBlock*/


/*mapBlock*/

.mapBlock {
    position: relative;
    margin-bottom: -7px;
}
.mapBlock iframe{
    width: 100%;
    border:none;
}

.mapBlock:after {
    right: calc((100% - 1100px) / 2);
    top: -65px;
    content: url(../images/mapBlockDec.png);
    position: absolute;
}

.mapBlock .h1,
.mapBlock h1 {
    position: absolute;
    left: calc((100% - 1100px) / 2);
    top: 15px;
}

.mapBlock .txtBlockInfo {
    background: #fff;
    width: 400px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    padding: 25px 25px 10px;
    position: absolute;
    top: 85px;
    left: calc((100% - 1170px) / 2);
}

.mapBlock .txtBlockInfo p.nameTBI {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 30px;
    line-height: 1;
    font-size: 17px;
    font-family: "ProximaNova-Bold";
}

.mapBlock .wrapInfoMap {
    margin: 30px 0;
}

.mapBlock .txtBlockInfo p.nameTBI span {
    padding-bottom: 24px;
    border-bottom: 4px solid #279C00;
    display: inline-block;
}

.mapBlock .txtBlockInfo p.name {
    font-size: 17px;
    font-family: "ProximaNova-Semibold";
    color: #808080;
    line-height: 1;
    margin-bottom: 10px;
}

.mapBlock .txtBlockInfo a.mail {
    font-size: 15px;
    font-family: "ProximaNova-Light";
    margin-bottom: 30px;
}

.mapBlock .txtBlockInfo a {
    font-size: 19px;
    font-family: "ProximaNova-Regular";
    color: #000;
    line-height: 1;
    margin-bottom: 10px;
    display: inline-block;
}

.mapBlock .txtBlockInfo a.soc {
    font-size: 15px;
    font-family: "ProximaNova-Light";
    margin-bottom: 0;
}

.mapBlock .txtBlockInfo a span {
    font-family: "ProximaNova-Bold";
}

.mapBlock .wrapClock p {
    font-family: "ProximaNova-Light";
    color: #808080;
    margin-bottom: 0;
    line-height: 1;
}

.nucInfoMap {
    margin-bottom: 25px;
}

.mapBlock .wrapClock p:first-child {
    font-size: 14px;
    text-align: right;
    margin-right: 10px;
}

.mapBlock .wrapClock p:last-child {
    font-size: 16px;
}


/*End mapBlock*/


/*footer*/

footer {
    background: #000;
    padding: 50px 0;
}
footer .nameCol{
    color: #FFF;
    font-size: 17px;
    margin-bottom: 10px;
    font-family: "ProximaNova-Bold";
    white-space: nowrap;
}
footer .leftBlock p,
footer .leftBlock a {
    font-size: 14px;
    font-family: "ProximaNova-Light";
    color: #989898;
    margin-bottom: 0;
    line-height: 1;
}
footer ul ul,footer .arrowMenu{
    display: none !important;
}
footer ul li{
    margin-bottom: 10px;   
    line-height: 1.2;
}
footer ul a{
    color: #FFF;
    font-size: 17px;
    font-family: "ProximaNova-Regular";
}
footer .wrapFooter {
    display: flex;
    justify-content: space-between;
    gap: 90px;
}



footer .leftBlock {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
footer .mainCatF ul{
  display: block;
  column-count: 2;
  column-gap: 50px;
}


/*End footer*/


/*modalF*/

.modalF.callback-modal {
    background: url(../images/modalBg.png) no-repeat;
    max-width: 749px;
    width: 749px;
    height: 737px;
    padding: 185px 80px 40px;
}

.modalF form {
    width: 100%;
}

.modalF input[type="text"],.modalF input[type="tel"] {
    font-size: 15px;
    font-family: "ProximaNova-Semibold";
    padding: 10px 15px;
    margin-bottom: 20px;
    color: #fff;
    border: 1px solid #fff;
    background: none;
    line-height: 1;
}
.wrapSend .callback-modal__button{
    width: 49%;
  background: #fff;
  text-align: center;
  padding: 10px;
  font-size: 15px;
  font-family: "ProximaNova-Semibold";
  text-transform: uppercase;
  border: 1px solid #fff;
  line-height: 1;
}

.modalF .callback-modal__headline {
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    font-size: 30px;
    font-family: "ProximaNova-Bold";
    margin-bottom: 45px;
    text-align: left;
}

.wrapSend {
    position: relative;
    align-items: center;
}

#checkMF {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 0;
    height: 0;
}

.wrapSend input[type="submit"] {
    width: 49%;
    background: #fff;
    text-align: center;
    padding: 10px;
    font-size: 15px;
    font-family: "ProximaNova-Semibold";
    text-transform: uppercase;
    border: 1px solid #fff;
    line-height: 1;
    color: #000;
}

.wrapSend label {
    padding-left: 32px;
    position: relative;
    font-weight: normal;
    line-height: 1;
    width: 49%;
}

.wrapSend label,
.wrapSend label a {
    color: #fff;
    font-size: 13px;
    font-family: "ProximaNova-Light";
}

.wrapSend label a {
    text-decoration: underline;
}

body .mfp-bg {
    background: #fff;
}

#checkMF:checked+label::before {
    font-size: 18px;
    color: #279C00;
    text-align: center;
    content: "\2713";
    line-height: 20px;
    font-family: "ProximaNova-Bold";
}

.wrapSend label::before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    background: #fff;
}

.orBlock {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #279C00;
}

.mfp-close-btn-in .mfp-close {
    display: none;
}

.orBlock p.nameMF {
    font-size: 22px;
    color: #279C00;
    font-family: "ProximaNova-Bold";
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 13px;
}

.orBlock p.nameMF span {
    font-family: "ProximaNova-Light";
}

.orBlock p.mail {
    font-size: 19px;
    color: #279C00;
    font-family: "ProximaNova-Bold";
    line-height: 1;
    margin: 0;
}

.orBlock p.mail a {
    font-size: 19px;
    color: #fff;
}

.orBlock .wrapPhones {
    margin-bottom: 23px;
}

.orBlock .wrapPhones a {
    color: #fff;
    font-size: 21px;
    display: block;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #279C00;
}

.orBlock .wrapPhones a span {
    font-family: "ProximaNova-Bold";
}

.orBlock .wrapPhones a:last-child {
    padding-right: none;
    border-right: none;
    margin-right: 0px;
}


/*End modalF*/


/*basketTop*/

header .topLineWrap {
    position: relative;
}

.basket_list,
.no_display {
    display: none;
}

.basket_store {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-radius: 24px 0 0 24px;
    background: #279C00;
    padding: 4px 33px 4px 4px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.basket_store>a {
    display: flex;
    flex-direction: reverse;
    align-items: center;
}

.basket_store .nameBas {
    color: #fff;
    font-size: 15px;
    font-family: "ProximaNova-Semibold";
    text-transform: uppercase;
}

.basket_store .wrapCol {
    border-radius: 50%;
    background: #000;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.basket_store .colItem {
    font-size: 17px;
    font-family: "ProximaNova-Bold";
    color: #fff;
}


/*End basketTop*/


/*insidepage*/

.insidepage .all_cnt {
    padding-top: 223px;
}

.insidepage .contentBlock {
    padding: 30px 0;
}

.insidepage .contentBlock ul li {
    padding: 1px 0 1px 30px;
    background: url(../images/decorLi.png) no-repeat left top;
}

.insidepage .jshop ul li {
    padding: 1px 0 1px 30px;
    background: url(../images/decorLi.png) no-repeat left top;
}

.insidepage .contactsBlock {
    margin-top: 150px;
}

.tableDecore {
    width: 100%;
    border: 4px solid #CBCBCB;
}

.tableDecore td {
    padding: 5px 10px;
    border: 2px solid #B8CFE5;
}

.tableDecore td p {
    margin-bottom: 0;
}

.tableDecore tr:nth-child(even) {
    /*background: rgba(39,156,0,0.5);*/
}

.tableDecore tr:hover {
    background: rgba(39, 156, 0, 0.8);
}


/*End insidepage*/


/*catPage*/
.btnStyle1{
    display: block;
    background: #279C00;
    padding: 13px;
    border: 2px solid #279C00;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-family: "ProximaNova-Semibold";
    text-align: center;
    transition: all 0.3s;
}
.btnStyle1:hover{
    background: #fff;
  color: #279C00;
  text-decoration: none;
}
.wrapBMCat {
    display: grid;
    grid-template-columns: repeat(3, 263px);
    grid-gap: 26px;
}

.contentBlock .wrapLeftBlock {
    width: 260px;
    border: 4px solid #CBCBCB;
    padding: 25px 15px 20px;
}

.contentBlock .wrapRightBlock {
    width: calc(100% - 280px);
}

.wrapCont {
    align-items: flex-start;
}

.jshop_list_category {
    width: 100%;
}

#sort_count {
    display: none;
}

p.nameLB {
    font-size: 30px;
    font-family: "ProximaNova-Bold";
    color: #000;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 80px;
}

.wrapCont p.name {
    font-size: 30px;
    font-family: "ProximaNova-Light";
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.wrapLeftBlock ul li a {
    font-size: 15px;
    font-family: "ProximaNova-Bold";
    color: #000;
    padding: 7px 0 8px;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px solid #CBCBCB;
}

.wrapLeftBlock ul li.parent {
    position: relative;
}

.wrapLeftBlock ul li.parent ul {
    display: none;
    padding-left: 15px;
}

.wrapLeftBlock ul li.parent.active ul {
    display: block;
}

.wrapLeftBlock ul li.parent .arrowMenu {
    position: absolute;
    top: 5px;
    right: 5px;
    transition: .4s;
}

.wrapLeftBlock ul li.parent .arrowMenu.active {
    transform: rotate(180deg);
}

.wrapLeftBlock ul li.item-174>a {
    font-size: 0;
    opacity: 0;
    padding: 0;
    margin: 0;
    border-bottom: none;
}

.wrapLeftBlock ul li a:hover,
.wrapLeftBlock ul li.current > a {
    text-decoration: none;
    color: #279C00;
}

.prodLine,
.prodLineH {
    display: grid;
    grid-template-columns: 200px auto 45px 100px 215px;
}

.priceLine .wrapBlockCell {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.prodLine p {
    margin-bottom: 0;
    line-height: 1.1;
}

.prodLine .nameProd {
    font-family: "ProximaNova-Bold";
    color: #279C00;
    margin-bottom: 0;
}

.prodLine .price {
    font-family: "ProximaNova-Bold";
}

.prodLine .button_buy,
.prodLine .callback-toggle {
    font-size: 15px;
    background: #279C00;
    border-radius: 0;
    border: none;
    width: 100px;
    display: block;
    padding: 7px 3px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: "ProximaNova-Semibold";
}

.prodLine .button_buy {
    font-size: 13px;
    line-height: 1;
    padding: 10px 3px;
    width: 70px;
}

.prodLine .button_buy_oneClick {
    font-size: 13px;
    background: #32C800;
    line-height: 1;
    border-radius: 0;
    border: none;
    width: 124px;
    display: block;
    padding: 10px 3px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: "ProximaNova-Semibold";
    cursor: pointer;
    margin-left: 10px;
}

.prodLineH p {
    font-size: 15px;
    font-family: "ProximaNova-Bold";
    color: #000;
    text-align: center;
    line-height: 1;
    margin: 0;
}

.prodLineH>div {
    padding: 10px 0;
}

.prodLineH>div:first-child p {
    text-align: left;
}

.prodLineH .wrapBlockCell {
    border-right: 1px solid #B8CFE5;
    height: 100%;
    padding: 0 10px;
}

.prodLineH>div:last-child .wrapBlockCell {
    border-right: none;
}

.prodLine p {
    color: #000;
    text-align: center;
    line-height: 1;
    margin: 0;
}

.prodLine>div {
    padding: 10px 0;
}

.prodLine>div:first-child p {
    text-align: left;
}

.prodLine>div:last-child .wrapBlockCell,
.prodLineH>div:last-child .wrapBlockCell {
    padding-right: 0;
}

.prodLine>div:first-child .wrapBlockCell,
.prodLineH>div:first-child .wrapBlockCell {
    padding-left: 3px;
}

.prodLine .wrapBlockCell {
    border-right: 1px solid #B8CFE5;
    height: 100%;
    padding: 0 10px;
}

.prodLine>div:last-child .wrapBlockCell {
    border-right: none;
}

.prodLineH,
.prodLine {
    border-bottom: 1px solid #B8CFE5;
}

.prodLine .colBlock {
    border: 1px solid #279C00;
    width: 100%;
    background: none;
    text-align: center;
    padding: 5px;
}

.wrapProductsLine {
    padding: 10px;
    border: 4px solid #CBCBCB;
}

.jshop_list_product {
    margin-bottom: 55px;
}
.topBanerSection{
    margin-bottom: 30px;
}
.sliderTBSection,.tbSectionSlide{
    position: relative;
}
.sliderTBSection .slick-arrow{
    position: absolute;
    top: -25px;
    content: '';
    font-size: 0;
    background-color: #279C00;
    border:none;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center;

}
.sliderTBSection .slick-next{
    right: 0;
    background-image: url(/images/arrNextS.svg);
}
.sliderTBSection .slick-prev{
    right: 22px;
    background-image: url(/images/arrPrevS.svg);
}
.tbSectionSlideWrap{
    border: 3px solid #279C00;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding:20px 10px 20px 68px;
}
.tbSectionSlideWrap:before{
    position: absolute;
    left: 12px;
    top: 20px;
    content: '';
    background: url(/images/iconDecTBS.svg) no-repeat center/contain;
    width: 45px;
    height: 45px;
}
.tbSectionSlideWrap .txt{
    color: #000;
    font-family: "ProximaNova-Bold";
    font-size: 17px;
}
.tbSectionSlideWrap .txt span{
    color: #F00;
}
.tbSectionSlideWrap .imgW{
    width: 250px;
    flex:none;
    display: flex;
    justify-content: flex-end;
}
.tbSectionSlideWrap img{
    max-width: 100%;
}
.tbSectionSlideWrap .txtBlock{
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;


}
.tbSectionSlideWrap .phone{
    color: #279C00;
    font-family: "ProximaNova-Bold";
    font-size: 17px;
}
.tbSectionSlideWrap .lineInfoTBS{
    position: relative;
    font-family: "ProximaNova-Bold";
    font-size: 17px;
    color: #000;
    display: flex;
    gap: 2px;
}
.tbSectionSlideWrap .lineInfoTBS .valL{
    color: #279C00;
}
.tbSectionSlideWrap .lineInfoTBS:before{
    position: absolute;
    left: 0;
    width: 205px;
    height: 1px;
    top: -4px;
    content: '';
    background: #B8CFE5;
}




.wrapServMain {
    padding-top: 45px;
}

.lineAftImgItem {
    position: relative;
    height: 1px;
    background: #000;
}

.lineAftImgItem:before {
    position: absolute;
    line-height: 0;
    width: 61px;
    left: calc(50% - 30px);
    height: 5px;
    background: #279C00;
    bottom: -2px;
    content: '';
}

.wrapImgItem {
    margin-bottom: 20px;
}

.wrapImgItem #list_product_image_middle {
    max-width: 70%;
}

.wrapImgItem #list_product_image_middle a {
    display: inline-block;
    max-width: 100%;
}

.wrapImgItem #list_product_image_middle img {
    max-width: 100%;
}

.productfull .jshop_prod_description {
    padding: 40px 0 10px;
}

.jshop_prod_description .h2 {
    font-size: 20px;
    font-family: "ProximaNova-Bold";
    line-height: 1;
    margin: 0 0 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #000;
    position: relative;
}

.jshop_prod_description .h2:before {
    position: absolute;
    line-height: 0;
    width: 61px;
    left: 0;
    height: 5px;
    background: #279C00;
    bottom: -2px;
    content: '';
}

.priceAndButtonsWrap {
    padding-top: 40px;
}

.productfull .block_price {
    font-size: 29px;
    font-family: "ProximaNova-Bold";
    color: #000;
}

.prod_qty {
    text-align: right;
    font-size: 18px;
    line-height: 1;
}

.product-buttons .btnBuy {
    font-size: 15px;
    background: #279C00;
    border-radius: 0;
    border: none;
    width: 100px;
    display: block;
    padding: 7px 3px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: "ProximaNova-Semibold";
}

.quantityInput {
    border: 1px solid #279C00;
    margin: 0 20px;
    text-align: center;
    font-family: "ProximaNova-Semibold";
    color: #000;
    background: none;
    line-height: 1;
    font-size: 15px;
    width: 110px;
    padding: 9px 3px;
}

ul.list {
    list-style: disc;
    margin-left: 20px;
}


/*End catPage*/

.rightBlock form {
    z-index: 2;
    position: relative;
}

#mxcpr,
.closeButtM,
.closeButt2 {
    display: none;
}

span.shipping_price {
    display: none;
}


/* --- Media styles --- */

@media screen and (min-width:1200px) {}

@media screen and (max-width:1470px) {
    header .topLineWrap .topLine {
        padding-right: 136px;
    }
    header .phoneBlock a {
        padding-right: 7px;
        margin-right: 7px;
    }
}

@media screen and (max-width:1199px) {
    footer .wrapFooter{
        gap: 30px;
    }
    .tbSectionSlideWrap::before{
        left: 5px;
        width: 25px;
        height: 25px;
    }
    .tbSectionSlideWrap{
        padding: 20px 10px 20px 40px;
    }
    .tbSectionSlideWrap .imgW {
      width: 200px;
  }
  .tbSectionSlideWrap .txt,.tbSectionSlideWrap .phone,.tbSectionSlideWrap .lineInfoTBS{
    font-size: 15px;
}
.wrapBMCat {
    grid-template-columns: repeat(2, 263px);
}
header .phoneBlock a {
    padding-right: 3px;
    margin-right: 1px;
}
header button {
    font-size: 13px;
}
header .topLineWrap .topLine p {
    font-size: 14px;
}
header .phoneBlock a {
    font-size: 14px;
}
header .phoneBlock {
    background: none;
    padding-left: 0;
}
.botLineHeaderWrap ul a {
    margin-left: 10px;
    font-size: 14px;
}
.butCat p {
    font-size: 17px;
}
.topBannerBlock .botLine form {
    padding: 16px 10px 16px 10px;
}
.topBannerBlock .botLine form input[type="text"] {
    width: 230px;
}
.topBannerBlock .botLine form input[type="submit"] {
    padding: 14px 5px;
    width: 190px;
}
.topBannerBlock .botLine p.nameL {
    font-size: 16px;
    width: 215px;
}
.topBannerBlock .botLine::before {
    display: none;
}
.nucServ {
    width: 24%;
}
.nucServ img {
    max-width: 100%;
}
.h1,
h1 {
    font-size: 26px;
}
.formBlock .leftBlock p.bot span {
    font-size: 27px;
}
.formBlock .leftBlock p.bot {
    font-size: 24px;
}
.nucSF p {
    font-size: 17px;
}
.wrapContBlock .buttonsWrap {
    width: 830px;
}
.wrapContBlock .wrapCenterCont p.name {
    font-size: 22px;
}
.wrapContBlock .wrapCenterCont a {
    font-size: 23px;
}
.wrapContBlock .botCont p {
    font-size: 16px;
}
.mapBlock .h1,
.mapBlock h1 {
    left: calc((100% - 930px) / 2);
}
.mapBlock .txtBlockInfo {
    left: calc((100% - 970px) / 2);
}
.prodLine,
.prodLineH {
    grid-template-columns: 200px auto 60px 110px 110px;
}
.wrapButtonsBuy {
    flex-direction: column;
    align-items: center;
}
.wrapButtonsBuy {
    margin-top: 10px;
}
.wrapButtonsBuy .button_buy_oneClick {
    margin-left: 0;
    margin-top: 10px;
}
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:991px) {

    footer .mainCol{
        display: none;
    }


    .contentBlock .wrapLeftBlock {
        display: none;
    }
    .wrapBMCat {
        grid-template-columns: repeat(3, 220px);
    }
    .contentBlock .wrapRightBlock {
        width: 100%;
    }
    .nucBM .imgW img {
        max-width: 100%;
    }
    .wrapBascetBlock {
        display: none;
    }
    header .topLineWrap .topLine {
        padding-right: 12px;
        flex-wrap: wrap;
    }
    header .topLineWrap .topLine p {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    header .phoneBlock a {
        font-size: 16px;
    }
    .botLineHeader .butCat,
    .botLineHeader .mainWrap {
        display: none;
    }
    .topBannerBlock .botLine {
        flex-wrap: wrap;
    }
    .topBannerBlock .botLine p.nameL {
        width: 100%;
        text-align: center;
        padding: 10px;
        justify-content: center;
    }
    .topBannerBlock .botLine p.nameL:before {
        display: none;
    }
   
    .topBannerBlock .txtBlock {
        margin-bottom: 170px;
    }
    .topBannerBlock .labelWrap {
        margin-top: 15px;
    }
    .topBannerBlock label {
        position: static;
        white-space: normal;
    }
    .topBannerBlock label::before {
        background: #fff;
    }
    #checkTF:checked+label::before {
        font-size: 18px;
        color: #279C00;
    }
    .preWrap {
        flex-wrap: wrap;
    }
    .nucPre {
        width: 48%;
        margin-bottom: 25px;
    }
    .wrapBM {
        justify-content: space-around;
    }
    .wrapServ {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .nucServ {
        width: 36%;
        margin-bottom: 25px;
    }
    .wmWrap {
        padding: 40px 15px 35px 15px;
    }
    .nucWM {
        width: 48%;
    }
    .aboutUsBlock .rightTitle a.phone {
        font-size: 20px;
    }
    .botLineHeader {
        justify-content: center;
    }
    .formBlock .rightBlock {
        width: 415px;
    }
    .formBlock .inputsWrap,
    .formBlock .leftBlock {
        width: 100%;
    }
    .formBlock .leftBlock {
        margin-bottom: 15px;
    }
    .formBlock .rightBlock {
        width: 100%;
        justify-content: center;
        display: flex;
    }
    .formBlock .leftBlock,
    .formBlock .leftBlock p,
    .formBlock .leftBlock .h1,
    .formBlock .leftBlock h1 {
        text-align: center;
        align-items: center;
    }
    .formBlock .wrapFBBlock {
        padding: 90px 20px 60px 20px;
    }
    .formBlock .wrapFB {
        flex-wrap: wrap;
    }
    .rightBlock form {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .formBlock label {
        padding-top: 0;
        margin-top: 15px;
        padding-left: 35px;
        width: 100%;
    }
    .formBlock label br,
    .formBlock .rightBlock::before {
        display: none;
    }
    .wrapLabel {
        width: 100%;
    }
    .nucSF p {
        font-size: 15px;
    }
    .nucIBS {
        width: 48%;
    }
    .wrapContBlock {
        background: none;
        border: 3px solid #e5e5e5;
        padding: 30px 30px 30px;
    }
    .wrapContBlock::after {
        display: none;
    }
    .wrapContBlock .buttonsWrap {
        margin-top: 0;
    }
    .wrapContBlock .buttonsWrap {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .wrapContBlock .buttonsWrap a.more {
        width: 500px;
        margin-bottom: 20px;
    }
    .wrapContBlock .buttonsWrap .callback-toggle {
        width: 500px;
    }
    .wrapContBlock .botCont {
        padding: 0;
    }
    .wrapCenterCont {
        flex-wrap: wrap;
    }
    .wrapContBlock .wrapCenterCont p.name {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #E5E5E5;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .wrapContBlock .wrapCenterCont .rightBlock {
        border-left: none;
    }
    .mapBlock .h1,
    .mapBlock h1 {
        left: calc((100% - 710px) / 2);
    }
    .mapBlock .txtBlockInfo {
        left: calc((100% - 750px) / 2);
    }
    .wrapFooter {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .wrapFooter .rightBlock {
        width: 100%;
        text-align: center;
        margin-top: 35px;
    }
    footer a.logo {
        margin-bottom: 0;
    }
    header.active .botLineHeader,
    header.active .botLineHeaderWrap {
        padding: 0;
    }
    header.active .topLine .butCat {
        display: none;
    }
    /*mobMain*/
    .wrapper {
        padding-bottom: 76px;
    }
    .mobMenu {
        z-index: 1000;
        position: fixed;
        bottom: 0;
        background: #000a00;
        padding: 0px 0 0px;
        border-top: 1px solid #a1a1a1;
        border-left: 1px solid #a1a1a1;
        border-right: 1px solid #a1a1a1;
        left: 0;
        right: 0;
    }
    .wrapBotMenuHome,
    .wrapBotMenuArenda,
    .collBackBot {
        width: 25%;
    }
    .collBackBot a .fa {
        color: #279C00;
    }
    .collBackBot a {
        color: #279C00;
    }
    .IconDiv {
        padding: 10px 7px 0 7px;
        text-align: center;
    }
    .IconDiv p {
        font-family: "ProximaNova-Bold";
        color: #279C00;
    }
    .collBackBot {
        text-align: center;
        padding: 10px 7px 0 7px;
    }
    .collBackBot p {
        font-family: "ProximaNova-Bold";
        color: #279C00;
    }
    .mobMenu .fa::before {
        color: #279C00;
        font-size: 30px;
    }
    .formWrap p.h1 {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .callback-modal {
        max-width: 100%;
    }
    .formWrap form {
        max-width: 100%;
    }
    .mainMobMenuHome.active,
    .mainMobMenuArenda.active {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 2000;
        background: #000a00;
    }
    .item-174>a {
        display: none !important;
    }
    .mainMobMenuHome.active .container>ul {
        display: block;
        max-height: 100vh;
        overflow-y: auto;
        padding: 50px 0;
    }
    .mainMobMenuArenda.active .container ul {
        display: block;
        padding: 50px 0 0;
    }
    .mainMobMenuArenda.active .container ul li.parent ul {
        padding: 0 0 0 15px;
        display: none;
    }
    .mainMobMenuArenda.active .container ul:first-child {
        border-bottom: 1px solid #fff;
    }
    .mainMobMenuArenda.active .wrapMainCU {
        height: 100vh;
        overflow-y: auto;
    }
    .mainMobMenuArenda.active .container>ul li>ul {
        display: block;
        max-height: calc(100vh - 50px);
        overflow-y: auto;
        padding: 0px 0 50px;
    }
    .mainMobMenuHome.active ul {
        display: block;
    }
    .wrapMainCont p {
        color: #fff;
        font-size: 30px;
    }
    .wrapMainCont a {
        font-size: 18px;
        display: block;
        color: #fff;
        margin-bottom: 10px;
    }
    .mainMobMenuArenda ul {
        display: none;
    }
    .mainMobMenuHome ul {
        display: none;
    }
    .mainMobMenuHome.active ul {
        display: block;
    }
    .mainMobMenuHome.active ul a,
    .mainMobMenuArenda.active ul a {
        font-size: 24px;
        font-family: "ProximaNova-Bold";
        display: block;
        margin-bottom: 15px;
        color: #279C00;
    }
    .mainMobMenuHome ul li.parent,
    .mainMobMenuArenda ul li.parent {
        position: relative;
    }
    .mainMobMenuHome ul li.parent ul,
    .mainMobMenuArenda ul li.parent ul {
        display: none;
        padding-left: 15px;
    }
    .mainMobMenuHome ul li.parent.active ul,
    .mainMobMenuArenda ul li.parent.active ul {
        display: block;
    }
    .mainMobMenuHome ul li.parent .arrowMenu,
    .mainMobMenuArenda ul li.parent .arrowMenu {
        position: absolute;
        top: 5px;
        right: 5px;
        transition: .4s;
    }
    .mainMobMenuHome ul li.parent .arrowMenu.active,
    .mainMobMenuArenda ul li.parent .arrowMenu.active {
        transform: rotate(180deg);
    }
    html.active {
        overflow: hidden;
    }
    .closeButtM,
    .closeButt2 {
        display: block;
        position: absolute;
        right: 20px;
        top: 0px;
        font-size: 40px;
        font-family: "ProximaNova-Bold";
        color: #279C00;
    }
    /*End mobMain*/
}

@media screen and (max-width:767px) {
    .topBannerBlock .botLine,
    .preBlock {
        display: none;
    }
    .modalF.callback-modal {
        background: #000;
        max-width: 100%;
        padding: 10px;
        height: auto;
    }
    .orBlock {
        display: none;
    }
    .wrapBMCat {
        grid-template-columns: repeat(2, 260px);
    }
    .topLine {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    header .phoneBlock {
        margin-bottom: 15px;
    }
    .topBannerBlock .botLine form p.nameF {
        display: none;
    }
    .topBannerBlock .botLine .wrapInputs {
        flex-wrap: wrap;
    }
    .topBannerBlock .botLine form input[type="text"],
    .topBannerBlock .botLine form input[type="submit"] {
        width: 49%;
        max-width: 320px;
        margin-bottom: 10px;
    }
    .topBannerBlock .txtBlock {
        margin-bottom: 75px;
        width: 100%;
        text-align: center;
    }
    .topBannerBlock {
        padding: 250px 0 50px;
    }
    .whyMeBlock::before {
        display: none;
    }
    .wmWrap {
        margin: 0;
    }
    .nucWM {
        width: 100%;
    }
    .aboutUsBlock .title {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .aboutUsBlock .title .rightTitle {
        margin-top: 15px;
    }
    .aboutUsBlock .title .rightTitle,
    .aboutUsBlock .title h1,
    .aboutUsBlock .title .h1 {
        width: 100%;
    }
    .aboutUsBlock .title .rightTitle {
        flex-direction: column;
        align-items: center;
    }
    .aboutUsBlock .rightTitle .imgW {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .aboutUsBlock .txtBlock {
        flex-wrap: wrap;
    }
    .aboutUsBlock .leftBlock,
    .aboutUsBlock .rightBlock {
        width: 100%;
    }
    .aboutUsBlock .rightTitle .rightBlock {
        text-align: center;
    }
    .stepFree {
        display: none;
    }
    .nucIBS {
        width: 100%;
    }
    .itemsBlockSpec p.nameB {
        font-size: 22px;
    }
    .wrapContBlock {
        padding: 15px 10px 10px;
    }
    .botCont {
        display: none;
    }
    .mapBlock .h1,
    .mapBlock h1 {
        position: static;
        padding-left: 10px;
    }
    .mapBlock .txtBlockInfo {
        position: static;
        width: 100%;
    }
    .prodLineH,
    .sizeLine {
        display: none;
    }
    .prodLine {
        grid-template-columns: 200px auto 120px 135px;
    }
    .h1,
    h1 {
        font-size: 23px;
    }
}

@media screen and (max-width:675px) {
    .nucServ {
        width: 263px;
    }
    .wrapContBlock .buttonsWrap {
        padding: 0;
    }
}

@media screen and (max-width:640px) {
    .wrapContBlock .buttonsWrap a.more,
    .wrapContBlock .buttonsWrap .callback-toggle {
        width: 100%;
    }
    .prodLine {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 25px;
    }
    .prodLine .nameLine,
    .prodLine .charsLine {
        width: 100%;
        text-align: center;
    }
    .prodLine>div:first-child p {
        text-align: center;
    }
    .prodLine .wrapBlockCell {
        border-right: none;
    }
    .wrapButtonsBuy {
        flex-direction: row;
        align-items: center;
    }
    .wrapButtonsBuy .button_buy_oneClick {
        margin-top: 0;
        margin-left: 10px;
    }
}

@media screen and (max-width:600px) {


    .tbSectionSlideWrap{
        flex-direction: column;
        align-items: center;
    }

    .wrapContBlock .wrapCenterCont .wrapPhone {
        flex-direction: column-reverse;
        align-items: center;
    }
    .wrapContBlock .wrapCenterCont .wrapPhone a {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .modalF .wrapInputs,
    .modalF .wrapSend {
        flex-direction: column;
    }
    .modalF .wrapInputs input[type="text"],
    .modalF .wrapSend label,
    .modalF .wrapSend input[type="submit"] {
        width: 100%;
    }
    .modalF .wrapSend label {
        margin-bottom: 15px;
    }
    .modalF .wrapSend label br {
        display: none;
    }
}

@media screen and (max-width:550px) {
    .topBannerBlock .botLine .wrapInputs {
        justify-content: space-around;
    }
    .wrapBMCat {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .wrapBMCat .nucBM {
        width: 260px;
    }
    .topBannerBlock .botLine form input[type="text"],
    .topBannerBlock .botLine form input[type="submit"] {
        width: 100%;
    }
    footer .leftBlock {
        flex-direction: column;
        align-items: center;
    }
    footer a.logo {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .insidepage .all_cnt {
        padding-top: 275px;
    }
}

@media screen and (max-width:485px) {
    .nucPre {
        width: 100%;
    }
    header .phoneBlock {
        text-align: center;
    }
    header .phoneBlock a {
        white-space: nowrap;
        font-size: 14px;
    }
}

@media screen and (max-width:425px) {
    .prodLine .wrapBlockCell {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

@media screen and (max-width:400px) {}

@media screen and (max-width:370px) {}