@charset "utf-8";
@import "bootstrap.css";
@import "bootstrap-grid.css";
@import "normalize.css";
@import "../node_modules/slick-carousel/slick/slick.css";
@import "../node_modules/magnific-popup/dist/magnific-popup.css";
@import "callback-btn.css";
@import "callback-modal.css";
@import "typography.css";

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


/*configuratorHomeWrap*/

.configuratorHomeWrap {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: flex-end;
    margin-top: 50px;
    position: relative;
}

.btnConfigLink {
    position: fixed;
    top: 165px;
    border-radius: 0 10px 10px 0;
    left: 0;
    /*  transform: rotate(90deg);*/
    background: url(../images/headerBg.jpg) no-repeat center/cover;
    padding: 7px 15px;
    color: #fff;
    font-family: 'ProximaNova-Bold';
    white-space: nowrap;
    /*  transform-origin: bottom left;*/
    z-index: 10;
    font-size: 1.8rem;
}

.btnConfigLink:focus {
    color: #fff !important;
}

.btnConfigLink:hover {
    color: #fff;
}

.configuratorHomeWrap:before {
    position: absolute;
    right: calc(100% + 50px);
    background: url(/images/configurator/decConf.svg) no-repeat center/cover;
    top: 0;
    bottom: 0;
    width: 600px;
    content: '';
}

.configuratorHomeWrap .imgsWrap:after {
    position: absolute;
    left: 150px;
    top: 0;
    bottom: 100px;
    width: 1500px;
    background: #EBF6FA;
    content: '';
    z-index: -1;
}

.configuratorHomeWrap .confOptions {
    width: 355px;
    flex: none;
    position: relative;
    z-index: 2;
}

.confOptions .lineOption {
    margin-bottom: 20px;
}

.lineOption .wrapValues {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2px;
}

.lineOption .txt {
    font-size: 20px;
    font-family: "ProximaNova-Semibold";
    line-height: 1;
    margin-bottom: 10px;
}

.lineOption .nucVal {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 6px solid #fff;
    cursor: pointer;
}

.lineOption .nucVal.active {
    outline: 1px solid #000;
}

.configuratorHomeWrap .imgsWrap {
    flex: 1;
    position: relative;
    margin-right: -155px;
    margin-left: -50px;
}

.configuratorHomeWrap .imgsWrap img {
    width: 100%;
    display: none;
    position: absolute;
    inset: 0;
}

.configuratorHomeWrap .imgsWrap img.active {
    display: block;
}

.configuratorHomeWrap .imgsWrap .headImg img {
    position: static !important;
}


/*End configuratorHomeWrap*/

.check input {
    margin-right: 10px;
}

.slick-slide img {
    max-width: 100%;
}

.wrapBtn1 {
    margin-block: 20px;
    display: flex;
    justify-content: center;
}

.btnStyle1 {
    background: linear-gradient(to bottom, #29A7DE, #196385);
    text-align: center;
    font-size: 19px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 6px 20px;
    border: none;
    position: relative;
    border-radius: 10px;
}

.check {
    max-width: 500px;
    display: flex;
    align-items: center;
    line-height: 1.1;
    margin: 20px 0;
}

.historyBlock {
    margin-bottom: 40px;
}

.historyBlock ul {
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 10px;
}

.form-submit-toggle {
    z-index: 100;
    position: relative;
}

.tabsElements {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    flex-wrap: wrap;
}

.tabsElements .nucTabElement {
    background: linear-gradient(to bottom, #29A7DE, #196385);
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    padding: 10px 50px;
}

.zoom-img {}


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

.gallery {}

.wrapVideoTile {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.wrapVideoTile iframe {
    height: auto;
    width: 100%;
}


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

.form-submit-toggle {}


/* Класс для кнопки заказать звонок */

.callback-toggle {
    cursor: pointer;
}


/******** 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;
}


/**********************************/

.breadcrumb {
    background: none;
    padding: 8px 0;
    margin-bottom: 40px;
}

.breadcrumb li .divider {
    display: none;
}

.breadcrumb li:nth-child(2)::before {
    display: none;
}

.breadcrumb>.active {
    color: #000;
}

.component {
    width: 100%;
}

.left,
.right {
    width: 30%;
}

.itemsWrap {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(4, calc(33% - 8px));
    grid-gap: 10px;
    margin-bottom: 30px;
}

.itemsWrap .itemContent {
    padding: 75px 0 40px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.4s;
    display: block;
}

.itemContent:hover {
    background: #dbdee2;
}

.itemContent .imgW::before {
    position: absolute;
    content: url(../images/shadowItem.webp);
    bottom: 0px;
}

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

.itemContent .name {
    font-size: 16px;
    font-family: "ProximaNova-Semibold";
    color: #000;
    text-align: center;
    display: block;
    padding: 0 15px;
    margin-bottom: 0;
    transition: all 0.4s;
    display: block;
}

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

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

@font-face {
    font-family: 'ProximaNova-Light';
    src: url(../fonts/ProximaNova-Light.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: 'CentSchbkCyrill';
    src: url(../fonts/CentSchbkCyrill.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;
    font-family: "ProximaNova-Regular";
    font-size: 38px;
    line-height: 1;
    margin-top: 0;
    padding-bottom: 26px;
    position: relative;
    color: #000;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.h1:before,
h1:before {
    position: absolute;
    left: 0;
    content: '';
    width: 112px;
    height: 1px;
    background: #29313B;
    bottom: 0;
}

.h1:after,
h1:after {
    position: absolute;
    left: 0;
    content: '';
    width: 20px;
    height: 3px;
    background: #29ABE2;
    bottom: -1px;
}

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

.wrapper .container {
    width: 1170px;
}

.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*/

.wrapper {
    padding-top: 170px;
}

.insidepage .wrapper {
    padding-top: 120px;
}

header {
    margin-bottom: 80px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: url(../images/headerBg.jpg) no-repeat center/cover;
    z-index: 102;
    box-shadow: 0 15px 5px 0 rgba(0, 0, 0, 0.4);
}

header .phone {
    display: block;
    font-size: 17px;
    font-family: "ProximaNova-Bold";
    color: #fff;
    padding-left: 25px;
    background: url(../images/iconPhone.svg) no-repeat left center;
}

header .nav {
    font-family: "ProximaNovaT-Thin";
    font-size: 15px;
    padding-left: 25px;
    color: #fff;
    background: url(../images/iconNav.svg) no-repeat left center;
    margin-bottom: 0;
}

header .mail {
    font-family: "ProximaNovaT-Thin";
    font-size: 15px;
    color: #fff;
    display: block;
    padding-left: 25px;
    background: url(../images/iconMail.svg) no-repeat left center;
}

header ul {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
}

header ul a {
    font-size: 19px;
    color: #fff;
    font-family: 'ProximaNova-Bold';
    display: inline-block;
}

header .logo {
    margin-bottom: -20px;
    margin-top: -10px;
}

.wrapHeader {
    gap: 40px;
    align-items: center;
}

.infoHead {
    display: flex;
    justify-content: space-between;
    gap: 150px;
    padding: 10px 0;
}

.infoHead .topLineCenter {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
}

.infoHead .rightCol {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.infoHead .linkHead {
    font-family: "ProximaNova-Semibold";
    font-size: 15px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 40px;
    transition: all 0.4s;
    padding: 8px;
    background: #fff;
    color: #008CC8;
}

.infoHead .centerCol {
    padding-bottom: 8px;
}


/*End header*/


/* menuinsidepage */

.left-collum>ul {
    padding-left: 4px;
    border-left: 4px solid rgba(77, 92, 110, 0.2);
    display: flex;
    flex-direction: column;
}

.left-collum>ul>li {
    display: flex;
    position: relative;
    /* padding-left: 50px; */
    flex-wrap: wrap;
    align-items: center;
}

.left-collum>ul>li>.openChildMain {
    background: #008CC8;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

.left-collum>ul>li>.openChildMain::before {
    color: #fff;
    content: "\25BC";
    /* transform: rotate(90deg); */
    font-size: 24px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    cursor: pointer;
    height: 14px;
    transform: .4s;
}

.left-collum>ul>li.active>.openChildMain {
    background: #29313B;
}

.left-collum>ul>li.active>.openChildMain::before {
    color: #008CC8;
    position: absolute;
    content: "\25BC";
    left: 15px;
    top: 25px;
    transform: rotate(180deg);
    font-size: 24px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    cursor: pointer;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-collum>ul>li>ul>li {
    display: none;
    padding-left: 25px;
    position: relative;
    margin-bottom: 5px;
}

.left-collum>ul>li>ul>li:first-child {
    margin-top: 5px;
}

.left-collum>ul>li>ul>li::before {
    position: absolute;
    content: "\2022";
    color: #008CC8;
    left: 8px;
    font-size: 26px;
    line-height: 19px;
}

.left-collum>ul>li.active>ul>li {
    display: block;
}

.left-collum>ul>li>ul>li>ul>li {
    display: none;
    padding-left: 25px;
    position: relative;
    margin-bottom: 5px;
}

.left-collum>ul>li>ul>li>ul>li::before {
    position: absolute;
    content: "\2013";
    color: #008CC8;
    left: 8px;
    font-size: 26px;
    line-height: 19px;
}

.left-collum>ul>li.active>ul>li.active>ul>li {
    display: block;
}

.left-collum>ul>li>span,
.left-collum>ul>li>a {
    width: calc(100% - 50px);
    background: rgba(77, 92, 110, 0.2);
    margin-bottom: 5px;
    position: relative;
    display: flex;
    height: 50px;
    line-height: 1;
    font-family: "ProximaNova-Regular";
    font-size: 18px;
    padding-left: 10px;
    align-items: center;
    color: #000;
    margin-top: 5px;
}

.left-collum>ul>li>ul>li>a,
.left-collum>ul>li>ul>li>span {
    font-family: "ProximaNova-Regular";
    font-size: 16px;
    color: #000;
}

.left-collum>ul>li>ul>li.active>a,
.left-collum>ul>li>ul>li.active>span {
    color: #008CC8;
}

.left-collum>ul>li>ul>li>ul>li>a,
.left-collum>ul>li>ul>li>ul>li>span {
    font-family: "ProximaNova-Regular";
    font-size: 16px;
    color: #000;
}

.left-collum>ul>li>ul>ul>li>li.active>a,
.left-collum>ul>li>ul>ul>li>li.active>span {
    color: #008CC8;
}

.left-collum>ul>li.active>span,
.left-collum>ul>li.active>a {
    background: #008CC8;
    color: #fff;
}

.left-collum>ul>li>span::after,
.left-collum>ul>li>a::after {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100% + 50px);
    background: rgba(77, 92, 110, 0.2);
    bottom: -5px;
    left: -50px;
}

.left-collum>ul>li:first-child>span::before,
.left-collum>ul>li:first-child>a::after {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100% + 50px);
    background: rgba(77, 92, 110, 0.2);
    top: -5px;
    left: -50px;
}


/* and menuinsidepage */


/*topBanner*/

.topBanner {
    padding-bottom: 40px;
}

.topBanner .nameTB {
    font-size: 30px;
    font-family: "ProximaNova-Semibold";
    text-align: center;
    margin-bottom: 70px;
    line-height: 1;
}

.nucTB img {
    margin-right: 12px;
}

.nucTB .name {
    font-size: 26px;
    font-family: "ProximaNova-Semibold";
    line-height: 1;
    margin-bottom: 7px;
    display: inline-block;
    position: relative;
}

.wrapTB {
    display: inline-block;
    position: relative;
}

.wrapTB .tbImg {
    position: absolute;
    left: calc(100% + 40px);
    top: -110px;
}

.nucTB .price {
    font-family: "ProximaNova-Semibold";
    color: #008CC8;
    line-height: 1;
    margin-bottom: 0;
}

.nucTB .price span {
    font-size: 26px;
    font-family: "ProximaNova-Bold";
}

.nucTB .txtBlock {
    width: 300px;
}

.nucTB .botLine {
    width: 100%;
}

.nucTB button {
    width: 105px;
    line-height: 1;
    border: none;
    background: #008CC8;
    text-align: center;
    font-size: 19px;
    color: #fff;
    padding: 6px;
    border: none;
    position: relative;
    margin-left: 50px;
}

.nucTB button:before {
    position: absolute;
    content: '';
    width: 46px;
    height: 1px;
    background: #29313B;
    top: calc(50% - 1px);
    right: 100%;
}

.nucTB button:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #29313B;
    top: calc(50% - 5px);
    right: calc(100% - 5px);
}

.nucTB .name:before {
    position: absolute;
    left: calc(100% + 12px);
    top: 13px;
    z-index: 1;
}

.tbInfo1 .name:before {
    content: url(../images/tbInfo1.webp);
}

.tbInfo2 .name:before {
    content: url(../images/tbInfo2.webp);
}

.tbInfo3 .name:before {
    content: url(../images/tbInfo3.webp);
}


/*End topBanner*/

/*brandJobBlock*/
.brandJobBlock{
    margin-top: 50px;
    padding:50px 0 0;
}
.wrapBlockBrandJob {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: flex-start;
}
.nucBrandBlock{
    flex:1;
    position: relative;
    border:1px solid #0088C4;
    padding:35px 20px 0 30px;
}
.nucBrandBlock .imgWLogo{
    position: absolute;
    left: 40px;
    top: 0;
    transform: translateY(-50%);
    z-index: 1;
}
.cbBlockBrandJob{
    display: flex;
    gap: 15px;
    align-items: center;
    background: #0088C4;
    padding:20px 40px;
    margin:0 -20px 0 -30px;
    justify-content: space-between;
    line-height: 1.1;
}
.cbBlockBrandJob .txt{
    color: #fff;
    font-size: 22px;
    font-family: "ProximaNova-Light";


}
.cbBlockBrandJob .txt strong{
    font-family: "ProximaNova-Bold";
}
.cbBlockBrandJob .btnStyle2{
    display: flex;
    gap: 1px;
}
.cbBlockBrandJob .btnStyle2 .iconBtn{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    background: #fff;
}
.cbBlockBrandJob .btnStyle2 .txtBtn{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #29313B;
    font-size: 19px;
    font-family: "ProximaNova-Regular";
    padding:0 15px;
}
.txtBrand{
    font-family: "ProximaNova-Light";
    font-size: 19px;
    line-height: 1.1;
}
.txtBrand strong{
    font-family: "ProximaNova-Bold";
}
.numCust{
    padding:30px 0;
    counter-reset: css-counters 0;
    font-size: 15px;
}
.numCust > li{
    padding:18px 0 18px 65px;
    position: relative;
}
.numCust > li:after{
    position: absolute;
    top: 0;
    height: 1px;
    content: '';
    width: 100%;
    background: linear-gradient(to right,rgba(41,167,222,1),rgba(41,167,222,0));
    left: 0;
}
.numCust > li:before{
    counter-increment: css-counters;
    content:  counter(css-counters); 
    font-size: 30px;
    font-family: "ProximaNova-Light";
    color: #29A7DE;
    left: 0;
    top: 5px;
    position: absolute;
}
.numCust > li ul{
    padding-left: 15px;
}
/*end brandJobBlock*/








/*bannerMainBlock*/

.bannerMainBlock {
    padding: 85px 0 45px;
    position: relative;
}

.bannerMainBlock:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 1086px;
    background: url(../images/bmBg.webp) no-repeat top center;
    z-index: -1;
}

.nucBM {
    position: relative;
}

.nucBM:before {
    position: absolute;
    left: 6px;
    top: 6px;
    bottom: 6px;
    right: 6px;
    border: 1px solid #fff;
    content: '';
}

.nucBM:after {
    position: absolute;
    content: '';
    width: 45px;
    height: 45px;
    border-left: 1px solid #29ABE2;
    border-top: 1px solid #29ABE2;
    left: 12px;
    top: 12px;
}

.nucBM .name {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #fff;
    font-size: 27px;
    font-family: "ProximaNova-Light";
    line-height: 1;
    z-index: 5;
}

.nucBM .more {
    position: absolute;
    left: 6px;
    bottom: 25px;
    display: block;
    width: 185px;
    line-height: 1;
    border: none;
    background: #008CC8;
    text-align: center;
    font-size: 19px;
    color: #fff;
    padding: 6px;
    border: none;
    margin-left: 46px;
    transition: all 0.4s;
}

.nucBM .more:before {
    position: absolute;
    content: '';
    width: 46px;
    height: 1px;
    background: #fff;
    top: calc(50% - 1px);
    right: 100%;
}

.nucBM .more:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    top: calc(50% - 5px);
    right: calc(100% - 5px);
}

.nucBM .shadowBlock {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(34, 27, 198, 0.7);
    transition: all 0.4s;
    opacity: 0;
}

.nucBM:hover .shadowBlock {
    opacity: 1;
}


/*End bannerMainBlock*/


/*aboutCompanyBlock*/

.historyBlock {
    padding: 60px 0 15px;
}

.aboutCompanyBlock {
    padding: 60px 0 85px;
}

.aboutCompanyBlock p,
.historyBlock p {
    margin-bottom: 30px;
    font-size: 15px;
}

.salesBlock {
    padding-top: 60px;
    margin-bottom: 30px;
}

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

.miniPriceBlock .nucItem {
    padding: 20px;
    border: 1px solid #008CC8;
}

.miniPriceBlock .nucItem img {
    max-width: 100%;
}

.miniPriceBlock .nucItem .imgW {
    width: 100px;
    margin-right: 15px;
}

.miniPriceBlock .nucItem p {
    font-size: 21px;
    font-family: "ProximaNova-Semibold";
    line-height: 1.1;
    margin-bottom: 20px;
}

.miniPriceBlock .nucItem .price {
    font-family: "ProximaNova-Semibold";
    color: #008CC8;
    line-height: 1;
    margin-bottom: 0;
}

.miniPriceBlock .nucItem .price span {
    font-size: 26px;
    font-family: "ProximaNova-Bold";
}

.miniPriceBlock .nucItem .topLine {
    margin-bottom: 20px;
}

.miniPriceBlock .nucItem button {
    width: 100%;
    display: block;
    line-height: 1;
    border: none;
    background: url(../images/itemCB.webp) no-repeat 8px center, #008CC8;
    text-align: center;
    font-size: 19px;
    color: #fff;
    padding: 10px;
    border: none;
    padding-left: 40px;
    transition: all 0.4s;
}

.miniPriceBlock .nucItem button:hover {
    background: url(../images/itemCB.webp) no-repeat 8px center, #221BC6;
}


/*End aboutCompanyBlock*/


/*formBlock*/

.formBlock {
    margin-top: 70px;
    background: url(../images/formBg.webp) no-repeat;
}

.formBlock .name {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
    padding: 30px 20px 30px 0;
    border-right: 1px solid #fff;
    line-height: 1;
    position: relative;
}

.formBlock .name:before {
    position: absolute;
    right: -2px;
    top: calc(50% - 10px);
    width: 3px;
    height: 20px;
    background: #008CC8;
    content: '';
}

.formBlock .name span {
    color: #008CC8;
    font-family: "ProximaNova-Bold";
}

.formBlock form {
    width: 500px;
}

.wrapForm input {
    width: 100%;
    border: 1px solid #999999;
    padding: 15px 20px;
    line-height: 1;
    margin-bottom: 10px;
    color: #fff;
    background: none;
}

.wrapForm button {
    font-size: 15px;
    font-family: "ProximaNova-Semibold";
    line-height: 1;
    text-transform: uppercase;
    padding: 15px;
    margin-top: 30px;
    text-align: center;
    width: 100%;
    background: #fff;
    color: #000;
    border: none;
    transition: all 0.4s;
}

.wrapForm button:hover {
    color: #fff;
    background: #221BC6;
}

.wrapForm .leftBlock {
    width: 280px;
}

.wrapForm .wrapLabel {
    width: 146px;
}

.wrapLabel {
    position: relative;
}

.wrapLabel input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 10px;
    height: 10px;
}

.wrapLabel label {
    position: relative;
    font-weight: normal;
}

.wrapForm label {
    padding-top: 35px;
}

.wrapForm label,
.wrapForm label a {
    font-size: 13px;
    font-family: "ProximaNova-Light";
    color: #999999;
}

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

.wrapForm label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #999999;
}

.wrapFormBlock>img {
    margin-top: -50px;
}


/*End formBlock*/


/*stepsJobBlock*/

.stepsJobBlock {
    padding-bottom: 30px;
    background: url(../images/bgSteps.webp) no-repeat left bottom;
}

.stepsJobBlock .leftBlock>.nucStep {
    width: 100%;
}

.stepsJobBlock .leftBlock {
    width: 750px;
}

.stepsJobBlock .topSteps .nucStep {
    width: 360px;
}

.nucStep .numWrap {
    position: relative;
}

.nucStep .name {
    position: absolute;
    left: 0;
    top: 50px;
    background: #fff;
    margin-bottom: 0;
    font-size: 22px;
    font-family: "ProximaNova-Light";
    line-height: 1.1;
}

.nucStep .num {
    font-size: 165px;
    line-height: 120px;
    color: #29ABE2;
    border-bottom: 1px solid #29ABE2;
    font-family: "CentSchbkCyrill";
}

.nucStep>p {
    text-align: justify;
    font-size: 15px;
    margin-bottom: 30px;
}


/*End stepsJobBlock*/


/*preBlock*/

.preBlock {
    background: url(../images/preBlock.webp) no-repeat top center;
    padding: 70px 0 0;
    margin-bottom: 250px;
}

.preBlock .h1,
.preBlock h1 {
    color: #fff;
}

.preBlock .wrapPreBlock {
    background: #fff;
    position: relative;
    padding: 85px 30px 90px 55px;
    display: grid;
    grid-template-columns: repeat(3, calc(100% / 3 - 20px));
    grid-gap: 30px;
    margin-top: 50px;
    margin-bottom: -150px;
}

.preBlock .wrapPreBlock:before {
    position: absolute;
    left: -15px;
    top: -15px;
    right: -15px;
    content: '';
    bottom: -15px;
    border: 1px solid #29ABE2;
}

.nucPre .imgW {
    margin-right: 10px;
}

.nucPre p {
    font-size: 15px;
    font-family: "ProximaNova-Light";
    line-height: 1.1;
    margin-bottom: 20px;
}

.nucPre p strong {
    font-family: "ProximaNova-Semibold";
    font-weight: normal;
}


/*End preBlock*/


/*partnersBlock*/

.partnersBlock {
    margin-bottom: 140px;
}

.title {
    align-items: center;
}

.title .arrBlock {
    display: flex;
    justify-content: center;
    margin-left: 85px;
    align-items: center;
    margin-bottom: 30px;
}

.title .arrBlock .sep {
    width: 1px;
    height: 20px;
    background: #29313B;
    margin: 0 25px;
}

.partSlide .imgW {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
}

.partSlide img {
    max-width: 100%;
    max-height: 100%;
}


/*End partnersBlock*/


/*geografiBlock*/

.geografiBlock {
    padding-block: 40px;
}

.wrapGeo {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.wrapGeo .txtBlock {
    width: 560px;
    flex: none;
}

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


/*End geografiBlock*/


/*sertBlock*/

.sertBlock {
    background: #E0E9F0;
    margin-bottom: 110px;
}

.sertBlock .txtBlock {
    width: 340px;
}

.sertBlock .sliderSertWrap {
    width: 615px;
}

.sertBlock .sertSlide {
    padding: 20px;
}

.sertBlock .sertSlide img {
    max-width: 100%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.35);
}

.sliderSertWrap {
    position: relative;
}

.arrsSert {
    background: #29ABE2;
    padding: 13px;
    position: absolute;
    right: 0;
    top: calc(50% - 30px);
    z-index: 2;
}

.leftArr,
.rightArr {
    cursor: pointer;
}

.arrsSert .sep {
    width: 1px;
    height: 20px;
    background: #fff;
    margin: 0 25px;
}

.sliderSert {
    margin: -60px -20px -60px 0;
}


/*End sertBlock*/


/*revBlock*/

.revBlock {
    margin-bottom: 40px;
}

.sliderRev {
    position: relative;
    margin: 0 -15px;
}

.revSlide {
    padding: 0 15px;
}

.revSlide .imgW {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 12px solid #E0E9F0;
}

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

.sliderRev .slick-dots {
    position: absolute;
    right: 200px;
    top: -75px;
    display: flex;
    justify-content: flex-start;
}

.slick-dots button {
    width: 18px;
    height: 18px;
    border: 1px solid #081740;
    font-size: 0;
    background: none;
    padding: 0;
    margin-right: 12px;
    position: relative;
}

.slick-dots button:before {
    position: absolute;
    width: 6px;
    height: 6px;
    left: calc(50% - 3px);
    top: calc(50% - 3px);
    content: '';
}

.slick-dots .slick-active button:before {
    background: #29ABE2;
}


/*End revBlock*/


/*photoGall*/

.photoGall {
    padding: 40px 0 50px;
    background: #E0E9F0;
}

.insidepage .photoGall {
    padding-left: 10px;
    padding-right: 10px;
}

.sliderPG {
    position: relative;
    margin: 0 -15px;
}

.pgSlide {
    padding: 0 15px;
}

.photoGall .slick-dots {
    position: absolute;
    right: 200px;
    top: -75px;
    display: flex;
    justify-content: flex-start;
}

.nucPG {
    background: #fff;
    padding: 25px;
}

.nucPG .imgW {
    margin-bottom: 15px;
}

.nucPG .name {
    font-size: 22px;
    font-family: "ProximaNova-Light";
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: 1px solid #29ABE2;
}

.nucPG .txtBlock p {
    line-height: 1;
    font-size: 15px;
    font-family: "ProximaNova-Light";
}

.nucPG .more {
    width: 215px;
    line-height: 1;
    border: none;
    background: #008CC8;
    text-align: center;
    font-size: 19px;
    color: #fff;
    padding: 6px;
    border: none;
    position: relative;
    display: block;
    margin-top: 25px;
    transition: all 0.4s;
}

.nucPG .more:hover {
    text-decoration: none;
    background: #221BC6;
}

.nucPG .more:before {
    position: absolute;
    content: '';
    width: 25px;
    height: 1px;
    background: #29313B;
    top: calc(50% - 1px);
    right: 100%;
}

.nucPG .more:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #29313B;
    top: calc(50% - 5px);
    right: calc(100% - 5px);
}

.videoBtn {
    margin-top: 65px;
    display: block;
    line-height: 1;
    border: none;
    background: url(../images/videoBtn.png) no-repeat 8px center, #008CC8;
    text-align: center;
    font-size: 19px;
    color: #fff;
    padding: 10px;
    border: none;
    padding-left: 52px;
    transition: all 0.4s;
    position: relative;
}

.videoBtn:before {
    position: absolute;
    inset: -15px;
    border: 1px solid #008CC8;
    content: '';
    transition: all 0.4s;
}

.videoBtn:hover {
    text-decoration: none;
    color: #fff;
    background: url(../images/videoBtn.png) no-repeat 8px center, #221BC6;
}

.videoBtn:hover:before {
    border: 1px solid #221BC6;
}


/*End photoGall*/


/*mapBlock*/

.mapBlock {
    position: relative;
}

.mapBlock .h1,
.mapBlock h1 {
    position: absolute;
    left: calc((100% - 1140px) / 2);
    top: 40px;
}

.mapBlock .wrapMap iframe {
    min-height: 720px;
}

.mapInfo {
    background: url(../images/mapInfo.webp) no-repeat;
    width: 580px;
    height: 630px;
    padding: 150px 120px 50px;
    position: absolute;
    left: calc((100% - 1140px) / 2 - 90px);
    top: 70px;
}

.mapInfoWrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px 10px;
}

.mapInfo .colCont {
    width: 49%;
}

.mapInfo p,
.mapInfo a {
    color: #fff;
    font-size: 15px;
    font-family: "ProximaNova-Light";
    line-height: 1;
    margin-bottom: 0;
    display: block;
}

.mapInfo .name {
    font-size: 17px;
    font-family: "ProximaNova-Semibold";
    margin-bottom: 10px;
}

.insidepage .bannerMainBlock:before {
    display: none;
}

.contRow {}

.mapInfo .phone {
    font-size: 19px;
    font-family: "ProximaNova-Regular";
}

.mapInfo .phone span {
    font-family: "ProximaNova-Bold";
}


/*End mapBlock*/


/*footer*/

.insidepage footer {
    margin-top: 0;
}

footer {
    padding: 90px 0 135px;
    position: relative;
    margin-top: -105px;
    background: url(../images/footBg.webp) no-repeat top center;
    z-index: 2;
}

footer .logo {
    margin-right: 40px;
}

footer p,
footer p a {
    font-size: 14px;
    color: #000;
    font-family: "ProximaNova-Light";
    line-height: 1;
}

.footDec {
    position: absolute;
    bottom: 0;
    left: calc(50% + 255px);
}


/*End footer*/


/*modalF*/

.modalF.callback-modal {
    background: url(../images/modslBg.webp) no-repeat;
    max-width: 711px;
    width: 711px;
    height: 291px;
    border-radius: 0;
    padding: 20px 30px;
}

.modalF .callback-modal__headline {
    line-height: 1;
    color: #fff;
    font-size: 30px;
    font-family: "ProximaNova-Regular";
    margin: 0 0 35px;
    font-weight: normal;
    text-align: left;
}

.modalF form {
    width: 450px;
}

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

.modalF .wrapForm button {
    margin-top: 15px;
}

.modalF:before {
    position: absolute;
    bottom: -7px;
    right: 25px;
    content: url(../images/formImg.webp);
}

body .mfp-close-btn-in .mfp-close {
    color: #fff;
}

.modalF .mfp-close {
    font-size: 50px;
    font-family: "ProximaNova-Light";
}


/*End modalF*/


/*insidepage*/

.insidepage header {
    margin-bottom: 10px;
}

.insidepage .item-page ul li {
    list-style-position: inside;
    list-style-type: disc;
}

.insidepage .item-page {
    padding: 30px 0 50px;
}


/* аккордион */

h2.link_accordion {
    width: 100%;
    display: block;
    background: rgba(0, 141, 203, 0.74);
    color: #fefefe;
    padding: 0.75em;
    border-radius: 0.15em;
    transition: background 0.3s ease;
    cursor: pointer;
}

.card-accordion {
    display: none;
    margin: 20px;
}


/*  */

.podrobnee {
    display: inline-block;
    width: 185px;
    line-height: 1;
    border: none;
    background: #008CC8;
    text-align: center;
    font-size: 19px;
    color: #fff;
    padding: 6px;
    border: none;
    margin-left: 46px;
    transition: all 0.4s;
    position: relative;
    /* margin: 0 auto; */
}

.podrobnee:hover {
    color: #fff;
    text-decoration: underline;
}

.podrobnee:before {
    position: absolute;
    content: '';
    width: 46px;
    height: 1px;
    background: #008CC8;
    top: calc(50% - 1px);
    right: 100%;
}

.podrobnee:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    top: calc(50% - 5px);
    right: calc(100% - 5px);
}


/* gallary-insidepage */

.gallary-insidepage {
    position: relative;
}

.gallary-insidepage .slick-arrow {
    position: absolute;
    border: none;
    font-size: 0;
    width: 19px;
    height: 33px;
    top: calc(50% - 16px);
}

.gallary-insidepage .slick-prev {
    background: url("../images/prevArr.webp");
    left: -30px;
}

.gallary-insidepage .slick-next {
    background: url("../images/nextArr.webp");
    right: -30px;
}

.gallary-insidepage .item-gallary-insidepage {
    padding: 0 10px 10px 10px;
}

.gallary-insidepage .item-gallary-insidepage a {
    border: 1px solid #ccc;
    box-shadow: 3px 3px 5px #888;
    display: block;
    padding: 4px;
}

.gallary-insidepage .item-gallary-insidepage img {
    max-width: 100%;
}

.style-hover_table td:hover {
    background: #323d48;
}


/* and gallary-insidepage */


/* form inside */

.wrapFormIn {
    background: url(../images/modslBg.webp) no-repeat;
    max-width: 711px;
    width: 711px;
    height: 291px;
    border-radius: 0;
    padding: 20px 30px;
    margin: 0 auto;
    position: relative;
}

.wrapFormIn:before {
    position: absolute;
    bottom: -7px;
    right: 25px;
    content: url(../images/formImg.webp);
}

.formIn-headline {
    line-height: 1;
    color: #fff;
    font-size: 30px;
    font-family: "ProximaNova-Regular";
    margin: 0 0 35px;
    font-weight: normal;
    text-align: left;
}

.wrapFormIn form {
    width: 450px;
}

.wrapFormIn button {
    margin-top: 15px;
}


/* End form inside */

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

.wrapPgList img {
    width: 100%;
    height: 100%;
    object-fit: cever;
}


/*End insidepage*/

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

.nucBM.span2 {
    grid-column: span 3;
}

.nucBM.span3 {
    grid-column: span 4;
}

.header__burger {
    display: none;
}

.mobile-wrap {
    display: none;
}

.left-collum ul li .openChildMain i {
    display: none;
}

.wrapTable {
    display: block;
    overflow: auto;
}

.wrapTable td {
    padding: 20px;
    width: 100% !important;
    min-width: 150px;
}

.wrapStep {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-flow: dense;
    grid-gap: 30px;
}

.nucStep.span3 {
    grid-column: span 3;
}

.videoLinks {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}


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

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

@media screen and (max-width:1199px) {
    header .logo img {
        width: 180px;
    }
    .wrapHeader {
        gap: 20px;
    }
    .infoHead {
        gap: 20px;
    }
    header .phone {
        font-size: 15px;
    }
    header .nav,
    header .mail {
        font-size: 14px;
    }
    .topBM img,
    .botBM img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .botBM {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-gap: 20px;
    }
    .nucBM .name {
        font-size: 18px;
    }
    .nucBM {
        overflow: hidden;
    }
    .nucBM .more {
        font-size: 16px;
        margin-left: 30px;
    }
    .nucBM .more:before {
        width: 30px;
    }
    .nucBM .more {
        width: 170px;
    }
    .salesBlock img {
        max-width: 100%;
    }
    .salesBlock {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-gap: 20px;
    }
    .salesBlock img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .nucPG .imgW img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .miniPriceBlock {
        grid-gap: 20px;
    }
    .miniPriceBlock .nucItem p {
        font-size: 18px;
    }
    .miniPriceBlock .nucItem button {
        font-size: 14px;
    }
    .nucPG .name {
        font-size: 14px;
        height: 40px;
        border-bottom: 0
    }
    .lazyframe[data-vendor=youtube] .lazyframe__title,
    .lazyframe[data-vendor=youtube_nocookie] .lazyframe__title {
        font-size: 14px;
    }
    .pgSlide {
        padding: 0 10px;
    }
    .nucPG {
        min-height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .h1,
    h1 {
        font-size: 30px;
        padding-bottom: 15px;
    }
    .nucPG .more {
        width: 100%;
    }
    .nucPG .txtBlock {
        -webkit-line-clamp: 14;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .txtContainer {
        height: 260px;
    }
    .wrapStep {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-gap: 30px;
    }
    .stepsJobBlock .leftBlock {
        width: 100%;
    }
    .topSteps {
        flex-direction: column;
    }
    .stepsJobBlock .nucStep {
        width: 100%;
    }
    .stepsJobBlock .topSteps .nucStep {
        width: 100%;
    }
    .mapInfo {
        left: calc((100% - 1024px) / 2 - 90px);
    }
    .mapBlock .h1,
    .mapBlock h1 {
        left: calc((100% - 1024px) / 2);
    }
    .wrapFormBlock>img {
        display: none;
    }
    .wrapFormBlock {
        padding: 20px 0;
    }
    .nucStep.span3 {
        grid-column: auto;
    }
    .wrapper {
        padding-top: 180px !important;
    }
    .btnConfigLink {
        top: 225px;
    }
}

.insidepage .bannerMainBlock .container {
    width: auto;
    padding: 0;
}

@media screen and (max-width:1024px) {
    .mapInfo {
        left: calc((100% - 991px) / 2 - 90px);
    }
    .mapBlock .h1,
    .mapBlock h1 {
        left: calc((100% - 991px) / 2);
    }
}

@media screen and (max-width:991px) {
    .wrapBlockBrandJob{
        flex-direction: column;
    }
    .wrapGeo {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }
    .wrapGeo .txtBlock {
        width: 100%;
    }
    .infoHead .centerCol {
        display: none;
    }
    .infoHead .phone {
        margin-bottom: 10px;
    }
    .wrapVideoTile {
        grid-template-columns: repeat(2, 1fr);
    }
    .wrapM ul li.parent>a {
        padding: 10px 0;
        padding-right: 30px;
        display: block;
        max-width: calc(100% - 40px);
    }
    .wrapM ul li a {
        padding: 5px 0;
        display: block;
    }
    .homepage .wrap-up ul {
        display: none;
    }
    .wrapM ul li.parent {
        position: relative;
    }
    .wrapM {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        padding: 60px 20px 20px;
        color: #008CC8;
    }
    .openChildMain.active i {
        transform: rotate(180deg);
    }
    .wrapM ul li a {
        font-size: 15px;
    }
    .wrapM .infoBlock p {
        font-size: 14px;
    }
    .wrapM .phonesBlock a {
        font-size: 15px;
        display: block;
        margin: 5px 0;
    }
    .homepage .wrap-up {
        margin-bottom: 20px;
    }
    .openChildMain {
        position: absolute;
        right: 10px;
        top: 6px;
        width: 30px;
        height: 30px;
        border: 1px dotted #000;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .wrapM .header__burger {
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .mobile-wrap {
        display: block;
        left: -100%;
        transition: all 1s ease;
        bottom: 0;
        width: 100%;
        position: fixed;
        background: #e2ebfa;
        top: 0;
        z-index: 2000;
        overflow: auto;
    }
    .mobile-wrap.active {
        left: 0;
    }
    .topBM {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .nucBM.span3 {
        grid-column: auto;
    }
    .nucBM.span2 {
        grid-column: auto;
    }
    .nucBM img {
        height: 240px;
    }
    .miniPriceBlock {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .formBlock .name {
        width: 100%;
    }
    .formBlock form {
        width: 100%;
    }
    .wrapForm {
        flex-direction: column;
    }
    .wrapForm .leftBlock {
        width: 100%;
        max-width: 320px;
    }
    .wrapForm label {
        padding-left: 35px;
        margin-top: 20px;
        margin-bottom: 0;
        padding-top: 0;
    }
    .wrapForm .wrapLabel {
        width: 100%;
        max-width: 320px;
        line-height: 1;
    }
    .formBlock .name {
        border: 0;
    }
    .formBlock .name:before {
        display: none;
    }
    .preBlock .wrapPreBlock {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 20px;
    }
    .nucPre p {
        font-size: 14px;
    }
    .sertBlock .sliderSertWrap {
        width: 400px;
    }
    .sertBlock .txtBlock {
        padding: 20px 0;
    }
    .mapBlock .h1,
    .mapBlock h1 {
        left: calc((100% - 767px) / 2);
    }
    .mapInfo {
        left: calc((100% - 767px) / 2 - 90px);
    }
    .header__burger {
        width: 30px;
        height: 20px;
        min-width: 30px;
        position: relative;
        z-index: 100;
        display: block;
    }
    .header__burger::before,
    .header__burger::after {
        content: '';
        background-color: #fff;
        position: absolute;
        width: 100%;
        min-width: 100%;
        height: 2px;
        left: 0;
        transition: all 0.3s ease 0s;
    }
    .header__burger::before {
        top: 0;
    }
    .header__burger span {
        position: absolute;
        background-color: #fff;
        left: 0;
        width: 100%;
        height: 2px;
        top: 9px;
        transition: all 0.3s ease 0s;
    }
    .header__burger::after {
        bottom: 0;
    }
    .header__burger.active::before {
        transform: rotate(45deg);
        top: 9px;
    }
    .header__burger.active span {
        display: none;
    }
    .header__burger.active::after {
        transform: rotate(-45deg);
        bottom: 9px;
    }
    .col-3.left-collum {
        display: none;
    }
    .col-9.center-block {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    h2,
    .h2 {
        font-size: 20px;
    }
    .miniPriceBlock .nucItem button:hover {
        background: #221BC6;
    }
}

@media screen and (max-width:767px) {
    .insidepage .item-page {
        padding: 0px 0 50px;
    }

    .wrapBlockBrandJob,
    .brandJobBlock {
        margin-top: 0px;
    }

    .brandJobBlock {
        padding: 25px 0 0;
    }


    .wrapper {
        padding-top: 110px !important;
    }

    .numCust > li {
      padding: 18px 0 18px 30px;
  }
  .numCust > li::before {
  font-size: 26px;
}
.txtBrand{
    font-size: 16px;
}
.cbBlockBrandJob{
    flex-direction: column;
    gap: 15px;
}
.cbBlockBrandJob .txt{
    font-size: 20px;
}
.cbBlockBrandJob{
    padding:15px;
    text-align: center;
}
  .btnConfigLink {
    transform: rotate(90deg);
    transform-origin: bottom left;
    border-radius: 0;
    font-size: 14px;
    align-items: center;
}
.configuratorHomeWrap .confOptions {
    width: 100%;
}
.configuratorHomeWrap {
    flex-direction: column;
}
.wrapper,
.insidepage .wrapper {
    padding-top: 70px;
}
header .logo img {
    width: 100px;
}
.infoHead .phone {
    padding-left: 0;
    background: none;
}
.infoHead .linkHead {
    display: none;
}
.wrapHeader {
    gap: 15px;
}
.infoHead .phone {
    margin-bottom: 0;
}
header .logo {
    margin-bottom: -10px;
}
.modalF.callback-modal {
    width: 100%;
}
.wrapVideoTile {
    grid-template-columns: repeat(1, 1fr);
}
.modalF:before {
    display: none;
}
.modalF form {
    width: 100%;
}
.wrapTable table {
    width: 100% !important;
}
.itemsWrap br {
    display: none;
}
.itemsWrap {
    margin-top: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 20px;
    margin-bottom: 30px;
}
.itemsWrap .itemContent {
    padding: 0;
}
.itemContent .imgW img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.itemContent .imgW {
    height: 100px;
    display: block;
}
.itemContent .name br {
    display: block;
}
.itemContent .name {
    font-size: 14px;
    text-align: center;
    width: 100%;
    padding: 0;
}
.rightB {
    display: none;
}
.miniPriceBlock .nucItem .imgW {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.miniPriceBlock .nucItem .topLine {
    flex-direction: column;
}
.nucItem .txtBlock {
    margin-top: 20px;
}
.nucItem .txtBlock br {
    display: none;
}
.miniPriceBlock .nucItem {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.miniPriceBlock .nucItem button {
    background: #008CC8;
    padding: 10px;
}
.h1,
h1 {
    font-size: 25px;
    padding-bottom: 15px;
}
.nucPG .txtBlock {
    -webkit-line-clamp: 7;
}
.txtContainer {
    height: 130px;
}
.nucPG .more {
    font-size: 16px;
}
.wrapForm input {
    padding: 5px 20px;
}
.wrapForm button {
    margin-top: 10px;
    padding: 10px;
    font-size: 14px;
}
.formBlock .name {
    font-size: 25px;
}
.nucStep .name {
    font-size: 21px;
}
.nucStep>p {
    font-size: 14px;
}
.nucPre {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.nucPre .txtBlock {
    margin-top: 20px;
}
.nucPre .imgW {
    margin-right: 0;
}
.sertBlock .sliderSertWrap {
    width: 300px;
}
.arrsSert {
    padding: 5px;
    top: calc(50% - 10px);
}
.arrsSert img {
    height: 20px;
}
.nucPG {
    padding: 10px;
}
.nucPG .more:before {
    width: 10px;
}
.arrBlock img {
    height: 20px;
}
.preBlock .wrapPreBlock {
    grid-gap: 10px;
}
.mapBlock .h1,
.mapBlock h1 {
    left: calc((100% - 520px) / 2);
}
.mapInfo {
    left: calc((100% - 520px) / 2 - 90px);
}
footer {
    padding: 100px 0 20px;
}
.mapInfo p,
.mapInfo a {
    font-size: 14px;
}
.mapInfo .phone {
    font-size: 14px;
}
.mapInfo .name {
    font-size: 15px;
}
.nucTB .name:before {
    display: none;
}
.nucTB .price span {
    font-size: 15px;
}
.nucTB button {
    width: 105px;
}
.wrapTB .tbImg {
    display: none;
}
.nucStep .num {
    border-bottom: 0;
}
.item-page img {
    max-width: 100%;
    object-fit: cover;
    float: none !important;
    height: auto;
    display: block;
}
.wrapFormIn {
    width: 100%;
}
.wrapFormIn:before {
    display: none;
}
.videoLinks {
    flex-direction: column;
    gap: 20px;
}
}

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

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

@media screen and (max-width:600px) {
    .wrapper .container {
        width: 100%;
    }
    .mapBlock .h1,
    .mapBlock h1 {
        left: 20px;
    }
    .mapInfo {
        left: -70px;
    }
    .insidepage .item-page {
        padding: 10px 0;
    }
    .breadcrumb {
        margin-bottom: 0;
    }
    .item-page iframe {
        width: 100%;
    }
}

@media screen and (max-width:485px) {
    ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    ul.sigProClassic li.sigProThumb {
        width: 100%;
    }
    .topBanner .nameTB {
        font-size: 25px;
        margin-bottom: 30px;
    }
    .nucTB .name {
        font-size: 18px;
    }
    .nucTB img {
        height: 70px;
    }
    .bannerMainBlock {
        padding: 45px 0 45px;
    }
    .nucBM img {
        height: 180px;
    }
    .nucBM .name {
        font-size: 16px;
    }
    .nucBM .more {
        font-size: 14px;
    }
    .nucBM .more {
        width: 140px;
    }
    .salesBlock {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
        margin: 0 auto;
        padding-top: 0;
        padding-bottom: 20px;
        overflow: auto;
        margin-bottom: 20px;
    }
    .salesBlock a {
        width: 280px;
        display: block;
    }
    .miniPriceBlock .nucItem {
        padding: 10px;
    }
    .miniPriceBlock .nucItem .topLine {
        margin-bottom: 10px;
    }
    .miniPriceBlock .nucItem p {
        line-height: 1;
        font-size: 15px;
    }
    .nucPG {
        min-height: 250px;
    }
    .wrapFormBlock {
        flex-wrap: wrap;
    }
    .formBlock {
        margin-bottom: 60px;
    }
    .stepsJobBlock {
        padding-bottom: 40px;
    }
    .preBlock .wrapPreBlock {
        padding: 0;
        grid-template-columns: repeat(7, 1fr);
        overflow: auto;
        padding-bottom: 20px;
        margin-top: 0;
    }
    .nucPre {
        width: 280px;
        min-height: 340px;
        justify-content: space-between;
        padding: 40px 0 0 0;
        border-left: 1px solid #ccc;
    }
    .preBlock .wrapPreBlock:before {
        display: none;
    }
    .nucPre .txtBlock {
        padding: 0 30px;
        text-align: center;
    }
    .wrapSert {
        flex-direction: column;
    }
    .sertBlock .txtBlock {
        padding: 20px 0;
        width: 100%;
    }
    .sertBlock .sliderSertWrap {
        width: 100%;
    }
    .sliderSert {
        margin: 0;
    }
    .nucBM .name {
        font-size: 14px;
    }
    .miniPriceBlock {
        grid-gap: 10px;
    }
    .wrapFoot {
        flex-direction: column;
        text-align: center;
    }
    footer .logo {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .sertBlock {
        margin-bottom: 50px;
    }
    .nucTB .botLine {
        flex-direction: column;
    }
    h2,
    .h2 {
        font-size: 18px;
    }
}

@media screen and (max-width:425px) {
    .miniPriceBlock {
        grid-template-columns: repeat(6, 1fr);
        overflow: auto;
        padding-bottom: 20px;
    }
    .miniPriceBlock .nucItem {
        width: 280px;
    }
    .mapInfo {
        left: -90px;
    }
    .txtContainer {
        height: auto;
    }
    .nucPG .txtBlock {
        display: block;
    }
}

@media screen and (max-width:400px) {
    .nucBM {
        width: 280px;
    }
    .topBM {
        grid-template-columns: repeat(7, 1fr);
        overflow: auto;
        padding-bottom: 20px;
    }
    .mapInfo {
        left: 10px;
        padding: 10px;
        background: #29abe3;
        width: calc(100% - 20px);
        height: auto;
        top: auto;
        bottom: 30px;
    }
}

@media screen and (max-width:370px) {
    .nucTB .txtBlock {
        width: 200px;
    }
    .nucTB .name {
        font-size: 16px;
    }
    .topBanner .nameTB {
        font-size: 20px;
    }
    .title .arrBlock {
        margin-left: 5px;
    }
    .h1,
    h1 {
        font-size: 21px;
    }
}