@charset "utf-8";
@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";
@import "normalize.css";
@import "bootstrap.css";

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

dl.fields-container {
    display: none;
}

.zoom-img {}


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

.gallery {}


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

.form-submit-toggle {}


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

.callback-toggle {}


/******** Magnific-Popup *********/

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/******* Image Cover ********/

.img-cover {
    background-size: cover;
    background-position: center;
}

.img-cover_inited>img {
    visibility: hidden;
}


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

.component {
    width: 100%;
}

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


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

.pagination>ul {
    margin-top: 15px;
    display: flex;
    list-style: none;
    margin-bottom: 5px;
}

.pagination>ul li {
    margin-right: 20px;
}

.pagination>ul li a {
    text-decoration: none;
    font-weight: 600;
}


/* Модалка */

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

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

.wrapLabel span a {
    color: #ef5e07;
}

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

.wrapLabel span:after {
    position: absolute;
    width: 8px;
    height: 8px;
    left: 4px;
    top: calc(50% - 4px);
    content: '';
    background: #dd6a1c;
    /*border-radius: 2px;*/
    opacity: 0;
}

.wrapLabel input:checked+span:after {
    opacity: 1;
}

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

html.lock {
    overflow: hidden;
}


/*  */

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

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

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

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

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

@font-face {
    font-family: 'Proxima-Nova-Condensed';
    src: url(../fonts/Proxima-Nova-Condensed-Light.otf) format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Proxima-Nova-Condensed';
    src: url(../fonts/Proxima-Nova-Condensed-Regular.otf) format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Proxima-Nova-Condensed';
    src: url(../fonts/Proxima-Nova-Condensed-Semibold.otf) format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Proxima-Nova-Condensed';
    src: url(../fonts/Proxima-Nova-Condensed-Bold.otf) format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Proxima-Nova-Condensed';
    src: url(../fonts/Proxima-Nova-Condensed-Black.otf) format('truetype');
    font-weight: 900;
}

body {
    color: #000;
    font-size: 19px;
    font-family: 'Roboto';
    font-weight: 300;
    line-height: 1.2;
}

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

.h1,
h1 {
    color: #000;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 50px;
}

.title .h1 {
    margin: 0;
}

a {
    color: #c80910;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #c80910;
    text-decoration: none;
    outline: none;
}

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

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

.wrapLabel span {
    font-weight: 200;
    padding-left: 25px;
    font-size: 13px;
    display: block;
    position: relative;
}

.wrapLabel span a {
    color: #ef5e07;
}

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

.wrapLabel span:after {
    position: absolute;
    width: 8px;
    height: 8px;
    left: 4px;
    top: calc(50% - 4px);
    content: '';
    background: #dd6a1c;
    border-radius: 2px;
    opacity: 0;
}

.wrapLabel input:checked+span:after {
    opacity: 1;
}

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

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

.wrapHeader {
    position: absolute;
    top: 0;
    left: calc((100% - 1920px) / 2);
    z-index: 1;
    padding: 30px 0;
    width: 100%;
}

.wrapHead {
    position: relative;
}

.wrapHead>ul {
    display: flex;
    margin-left: 520px;
    margin-bottom: 0;
}

.wrapHead li {
    padding-bottom: 10px;
    margin-right: 10px;
}

.wrapHead a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    background: #df181f;
    display: block;
    padding: 8px;
    position: relative;
}


/* выпадающее меню */

.wrapHead>ul>li.parent>ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fafafa;
    grid-template-columns: repeat(6, 1fr);
    justify-items: stretch;
    border-top: 3px solid #df181f;
    border-bottom: 3px solid #d7d7d7;
    padding: 25px 35px 0;
}

.wrapHead>ul>li.parent:hover::before {
    display: block;
}

.wrapHead>ul>li.parent>ul li {
    padding: 0;
    margin: 0;
}

.wrapHead>ul>li.parent>ul>li {
    border-bottom: 1px solid #d7d7d7;
    padding: 20px;
    position: relative;
    bottom: -1px;
}

.wrapHead>ul>li.parent ul a {
    color: #df181f;
    font-size: 18px;
    text-decoration: none;
    font-weight: 400;
    background: transparent;
    padding: 0;
    margin-bottom: 3px;
}

.wrapHead>ul>li.parent ul ul {
    display: block;
}

.wrapHead>ul>li.parent ul ul a {
    color: #000;
    font-weight: 300;
    font-size: 16px;
}

.wrapHead>ul>li.parent ul ul a:hover {
    color: #df181f;
}

.wrapHead>ul>li.parent:hover>ul {
    display: grid;
}

.wrapHead>ul>li.parent>a::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    width: 20px;
    height: 20px;
    background: #df181f;
    transform: translateX(-50%) rotate(45deg);
    display: none;
    z-index: -1;
}

.wrapHead>ul>li.parent:hover>a::before {
    display: block;
}

.mobMainBlock {
    display: none;
}


/* End header */


/* topBanner */

.topBanner {
    position: relative;
}

.topBanner .txtBlock {
    position: absolute;
    top: 40px;
    left: calc(50% - 650px);
}

.topBanner .info {
    margin-top: 90px;
}

.navTop {
    align-items: flex-start;
    font-weight: 500;
    font-size: 16px;
}

.navTop img {
    padding-right: 5px;
}

.topBanner .info>a {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    display: block;
    padding: 0 0 10px 25px;
}

.mailTop {
    align-items: flex-start;
    margin-bottom: 25px;
}

.mailTop img {
    padding-right: 5px;
}

.mailTop a {
    font-size: 16px;
    color: #000;
}

.btnStyle {
    background: #df181f;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    border: none;
    width: 210px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btnStyle:hover {
    background: #cb151b;
}


/* End topBanner */


/* bannerMenu */

.bannerMenu {
    margin-top: -80px;
    padding: 0 0 55px;
}

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

.nucBM {
    position: relative;
}

.nucBM .name {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 70px;
    display: flex;
    padding: 0 30px;
    align-items: center;
    background: rgba(200, 9, 16, 90%);
    color: #fff;
    text-decoration: none;
    font-family: 'Proxima-Nova-Condensed';
    font-weight: 400;
    font-size: 30px;
    width: 100%;
}

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


/* End bannerMenu */


/* reason */

.reason {
    background: #c80910;
    padding: 60px 0 0;
    position: relative;
}

.reason .name {
    color: #c83238;
    font-size: 119px;
    font-weight: 900;
    line-height: 0.7;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
}

.slideReas {
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}

.wrapSR {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 30px 0;
    height: 200px;
}

.wrapSR .imgW {
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.wrapSR .txt {
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
}

.wrapSR::before {
    position: absolute;
    content: '';
    height: 60px;
    width: 1px;
    background: #fff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.wrapSR::after {
    position: absolute;
    content: '';
    bottom: calc(0px - 10px);
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    border: 5px solid #fff;
    border-radius: 50%;
    background: #c80910;
}


/* End reason */


/* possible */

.possible {}

.wrapSP {
    position: relative;
}

.wrapSP .txt {
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 900;
}

.wrapSP .topLine {
    display: inline-block;
    background: #fff;
    padding: 10px 20px;
    color: #c80910;
}

.wrapSP .botLine {
    display: inline-block;
    background: #c80910;
    padding: 10px 20px;
    color: #fff;
}

.sliderPos .slick-arrow {
    position: absolute;
    bottom: 35px;
    font-size: 0;
    border: none;
    background: #c80910;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.sliderPos .slick-prev {
    left: calc(50% - 90px);
}

.sliderPos .slick-prev::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 35px;
    height: 3px;
    background: #fff;
}

.sliderPos .slick-prev::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 8px;
    width: 26px;
    height: 26px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

.sliderPos .slick-next {
    right: calc(50% - 90px);
}

.sliderPos .slick-next::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 35px;
    height: 3px;
    background: #fff;
}

.sliderPos .slick-next::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 8px;
    width: 26px;
    height: 26px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}


/* End possible */


/* product */

.product {
    padding: 60px 0;
    background: url(../images/back-prod.jpg) no-repeat top center/cover;
    position: relative;
    z-index: 0;
}

.wrapProd .leftBlock {
    width: 490px;
}

.wrapProd .title {
    margin: 40px 0 10px;
    color: #fff;
    font-size: 45px;
    font-family: 'Proxima-Nova-Condensed';
    font-weight: 700;
}

.listProd {
    list-style: none;
    margin-bottom: 20px;
}

.listProd li {
    position: relative;
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
    font-family: 'Proxima-Nova-Condensed';
    font-weight: 300;
    padding-left: 25px;
}

.listProd li::before {
    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
}

.formProd {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
}

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

.topLineF input {
    outline: none;
    border: 1px solid #ebebeb;
    background: #fafafa;
    border-radius: 10px;
    height: 55px;
    width: 100%;
    font-size: 20px;
    font-family: 'Proxima-Nova-Condensed';
    font-weight: 300;
    color: #818181;
}

.topLineF input::placeholder {
    color: #818181;
}

.topLineF .nameI {
    background: url(../images/nameI.png) no-repeat center left 10px, #fafafa;
    padding-left: 45px;
}

.topLineF .phoneI {
    background: url(../images/phoneI.png) no-repeat center left 10px, #fafafa;
    padding-left: 35px;
}

.formProd textarea {
    border-radius: 10px;
    border: 1px solid #ebebeb;
    background: #fafafa;
    width: 100%;
    height: 115px;
    max-width: 100%;
    min-width: 100%;
    max-height: 115px;
    min-height: 115px;
    font-size: 20px;
    font-family: 'Proxima-Nova-Condensed';
    font-weight: 300;
    color: #818181;
    padding: 10px;
    margin-bottom: 10px;
    outline: none;
}

.formProd textarea::placeholder {
    color: #818181;
}

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

.botLineF span {
    color: #4e4e4e;
    font-size: 11px;
    font-family: 'Proxima-Nova-Condensed';
    font-weight: 300;
}

.botLineF span a {
    color: #d22719;
}

.botLineF span:before {
    width: 12px;
    height: 12px;
    top: 0;
    content: '';
    background: #fff;
    border: 1px solid #d22719;
    border-radius: 2px;
}

.botLineF span:after {
    width: 6px;
    height: 6px;
    left: 3px;
    top: 3px;
    content: '';
    background: #d22719;
    border-radius: 2px;
}

.botLineF .btnStyle {
    width: 100%;
    height: 55px;
    font-family: 'Proxima-Nova-Condensed';
    font-weight: 300;
    font-size: 22px;
    border-radius: 28px;
}

.wrapProd .rightBlock {
    width: calc(100% - 545px);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.wrapProd .rightBlock::before {
    position: absolute;
    content: url(../images/back-imgProd.png);
    top: -50px;
    left: calc(50% - 25px);
    transform: translateX(-50%);
}

.wrapProd .imgW {
    z-index: 1;
}

.wrapProd .txtBlock {
    position: absolute;
}

.wrapProd .txtBlock::before {
    position: absolute;
    content: '';
    width: 21px;
    height: 21px;
    border: 5px solid #fff;
    box-shadow: 0 0 10px 5px #f79b94;
    background: #d22719;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.wrapProd .wrapTxt1 {
    width: 200px;
    opacity: 1;
    transition: all 0.4s;
}

.wrapProd .name {
    font-size: 19px;
    font-family: 'Proxima-Nova-Condensed';
    font-weight: 600;
    color: #fff;
}

.wrapProd .txt {
    color: #f1dfde;
    font-size: 15px;
    font-family: 'Proxima-Nova-Condensed';
    font-weight: 300;
}

.wrapProd .wrapTxt2 {
    opacity: 0;
    width: 255px;
    height: 155px;
    background: url(../images/back-txtProd.png) no-repeat top left;
    padding: 20px 40px 20px 25px;
    font-size: 13px;
    font-weight: 300;
    transition: all 0.4s;
    position: absolute;
    top: calc(50% + 4px);
    transform: translateY(-50%);
}

.wrapProd .wrapTxt2 .txt {
    font-size: 13px;
    font-weight: 300;
    color: #000;
    font-family: 'Roboto';
    text-align: left;
}

.wrapProd .wrapLeftTxt .wrapTxt2 {
    right: -30px;
}

.wrapProd .wrapRightTxt .wrapTxt2 {
    top: calc(50% - 4px);
    left: -30px;
    text-align: right;
    transform: translateY(-50%) rotate(180deg);
}

.wrapProd .wrapRightTxt .wrapTxt2 .txt {
    transform: rotate(180deg);
    text-align: right;
}

.wrapProd .txtBlock:hover .wrapTxt1 {
    opacity: 0;
}

.wrapProd .txtBlock:hover .wrapTxt2 {
    opacity: 1;
}

.wrapProd .wrapLeftTxt .txtBlock {
    text-align: right;
}

.wrapProd .wrapLeftTxt .txtBlock::before {
    left: calc(100% + 15px);
}

.wrapProd .wrapRightTxt .txtBlock::before {
    right: calc(100% + 15px);
}

.wrapProd .wrapLeftTxt .txt1 {
    top: 110px;
    left: -15px;
}

.wrapProd .wrapLeftTxt .txt2 {
    top: 290px;
    left: -25px;
}

.wrapProd .wrapLeftTxt .txt3 {
    bottom: 120px;
    left: 0;
}

.wrapProd .wrapRightTxt .txt1 {
    top: 100px;
    right: 55px;
}

.wrapProd .wrapRightTxt .txt2 {
    top: 290px;
    right: -25px;
}

.wrapProd .wrapRightTxt .txt3 {
    bottom: 95px;
    right: -20px;
}


/* End product */


/* examples */

.examples {
    padding: 60px 0 70px;
}

.examples .title {
    margin-bottom: 50px;
}

.examples .btnStyle {
    background: #fff;
    border: 2px solid #c80910;
    width: 230px;
    height: 55px;
    color: #c80910;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 28px;
}

.examples .btnStyle:hover {
    background: #c80910;
    color: #fff;
}

.wrapEx {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
}

.nucEx {
    display: block;
    max-height: 230px;
}

.nucEx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* End examples */


/* reviews */

.reviews {
    background: url(../images/back-rev.jpg) no-repeat top center/cover;
    padding: 50px 0 110px;
}

.reviews .title {
    margin-bottom: 30px;
}

.reviews .btnStyle {
    background: transparent;
    border: 2px solid #c80910;
    width: 230px;
    height: 55px;
    color: #c80910;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 28px;
}

.reviews .btnStyle:hover {
    background: #c80910;
    color: #fff;
}

.wrapRev {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

.nucRev {
    position: relative;
    background: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    padding: 30px 20px;
    z-index: 1;
}

.nucRev::before {
    position: absolute;
    content: url(../images/quotes.png);
    top: 20px;
    right: 20px;
    z-index: -1;
}

.nucRev::after {
    position: absolute;
    content: url(../images/ribbon.png);
    right: -24px;
    bottom: -50px;
}

.nucRev .name {
    font-size: 20px;
    font-weight: 500;
    color: #c80910;
    margin-bottom: 10px;
}

.nucRev .txt {
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 10px;
}

.nucRev a {
    font-size: 18px;
    font-weight: 500;
}


/* End reviews */


/* aboutCompany */

.aboutCompany {
    padding: 150px 0 80px;
}

.wrapAC .leftBlock {
    padding-right: 40px;
}

.wrapAC .rightBlock {
    width: calc(100% - 600px);
}

.aboutCompany .txt {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
}

.aboutCompany .txt span {
    color: #d22719;
    font-weight: 700;
}

.aboutCompany .name {
    padding: 10px 0 20px;
    font-size: 35px;
    font-weight: 700;
}

.aboutCompany ul {
    list-style: none;
    margin-bottom: 30px;
}

.aboutCompany li {
    position: relative;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 300;
    padding-left: 25px;
}

.aboutCompany li::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d22719;
    top: 7px;
    left: 0;
}

.wrapBen {
    margin: 20px 0 70px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
}

.nucBen {
    align-items: flex-start;
}

.nucBen .numb {
    color: #d22719;
    font-size: 60px;
    font-family: 'Proxima-Nova-Condensed';
    font-weight: 900;
    margin-top: 5px;
    margin-right: 15px;
    padding-bottom: 10px;
    border-bottom: 5px solid #d22719;
    transform: rotate(-90deg);
    line-height: 0.7;
}

.nucBen .txt {
    font-size: 18px;
    margin-bottom: 0;
}

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

.nucSert {
    height: 420px;
}

.nucSert img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* End aboutCompany */


/* footer */

.topLineFoot {
    background: #d22719;
    padding: 20px 0 25px;
}

.topLineFoot .txt {
    color: #fff;
    font-size: 45px;
    font-family: 'Proxima-Nova-Condensed';
    font-weight: 300;
    width: calc(100% - 730px);
}

.topLineFoot .txt span {
    font-weight: 600;
}

.topLineFoot .btnStyle {
    background: url(../images/icon-btn.png) no-repeat center left 65px, transparent;
    border: 1px solid #fff;
    border-radius: 35px;
    width: 520px;
    height: 70px;
    padding-left: 65px;
    font-size: 35px;
    font-family: 'Proxima-Nova-Condensed';
    font-weight: 300;
}

.topLineFoot .btnStyle:hover {
    background: url(../images/icon-btn.png) no-repeat center left 65px, #cb151b;
}

.wrapFooter {
    padding: 45px 0;
}

.wrapMenuFoot .nucMF {
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid #d9d9d9;
}

.wrapMenuFoot .nucMF:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.wrapMenuFoot .name {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
}

.wrapMenuFoot ul {
    list-style: none;
}

.wrapMenuFoot li a {
    font-size: 15px;
    font-weight: 300;
    color: #5d5d5d;
    line-height: 1.5;
    text-decoration: none;
}

.wrapMenuFoot li:hover {
    text-decoration: underline;
}

.map {
    margin-left: 30px;
}

.botLineFoot {
    background: #ececec;
    padding: 20px 0;
}

.wrapBL .txt {
    font-size: 15px;
    font-weight: 300;
    color: #6e6e6e;
}

.wrapBL a {
    font-size: 15px;
    font-weight: 300;
}

.wrapBL .btnStyle {
    font-size: 18px;
    font-weight: 300;
    width: 200px;
    height: 40px;
    border-radius: 20px;
    margin-left: 70px;
}

.wrapBL>a {
    font-size: 14px;
    color: #000;
    font-weight: 300;
}


/* End footer */


/* breadcrumbs */

.breadcrumbs {
    margin-top: -80px;
    position: relative;
}

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

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

.breadcrumb li {
    font-weight: 300;
}

.breadcrumb li a {
    color: #7f7f7f;
}

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

.breadcrumb .divider {
    color: #7f7f7f;
}


/* End breadcrumbs */


/* insidepage */

.insidepage .main {
    position: relative;
    z-index: 1;
}

.insidepage h1,
.insidepage .h1 {
    font-size: 40px;
    margin: 0 0 30px;
}

.insidepage .component h2,
.insidepage .component .h2 {
    font-size: 35px;
    margin: 20px 0;
}

.insidepage .component h3,
.insidepage .component .h3 {
    font-size: 25px;
    margin: 10px 0 15px;
}

.insidepage .component h4,
.insidepage .component .h4 {
    font-size: 16px;
    margin: 10px 0;
}

.insidepage .component {
    padding-bottom: 70px;
}

.insidepage .component .item-page img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

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

.nucCatIn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #df181f;
    padding: 30px 0;
}

.nucCatIn .imgW {
    margin-bottom: 30px;
}

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

.nucCatIn .btnStyle {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 300;
}

.nucCatIn .btnStyle:hover {
    color: #fff;
}


/* форма внутри */

.formBlockIn {
    background: url(../images/backFormIn.png) no-repeat top center/cover;
    padding: 40px 0 70px;
    margin: 40px calc((100vw - 1570px) / -2) 30px;
}

.wrapFormIn {
    max-width: 710px;
}

.insidepage .wrapFormIn .h1 {
    color: #fff;
    margin: 0;
}

.wrapFormIn .txt {
    color: #fff;
    font-size: 23px;
}

.wrapFormIn form {
    margin-top: 20px;
    background: #fff;
    border-radius: 10px;
    padding: 20px 20px 15px;
}

.wrapFormIn textarea {
    border-radius: 10px;
    border: 1px solid #ebebeb;
    background: #fafafa;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 115px;
    min-height: 115px;
    height: 115px;
    font-size: 20px;
    font-family: 'Proxima-Nova-Condensed';
    font-weight: 300;
    color: #818181;
    padding: 10px;
    margin-bottom: 10px;
    outline: none;
}

.wrapFormIn .botLineF {
    display: flex;
    justify-content: flex-end;
}

.wrapFormIn .wrapLabel {
    width: calc(100% - 370px);
}

.wrapFormIn .botLineF .btnStyle {
    width: 225px;
}


/* End форма внутри */


/* табы */

.wrapQuest {
    padding: 20px 0 70px;
}

.nucQuest:first-child .quest {
    border-top: 1px solid #dadada;
}

.nucQuest .quest {
    position: relative;
    padding: 25px;
    border-bottom: 1px solid #dadada;
    font-size: 25px;
    cursor: pointer;
}

.nucQuest .quest::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 20px;
    background: #c80910;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    transition: all 0.4s;
}

.nucQuest .quest::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background: #c80910;
    top: 50%;
    right: 21px;
    transform: translateY(-50%);
}

.nucQuest.active .quest::before {
    transform: translateY(-50%) rotate(90deg);
}

.nucQuest .answer {
    display: none;
    padding: 25px;
    font-size: 20px;
    border-bottom: 1px solid #dadada;
}


/* End табы */


/* слайдер внутренний */

.wrapSliderIn {
    margin: 0 calc((100vw - 1570px) / -2) 50px;
}

.sliderIn .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #c80910;
    font-size: 0;
    border: none;
    z-index: 1;
}

.sliderIn .slick-prev {
    left: 20px;
}

.sliderIn .slick-prev::before {
    position: absolute;
    content: '';
    height: 2px;
    width: 30px;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.sliderIn .slick-prev::after {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
}

.sliderIn .slick-next {
    right: 20px;
}

.sliderIn .slick-next::before {
    position: absolute;
    content: '';
    height: 2px;
    width: 30px;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.sliderIn .slick-next::after {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 50%;
    left: 10px;
    transform: translateY(-50%) rotate(45deg);
}

.wrapSlideIn {
    display: block;
    position: relative;
}

.wrapSlideIn::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.4s;
    background: rgb(200, 9, 16, 65%);
}

.wrapSlideIn::after {
    position: absolute;
    /* content: url(../images/plus.png); */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s;
    opacity: 0;
    z-index: 1;
    content: '+';
    color: #fff;
    font-weight: 200;
    font-size: 80px;
    width: 80px;
    height: 80px;
    border: 3px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapSlideIn:hover::before {
    opacity: 1;
}

.wrapSlideIn:hover::after {
    opacity: 1;
}

.insidepage .component .item-page .wrapSlideIn img {
    width: 100%;
    height: 298px;
    object-fit: cover;
}


/* End слайдер внутренний */

.windows-page {
    margin-bottom: 20px;
    list-style: disc;
    list-style-position: inside;
}

.windows-page li {
    padding-left: 70px;
}

.windows-page li::marker {
    color: #df181d;
}

.wrapItem {
    padding: 0 50px;
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 60px;
}

.wrapItem .item {
    border: 1px solid #df181f;
    padding: 40px 45px 25px;
}

.wrapItem .item .imgW {
    height: 270px;
    margin-bottom: 15px;
}

.wrapItem .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wrapItem .item .wrapTxttBlock {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wrapItem .item .name {
    font-size: 30px;
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 20px;
}

.wrapItem .item .wrapDesc {
    margin-bottom: 25px;
}

.wrapItem .item .nucDesc {
    border-bottom: 1px solid #dadada;
    line-height: 1.5;
    margin-bottom: 5px;
}

.wrapItem .item .nameDesc {
    font-size: 15px;
    font-weight: 300;
}

.wrapItem .item .txtDesc {
    font-size: 13px;
    font-weight: 300;
}

.wrapItem .item .btnStyle {
    font-weight: 300;
}

table.comparison {
    width: 100%;
}

table.comparison td,
table.comparison th {
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    padding: 20px 15px;
}

table.comparison tr td:last-child,
table.comparison tr th:last-child {
    border-right: none;
}

table.comparison tr td:not(:first-child),
table.comparison th {
    text-align: center;
}

table.comparison tr td {
    font-size: 15px;
    font-weight: 300;
}

table.comparison tr td:first-child {
    font-weight: 500;
}

table.comparison tr th {
    font-size: 20px;
    color: #df181f;
    font-weight: 500;
    text-decoration: underline;
}

.articleTxt {
    display: none;
}


/* .articleTxt.active {
    display: block;
} */


/* блок балконы */

.wrapBalkon {
    display: flex;
    flex-direction: column;
    align-items: center;
}


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

.wrapBalkon .imgW img {
    max-width: 100%;
    max-height: 100%;
} */

.balkon_block {
    position: relative;
}

.balkon_controller {}

.banner_balkon {
    top: 160px;
    left: 60px;
    position: absolute;
}

.banner_balkon img {
    width: 165px;
}

.choise_color {
    margin-top: 20px;
}

.b_open,
.b_n_s {
    display: none;
}

.top_balkon img {
    width: 408px;
}

.bottom_balkon {
    margin-left: 11px;
    margin-top: -28px;
}

.bottom_balkon img {
    width: 385px;
}

.bal_head {
    font-size: 25px;
    padding-bottom: 5px;
    text-align: center;
    font-weight: 500;
}

.tempherature {
    background: rgba(0, 0, 0, 0) url(/images/teplo-holodno.png) repeat scroll;
    display: table;
    height: 130px;
    width: 305px;
    background-position: 0% 100%;
    margin: 0 auto;
}


/* end блок балконы */


/* wrapProjects */

.wrapProjects {}

.wrapProjects .tabsProjects {
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.wrapProjects .tabsProjects .itemTabProject {
    margin-right: 20px;
    border-radius: 30px;
    border: solid 1px #df181f;
    font-size: 18px;
    font-weight: 300;
    padding: 10px 15px;
    transition: .4s;
    background: none;
    white-space: nowrap;
    margin-bottom: 20px;
}

.wrapProjects .tabsProjects .itemTabProject.active,
.wrapProjects .tabsProjects .itemTabProject:hover {
    background: #df181f;
    color: #fff;
    cursor: pointer;
}

.wrapProjects .itemBodyProjects {
    display: none;
}

.wrapProjects .itemBodyProjects.active {
    display: block;
}

.wrapProjects .gridProjects {
    display: grid;
    grid-template-columns: repeat(3, calc(100% / 3 - 20px));
    grid-gap: 30px;
}

.wrapProjects .itemProject {}

.wrapProjects .itemProject .wImg {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 280px;
    overflow: hidden;
}

.wrapProjects .itemProject .bodyItemProject {
    padding: 25px 25px 30px;
    border: solid 1px #b5b5b5;
    border-top: none;
}

.wrapProjects .itemProject .titleProject {
    font-size: 27px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.wrapProjects .itemProject .descProject {
    font-size: 18px;
    line-height: 1.3;
    color: #b5b5b5;
    text-align: justify;
    margin-bottom: 30px;
}

.wrapProjects .itemProject .linkProject a {
    font-size: 18px;
    color: #000;
    border: solid 1px #df181f;
    border-radius: 25px;
    text-decoration: none;
    padding: 10px 15px;
    background: none;
    transition: .4s;
}

.wrapProjects .itemProject .linkProject a:hover {
    color: #fff;
    background: #df181f;
}

.wrapDetalProject {}

.wrapDetalProject .wrapDataAndDesc {
    margin-bottom: 60px;
}

.wrapDetalProject .dataDP {
    padding: 15px;
    background: #f0f0f0;
}

.wrapDetalProject .dataDP .number {
    color: #df181f;
    font-size: 60px;
    font-weight: 700;
    line-height: 45px;
}

.wrapDetalProject .dataDP .month {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
}

.wrapDetalProject .dataDP .year {
    color: #a6a6a6;
    font-size: 20px;
    font-weight: 300;
}

.wrapDetalProject .descPD {
    padding-left: 35px;
    font-size: 20px;
    line-height: 1.2;
    color: #5a5a5a;
    font-weight: 300;
}

.wrapDetalProject .itemsGDP {
    display: grid;
    grid-template-columns: repeat(3, calc((100% / 3) - 20px));
    grid-gap: 30px;
}

.wrapDetalProject .itemGDP a {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 280px;
}

.wrapDetalProject .itemGDP a img {
    max-width: none !important;
    width: auto;
    transition: .4s;
    filter: brightness(.7);
    max-height: none !important;
    min-height: 100%;
    min-width: 100%;
}

.wrapDetalProject .itemGDP:hover a img {
    transform: scale(1.2);
    filter: brightness(1);
}

.wrapDetalProject {}


/* end wrapProjects */


/* End insidepage */

.alfabank {
    align-content: center;
    align-items: center;
    border: 0;
    border-radius: 8px;
    box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 500;
    justify-content: center;
    line-height: 20px;
    margin: 0;
    outline: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background .2s ease, border .2s ease, color .2s ease, transform .12s ease;
    user-select: none;
    vertical-align: middle;
    will-change: transform;
    font-size: 16px;
    min-height: 56px;
    min-width: 128px;
    padding: 0 28px;
    background-color: #ef3124;
    color: #fff;
}

.alfabank:hover,
.alfabank:focus {
    background-color: #de2e21;
    color: #fff;
}


/* .wrapProjects .itemProject .descProject .dataDP {
    display: none;
    padding: 0;
}

.wrapProjects .itemProject .descProject .descPD {
    padding-left: 0;
} */


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

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

@media screen and (min-width:1800px) {
    .container {
        width: 1600px;
    }
}

@media screen and (max-width:1799px) {
    .wrapHeader {
        left: 0;
    }
    .wrapHead>ul {
        margin-left: 360px;
    }
    .nucBM .name {
        height: 60px;
        font-size: 23px;
    }
    .wrapSR {
        padding: 5px 10px 0;
        height: 215px;
    }
    .wrapSP .imgW img {
        max-width: 100%;
        height: auto;
    }
    .wrapProd .imgW img {
        max-width: 230px;
    }
    .nucRev {
        padding: 20px;
    }
    .nucRev .txt {
        font-size: 17px;
    }
    .wrapAC .leftBlock img {
        max-width: 100%;
        height: auto;
    }
    .wrapAC .rightBlock {
        width: calc(100% - 400px);
    }
    .wrapFoot {
        /* flex-direction: column;
        justify-content: flex-start; */
    }
    .map iframe,
    .map img {
        max-width: 430px;
        height: 100%;
    }
    .nucCatIn {
        padding: 30px 10px;
    }
    .wrapSliderIn {
        margin: 0 calc((100vw - 1240px) / -2) 50px;
    }
    .wrapProd .wrapLeftTxt .txt2,
    .wrapProd .wrapRightTxt .txt2 {
        top: 240px;
    }
    .reason .name {
        font-size: 98px;
    }
    .wrapCatIn {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-gap: 30px;
    }
    .formBlockIn {
        margin: 40px 0;
        padding: 40px 30px 70px;
    }
    .insidepage table {
        display: block;
        overflow: auto;
    }
}

@media screen and (max-width:1299px) {
    .reason .name {
        font-size: 90px;
    }
}

@media screen and (max-width:1199px) {
    .wrapHead>ul {
        justify-content: flex-end;
        margin-left: 0;
    }
    .topBanner .logo img {
        width: 350px;
    }
    .topBanner .txtBlock {
        top: 70px;
        left: calc(50% - 490px);
    }
    .nucBM .name {
        line-height: 1
    }
    .reason .name {
        font-size: 74px;
    }
    .sliderPos .slick-arrow {
        transform: translateX(0%);
        bottom: 10px;
        width: 60px;
        height: 60px;
    }
    .sliderPos .slick-next {
        right: calc(50% - 70px);
    }
    .sliderPos .slick-prev {
        left: calc(50% - 70px);
    }
    .wrapEx {
        grid-template-columns: repeat(3, 1fr);
    }
    .wrapRev {
        grid-template-columns: repeat(2, 1fr);
    }
    .wrapProd {
        flex-direction: column-reverse;
        align-items: center;
    }
    .wrapProd .title {
        margin: 0 0 10px;
    }
    .wrapProd .leftBlock {
        width: 100%;
        position: relative;
        z-index: 5;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .wrapProd .rightBlock {
        width: 700px;
        max-width: 100%;
        min-height: 540px;
    }
    .wrapProd .leftBlock {
        margin-bottom: 35px;
    }
    .formProd {
        width: 100%;
        max-width: 490px;
    }
    .product {
        padding: 0;
    }
    .wrapAC {
        display: block;
    }
    .wrapAC .leftBlock {
        float: left;
    }
    .wrapAC .rightBlock {
        width: 100%;
    }
    .aboutCompany .name {
        clear: both;
    }
    .wrapSert {
        grid-template-columns: repeat(3, 1fr);
    }
    .topLineFoot .btnStyle {
        width: 430px;
        background: url(../images/icon-btn.png) no-repeat center left 22px, transparent;
    }
    .topLineFoot .btnStyle:hover {
        background: url(../images/icon-btn.png) no-repeat center left 22px, #cb151b;
    }
    .topLineFoot .txt {
        width: calc(100% - 470px);
        font-size: 36px;
    }
    .wrapFoot {
        flex-wrap: wrap;
    }
    .wrapFoot .map {
        width: 100%;
        margin-top: 15px;
    }
    .map iframe,
    .map img {
        max-width: 100%;
        min-height: 300px;
        width: 100%;
    }
    .wrapFoot .map {
        margin-left: 0;
    }
    .wrapCatIn {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 20px;
    }
    .wrapItem {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 30px;
    }
    .wrapSliderIn {
        margin: 0 0 30px;
    }
    .wrapProjects .itemProject .bodyItemProject {
        padding: 15px 15px 20px;
    }
    .wrapProjects .itemProject .titleProject {
        font-size: 22px;
        text-align: center;
    }
}

@media screen and (max-width:991px) {
    .sliderPos .slick-arrow {
        width: 45px;
        height: 45px;
    }
    .sliderPos .slick-prev {
        left: calc(50% - 50px);
    }
    .sliderPos .slick-next {
        right: calc(50% - 50px);
    }
    .sliderPos .slick-prev::after,
    .sliderPos .slick-next::after {
        width: 20px;
        height: 20px;
    }
    .sliderPos .slick-prev::before,
    .sliderPos .slick-next::before {
        width: 30px;
    }
    .reason .name {
        font-size: 57px;
        white-space: normal;
    }
    .wrapHead a {
        font-size: 14px;
    }
    .topBanner>.imgW>img {
        /* margin-left: calc((100% - 1920px) / 2); */
        margin-left: 0;
    }
    .topBanner .txtBlock {
        left: 15px;
        right: 80px;
        top: 0;
    }
    .wrapBM {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .wrapAC {
        flex-direction: column;
        display: flex;
        align-items: center;
    }
    .wrapAC .leftBlock {
        float: none;
        margin-bottom: 15px;
    }
    .wrapBen {
        margin: 20px 0 50px;
        grid-template-columns: repeat(1, 1fr);
    }
    .nucSert {
        height: 335px;
    }
    .h1,
    h1 {
        font-size: 40px;
    }
    .aboutCompany {
        padding: 55px 0 50px;
    }
    .wrapTL {
        flex-direction: column;
    }
    .topLineFoot .txt {
        width: 100%;
        margin-bottom: 20px;
        text-align: center
    }
    .wrapBL {
        flex-direction: column;
        align-items: center;
    }
    .wrapBL .leftBlock {
        margin-bottom: 15px;
    }
    .formBlockIn {
        margin: 30px 0;
        padding: 20px;
    }
    .formBlockIn .container {
        width: auto;
    }
    .wrapFormIn .topLineF {
        grid-template-columns: 1fr;
    }
    .nucYp {
        width: 100%;
    }
    .nucYp iframe {
        width: 100%;
    }
    .wrapItem {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 30px;
    }
    .wrapItem {
        grid-template-columns: 1fr;
    }
    .nucQuest .quest {
        padding: 20px;
        padding-right: 25px;
        font-size: 17px;
    }
    .nucQuest .answer {
        padding: 20px;
        font-size: 16px;
    }
    .insidepage .component {
        padding-bottom: 30px;
    }
    .wrapQuest {
        padding-bottom: 0;
    }
    .wrapProjects .tabsProjects .itemTabProject {
        margin-right: 10px;
        border-radius: 30px;
        font-size: 14px;
        padding: 5px 10px;
        margin-bottom: 10px;
    }
    .wrapDetalProject .itemsGDP,
    .wrapProjects .gridProjects {
        grid-template-columns: repeat(2, calc(100% / 2 - 10px));
        grid-gap: 20px;
    }
    /*--------------------------  */
    .wrapHead>ul {
        display: none;
    }
    /* мобильное меню */
    header {
        position: relative;
        z-index: 100;
    }
    .mobMainBlock {
        display: block;
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 100;
        height: 100vh;
        width: 100%;
        background: #df181f;
        transition: .4s;
    }
    .mainButt {
        position: absolute;
        z-index: 11;
        background: #df181f;
        width: 45px;
        height: 45px;
        left: -45px;
        top: 20px;
        padding: 15px 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .mainButt .line {
        width: 100%;
        height: 2px;
        background: #fff;
        position: relative;
        transition: .4s;
    }
    .mainButt .line:nth-child(2)::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background: #fff;
        top: 0;
        left: 0;
        transition: .4s;
    }
    .mobMainBlock a {
        color: #fff;
        text-decoration: none;
        line-height: 1.4;
    }
    .mobMainBlock .parentUl>li {
        margin-bottom: 10px;
    }
    .mobMainBlock .parentUl>li.parent>a {
        position: relative;
    }
    .mobMainBlock .parentUl>li.parent>a::before {
        position: absolute;
        content: '';
        top: 9px;
        left: calc(100% + 12px);
        width: 8px;
        height: 8px;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        transform: rotate(45deg);
        transition: .4s;
    }
    .mobMainBlock .parentUl>li.parent.activeChild>a::before {
        transform: rotate(225deg);
        top: 6px;
    }
    .mobMainBlock .parentUl>li>a {
        text-decoration: none;
        font-weight: 600;
        font-size: 19px;
    }
    .mobMainBlock .parentUl>li.parent>ul {
        display: none;
    }
    .mobMainBlock .parentUl ul {
        margin: 5px 0;
        padding: 0 15px;
    }
    .mobMainBlock ul ul a {
        font-size: 18px;
        font-weight: 400;
    }
    .mobMainBlock ul ul ul a {
        font-size: 17px;
        font-weight: 300;
    }
    .activeMain .mobMainBlock {
        left: 0;
    }
    .activeMain .mainButt {
        left: auto;
        right: 0;
    }
    .activeMain .mainButt .line:first-child,
    .activeMain .mainButt .line:last-child {
        opacity: 0;
    }
    .activeMain .mainButt .line:nth-child(2) {
        transform: rotate(45deg);
    }
    .activeMain .mainButt .line:nth-child(2)::before {
        transform: rotate(-90deg);
    }
    .wrapMobMain {
        padding: 30px;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .mobMain {
        overflow-y: auto;
    }
    /* end мобильное меню */
    .topBanner .info {
        margin-top: 45px;
        /* position: absolute;
        top: -50px;
        left: 15px;
        right: 15px; */
    }
    /* .topBanner .info .btnStyle {
        margin-left: auto;
    } */
    .topBanner .logo img {
        width: 250px;
    }
}

@media screen and (max-width:767px) {
    body {
        font-size: 16px;
    }
    body p {
        margin-bottom: 10px;
    }
    .activeMain body {
        overflow: hidden;
    }
    .wrapHeader {
        padding: 0;
    }
    .title {
        flex-direction: column;
        align-items: flex-start;
    }
    .title .btnStyle {
        margin-top: 10px;
    }
    .reviews .btnStyle,
    .examples .btnStyle {
        height: 44px;
    }
    .wrapProd .title {
        font-size: 30px;
        line-height: 1.1;
    }
    .listProd li {
        font-size: 16px;
        padding-left: 18px;
    }
    .sliderPos .slick-prev {
        left: 15px;
    }
    .sliderPos .slick-next {
        right: 15px;
    }
    .sliderPos .slick-arrow {
        width: 30px;
        height: 30px;
        transform: translateY(50%);
        bottom: 50%;
    }
    .sliderPos .slick-prev::before,
    .sliderPos .slick-next::before {
        width: 18px;
        height: 2px;
    }
    .sliderPos .slick-prev::after,
    .sliderPos .slick-next::after {
        width: 10px;
        height: 10px;
        border-width: 2px;
    }
    .h1,
    h1 {
        font-size: 30px;
    }
    .aboutCompany .txt {
        font-size: 15px;
    }
    .aboutCompany .name {
        font-size: 26px;
        padding: 10px 0;
        line-height: 1.1;
    }
    .aboutCompany li {
        font-size: 16px;
        padding-left: 20px;
        margin-bottom: 5px;
    }
    .nucBen .txt {
        font-size: 14px;
    }
    .wrapBen {
        grid-gap: 20px;
    }
    .nucBen .numb {
        font-size: 40px;
    }
    .nucSert {
        height: auto;
    }
    .topLineFoot .txt {
        font-size: 26px;
    }
    .topLineFoot .btnStyle {
        width: 100%;
        max-width: 400px;
        font-size: 22px;
        height: 54px;
    }
    .wrapMenuFoot {
        display: none;
    }
    .wrapSR .txt {
        font-size: 16px;
        line-height: 1;
    }
    .insidepage h1,
    .insidepage .h1 {
        font-size: 30px;
    }
    .insidepage .component h2,
    .insidepage .component .h2 {
        font-size: 25px;
    }
    .insidepage .component h3,
    .insidepage .component .h3 {
        font-size: 20px;
    }
    .wrapFormIn .txt {
        font-size: 20px;
    }
    .wrapFormIn .botLineF {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .wrapFormIn .wrapLabel {
        width: 100%;
    }
    .wrapLeftTxt {
        display: none;
    }
    .wrapRightTxt {
        display: none;
    }
    .wrapProd .rightBlock::before {
        display: none;
    }
    .wrapProd .rightBlock {
        width: 100%;
        min-height: auto;
        padding: 30px 0;
    }
    .wrapFooter {
        padding: 30px 0;
    }
    .wrapItem {
        grid-gap: 20px;
    }
}

@media screen and (max-width:675px) {
    .wrapCatIn {
        grid-template-columns: 1fr;
    }
    .wrapProjects .gridProjects {
        grid-template-columns: 100%;
        grid-gap: 20px;
    }
    .wrapProjects .tabsProjects .itemTabProject {
        font-size: 12px;
    }
    .wrapDetalProject .wrapDataAndDesc {
        flex-direction: column;
    }
    .wrapDetalProject .dataDP {
        margin-bottom: 15px;
    }
    .wrapDetalProject .descPD {
        padding: 0;
        text-align: justify;
    }
}

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

@media screen and (max-width:600px) {
    .infoMob .info {
        color: #fff;
        font-size: 17px;
    }
    .infoMob .info img {
        display: none;
    }
    .infoMob .info .btnStyle {
        border: 2px solid #fff;
    }
    /* .topBanner .info {
        display: none;
    } */
    .wrapBM,
    .wrapRev {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .wrapSert,
    .wrapEx {
        grid-template-columns: repeat(2, 1fr);
    }
    .wrapBL .leftBlock {
        flex-direction: column-reverse;
        align-items: center;
    }
    .wrapBL .leftBlock .txtBlock {
        text-align: center
    }
    .wrapBL .btnStyle {
        margin-left: 0;
        margin-bottom: 15px;
    }
    .callback-modal__headline {
        font-size: 25px;
    }
    .callback-modal__sendline {
        font-size: 16px;
    }
    .topLineMF {
        grid-template-columns: auto;
    }
    table.comparison td,
    table.comparison th {
        padding: 5px 10px;
    }
    .topBanner .logo img {
        width: 40vw;
    }
}

@media screen and (max-width:485px) {
    .topLineF {
        grid-template-columns: repeat(1, 1fr);
    }
    .botLineF {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .botLineF .wrapLabel {
        width: 100%;
    }
    .botLineMF {
        grid-template-columns: auto;
    }
}

@media screen and (max-width:425px) {
    .nucBM .name {
        height: 60px;
        font-size: 20px;
    }
}

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

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