@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: '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;
}

body {
    color: #000;
    font-size: 16px;
    font-family: "Roboto";
    font-weight: 300;
}

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

.h1,
h1 {
    text-align: left;
    line-height: 1;
    position: relative;
    font-size: 40px;
    margin: 0 0 90px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2;
}

.titleTooltip::after {
    position: absolute;
    font-size: 130px;
    font-weight: 900;
    color: #f3f3f3;
    content: attr(data-title);
    z-index: -1;
    top: -15px;
    text-transform: uppercase;
    left: 0;
    line-height: 100px;
}

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

.wrapper .container {
    width: 1170px;
}

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

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

.wrapLabel span a {
    color: #e2f2fe;
}

.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 {
    height: 60px;
    background: #ffba00;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    line-height: 1;
    font-weight: 500;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.btnStyle:before {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #ffd565;
    transition: all 0.4s;
    z-index: -1;
}

.btnStyle:hover:before {
    left: 0;
}


/*header*/

.topLineH {
    padding: 20px 0 25px;
}

.topLineH .nav {
    color: #2d2d2d;
    margin: 0;
    padding-left: 25px;
    background: url(../images/iconNavH.png) no-repeat left top;
}

.topLineH .nav span {
    font-weight: 500;
}

.topLineH .mail {
    display: block;
    font-weight: 500;
    color: #004e8a;
    padding-left: 40px;
    background: url(../images/iconMailH.png) no-repeat left center;
}

.topLineH .phoneBlock {
    padding-left: 35px;
    background: url(../images/iconPhoneH.png) no-repeat left top;
}

.topLineH .phoneBlock a {
    font-size: 22px;
    color: #2d2d2d;
}

.topLineH .phoneBlock p {
    margin: 0;
    color: #2d2d2d;
}

.topLineH .phoneBlock p span {
    color: #004e8a;
    border-bottom: 1px dotted #004e8a;
}

.botLineH {
    background: #004e8a;
    border-bottom: 1px solid #fff;
}

.botLineH ul {
    display: flex;
    justify-content: flex-start;
}

.botLineH ul li {
    margin-right: 30px;
}

.botLineH ul a {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 42px;
}

.botLineH .socBlock {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.botLineH .socBlock a {
    display: inline-block;
    margin-left: 30px;
}


/*End header*/


/*toBannerBlock*/

.toBannerBlock {
    position: relative;
}

.toBannerBlock .txtBlock {
    position: absolute;
    width: 840px;
    left: calc((100% - 1140px) / 2);
    top: 180px;
}

.toBannerBlock .name {
    font-size: 56px;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 25px;
}

.toBannerBlock .name span {
    font-size: 60px;
    color: #ffba00;
    text-transform: uppercase;
    font-weight: 900;
    text-shadow: 1px 1px 0 rgba(0, 35, 62, 0.6);
}

.toBannerBlock p {
    color: #fff;
    font-size: 22px;
    margin-bottom: 25px;
}

.toBannerBlock p span {
    font-weight: 700;
    text-transform: uppercase;
}

.toBannerBlock .buttonsBlock {
    padding-top: 20px;
}

.toBannerBlock .btnStyle {
    margin-right: 70px;
    width: 310px;
}


/*.toBannerBlock .presentation{
    background: url(../images/presentationBg.png) no-repeat center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.1;
    color: #004e8a;
    padding: 10px 15px 10px 100px;
    width: 249px;
    height: 106px;
}*/

.toBannerBlock .wrapButtonPlay {
    background: #fff;
    border-radius: 35px;
    width: 220px;
    height: 70px;
    display: flex;
    align-items: center;
    position: relative;
}

.toBannerBlock .imgPlay {
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    left: -25px;
    z-index: 1;
}

.toBannerBlock .txtPlay {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.1;
    color: #004e8a;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 80px;
    z-index: 2;
}

.toBannerBlock .imgPlay {
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    from,
    to {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}


/*End toBannerBlock*/


/*bannerMainBlock*/

.bannerMainBlock {
    padding: 75px 0;
}

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

.nucBM {
    position: relative;
    overflow: hidden;
}

.nucBMCenterWrap img/*,
.nucBM img*/ {
    transition: all 0.4s;
}

.nucBMCenterWrap:hover img/*,
.nucBM:hover img*/ {
    transform: scale(1.1);
}

.nucBM .name {
    position: absolute;
    z-index: 15;
    font-size: 24px;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    display: block;
    /*text-decoration: underline;*/
}

.nucBM:nth-child(3n + 1) .name {
    left: 25px;
}

.nucBM:nth-child(-n+3) .name {
    top: 40px;
}

.nucBM:nth-child(3n + 2) .name {
    left: 25px;
    right: 25px;
    text-align: center;
}

.nucBM:nth-child(3n + 3) .name {
    right: 25px;
}

.nucBM .name {
    top: calc(50% - 12px);
}

.nucBM:nth-last-child(-n+3) .name {
    bottom: 35px;
    top: auto;
}

.nucBM:before {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 26, 46, 0.6);
    /* transition: all 0.4s; */
}

/* .nucBM:hover:before {
    opacity: 0;
} */

.nucBM:after {
    right: 8px;
    top: 8px;
    left: 8px;
    bottom: 8px;
    content: '';
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.nucBMCenterWrap {
    position: relative;
}

.nucBmCenter {
    position: absolute;
    border-radius: 50%;
    width: 552px;
    height: 552px;
    left: calc(50% - 276px);
    top: calc(50% - 276px);
    overflow: hidden;
    border: 30px solid #fff;
    z-index: 10;
}

.nucBmCenter:before {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #004e8ad6;
    transition: all 0.4s;
}
.nucBmCenter:hover:before {
    opacity: 0;
}


.nucBmCenter .name {
    position: absolute;
    text-align: center;
    font-size: 44px;
    line-height: 1;
    color: #fff;
    font-weight: 900;
    left: 30px;
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 30px;
    bottom: 30px;
    text-transform: uppercase;
    z-index: 20;
}


/*End bannerMainBlock*/


/*customersBlock*/

.customersBlock {
    background: #fbfafa;
    padding: 80px 0 0;
}

.nucCustomer {
    width: 50%;
    background: #fff;
}

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

.nucCustomer .imgW {
    width: 480px;
}

.nucCustomer .txtBlock {
    width: calc(100% - 480px);
    padding-left: 25px;
    padding-right: 25px;
}

.nucCustomer .name {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 25px;
}

.nucCustomer p {
    font-size: 19px;
    line-height: 1.2;
}


/*End customersBlock*/


/*formBlock*/

.formBlock {
    background: url(../images/formBlockBg.jpg) no-repeat center top;
    height: 574px;
    position: relative;
    padding: 80px 0;
}

.formBlock:before {
    position: absolute;
    content: url(../images/formBlockDEc.png);
    bottom: -100px;
    left: 0;
}

.formBlock .titleTooltip:after {
    color: rgba(255, 255, 255, 0.05);
}

.formBlock .h1 {
    color: #fff;
}

.wrapForm {
    position: relative;
    z-index: 1;
}

.wrapForm form {
    width: 555px;
    border-radius: 10px;
    background: rgba(1, 52, 92, 0.67);
    padding: 25px 20px;
}

form input {
    background: #fff;
    width: 100%;
    line-height: 50px;
    border-radius: 25px;
    height: 50px;
    border: none;
    padding: 0 20px;
    color: #000;
}

form .btnStyle {
    width: 100%;
    height: 50px;
    font-size: 19px;
}

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

.wrapForm .wrapLabel {
    grid-column-start: span 2;
}

.wrapForm .txtBlock {
    width: calc(100% - 580px);
}

.wrapForm p {
    font-size: 21px;
    color: #fff;
    margin-bottom: 50px;
    line-height: 1.1;
}

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

.wrapForm .highlighting {
    font-size: 22px;
    font-weight: 500;
}

.wrapForm .highlighting span {
    color: #ffba00;
}

.wrapLabelFile {
    position: relative;
}

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

.wrapLabelFile span {
    background: url(../images/fileBg.png) no-repeat right center, #fff;
    width: 100%;
    display: block;
    line-height: 50px;
    border-radius: 25px;
    height: 50px;
    border: none;
    padding: 0 60px 0 20px;
    color: #000;
}


/*End formBlock*/


/*preBlock*/

.preBlock {
    padding: 60px 0 40px;
}

.wrapPre {
    padding-bottom: 15px;
}

.nucPre {
    width: calc(100% / 3);
    margin-bottom: 15px;
    position: relative;
    padding: 20px 15px;
}

.preBlock .afterPre {
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 30px;
}

.nucPre:nth-child(1) {
    background: #fbfafa;
}

.nucPre:nth-child(2) {
    background: #f1f0f0;
}

.nucPre:nth-child(3) {
    background: #e4e3e3;
}

.nucPre .name {
    color: #004e8a;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 20px;
}

.nucPre .name span {
    font-size: 48px;
    font-weight: 900;
}

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

.nucPre img {
    position: absolute;
    right: 15px;
    top: 15px;
}

.preBlock .strong {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 50px;
}

.deliveryBlock {
    background: url(../images/deliveryBlock.jpg) no-repeat left center;
    background-size: cover;
    position: relative;
    padding: 20px 45px 10px;
}

.deliveryBlock:before {
    position: absolute;
    right: -60px;
    top: -35px;
    content: url(../images/delDec.png);
}

.deliveryBlock .name {
    font-size: 36px;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 5px;
}

.deliveryBlock .name span {
    font-weight: 700;
    color: #ffba00;
}

.deliveryBlock p {
    color: #fff;
    font-size: 20px;
    text-shadow: 1px 1px 0 #004e8a;
}


/*End preBlock*/


/*productionBlock*/

.productionBlock {
    padding: 40px 0 80px;
}

.sliderProduction {
    margin: 0 -100px;
}

.prodSlide {
    padding: 0 12px;
}

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

.prodSlide .imgW {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prodSlide .imgW:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #004e8a;
    opacity: 0;
    transition: all 0.4s;
    content: '';
}

.prodSlide .imgW:hover:before {
    opacity: 0.6;
}

.prodSlide .imgW:after {
    position: absolute;
    left: calc(50% - 46px);
    top: calc(50% - 46px);
    ;
    opacity: 0;
    transition: all 0.4s;
    content: url(../images/bigPhotoIcon.png);
}

.prodSlide .imgW:hover:after {
    opacity: 1;
}

.sliderProduction {
    position: relative;
}

.sliderProduction .slick-arrow {
    position: absolute;
    top: calc(50% - 57px);
    width: 62px;
    height: 114px;
    border: none;
    font-size: 0;
    z-index: 2;
}

.sliderProduction .slick-prev {
    left: 100px;
    background: url(../images/prevProd.png) no-repeat center;
}

.sliderProduction .slick-next {
    right: 100px;
    background: url(../images/nextProd.png) no-repeat center;
}


/*End productionBlock*/


/*footer*/

footer {
    background: url(../images/footerBg.jpg) no-repeat center;
    background-size: cover;
}

footer * {
    color: #fff;
}

.interactionProcessBlock {
    padding: 60px 0 65px;
}

.interactionProcessBlock .name {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 35px;
}

.interactionProcessBlock p {
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 15px;
}

.interactionProcessBlock .medium {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 25px;
}

.interactionProcessBlock form {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px 15px;
    padding: 15px 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.15);
}

.interactionProcessBlock .wrapLabel {
    grid-column-start: span 4;
}

.interactionProcessBlock .btnStyle {
    color: #000;
}

.topLineF {
    padding: 15px 0 45px;
}

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

.footer {
    background: rgba(1, 29, 53, 0.3);
}

.topLineF .nav {
    padding-left: 20px;
    background: url(../images/iconNavF.png) no-repeat left top;
}

.topLineF p {
    line-height: 1.1;
    margin-bottom: 7px;
}

.topLineF span {
    font-weight: 500;
}

.topLineF .mail {
    color: #fff;
    font-weight: 500;
    padding-left: 40px;
    background: url(../images/iconMailF.png) no-repeat left center;
}

.topLineF .phones {
    padding-left: 30px;
    background: url(../images/iconPhoneF.png) no-repeat left top;
}

.topLineF .phones a {
    display: block;
    text-align: right;
    color: #fff;
    font-size: 22px;
}

.botLineF {
    padding: 20px 0;
    background: rgba(255, 255, 255, 0.05);
}

.wrapBLF * {
    font-size: 14px;
    margin: 0;
    line-height: 1;
}

.wrapBLF a {
    color: #fff;
}


/*End footer*/


/*modalF*/

.modalF.callback-modal {
    max-width: 440px;
    width: 440px;
    padding: 40px;
    background: #01345c;
}

.modalF p {
    color: #fff;
    margin-bottom: 25px;
    line-height: 1;
}

.modalF .name {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 900;
}

.modalF input {
    margin-bottom: 10px;
}

.modalF .btnStyle {
    margin-bottom: 10px;
}

.modalF .mfp-close {
    font-size: 30px;
    color: #fff;
    font-weight: 300;
}


/*End modalF*/


/*insidepage*/

.breadcrumbs {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 30px 0;
}

.breadcrumbs span {
    color: #000;
    font-size: 14px;
}

.breadcrumbs .divider {
    color: #004e8a;
    margin: 0 3px 0 1px;
    display: inline-block;
}

.breadcrumbs a span {
    color: #004e8a;
}

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

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

.insidepage h1 {
    margin-bottom: 40px;
}


/*about company*/

.aboutcompany {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.aboutcompany-img {
    height: 200px;
    overflow: hidden;
}

.aboutcompany-img img {
    height: 200px;
}

.our-objects p {
    background: url(../images/check.png) no-repeat left center;
    padding-left: 25px;
}


/*End about company*/


/*project*/

.item-page .wrapForm p {
    color: #000;
}


/*End project*/


/*contacts*/

.contactsPage .nav {
    padding-left: 20px;
    background: url(../images/iconNavC.png) no-repeat left top;
}

.contactsPage span {
    font-weight: 500;
}

.contactsPage .mail {
    font-weight: 500;
    padding-left: 40px;
    background: url(../images/iconMailC.png) no-repeat left center;
}

.contactsPage .phones {
    padding-left: 30px;
    background: url(../images/iconPhoneC.png) no-repeat left top;
}

.contactsPage .phones a {
    display: block;
    text-align: right;
    font-size: 22px;
}




/*End insidepage*/


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

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

@media screen and (max-width:1600px) {
    .nucCustomer .imgW {
        width: 280px;
    }
    .nucCustomer .txtBlock {
        width: calc(100% - 300px);
    }
    .nucCustomer p {
        font-size: 16px;
    }
    .nucCustomer .name {
        font-size: 22px;
    }
}

@media screen and (max-width:1300px) {
    .nucCustomer .imgW {
        width: 260px;
    }
    .nucCustomer .txtBlock {
        width: calc(100% - 260px);
        padding-left: 10px;
        padding-right: 10px;
    }
    .nucCustomer .name {
        font-size: 20px;
    }
}

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