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

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

.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;
}


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

.main {
    display: flex;
}

.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;
}

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

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

@font-face {
    font-family: 'ProximaNova-Extrabld';
    src: url(../fonts/ProximaNova-Extrabld.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: 'Jost-VariableFont_wght';
    src: url(../fonts/Jost-VariableFont_wght.ttf) format('truetype');
}

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

::-webkit-input-placeholder {
    opacity: 1;
}

::-moz-placeholder {
    opacity: 1;
}


/* Firefox 19+ */

:-moz-placeholder {
    opacity: 1;
}


/* Firefox 18- */

:-ms-input-placeholder {
    opacity: 1;
}

body {
    color: #000;
    font-size: 16px;
    font-family: "ProximaNova-Light";
}

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

.title {
    padding-top: 20px;
    position: relative;
    margin-bottom: 35px;
}

.title:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 4px;
    width: 54px;
    background: #ff0000;
}

.title .h1,
.title h1 {
    margin: 0;
}

.h1,
h1 {
    text-align: left;
    font-family: "ProximaNova-Light";
    font-size: 36px;
    margin: 0 0 35px;
    line-height: 1;
    text-transform: uppercase;
}

.h1 span,
h1 span {
    font-family: "ProximaNova-Bold";
    color: #ff0000;
}

.title p:not(.h1) {
    font-size: 23px;
    margin: 20px 0 0;
    line-height: 1;
}

.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;
}

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

.wrapLabel label {
    position: relative;
    font-weight: normal;
    padding-left: 40px;
}

.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;
}

.btnStyle {
    background: #960000;
    border: none;
    border-radius: 10px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.4s;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-family: "ProximaNova-Bold";
    z-index: 1;
    padding-bottom: 5px;
}

.btnStyle:before {
    position: absolute;
    content: '';
    z-index: -1;
    left: -3px;
    right: -3px;
    height: 100%;
    top: -5px;
    background: #ff0000;
    border-radius: 10px;
    transition: all 0.4s;
}

.btnStyle:hover:before {
    background: #ff6400;
}


/*header*/

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 50;
    transition: all 0.4s;
}

header.activeHead {
    background: #fff;
    border-bottom: 2px solid #ff0000;
}

.wrapTLH {
    padding: 12px 0;
}

.wrapTLH ul {
    display: flex;
    justify-content: flex-start;
    margin: 0;
}

.wrapTLH ul a {
    font-size: 13px;
    color: #000;
    margin-right: 15px;
    text-transform: uppercase;
    display: block;
}

.infoH {
    flex-wrap: wrap;
}

.wrapTLH .phone {
    font-size: 14px;
    font-family: "ProximaNova-Bold";
    padding-left: 20px;
    background: url(../images/iconPhone.png) no-repeat left center;
    color: #000;
    margin-left: 10px;
    white-space: nowrap;
}

.wrapTLH button {
    background: none;
    position: relative;
    padding-left: 45px;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "ProximaNova-Bold";
    margin-left: 75px;
}

.wrapTLH button:before {
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    content: url(../images/cbImg.png);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #ff0000;
    transition: all 0.4s;
}

.wrapTLH button:hover:before {
    background: #ff6400;
}

.botLineH {
    padding: 5px 0;
    background: #fff;
}

.botLineH .slog {
    font-size: 20px;
    font-family: "ProximaNova-Bold";
    color: #1d1d1b;
    margin: 0;
    display: flex;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
}

.botLineH .slog span {
    font-size: 31px;
    color: #ff0000;
    margin-right: 10px;
}

.botLineH .btnStyle {
    height: 50px;
    width: 193px;
    margin-top: 5px;
}


/*End header*/


/*topBannerBlock*/

.topBannerBlock {
    position: relative;
}

.topBannerBlock .wrapTBMini {
    width: 1140px;
    position: absolute;
    left: calc((100% - 1140px) / 2);
    top: 130px;
}

.topBannerBlock .txtBlock {
    width: 1140px;
    position: absolute;
    left: calc((100% - 1140px) / 2);
    bottom: 400px;
    background: rgba(255, 0, 0, .85);
    padding: 30px 35px;
}

.topBannerBlock p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
}

.topBannerBlock p.name {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 20px;
    font-family: "ProximaNova-Bold";
}


/*End topBannerBlock*/


/*questionsAndPreBlock*/

.questionsAndPreBlock {
    position: relative;
    z-index: 1;
    margin-top: -255px;
    margin-bottom: 95px;
}

.questionsAndPreBlock:before {
    position: absolute;
    content: url(../images/questionsAndPreBlockBg.jpg);
    left: 0;
    top: 253px;
    z-index: -1;
}

.leftQAP {
    background: rgba(255, 255, 255, 0.9);
    width: 460px;
    padding: 30px 35px;
}

.leftQAP .questWrap {
    padding-bottom: 12px;
    margin-bottom: 12px;
    position: relative;
}

.leftQAP .questWrap:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: repeating-linear-gradient(to right, #d6e4e9, #d6e4e9 5px, #fff 5px, #fff 12px);
}

.leftQAP .questWrap:last-child:before {
    display: none;
}

.leftQAP .nameBlock {
    font-size: 23px;
    color: #000;
    font-family: "ProximaNova-Bold";
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.leftQAP p {
    font-size: 15px;
    color: #808080;
    margin: 0;
}

.leftQAP .name {
    color: #000;
    font-family: "ProximaNova-Regular";
    margin-bottom: 15px;
}

.leftQAP .btnStyle {
    font-size: 15px;
    width: 165px;
    height: 40px;
}

.rightQAP {
    width: 650px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rightQAP .preBlock {
    margin-bottom: 30px;
}

.preBlock .leftPre {
    width: 245px;
}

.preBlock .preNuc {
    margin-bottom: 30px;
}

.preBlock .preNuc p {
    font-size: 20px;
    font-family: "ProximaNova-Regular";
    margin: 0;
}

.preBlock .preNuc .top {
    font-size: 22px;
    font-family: "ProximaNova-Semibold";
}

.preBlock .preNuc .big {
    font-size: 36px;
    font-family: "ProximaNova-Black";
    color: #ff0000;
    line-height: 1;
}

.rightPre {
    width: 390px;
    padding: 25px 30px;
    background: rgba(20, 12, 134, 0.9);
}

.rightPre p {
    color: #fff;
    font-size: 15px;
}

.rightPre .name {
    font-size: 23px;
    font-family: "ProximaNova-Bold";
}

.rightPre .btnStyle {
    font-family: "ProximaNova-Semibold";
    height: 65px;
    text-transform: none;
    margin: 30px 0 20px;
    width: 100%;
}

.rightPre .after {
    text-align: center;
    font-family: "ProximaNova-Bold";
    margin: 0;
}

.wrapVideoPre {
    margin-bottom: 30px;
}

.wrapVideoPre .leftVP {
    width: calc(100% - 390px);
}

.wrapVideoPre p {
    font-size: 20px;
    font-family: "ProximaNova-Regular";
    padding-right: 10px;
}

.wrapVideoPre .top {
    position: relative;
    padding-top: 15px;
    margin-bottom: 65px;
    line-height: 1.2;
}

.wrapVideoPre .top:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 4px;
    width: 54px;
    background: #ff0000;
}

.wrapVideoPre .seeVideo {
    border-bottom: 1px solid #000;
}

.wrapVideoPre .rightVP {
    width: 390px;
}

.wrapFormQAP .beforeForm {
    font-size: 36px;
    font-family: "ProximaNova-Bold";
    color: #ff0000;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.wrapFormQAP form {
    background: #fff;
    padding: 20px 25px;
}

.wrapRadio {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 15px 30px;
    margin-bottom: 15px;
}

.wrapFormQAP label {
    position: relative;
    margin: 0;
}

.wrapFormQAP label input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 5px;
    height: 5px;
}

.wrapFormQAP label span {
    display: block;
    position: relative;
    font-size: 15px;
    font-family: "ProximaNova-Regular";
    padding-left: 27px;
    cursor: pointer;
}

.wrapFormQAP label span:before {
    width: 18px;
    height: 18px;
    content: '';
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: calc(50% - 9px);
    border: 1px solid #d6e4e9;
}

.wrapFormQAP label span:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff0000;
    left: 4px;
    top: calc(50% - 5px);
    opacity: 0;
}

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

.wrapFormQAP .wrapInpBot {
    margin-bottom: 15px;
}

.wrapFormQAP .mask-tel-rus {
    font-size: 15px;
    width: 355px;
    line-height: 46px;
    border: 1px solid #d6e4e9;
    padding: 0 12px;
    color: #000;
}

.wrapFormQAP .btnStyle {
    width: 185px;
    height: 45px;
}

.wrapFormQAP .wrapLabel label {
    padding-left: 35px;
    font-weight: normal;
}

.wrapFormQAP .wrapLabel label,
.wrapFormQAP .wrapLabel label a {
    font-size: 13px;
    color: #757575;
}

.wrapFormQAP .wrapLabel label a {
    text-decoration: underline;
}

.wrapFormQAP .wrapLabel label:before {
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    border: 1px solid #d6e4e9;
    content: '';
}

.wrapFormQAP .wrapLabel input:checked+label:before {
    font-size: 20px;
    color: #ff0000;
    text-align: center;
    content: "\2713";
    line-height: 20px;
    font-family: "ProximaNova-Bold";
}


/*End questionsAndPreBlock*/


/*realiseProjBlock*/

.realiseProjBlock {
    position: relative;
    z-index: 2;
    margin-bottom: 120px;
}

.wrapRealiseProj {
    display: grid;
    grid-template-columns: repeat(3, 360px);
    grid-gap: 60px 20px;
}

.nucRP .sliderProj {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.nucRP .sliderProj:before {
    position: absolute;
    content: '';
    bottom: 0;
    width: 50px;
    left: calc(50% - 25px);
    height: 5px;
    background: #ff0000;
}

.nucRP p {
    text-align: center;
    margin: 0;
    line-height: 1;
}

.nucRP .name {
    margin-top: 12px;
    font-size: 18px;
    font-family: "ProximaNova-Bold";
    color: #1d1d1b;
    text-transform: uppercase;
}

.nucRP .sliderProj .slick-arrow {
    position: absolute;
    border: none;
    width: 50px;
    height: 50px;
    font-size: 0;
    top: calc(50% - 25px);
    z-index: 2;
    transition: all 0.4s;
}

.nucRP .sliderProj .slick-prev {
    left: -50px;
    background: url(../images/prevSlide.png) no-repeat center, rgba(0, 0, 0, 0.5);
}

.nucRP .sliderProj .slick-next {
    right: -50px;
    background: url(../images/nextSlide.png) no-repeat center, rgba(0, 0, 0, 0.5);
}

.nucRP .sliderProj:hover .slick-prev,
.nucRP .sliderProj:focus .slick-prev {
    left: 0;
}

.nucRP .sliderProj:hover .slick-next,
.nucRP .sliderProj:focus .slick-next {
    right: 0;
}


/*End realiseProjBlock*/


/*priceCalcBlock*/

.priceCalcBlock {
    margin-bottom: 135px;
    position: relative;
}

.priceCalcBlock:before {
    position: absolute;
    left: 0;
    top: -125px;
    content: url(../images/bgCalcBlock.png);
    z-index: -1;
}

.priceCalcBlock .formCalcWrap {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.priceCalcBlock .title {
    margin-bottom: 65px;
}

.priceCalcBlock .title:after {
    position: absolute;
    left: 20px;
    top: calc(100% + 15px);
    content: url(../images/calcDec.png);
}

.priceCalcBlock form .leftForm {
    width: calc(100% - 320px);
}

.priceCalcBlock form .leftForm .step {
    padding: 60px 40px 60px 70px;
    height: 100%;
}

.priceCalcBlock form .leftForm .step6 {
    background: url(../images/bgFormBlock.jpg) no-repeat center;
}

.priceCalcBlock .rightNavBlock {
    background: url(../images/rightNavBlockForm.jpg) no-repeat;
    width: 320px;
    height: 520px;
    padding: 155px 0 75px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.priceCalcBlock .name {
    font-size: 30px;
    font-family: "ProximaNova-Semibold";
    line-height: 1;
    margin-bottom: 40px;
}

.wrapButtons2 .buttonWrap {
    width: 48%;
}

.wrapButtons4,
.wrapButtons3 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wrapButtons3 .buttonWrap {
    width: 48%;
}

.wrapButtons4 .buttonWrap {
    width: 48%;
}

.priceCalcBlock .wrapButtons4 label {
    margin-bottom: 20px;
}

.wrapButtons5 {
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 100px;
}

.wrapButtons5 .buttonWrap {
    width: 30%;
}

.finalWindowsForm .buttonWrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    width: 100%;
    margin-bottom: 50px;
}

.finalWindowsForm .buttonWrap input {
    border: 1px solid #eef2f4;
    border-radius: 10px;
    background: none;
    line-height: 50px;
    padding: 0 15px;
    width: 100%;
}

.priceCalcBlock label {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.priceCalcBlock label input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.priceCalcBlock label span {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
    border: 1px solid #838e9f;
    font-family: "ProximaNova-Bold";
    font-size: 15px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 10px;
    text-align: center;
}

.priceCalcBlock label input:checked+span {
    background: #ff0000;
    border: 1px solid #ff0000;
    color: #fff;
}

.wrapTopNavCalc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.step {
    display: none;
}

.step.active {
    display: block;
}

#btnCalc {
    width: 224px;
    height: 54px;
    margin-bottom: 35px;
}

#nextStep {
    background: rgba(255, 255, 255, 0.7);
    border: none;
    border-radius: 10px;
    position: relative;
    text-transform: uppercase;
    color: #000;
    transition: all 0.4s;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-family: "ProximaNova-Bold";
    z-index: 1;
    padding-bottom: 5px;
    width: 224px;
    height: 54px;
    cursor: pointer;
    margin-bottom: 35px;
}

#nextStep:before {
    position: absolute;
    content: '';
    z-index: -1;
    left: -3px;
    right: -3px;
    height: 100%;
    top: -5px;
    background: #fff;
    border-radius: 10px;
    transition: all 0.4s;
}

#nextStep:hover {
    color: #fff;
    background: #960000;
}

#nextStep:hover:before {
    background: #ff0000;
}

.rightNavBlock ul {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.rightNavBlock ul li {
    margin: 0 5px;
    height: 6px;
    width: 28px;
    border: 1px solid #d1dbe1;
    border-radius: 3px;
}

.rightNavBlock ul li.active {
    background: #fff;
    border: 1px solid #fff;
}

#prevStep {
    position: relative;
    padding-left: 25px;
    font-size: 15px;
    font-family: "ProximaNova-Regular";
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    display: none;
}

#prevStep:before {
    position: absolute;
    left: 0;
    content: url(../images/prevStepCalc.png);
    top: calc(50% - 10px);
    line-height: 0;
}


/*End priceCalcBlock*/


/*stepsJobBlock*/

.stepsJobBlock {
    margin-bottom: 100px;
}

.stepsJobBlock .logo {
    margin-bottom: 60px;
}

.stepsJobBlock .wrapTitle {
    position: relative;
}

.wrapTitle .stepsNum {
    width: 163px;
    padding-top: 20px;
    margin-left: 25px;
    position: relative;
}

.wrapTitle .lastPSteps {
    font-size: 36px;
    font-family: "ProximaNova-Bold";
    line-height: 1;
    margin: 0;
    padding-top: 20px;
}

.wrapTitle .stepsNum p {
    font-size: 36px;
    font-family: "ProximaNova-Bold";
    line-height: 1;
    margin: 0;
}

.wrapTitle .stepsNum .num {
    position: absolute;
    top: -6px;
    line-height: 210px;
    font-size: 288px;
    font-family: "Jost-VariableFont_wght";
    font-weight: bold;
    left: -15px;
    color: #ff0000;
}

.wrapTitle:before {
    position: absolute;
    content: url(../images/decStepBigNum.png);
    top: 0;
    right: 2px;
}

.wrapSteps {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.nucStep {
    width: 15%;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 15px;
    cursor: pointer;
}

.nucStep:before {
    position: absolute;
    content: '';
    width: 100%;
    top: 100%;
    height: 1px;
    background: #bdccd4;
    transition: all 0.4s;
}

.nucStep:hover:before {
    background: #ff0000;
}

.nucStep.active:before {
    height: 10px;
    background: #ff0000;
}

.nucStep .numStep {
    font-family: "Jost-VariableFont_wght";
    font-weight: bold;
    font-size: 40px;
    color: #ff0000;
    line-height: 1;
    margin-bottom: 15px;
}

.nucStep p {
    font-size: 15px;
    margin: 0;
    line-height: 1.2;
}

.nucTabContent {
    display: none;
}

.nucTabContent.active {
    display: block;
}

.nucTabContent .btnStyle {
    width: 325px;
    height: 50px;
    font-size: 15px;
}

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

.wrapContTab1 .txtBlock {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.wrapContTab1 .txtWrap {
    width: 555px;
    padding-top: 70px;
}

.wrapContTab1 .txtWrap .name {
    font-size: 18px;
    font-family: "ProximaNova-Bold";
}

.wrapContTab1 .txtWrap p {
    margin-bottom: 40px;
}


/*End stepsJobBlock*/


/*produceComplexesBlock*/

.produceComplexesBlock {
    margin-bottom: 65px;
}

.produceComplexesBlock .title {
    margin-bottom: 60px;
}

.banerCompl {
    background: url(../images/banerComplBg.jpg) no-repeat center;
    height: 245px;
}

.banerCompl .btnStyle {
    font-size: 15px;
    width: 330px;
    height: 50px;
}

.banerCompl .txtBlock {
    width: 300px;
}

.banerCompl p {
    padding-left: 22px;
    font-family: "ProximaNova-Regular";
}

.banerCompl p.name {
    font-size: 20px;
    font-family: "ProximaNova-Black";
    margin-bottom: 25px;
    text-transform: uppercase;
    border-left: 4px solid #ff0000;
}


/*End produceComplexesBlock*/


/*wrapSliderScensBlock*/

.wrapSliderScensBlock {
    margin-bottom: 120px;
}

.wrapBSlider .sliderWrap {
    width: 668px;
    position: relative;
}

.wrapSliderScensBlock .txtBlockSlider {
    padding: 30px;
    background: #ff0000;
    position: absolute;
    left: calc(100% - 110px);
    bottom: 30px;
    z-index: 5;
    width: 585px;
}

.wrapSliderScensBlock .txtBlockSlider p {
    font-size: 22px;
    color: #fff;
    margin-bottom: 35px;
}

.wrapSliderScensBlock .txtBlockSlider p:last-child {
    margin-bottom: 0;
}

.wrapSliderScensBlock .txtBlock {
    width: 395px;
}

.wrapSliderScensBlock .txtBlock p {
    font-size: 20px;
    font-family: "ProximaNova-Semibold";
    line-height: 1;
    margin-bottom: 25px;
}

.wrapSliderScensBlock .txtBlock p span {
    color: #ff0000;
}

.slider {
    position: relative;
}

.slider .slick-arrow {
    position: absolute;
    bottom: 30px;
    border: none;
    font-size: 0;
    z-index: 2;
    width: 57px;
    height: 50px;
}

.wrapSliderScensBlock .slider .slick-prev {
    left: 30px;
    background: url(../images/prevBlack.png) no-repeat center, #fff;
    border-right: 1px solid #e0e7eb;
}

.wrapSliderScensBlock .slider .slick-next {
    left: 87px;
    background: url(../images/nextBlack.png) no-repeat center, #fff;
}


/*End wrapSliderScensBlock*/


/*preBlock*/

.preBlock {
    margin-bottom: 120px;
}

.wrapPre {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 90px 110px;
}

.nucPre .imgW {
    width: 51px;
    display: flex;
    justify-content: center;
    margin-right: 25px;
}

.nucPre p {
    font-size: 22px;
    margin: 0;
}


/*End preBlock*/


/*wrapSliderScensBlock*/

.wrapSliderScensBlock2 {
    margin-bottom: 55px;
}

.wrapSliderScensBlock2 .txtBlockSlider {
    padding: 30px;
    background: #ff0000;
    position: absolute;
    right: calc(100% - 110px);
    bottom: 30px;
    z-index: 5;
    width: 585px;
}

.wrapSliderScensBlock2 .txtBlockSlider p {
    font-size: 22px;
    color: #fff;
    margin-bottom: 35px;
}

.wrapSliderScensBlock2 .txtBlockSlider p:last-child {
    margin-bottom: 0;
}

.wrapSliderScensBlock2 .slider .slick-prev {
    right: 87px;
    background: url(../images/prevBlack.png) no-repeat center, #fff;
    border-right: 1px solid #e0e7eb;
}

.wrapSliderScensBlock2 .slider .slick-next {
    right: 30px;
    background: url(../images/nextBlack.png) no-repeat center, #fff;
}


/*End wrapSliderScensBlock*/


/*aboutCompanyBlock*/

.aboutCompanyBlock {
    margin-bottom: 85px;
}

.aboutCompanyBlock .leftBlock {
    width: 330px;
}

.aboutCompanyBlock .rightBlock {
    width: calc(100% - 390px);
}

.aboutCompanyBlock .logoAC {
    width: 260px;
    margin-bottom: 50px;
}

.wrapPreAC {
    padding-bottom: 10px;
}

.nucACPre {
    width: 183px;
    margin-bottom: 20px;
}

.nucACPre .top {
    font-size: 20px;
    font-family: "ProximaNova-Semibold";
}

.nucACPre .big {
    font-size: 30px;
    font-family: "ProximaNova-Bold";
    color: #ff0000;
    margin-bottom: 5px;
}

.nucACPre p {
    font-size: 15px;
    margin: 0;
    line-height: 1;
}

.aboutCompanyBlock .infoBlock>* {
    width: 183px;
    margin-bottom: 20px;
    display: block;
    padding-top: 30px;
    color: #000;
    font-size: 15px;
    padding-top: 0;
    padding-left: 26px;
}

.aboutCompanyBlock .infoBlock .nav {
    background: url(../images/iconNav.png) no-repeat left top;
}

.aboutCompanyBlock .infoBlock .clock {
    background: url(../images/iconClock.png) no-repeat left top;
}

.aboutCompanyBlock .infoBlock .phone {
    font-family: "ProximaNova-Bold";
    background: url(../images/iconPhone.png) no-repeat left top;
}

.infoBlock {
    flex-wrap: wrap;
}


/*End aboutCompanyBlock*/


/*seriesScenBlock*/

.seriesScenBlock {
    margin-bottom: 30px;
    position: relative;
}


/*.seriesScenBlock .bgSS{
    margin: 0 -110px 0 -35px;
}*/

.seriesScenBlock .btnStyle {
    position: absolute;
    width: 335px;
    height: 75px;
    text-align: left;
    font-size: 14px;
    left: calc(50% - 400px);
    bottom: 150px;
}

.seriesScenBlock .btnStyle img {
    margin-right: 15px;
}


/*End seriesScenBlock*/


/*clientsBlock*/

.clientsBlock {
    margin-bottom: 80px;
}

.wrapClients {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 50px 60px;
}

.nucClient {
    text-align: center;
}

.nucClient .imgW {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    height: 145px;
}

.nucClient .imgW img {
    max-height: 145px;
    max-width: 100%;
}

.nucClient p {
    margin: 0;
    text-align: center;
    font-size: 15px;
    color: #62778a;
}


/*End clientsBlock*/


/*geigraficBlock*/

.geigraficBlock {
    margin-bottom: 75px;
}

.geigraficBlock .title {
    position: relative;
    z-index: 2;
}

.wrapGeogrImg {
    position: relative;
    margin-top: -100px;
}

.wrapGeogrImg .txtBlock {
    position: absolute;
    left: calc(50% - 180px);
    bottom: 30px;
}

.wrapGeogrImg .txtBlock button {
    width: 370px;
    height: 53px;
    font-size: 15px;
}

.wrapGeogrImg .txtBlock p {
    margin: 130px 0 0;
    position: relative;
    padding-left: 15px;
    font-family: "ProximaNova-Regular";
}

.wrapGeogrImg .txtBlock p:after {
    position: absolute;
    left: -15px;
    bottom: calc(100% - 33px);
    content: url(../images/calcDec.png);
    transform: scale(1, -1);
}


/*End geigraficBlock*/


/*formBlock*/

.formBlock {
    background: url(../images/bgFormBlock.jpg) no-repeat center;
    background-size: cover;
    padding: 125px 0 20px;
    min-height: 600px;
    position: relative;
}

.formBlock:before {
    position: absolute;
    line-height: 0;
    content: url(../images/decFormBlock.png);
    right: calc((100% - 1140px) / 2);
    bottom: 0;
}

.formBlock .title {
    margin-bottom: 70px;
    padding-top: 0;
}

.formBlock .title:before {
    display: none;
}

.formBlock .title p:not(.h1) {
    text-transform: uppercase;
    font-size: 18px;
}

.formBlock .leftBlock {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(100% - 225px);
    align-items: center;
}

.formBlock .wrapInputs {
    align-items: flex-start;
}

.formBlock .leftBlock input,
.formBlock .leftBlock button {
    margin-bottom: 30px;
}

.wrapForm {
    width: 780px;
}

.wrapForm form {
    padding-bottom: 45px;
}

.formBlock .leftBlock input {
    border: 1px solid #eef2f4;
    border-radius: 10px;
    background: none;
    line-height: 50px;
    padding: 0 15px;
    width: 48%;
}

.formBlock .leftBlock button {
    width: 48%;
    height: 46px;
    margin-top: 3px;
}

.formBlock .wrapLabel {
    width: 195px;
}

.formBlock label {
    padding-left: 35px;
    display: block;
    font-weight: normal;
}

.formBlock label,
.formBlock label a {
    font-size: 13px;
    color: #757575;
}

.formBlock label a {
    text-decoration: underline;
}

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

.formBlock .wrapLabel input:checked+label:before {
    font-size: 20px;
    color: #ff0000;
    text-align: center;
    content: "\2713";
    line-height: 20px;
    font-family: "ProximaNova-Bold";
}

.wrapPreForm {
    padding-right: 60px;
}

.nucPreForm {
    padding-left: 50px;
}

.nucPreForm p {
    line-height: 1;
    margin: 0;
    font-size: 15px;
}

.nucPreForm .top {
    font-size: 40px;
    font-family: "ProximaNova-Bold";
    color: #ff0000;
}

.nucPreForm .big {
    font-size: 22px;
    font-family: "ProximaNova-Bold";
}

.nucPreForm:nth-child(1) {
    background: url(../images/nucPreForm1.png) no-repeat left 5px;
}

.nucPreForm:nth-child(2) {
    background: url(../images/nucPreForm2.png) no-repeat left 2px;
}


/*End formBlock*/


/*footer*/

footer {
    background: #000;
}

.topLineF {
    padding: 20px 0;
    background: #ff0000;
}

.topLineF ul {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0;
}

.topLineF ul a {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "ProximaNova-Bold";
    line-height: 1;
    margin-right: 45px;
    display: block;
}

.botLineF {
    padding: 50px 0 70px;
}

.botLineF .copyright {
    font-size: 13px;
    font-family: "ProximaNova-Regular";
    color: rgba(255, 255, 255, 0.2);
}

.botLineF .rightBlock {
    display: grid;
    width: calc(100% - 280px);
    grid-template-columns: auto auto;
    grid-gap: 25px 60px;
}

.botLineF .rightBlock p,
.botLineF .rightBlock a {
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding-left: 40px;
}

.botLineF .rightBlock a {
    font-size: 18px;
    font-family: "ProximaNova-Bold";
}

.botLineF .nav {
    background: url(../images/iconNav.png) no-repeat left center;
}

.botLineF .clock {
    background: url(../images/iconClock.png) no-repeat left center;
}

.botLineF .phonesBlock {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.botLineF .phonesBlock a {
    display: block;
    background: url(../images/iconPhone.png) no-repeat left center;
}

.botLineF .mail {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.botLineF .mail a {
    display: block;
    background: url(../images/mail.png) no-repeat left center;
}

.botLineF button {
    width: 235px;
    height: 54px;
    font-size: 15px;
}

.botLineF button img {
    margin-right: 15px;
}


/*End footer*/


/*modalF*/

.modalF.callback-modal {
    width: 900px;
    max-width: 900px;
    padding: 60px 45px 40px 60px;
    border-radius: 0;
    background: url(../images/bgFormBlock.jpg) no-repeat center;
    background-size: cover;
}

.modalF p.name {
    text-align: left;
    font-family: "ProximaNova-Light";
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.modalF p.name span {
    font-size: 18px;
}

.modalF form {
    padding-bottom: 30px;
}

.modalF .leftBlock input,
.modalF .leftBlock button {
    margin-bottom: 30px;
}

.modalF .leftBlock {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(100% - 225px);
    align-items: center;
}

.modalF .leftBlock input {
    border: 1px solid #eef2f4;
    border-radius: 10px;
    background: none;
    line-height: 50px;
    padding: 0 15px;
    width: 48%;
}

.modalF .leftBlock button {
    width: 48%;
    height: 46px;
    margin-top: 3px;
}

.modalF .wrapLabel {
    width: 195px;
}

.modalF label {
    padding-left: 35px;
    display: block;
    font-weight: normal;
}

.modalF label,
.modalF label a {
    font-size: 13px;
    color: #757575;
}

.modalF label a {
    text-decoration: underline;
}

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

.modalF .wrapLabel input:checked+label:before {
    font-size: 20px;
    color: #ff0000;
    text-align: center;
    content: "\2713";
    line-height: 20px;
    font-family: "ProximaNova-Bold";
}

.modalF .wrapInputs {
    align-items: flex-start;
}

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

.wrapMessage a {
    display: flex;
    width: 30px;
    height: 30px;
    padding: 11px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #FF0000;
    border-radius: 50%;
    opacity: 0.9;
    transition: 0.5s;
}

.wrapMessage a:hover {
    opacity: 1;
}

.wrapMessage {
    display: flex;
    gap: 10px;
}

.botLineF .rightBlock .wrapMessage {
    gap: 20px;
}

.botLineF .rightBlock .wrapMessage a {
    width: 50px;
    height: 50px;
    padding: 0;
}

.botLineF .rightBlock .wrapMessage a img {
    width: 22px;
    height: 22px;
}


/*End modalF*/


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

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

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

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

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

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

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

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

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

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

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

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