@charset "utf-8";
@import "bootstrap.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';
    src: url(../fonts/ProximaNova-Light.ttf) format('truetype');
    font-weight: 300;
}

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

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

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

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

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

:root {
    --colorHead: #021bb0;
    --colorSecond: #eb6000;
}

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

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

.h1,
h1 {
    text-align: left;
    font-size: 44px;
    margin: 0 0 45px;
    font-weight: 600;
}

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

.wrapper {
    max-width: 1920px;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    min-width: 1200px;
    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: '';
    border: 1px solid #fff;
}

.wrapLabel span:after {
    position: absolute;
    width: 8px;
    height: 8px;
    left: 4px;
    top: calc(50% - 4px);
    content: '';
    background: #fff;
    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;
}

.btnStyle,
.btnStyle2 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    height: 60px;
    padding: 0 40px;
    font-weight: 700;
    transition: all 0.4s;
}

.btnStyle {
    background: var(--colorSecond);
}

.btnStyle2 {
    background: var(--colorHead);
}

.btnStyle:hover,
.btnStyle2:hover {
    background: #ff9000;
    color: #fff;
    text-decoration: none;
}

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

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

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

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

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

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

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

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


/*header*/

header {
    background: url(../images/decLineHeader.jpg) no-repeat center top;
}

.topLineHeader {
    padding: 10px 0 3px;
    border-bottom: 1px solid #dedede;
    position: relative;
}

.wrapMain {
    position: relative;
    width: 200px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.wrapMain:hover {
    background: #eb6000;
}

.wrapMain ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 450px;
    padding: 30px;
    background: #eb6000;
    z-index: 10;
}

.wrapMain:hover ul {
    display: block;
}

.wrapMain ul li {
    margin-bottom: 10px;
}

.wrapMain ul li:last-child {
    margin-bottom: 0;
}

.wrapMain ul a {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
}

.mainButton {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.mainButton .imgBtn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 16px;
    width: 32px;
    margin-right: 20px;
}

.mainButton .line {
    background: var(--colorSecond);
    width: 100%;
    height: 2px;
    position: relative;
}

.wrapMain:hover .mainButton .line {
    background: #fff;
}

.mainButton .line:last-child {
    width: 25px;
}

.mainButton .txtBtn {
    font-weight: 400;
}

.wrapMain:hover .txtBtn {
    color: #fff;
}

.wrapTLH .mail,
.wrapTLH .phone {
    font-size: 19px;
    font-weight: 600;
    color: #000;
}

.wrapTLH .callback-toggle {
    color: var(--colorHead);
    cursor: pointer;
}

.searchWrap .wrapFormSearch {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    z-index: 15;
    padding: 10px 0;
    width: 100%;
    background: var(--colorSecond);
    display: none;
}

.searchWrap form {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.searchWrap form input {
    width: calc(100% - 300px);
    height: 40px;
    border: none;
    outline: none;
    border-radius: 0;
    background: rgb(26, 26, 50, 20%);
    padding: 0 25px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 300;
}

.searchWrap form button {
    border: none;
    outline: none;
    background: #fff;
    color: #000;
    height: 40px;
    width: 200px;
    box-sizing: border-box;
    border-radius: 0;
    transition: all 0.4s;
}

.searchWrap form button:hover {
    background: #ff9000;
    color: #fff;
    text-decoration: none;
}

.wrapBLH ul {
    display: flex;
    justify-content: space-between;
}

.wrapBLH ul li {
    flex: 1;
    border-right: 1px solid #dedede;
}

.wrapBLH ul li:last-child {
    border-right: none;
}

.wrapBLH ul a {
    font-weight: 400;
    color: #000;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px;
}

.wrapBLH ul a span {
    margin-left: 20px;
    position: relative;
    display: inline-block;
    left: 0;
    transition: all 0.4s;
}

.wrapBLH ul a:hover span {
    left: 10px;
}


/*End header*/


/*topSliderBlock*/

.topSliderBlock,
.sliderTop {
    position: relative;
}

.topSliderBlock:after {
    position: absolute;
    left: calc((100% - 1240px) / 2);
    width: 1240px;
    height: 8px;
    background: var(--colorSecond);
    bottom: 0;
    content: '';
}

.sliderTop .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
    border: none;
    background: none;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    padding: 0;
}

.sliderTop .slick-prev {
    left: 45px;
}

.sliderTop .slick-next {
    right: 45px;
}

.sliderTop .slick-arrow:before {
    content: '';
    width: 22px;
    height: 22px;
    transition: all 0.4s;
    transform: rotate(45deg);
    display: inline-block;
}

.sliderTop .slick-prev:before {
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

.sliderTop .slick-next:before {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}

.topSlide>img {
    margin-left: calc((100% - 1920px) / 2);
}

.topSliderBlock .txtBlock {
    position: absolute;
    left: calc((100% - 1240px) / 2);
    top: 60px;
    bottom: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 90%;
    width: 930px;
}

.topSliderBlock .name {
    font-size: 53px;
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 45px;
    text-transform: uppercase;
}

.topSliderBlock .btnStyle {
    margin-top: 75px;
    width: 230px;
}

.topSliderBlock .wrapPreTSlide {
    display: flex;
    justify-content: flex-start;
}

.preTSlide .imgW {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 49px;
    margin-bottom: 15px;
}

.preTSlide img {
    max-height: 49px;
    max-width: 100%;
}

.preTSlide .txtPreTSlide {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
}

.preTSlide {
    padding: 0 60px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.preTSlide:first-child {
    border-left: none;
    padding-left: 0;
}


/*End topSliderBlock*/


/*bannerMainBlock*/

.bannerMainBlock {
    padding: 90px 0 30px;
}

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

.nucBM {
    position: relative;
    background: #efefef;
    overflow: hidden;
    transition: all 0.4s;
    min-height: 270px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 50px 25px 50px 60px;
    transition: all 0.4s;
}

.nucBM:hover {
    text-decoration: none;
    background: #ff9000;
}

.nucBM .imgW img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.nucBM.verticalBig {
    grid-row-start: span 2;
}

.nucBM.horizontalBig {
    grid-column-start: span 2;
}

.nucBM .name {
    position: relative;
    z-index: 5;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    display: block;
    max-width: 180px;
}

.nucBM .arr {
    position: relative;
    z-index: 5;
    width: 43px;
}

.nucBM.verticalBig .name {
    max-width: none;
}

.nucBM.horizontalBig .name {
    max-width: 220px;
}


/*End bannerMainBlock*/


/* ownProductionBlock */

.ownProductionBlock {
    padding: 25px 0 50px;
}

.wrapOP {
    min-height: 340px;
}

.ownProductionBlock .leftCol {
    width: calc(100% - 820px);
    padding-right: 130px;
}

.ownProductionBlock .h1 {
    margin-bottom: 0;
    padding-bottom: 10px;
    position: relative;
    line-height: 1;
}

.ownProductionBlock .h1::before {
    position: absolute;
    content: '';
    width: 165px;
    height: 8px;
    background: #eb6000;
    top: 100%;
    left: 0;
}

.ownProductionBlock .txtBlock {
    padding-right: 105px;
}

.ownProductionBlock p {
    color: #666666;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 40px;
}

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

.ownProductionBlock .imgW {
    position: relative;
}

.ownProductionBlock img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: -1;
}

.ownProductionBlock .btnStyle2 {
    width: 210px;
    text-align: center;
    padding: 0 20px;
}


/* End ownProductionBlock */


/* aboutCompanyBlock */

.aboutCompanyBlock {
    padding: 60px 0;
    background: url(../images/aboutCompanyBg.jpg) no-repeat top left;
}

.aboutCompanyBlock .wrapAC {
    padding-right: 110px;
}

.aboutCompanyBlock .h1 {
    color: #fff;
    line-height: 1;
}

.aboutCompanyBlock .leftCol {
    width: calc(100% - 390px);
    padding-right: 190px;
}

.aboutCompanyBlock p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 25px;
    text-align: justify;
}

.aboutCompanyBlock a {
    color: #fff;
    font-weight: 700;
    display: inline-block;
    line-height: 0.7;
    border-bottom: 1px solid #a4aad4;
}

.aboutCompanyBlock a:hover {
    text-decoration: none;
}

.aboutCompanyBlock .rightCol {
    width: calc(100% - 735px);
}

.aboutCompanyBlock .logoAC {
    margin-bottom: 30px;
}

.aboutCompanyBlock ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-auto-flow: column;
    grid-gap: 10px 0;
    justify-content: space-between;
}


/* End aboutCompanyBlock */


/* preBlock */

.preBlock {
    padding: 150px 0 170px;
}

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

.nucPre {
    align-items: flex-end;
}

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

.nucPre .name {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    color: #eb6000;
    margin-bottom: -5px;
}

.nucPre .name span {
    color: #021bb0;
}


/*End preBlock */


/*ourProductionBlock*/

.ourProductionBlock {
    padding: 95px 0 140px;
    background: #efefef;
    position: relative;
}

.ourProductionBlock:before {
    position: absolute;
    right: calc(50% - 620px);
    top: -65px;
    content: url(../images/decOP.png);
}

.ourProductionBlock .h1 {
    margin-bottom: 0;
    margin-right: 115px;
}

.ourProductionBlock .title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
    padding-right: 320px;
}

.ourProductionBlock .title .txt {
    font-size: 22px;
    font-weight: 300;
    color: #666666;
}

.opSlide {
    text-align: center;
    padding: 0 30px;
}

.opSlide .imgW {
    display: inline-block;
}

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

.sliderOP {
    position: relative;
}

.sliderOP .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /*background: var(--colorSecond);*/
    width: 135px;
    height: 73px;
    font-size: 0;
    border: none;
    z-index: 5;
}

.sliderOP .slick-prev {
    background: url(../images/prevOP.jpg) no-repeat center;
    left: 0;
}

.sliderOP .slick-next {
    background: url(../images/nextOP.jpg) no-repeat center;
    right: 0;
}


/*End ourProductionBlock*/


/* formBlock */

.formBlock {
    padding-top: 190px;
    background: #1a1a32;
}

.wrapFB {
    background: #eb6000;
    box-shadow: 0 0 50px 0 rgb(255, 103, 0, 60%);
    margin-right: calc((100% - 1920px) / 2);
    padding: 100px 0 75px 100px;
    padding-right: calc((100% - 560px) / 2);
    position: relative;
    z-index: 1;
}

.wrapFB .leftCol {
    width: calc(100% - 680px);
}

.wrapFB .h1 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 20px;
}

.wrapFB .txt {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 45px;
}

.wrapFB .rightCol {
    width: calc(100% - 460px);
    padding-left: 70px;
}

.wrapFB input,
.wrapFB textarea {
    width: 100%;
    height: 60px;
    border: none;
    outline: none;
    border-radius: 0;
    background: rgb(26, 26, 50, 20%);
    padding: 15px 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
}

.wrapFB textarea {
    max-width: 100%;
    max-height: 130px;
    min-width: 100%;
    min-height: 130px;
}

.wrapFB input::placeholder,
.wrapFB textarea::placeholder {
    color: #fff;
}

.wrapFB .phoneI,
.wrapFB .mailI {
    width: 295px;
}

.wrapFB textarea {
    height: 130px;
    margin-bottom: 30px;
}

.wrapFB .wrapLabel {
    display: flex;
    justify-content: space-between;
}

.wrapFB .btnStyle {
    border: none;
    outline: none;
    background: #fff;
    color: #000;
    height: 60px;
    width: 140px;
    margin-right: 30px;
}

.wrapFB .btnStyle:hover {
    background: #ff9000;
}

.wrapFB .wrapLabel span {
    font-size: 12px;
    font-weight: 300;
    color: #1a1a32;
    display: block;
}

.wrapFB .wrapLabel span a {
    color: #000;
}

.wrapFB .wrapLabel span:before {
    position: absolute;
    left: 0;
    width: 14px;
    height: 14px;
    top: 0;
    content: '';
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
}

.wrapFB .wrapLabel span:after {
    position: absolute;
    width: 6px;
    height: 6px;
    left: 4px;
    top: 4px;
    content: '';
    background: #fff;
    border-radius: 0;
    opacity: 0;
}


/* End formBlock */


/* footer */

footer {
    position: relative;
    padding-top: 70px;
}

footer::before {
    position: absolute;
    content: url(../images/FooterBg.jpg);
    bottom: 0;
    left: calc((100% - 1920px) / 2);
    line-height: 0;
}

.topLineFooter {
    position: relative;
    margin-bottom: 45px;
}

.topLineFooter .h1 {
    color: #fff;
    margin-bottom: 0;
}

.topLineFooter .infoBlock {
    color: #fff;
    font-size: 16px;
}

.topLineFooter .name {
    font-weight: 700;
    margin-bottom: 10px;
}

.topLineFooter .txt {
    font-size: 15px;
    font-weight: 300;
}

.topLineFooter a {
    color: #fff;
    font-family: 'BAHNSCHRIFT';
    display: block;
}

.mapBlock {
    position: relative;
}

.mapBlock .imgDecMap {
    position: absolute;
    top: -36px;
    left: 0;
}

.botLineFooter {
    position: relative;
    padding: 40px 0 35px;
}

.copyrightSite {
    color: #fff;
    font-family: 'BAHNSCHRIFT';
    font-size: 15px;
}

.botLineFooter .hrefs {
    width: calc(100% - 815px);
}

.botLineFooter .hrefs a {
    color: #eb6000;
    font-family: 'BAHNSCHRIFT';
    font-size: 15px;
}

.copyrightAutor {
    color: #6b6b6b;
    font-family: 'BAHNSCHRIFT';
    font-size: 15px;
}


/* End footer */


/*modalF*/

.modalF.callback-modal {
    border-radius: 0;
    background: var(--colorSecond);
}

.modalF .callback-modal__headline {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
}

.modalF input,
.modalF textarea {
    width: 100%;
    height: 60px;
    border: none;
    outline: none;
    border-radius: 0;
    background: rgb(26, 26, 50, 20%);
    padding: 15px 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
}

.modalF textarea {
    max-width: 100%;
    max-height: 130px;
    min-width: 100%;
    min-height: 130px;
}

.modalF input::placeholder,
.modalF textarea::placeholder {
    color: #fff;
}

.botLineMF .wrapLabel span {
    font-size: 12px;
    font-weight: 300;
    color: #1a1a32;
}

.botLineMF .wrapLabel span a {
    color: #1a1a32;
}

.botLineMF .wrapLabel {
    margin-bottom: 20px;
}

.botLineMF button {
    border: none;
    outline: none;
    background: #fff;
    color: #000;
    height: 60px;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}


/*End modalF*/


/*insidepage*/

.insidepage header {
    margin-bottom: 35px;
    border-bottom: 1px solid #dedede;
}

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

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


/*End insidepage*/


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

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

@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) {}