@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 {
    cursor: pointer;
}


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

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

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

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

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

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

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


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

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

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


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

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

html.lock {
    overflow: hidden;
}


/*  */

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

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

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

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

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

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

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

@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-Extrabld.ttf) format('truetype');
    font-weight: 800;
}

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

body {
    color: #050f36;
    font-size: 17px;
    font-family: "ProximaNova";
    font-weight: 300;
}

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

.h1,
h1 {
    font-family: "Oswald";
    font-size: 24px;
    margin: 0 0 40px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
}

body a {
    color: #000;
}

table td {
    padding: 5px 10px;
}

.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: 300;
    padding-top: 25px;
    font-size: 13px;
    display: block;
    position: relative;
    color: #3a4e62;
}

.wrapLabel span a {
    color: #3a4e62;
}

.wrapLabel span:before {
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    top: 0;
    content: '';
    border: 1px solid #3a4e62;
}

.wrapLabel span:after {
    position: absolute;
    width: 8px;
    height: 8px;
    left: 6px;
    top: 6px;
    content: '';
    background: #4ca300;
    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;
}

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

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


/* Firefox 19+ */

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


/* Firefox 18- */

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

.btnStyle {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    border: none;
    border-bottom: 3px solid #3d8000;
    background: #4ca300;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    transition: all 0.4s;
}

.btnStyle:hover {
    border-bottom: 3px solid #0052a0;
    background: #0081b7;
}


/*header*/

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    border-top: 6px solid #090d2f;
}

.topLineHeader {
    border-bottom: 1px solid #dde9f9;
    padding: 10px 0 0;
}

.wrapTLH {
    position: relative;
    padding-left: 220px;
}

.wrapTLH .logo {
    position: absolute;
    left: -68px;
    top: -25px;
}

header * {
    color: #fff;
}

.wrapTLH .infoBlock {
    width: 610px;
    position: relative;
    z-index: 2;
}

.wrapTLH .clock {
    font-family: "Oswald";
    font-size: 15px;
    padding-left: 20px;
    background: url(../images/iconClockH.svg) no-repeat left center;
}

.wrapTLH .nav {
    font-family: "Oswald";
    font-size: 15px;
    padding-left: 20px;
    background: url(../images/iconNavH.svg) no-repeat left center;
}

.wrapTLH .mail {
    font-family: "Oswald";
    font-size: 15px;
    padding-left: 20px;
    background: url(../images/iconMailH.svg) no-repeat left center;
    color: #fff;
}

.wrapTLH .phones {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 10px;
}

.phones a {
    font-family: "Oswald";
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}

.wrapTLH .btnStyle {
    width: 46px;
}

.wrapTLH ul {
    display: flex;
    justify-content: flex-start;
    padding-top: 4px;
}

.wrapTLH ul li {
    margin-right: 35px;
}

.wrapTLH ul a {
    font-size: 19px;
    font-family: "Oswald";
    font-weight: 500;
    color: #fff;
    padding: 10px 0;
    position: relative;
    display: block;
}

.wrapTLH .current>a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background: #4ca300;
    bottom: -2px;
    left: 0;
}

.wrapBLH {
    padding: 15px 0 0 220px;
}

.wrapBLH .slog {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    position: relative;
    z-index: 2;
}

.wrapBLH .slogH1 {
    font-size: 21px;
    font-weight: 500;
    font-family: "Oswald";
    color: #4ca300;
    position: relative;
    z-index: 2;
}

ul.nav-child.unstyled.small {
    display: none;
}

li.deeper {
    position: relative;
}

li.deeper:hover ul.nav-child {
    display: block;
}

ul.nav-child {
    position: absolute;
    top: 100%;
    left: 0;
    width: 270px;
    background: #0081b7;
    z-index: 999;
}

ul.nav-child li {
    padding: 0 0 10px 15px;
}


/*End header*/


/*topBannerBlock*/

.topBannerBlock {
    position: relative;
}

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

.topBannerBlock .txtBlockWrap {
    position: absolute;
    left: calc((100% - 1140px) / 2);
    width: 1140px;
    top: 225px;
    bottom: -6px;
    border-bottom: 6px solid #4ca300;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.headBannerBlock {
    margin-bottom: 30px;
}

.headBannerBlock .nucHB {
    width: 49%;
}

.nucHB * {
    font-family: "Oswald";
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
}

.nucHB .name a:hover {
    color: #4ca300
}

.headBannerBlock .name {
    font-size: 39px;
    font-weight: 500;
    margin-bottom: 10px;
}

.headBannerBlock .txt {
    font-size: 24px;
    padding: 13px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    margin-bottom: 10px;
}

.headBannerBlock .more {
    font-size: 25px;
    color: #fff;
    border-bottom: 1px dotted #4ca300;
    display: inline-block;
    position: relative;
    transition: all 0.4s;
}

.headBannerBlock .more:before {
    position: absolute;
    left: calc(100% + 10px);
    content: url(../images/arrMoreTB.png);
    top: calc(50% - 7px);
    line-height: 0;
    transition: all 0.4s;
}

.headBannerBlock .more:hover {
    text-decoration: none;
    border-bottom: 1px solid #4ca300;
}

.headBannerBlock .more:hover:before {
    left: calc(100% + 15px);
}

.rentBlock {
    padding: 8px;
    z-index: 2;
    position: relative;
    margin-bottom: 10px;
}

.rentBlock::before {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: repeating-linear-gradient(-65deg, #4ca300, #4ca300 80px, #fff 80px, #fff 160px);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: add, add;
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    padding: 4px;
}

.rentBlock .txtBlock {
    font-size: 37px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Oswald";
    line-height: 1;
    font-weight: 500;
    text-align: center;
    width: calc(100% - 280px);
}

.rentBlock .btnStyle {
    width: 267px;
}

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

.preHeadBlock * {
    color: #fff;
}

.preHeadBlock .imgW {
    height: 134px;
    margin: 0 0 -25px -35px;
}

.preHeadBlock .name {
    position: relative;
    z-index: 2;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

.preHeadBlock .txt {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
}

.formHead .txtBlock {
    width: calc(100% - 575px);
}

.formHead .name {
    font-size: 54px;
    text-transform: uppercase;
    font-family: "Oswald";
    color: #fff;
    line-height: 1;
    margin-bottom: 2px;
}

.formHead .txt {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.formHead form {
    width: 555px;
}

.formHead .relForm {
    display: flex;
    justify-content: space-between;
    border: 1px solid #ececec;
    padding: 4px;
}

.formHead input {
    width: calc(100% - 300px);
    padding-left: 45px;
    background: url(../images/phoneI.png) no-repeat 10px center;
    line-height: 50px;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    border: none;
}

.formHead .btnStyle {
    width: 270px;
}


/*End topBannerBlock*/


/*bannerMainBlock*/

.bannerMainBlock {
    padding: 65px 0 55px;
}

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

.allCatBlock {
    grid-column-start: span 2;
}

.nucBM {
    background: radial-gradient(at top left, #ffffff, #dbe6ec);
    padding: 20px 20px 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    transition: all 0.4s;
    position: relative;
}

.nucBM:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    content: '';
    background: #0052a0;
    transition: all 0.4s;
}

.nucBM:hover:before {
    height: 100%;
}

.nucBM * {
    transition: all 0.4s;
}

.nucBM:hover * {
    color: #fff !important;
}

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

.nucBM .imgW img {
    transition: all 0.4s;
    max-height: 42px;
    max-width: 100%;
}

.nucBM:hover img {
    filter: brightness(0%) invert(1);
}

.nucBM .topNucBM,
.nucBM .allItemsCat {
    position: relative;
    z-index: 2;
}

.nucBM .nameBM {
    font-size: 15px;
    font-weight: 700;
    color: #050f36;
    line-height: 1;
    display: inline-block;
    margin-bottom: 20px;
}

.nucBM ul {
    margin-bottom: 10px;
}

.nucBM ul li {
    line-height: 1.2;
}

.nucBM ul a {
    font-size: 14px;
    font-weight: 400;
    color: #050f36;
    line-height: 1;
}

.nucBM .allItemsCat {
    font-size: 15px;
    line-height: 1;
    color: #0052a0;
}

.allCatBlock {
    position: relative;
    padding: 25px 30px;
    background: linear-gradient(to right, #00509c, #0b151e);
}

.allCatBlock:before {
    position: absolute;
    right: 0;
    content: url(../images/bmAll.png);
    bottom: -45px;
    line-height: 0;
}

.allCatBlock .txtBlock {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    position: relative;
    z-index: 2;
}

.allCatBlock .name {
    font-size: 26px;
    color: #fff;
    font-family: "Oswald";
    font-weight: 700;
    margin-bottom: 35px;
    text-transform: uppercase;
    line-height: 1.2;
}

.allCatBlock a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 60px;
    width: 180px;
    height: 50px;
    border: 1px solid #4ca300;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    transition: all 0.4s;
    overflow: hidden;
}

.allCatBlock a:before {
    position: absolute;
    top: calc(50% - 5px);
    line-height: 0;
    content: url(../images/arrAllCat.png);
    right: 20px;
}

.allCatBlock a:hover {
    text-decoration: none;
    background: #4ca300;
    padding-right: 0;
}


/*End bannerMainBlock*/


/*partnerBlock*/

.partnerBlock {
    padding: 55px 0 160px;
    position: relative;
}

.partnerBlock:before {
    position: absolute;
    right: calc(50% + 200px);
    content: url(../images/partnerBlockDec.jpg);
    bottom: 0;
    line-height: 0;
    z-index: -1;
}

.wrapPartners .txtBlock {
    width: 330px;
    position: relative;
    z-index: 1;
}

.wrapPartners .txtBlock:before {
    position: absolute;
    content: url(../images/partnersTxtDec.png);
    left: calc(100% - 45px);
    z-index: -2;
    top: -41px;
}

.wrapPartners .h1 {
    color: #0052a0;
    line-height: 1.2;
    margin-bottom: 25px;
}

.wrapPartners .txt {
    font-size: 18px;
    text-align: right;
}

.wrapPartners .partners {
    padding-top: 10px;
    width: calc(100% - 390px);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    position: relative;
    z-index: 1;
}

.partners .imgW {
    background: #fff;
    height: 164px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
}

.partners img {
    max-width: 90%;
    max-height: 150px;
}


/*End partnerBlock*/


/*formBlock*/

.formBlock {
    padding: 60px 0 0;
    margin-bottom: 115px;
    background: url(../images/formBlockBg.jpg) no-repeat center top;
}

.wrapFormBlock {
    margin-left: -40px;
    width: calc(100% + 40px);
}

.wrapFormBlock .txtBlock {
    background: url(../images/txtBlockFormBlock.png) no-repeat right top;
    width: 283px;
    height: 352px;
    padding: 70px 10px 0 50px;
    position: relative;
}

.wrapFormBlock .txtBlock:before {
    position: absolute;
    content: url(../images/arrGreenBotBlock.png);
    left: calc(100% - 30px);
    top: 0;
    line-height: 0;
}

.wrapFormBlock .txtBlock:after {
    background: url(../images/decFormBlock.png) no-repeat center;
    background-size: contain;
    height: 730px;
    width: 730px;
    content: '';
    position: absolute;
    left: -200px;
    top: calc(50% - 365px);
}

.wrapFormBlock .name {
    font-size: 26px;
    font-weight: 500;
    font-family: "Oswald";
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
}

.wrapFormBlock .formWrap {
    background: url(../images/formWrapFormBlock.png) no-repeat right top;
    width: calc(100% - 283px);
    height: 411px;
    display: flex;
    align-items: center;
    padding: 15px 20px 10px 150px;
    position: relative;
}

.wrapFormBlock .formWrap:before {
    position: absolute;
    content: url(../images/decformWrap.png);
    line-height: 0;
    left: -205px;
    bottom: 5px;
}

.wrapFormBlock form {
    width: 100%;
    position: relative;
    z-index: 4;
}

.wrapInputs {
    display: grid;
    grid-template-columns: 1fr 1fr 140px;
    grid-gap: 30px;
}

.wrapFormBlock .inpWithLabel {
    grid-column-start: span 2;
}

.wrapFormBlock .wrapInputs label {
    font-size: 15px;
    color: #fff;
    line-height: 1;
    display: block;
    margin-bottom: 12px;
}

.wrapFormBlock input {
    line-height: 46px;
    background: none;
    border: 1px solid #3a4e62;
    padding: 0 15px;
    color: #fff;
    width: 100%;
}

.wrapFormBlock .wrapLabel {
    padding-top: 50px;
    grid-row-start: span 4;
}

.wrapFormBlock .wrapLabel span {
    padding-top: 45px;
    line-height: 1.4;
}

.wrapFormBlock form button {
    height: 46px;
    width: 100%;
    background: none;
    transition: all 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #4ca300;
}

.wrapFormBlock form button:hover {
    background: #4ca300;
}


/*End formBlock*/


/*aboutCompanyBlock*/

.aboutCompanyBlock {
    padding: 75px 0 55px;
}

.aboutCompanyBlock .txtBlock {
    position: relative;
    width: 610px;
    margin-bottom: 110px;
}

.aboutCompanyBlock .txtBlock p {
    margin-bottom: 35px;
    line-height: 1.5;
    text-align: justify;
}

.aboutCompanyBlock .txtBlock .imgAC {
    position: absolute;
    left: calc(100% + 70px);
    bottom: -60px;
    z-index: -1;
}

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

.nucPreAC {
    border: 1px solid #dbe6ec;
    position: relative;
    padding: 0 25px 25px 45px;
    min-height: 295px;
}

.nucPreAC .imgW {
    background: #fff;
    position: relative;
    z-index: 1;
    width: 97px;
    height: 71px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-top: -40px;
    justify-content: center;
}

.nucPreAC .name {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    font-family: "Oswald";
    line-height: 1.2;
    margin-bottom: 20px;
    padding-bottom: 22px;
    color: #0b151e;
}

.nucPreAC .name:before {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #dbe6ec;
    height: 1px;
    content: '';
    width: calc(100% + 25px);
}

.nucPreAC .name:after {
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #4ca300;
    height: 5px;
    content: '';
    width: 20px;
}

.nucPreAC .txt {
    font-size: 15px;
    color: #050f36;
}


/*End aboutCompanyBlock*/


/*howWeWorkBlock*/

.howWeWorkBlock {
    padding: 60px 0 150px;
    position: relative;
}

.howWeWorkBlock:before {
    content: url(../images/decoreHWW.jpg);
    bottom: 0;
    left: calc(50% - 280px);
    position: absolute;
    z-index: -1;
    line-height: 0;
}

.wrapHWW .nucHWW {
    width: 20%;
}

.nucHWW .imgW {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    height: 150px;
    border-bottom: 1px dashed #000;
    padding-right: 10px;
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 20px;
}

.nucHWW .imgW:before {
    position: absolute;
    left: 0;
    bottom: -3px;
    background: #4ca300;
    width: 7px;
    height: 7px;
    content: '';
}

.nucHWW:last-child .imgW:after {
    position: absolute;
    right: 0;
    content: url(../images/finishStep.png);
    bottom: -9px;
    line-height: 0;
    background: #fff;
}

.logoHWW img {
    margin: -10px -45px -40px;
}

.nucHWW .txtBlock {
    padding-right: 40px;
    position: relative;
    z-index: 2;
}

.nucHWW .txtBlock p {
    font-size: 17px;
    line-height: 1.3;
}

.nucHWW .txtBlock a {
    display: block;
    color: #0b50aa;
    text-decoration: underline;
    font-weight: 700;
    font-size: 17px;
}


/*End howWeWorkBlock*/


/*ourJobsBlock*/

.ourJobsBlock {
    background: url(../images/ourJobsBlockBg.jpg) no-repeat center;
    margin-top: -140px;
    position: relative;
    z-index: 1;
}

.ourJobsBlock * {
    color: #fff;
}

.ourJobsBlock .txtBlock {
    width: 295px;
}

.ourJobsBlock .h1 {
    color: #fff;
}

.ourJobsBlock .txt {
    font-size: 18px;
    line-height: 1.4;
}

.ourJobsBlock .arrows {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 60px 0;
}

.arrows:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 300px;
    left: 125px;
    top: 50%;
    background: #3a4e62;
}

.ourJobsBlock .arrJobs {
    width: 40px;
    height: 40px;
    background: #4ca300;
    margin-right: 15px;
    cursor: pointer;
    position: relative;
}

.arrJobs.arrPrev:before {
    position: absolute;
    content: '';
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(45deg);
    height: 7px;
    width: 7px;
    top: calc(50% - 3px);
    left: calc(50% - 3px);
}

.arrJobs.arrNext:before {
    position: absolute;
    content: '';
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    height: 7px;
    width: 7px;
    top: calc(50% - 3px);
    right: calc(50% - 3px);
}

.ourJobsBlock .sliderWrap {
    width: calc(100% - 300px);
    /*padding-right: 90px;*/
    background: url(../images/backSliderOJ.png) no-repeat right center;
}

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

.ourJobsBlock img {
    max-height: 628px;
    max-width: 100%;
}


/*End ourJobsBlock*/


/*formBlockLogist*/

.formBlockLogist form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.formBlockLogist .relForm {
    width: 550px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #ececec;
    padding: 4px;
}

.formBlockLogist input {
    width: calc(100% - 300px);
    padding-left: 45px;
    background: url(../images/phoneI.png) no-repeat 10px center;
    line-height: 50px;
    color: #000000;
    font-size: 22px;
    font-weight: 400;
    border: none;
}

.formBlockLogist .btnStyle {
    width: 255px;
}

.formBlockLogist .wrapLabel {
    width: calc(100% - 580px);
}

.formBlockLogist .wrapLabel span {
    padding-left: 25px;
    padding-top: 0;
}

.formBlockLogist .wrapLabel span:before {
    width: 15px;
    height: 15px;
    top: 2px;
}

.formBlockLogist .wrapLabel span:after {
    width: 5px;
    height: 5px;
    left: 5px;
    top: 7px;
}

.formBlockLogist .nameForm {
    font-size: 24px;
    font-family: "Oswald";
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 30px;
}

.formBlockLogist .nameForm span {
    color: #4ca300;
}

.formLogistWrap {
    padding-bottom: 67px;
    border-bottom: 8px solid #dbe6ec;
    margin-bottom: 50px;
}

.formBlockLogist .txtBlock {
    position: relative;
    padding-bottom: 65px;
    width: 630px;
}

.formBlockLogist .txtBlock .imgLogist {
    position: absolute;
    left: calc(100% + 50px);
    bottom: 45px;
}


/*End formBlockLogist*/


/*mapBlock*/

.mapBlock {}


/*End mapBlock*/


/*footer*/

.wrapFooter .contacts {
    position: relative;
    height: 490px;
    padding: 80px 60px 0px calc((100% - 1140px) / 2);
    width: calc((100% - 1140px) / 2 + 330px);
    background: url(../images/footerContBlock.png) no-repeat top right;
}

.wrapFooter * {
    color: #fff;
}

.contacts .nav {
    padding-left: 35px;
    background: url(../images/iconNavF.svg) no-repeat left top;
    margin-bottom: 25px;
    font-size: 16px;
    color: #fff;
}

.contacts .clock {
    padding-left: 35px;
    background: url(../images/iconClockF.svg) no-repeat left center;
    margin-bottom: 25px;
    font-size: 16px;
    color: #fff;
}

.contacts .phones {
    padding-left: 35px;
    background: url(../images/iconPhoneF.svg) no-repeat left 9px;
    margin-bottom: 25px;
}

.contacts .phones a {
    display: block;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.contacts .callback-toggle {
    padding-left: 35px;
    background: url(../images/iconCBF.svg) no-repeat left center;
    margin-bottom: 25px;
    border: none;
}

.contacts .callback-toggle span {
    border-bottom: 1px dotted #fff;
    font-size: 16px;
    color: #fff;
}

.contacts .mail {
    padding-left: 35px;
    background: url(../images/iconMailF.svg) no-repeat left center;
    font-size: 16px;
    color: #fff;
}

.wrapFooter .rightBlock {
    width: calc(100% - ((100% - 1140px) / 2 + 329px));
    margin-left: -1px;
    padding: 80px calc((100% - 1140px) / 2) 0px 30px;
    background: linear-gradient(to right, #05396a, #0b151e);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.wrapFooter .rightBlock:before {
    position: absolute;
    left: -61px;
    top: 0;
    line-height: 0;
    content: url(../images/footerDec.png);
}

.topRBF {
    margin-bottom: 20px;
}

.mainsWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.mainsWrap ul {
    padding-left: 15px;
}

.mainsWrap .mainCol {
    padding-right: 20px;
}

.mainsWrap .mainCol:last-child {
    padding-right: 0;
}

.mainsWrap ul li {
    list-style-type: disc;
    color: #4ca300;
}

.mainsWrap ul a {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-decoration: underline;
}

.coopyrightBlock {
    padding-bottom: 35px;
}

.coopyrightBlock p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.coopyrightBlock p a {
    color: #fff;
}

.copyrightSite {
    margin-left: 50px;
}


/*End footer*/


/*modalF*/

.modalF.callback-modal {
    width: 825px;
    max-width: 90%;
    background: linear-gradient(to right, #05396a, #0b151e);
    border-left: 6px solid #4ca300;
    padding: 50px 40px 40px 60px;
    border-radius: 0;
}

.modalF .name {
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Oswald";
    line-height: 1;
    margin-bottom: 35px;
}

.modalF .textareaWrap textarea {
    max-width: 100%;
    max-height: 100%;
    min-height: 100%;
    min-width: 100%;
    padding: 15px;
    background: none;
    border: 1px solid #3a4e62;
    color: #fff;
}

.modalF input {
    line-height: 46px;
    background: none;
    border: 1px solid #3a4e62;
    padding: 0 15px;
    color: #fff;
    width: 100%;
}

.modalF .wrapInputs {
    grid-template-columns: 262px 262px 140px;
}

.modalF .wrapInputs input:first-child {
    order: 1;
}

.modalF .wrapInputs input {
    order: 6;
}

.modalF .textareaWrap {
    order: 2;
    grid-row-start: span 4;
}

.modalF .wrapLabel {
    order: 3;
    grid-row-start: span 4;
}

.modalF .send {
    order: 10;
}

.modalF .send:hover {
    background: #4ca300;
}

.modalF .send {
    height: 46px;
    width: 100%;
    background: none;
    transition: all 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #4ca300;
}

.modalF .mfp-close {
    color: #fff;
    right: -60px;
    top: 0;
    height: 60px;
    width: 60px;
    background: #4ca300;
    font-size: 90px;
    line-height: 0;
    overflow: hidden;
    padding-bottom: 10px;
    font-family: "Oswald";
    font-weight: 100;
}


/*End modalF*/


/*insidepage*/

.breadcrumbs {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(17, 55, 90, 0.3);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.breadcrumbs a span,
.breadcrumbs span.divider {
    font-size: 14px;
    color: rgba(76, 163, 0, 0.55);
}

.breadcrumbs span.divider {
    margin: 0 3px 0 1px;
}

.breadcrumbs span {
    font-size: 14px;
    color: rgba(0, 0, 0, .55);
}

.insidepage header {
    position: static;
    background: url(../images/bgInsHead.jpg) no-repeat top center;
    margin-bottom: 65px;
    padding-bottom: 30px;
}

.insidepage .formBlock {
    margin: 150px 0 185px;
}

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

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

.insidepage .item-page .catLine li {
    list-style-type: none;
}

.insidepage .item-page p {
    line-height: 1.3;
    font-size: 18px;
    margin-bottom: 35px;
}


/*catPage*/

.catsBlock .catLine {
    margin-bottom: 30px;
    display: flex;
}

.catLine .imgW {
    background: #0052a0;
    width: 85px;
    padding: 20px;
}

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

.catLine .catsListBlock {
    width: calc(100% - 85px);
    padding: 20px 90px 25px 30px;
    background: linear-gradient(to right, #dbe6ec, #ffffff);
}

.catLine .nameCat {
    display: inline-block;
    font-size: 26px;
    color: #050f36;
    line-height: 1;
    margin-bottom: 65px;
    font-weight: 600;
    font-family: "Oswald";
}

.catLine ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px 180px;
}

.catLine ul a {
    font-size: 20px;
    font-weight: 400;
    color: #050f36;
    line-height: 1.1;
}


/*End catPage*/
/*galvSectionPage*/
.galvSectionPage .h2,.galvSectionPage h2{
    font-family: "Oswald";
    font-size: 21px;
    margin:0 0 20px;
    text-transform: uppercase;
}
.callbackBlock{
    display: flex;
    justify-content: space-between;
    background: #00223C;
    border-left: 5px solid #4C9D00;
    margin:90px 0 45px;
}
.callbackBlock .btnCol{
    width: 260px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    background: #4C9D00;
    flex:none;
}
.callbackBlock .leftBlock{
    flex:1;
    display: flex;
    justify-content: space-between;
    padding:0 30px 0 10px;
    gap: 20px;
    align-items: center;
}
.callbackBlock .txtLeft{
    padding-left: 55px;
    min-height: 40px;
    background: url(../images/txtLeftIcon.svg) no-repeat left center;
    text-transform: uppercase;
    font-family: "Oswald";
    font-size: 21px;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 3px;
}
.callbackBlock .txtLeft span{
    color: #4C9D00;
}
.callbackBlock .infoCol{
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}
.callbackBlock .phone{
    font-family: "Oswald";
    font-size: 21px;
    color: #fff;
    font-weight: 700;
}
.callbackBlock .vk{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    width: 37px;
    height: 37px;
}
.callbackBlock .imgW img{
    margin: -60px -20px;
}


.whatWeOfferBlock{
    padding:45px 0;
}
.topTxt{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 35px;
    align-items: flex-start;
}
.topTxt .txt{
    width: 845px;
    flex:none;
}

.wrapWWO{
    display: flex;
    gap: 80px;
    padding-top: 50px;
}
.wrapWWO .nucWWO{
    position: relative;
    border:1px solid #D5E0E6;
    padding:45px 45px 35px;
    z-index: 1;   
    flex:1;
}
.nucWWO .imgBG{
    position: absolute;
    inset: 0;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    z-index: -1;

}
.nucWWO .name{
    font-size: 20px;
    font-weight: 600;
    font-family: "Oswald";
    padding-bottom: 20px;
    margin-bottom: 25px;
    position: relative;
}
.nucWWO .name:before{
    position: absolute;
    content: '';
    height: 1px;
    width: calc(100% + 45px);
    background: #D5E0E6;
    bottom: 0;
    left: 0;
}
.nucWWO .name:after{
    position: absolute;
    content: '';
    height: 5px;
    width: 20px;
    background: #4C9D00;
    bottom: -4px;
    left: 0;
}
.nucWWO .icon{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 45px;
    top: -10px;
    transform: translateY(-50%);
    background: #fff;
    padding:15px;
}
.nucWWO ul{
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-weight: 600;
}
.nucWWO ul li::marker{
    color: #4C9D00;
}

.preSectBlock{
    padding:45px 0;
}
.wrapPreSection{
    display: flex;
    justify-content: space-between;
}
.nucPreGalv{
    flex:1;
    border-right: 1px solid #D5E0E6;
    padding:0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-family: "Oswald";
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}
.nucPreGalv:first-child{
    border-left: 1px solid #D5E0E6;
}
.nucPreGalv .bigTxt{
    font-size: 75px;
    color: #4C9D00;
}

.priceSectBlock{
    padding:45px 0;
}
.gridCols4 .lineItem{
    display: grid;
    grid-template-columns: auto 200px 150px 150px;
    gap: 4px;
    margin-bottom: 4px;
    font-family: "Oswald";
    font-weight: 600;
    font-size: 20px;
}
.lineItem .name,.lineItem .price,.lineItem .txt{
    padding:15px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.lineItem .txt{
    font-size: 16px;
    text-align: center;
}
.lineItem > div:not(.btnStyle1){
    background: #D5E0E6;
}
.lineItem:nth-child(even) > div:not(.btnStyle1){
    background: #F1F5F7;
}
.btnStyle1{
    font-size: 16px;
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 25px;
    color: #fff;
    background: #4C9D00;
    padding:5px 20px;
    cursor: pointer;
}
.btnStyle2{
    font-size: 16px;
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 25px;
    color: #fff;
    background: #050F36;
    padding:5px 20px;
    cursor: pointer;
}



.stagesSectBlock{
    padding:45px 0;
}
.topTxtWithIcon{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 35px;
}
.topTxtWithIcon .txtBlock{
    width: 770px;
    flex:none;
    border-right: 3px solid #4C9D00;
    display: flex;
    gap: 20px;
    align-items: center;
    padding-right: 50px;
}
.stagesWrap{
    display: flex;
    justify-content: space-between;
    gap: 25px;
    overflow: hidden;
}
.nucStage{
    display: flex;
    flex-direction: column;
    gap: 45px;
    position: relative;
    z-index: 1;
    flex:1;
}
.nucStage .imgW{
    height: 115px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.nucStage .imgW img{
    max-height: 100%;
    max-width: 100%;
}
.nucStage .txt{
    font-size: 17px;
}
.nucStage .txt a{
    color: #0B50A4;
}
.nucStage:before{
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    transform: translateY(-50%);
    background: #4C9D00;
    left: 0;
    top: 138px;
}
.nucStage:first-child:after{
    position: absolute;
    content: '';
    width: 1500px;
    border-bottom: 1px dashed #050F36;
    transform: translateY(-50%);
    left: 13px;
    top: 138px;
}
.nucStage:last-child:after{
    position: absolute;
    content: '';
    width: 20px;
    height: 15px;
    background: #4C9D00;
    right: 0;
    top: 138px;
    transform: translateY(-50%);
    background: url(../images/flagSteps.svg) no-repeat center/contain,#fff;
}

.ourSectionJob{
    padding:45px 0;
}


.pgTile{
    margin-top: 65px;
    display: grid;
    grid-template-columns: repeat(3,minmax(100px,1fr));
    border-left: 1px solid #D5E0E6;
    border-top: 1px solid #D5E0E6;
}
.nucPgTile{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:15px;
    height: 380px;
    border-right: 1px solid #D5E0E6;
    border-bottom: 1px solid #D5E0E6;
}
.nucPgTile img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sliderPG{
    position: relative;
}
.sliderPG img{
    max-width: 100%;
}
.sliderPG .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    z-index: 2;
    background-color: #4C9D00;
    border:none;
    width: 60px;
    height: 60px;
}
.sliderPG .slick-prev{
    left: 20px;
}
.sliderPG .slick-next{
    right: 20px;
}
.sliderPG .slick-prev::before {
  position: absolute;
  content: '';
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(45deg);
  height: 9px;
  width: 9px;
  top: calc(50% - 4px);
  left: calc(50% - 4px);
}

.sliderPG .slick-next::before {
  position: absolute;
  content: '';
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  height: 9px;
  width: 9px;
  top: calc(50% - 4px);
  right: calc(50% - 4px);
}

.messagesSectBlock{
    padding-left: 170px;
    margin:60px 0 20px;
    position: relative;
}
.messagesSectBlock .leftColTxt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 50%;
    align-items: flex-start;
    transform: translateY(-50%);
    left: 0;
}
.messagesSectBlock .leftColTxt .h2{
    margin-bottom: 40px;
    background: #fff;
    padding:20px 0;
}
.messagesSectBlock .txtBlock{
    padding: 50px 0 35px 200px;
    border:10px solid #D5E0E6;
}
.messagesSectBlock .topLine{
    display: grid;
    grid-template-columns: repeat(4,minmax(100px,1fr));
    margin-bottom: 35px;
}
.messagesSectBlock .nucTL{
    display: flex;
    flex-direction: column;
    gap: 35px;
    align-items: flex-start;
    border-left: 1px solid #D5E0E6;
    border-bottom: 1px solid #D5E0E6;
    padding:0 30px 30px;
}
.messagesSectBlock .nucTL:first-child{
    padding-left: 0;
    border-left: none;
}
.nucTL .name{
    font-weight: 300;
    font-size: 19px;
}
.nucTL .value{
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;  
    line-height: 1;
}
.nucTL .value,.nucTL .value a{
    font-size: 18px;
    color: #050F36;
    font-weight: 600;
    font-family: "Oswald";
}
.messagesSectBlock .botLine{
    padding-right: 50px;
}
.messagesSectBlock .txt{
    font-size: 19px;
    margin-bottom: 40px;
}
.messagesSectBlock .btnsBlock{
    display: flex;
    gap: 15px;
    padding-right: 80px;
}
.messagesSectBlock .callback-toggle{
    flex:1;

}


/*End galvSectionPage*/






/* о компании */

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

.block.img_block img {
    max-width: 100%;
    height: auto;
    padding-bottom: 20px;
}

.top_text {
    border: 1px solid #f1f1f1;
    padding: 150px 40px 20px 20px;
    margin-top: -150px;
    position: relative;
    margin-bottom: 20px;
    margin-right: 50px;
}

.block.img_block>.text {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #4ca300;
}

.content_blocks .block:nth-child(2) {
    font-size: 14px;
}

.content_blocks .block .inner_block:not(:last-child) {
    margin: 30px 0;
}

.content_blocks .block .head_inner {
    color: #0b50aa;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 25px 0 15px;
}

.content_blocks .block .head_inner .number {
    font-size: 40px;
}

.content_blocks .block .inner_block:nth-child(2) .head_inner {
    color: #4ca300;
}


/*End о компании */

.tred {
    box-shadow: 0 0 8px #888;
    padding: 20px;
    text-align: center;
    color: red;
    font-weight: 700;
}


/*End insidepage*/


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

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

@media screen and (max-width:1199px) {
    .topTxt .txt{
        width: 645px;
    }

    .callbackBlock .txtLeft,.callbackBlock .phone{
        font-size: 17px;
    }
.callbackBlock .btnCol {
  width: 180px;
}
.callbackBlock .leftBlock{
    padding:0 10px;
}
.wrapWWO .nucWWO{
    padding:25px 25px 15px;
}
.nucWWO ul{
    gap: 10px;
}
.nucWWO .name {
  font-size: 18px;
}
.wrapWWO{
    gap: 40px;
}
.nucWWO .name::before{
    width: calc(100% + 25px);
}
.nucPreGalv{
    font-size: 18px;
}

.nucPreGalv .bigTxt {
  font-size: 55px;
}
.topTxtWithIcon .txtBlock {
  width: 570px;
  padding-right: 20px;
}
.nucPgTile{
    height: 310px;
}
.messagesSectBlock .nucTL{
    padding:0 10px 15px;
}

.messagesSectBlock .btnsBlock{
    padding-right: 0;
}
.messagesSectBlock .botLine {
  padding-right: 15px;
}
.messagesSectBlock .txtBlock {
  padding:50px 0 35px 150px;
}






    .wrapTLH .infoBlock {
        width: 520px;
    }
    .phones a {
        font-size: 18px;
    }
    .headBannerBlock .name {
        font-size: 34px;
    }
    .headBannerBlock .txt {
        font-size: 20px;
    }
    .headBannerBlock .more {
        font-size: 22px;
    }
    .topBannerBlock .txtBlockWrap {
        left: calc((100% - 940px) / 2);
        width: 940px;
    }
    .rentBlock .txtBlock {
        font-size: 30px;
    }
    .formHead .name {
        font-size: 40px;
    }
    .formHead .btnStyle,
    .rentBlock .btnStyle {
        width: 230px;
    }
    .rentBlock .txtBlock,
    .formHead input {
        width: calc(100% - 240px);
    }
    .formHead form {
        width: 515px;
    }
    .formHead .txtBlock {
        width: calc(100% - 525px);
    }
    .nucBM {
        padding: 20px 10px 18px;
    }
    .wrapPartners .partners {
        padding-top: 40px;
    }
    .partners .imgW {
        height: 125px;
    }
    .partners img {
        max-height: 120px;
    }
    .wrapFormBlock .formWrap {
        background: url(../images/formWrapFormBlock.png) no-repeat left top;
    }
    .wrapFormBlock .txtBlock {
        width: 230px;
        margin-right: -1px;
        padding: 45px 10px 0 25px;
    }
    .wrapFormBlock .formWrap {
        width: calc(100% - 229px);
    }
    .aboutCompanyBlock .txtBlock {
        width: 520px;
    }
    .nucPreAC {
        padding: 0 15px 25px 15px;
    }
    .nucPreAC .name::before {
        width: calc(100% + 15px);
    }
    .ourJobsBlock .txtBlock {
        width: 225px;
    }
    .ourJobsBlock .sliderWrap {
        width: calc(100% - 230px);
    }
    .ourJobsBlock .sliderWrap {
        background: url(../images/backSliderOJ.png) no-repeat calc(100% + 25px) center;
        background-size: contain;
    }
    .ourJobsBlock .imgW {
        height: 570px;
    }
    .ourJobsBlock img {
        max-height: 570px;
    }
    .formBlockLogist .btnStyle {
        width: 235px;
    }
    .formBlockLogist input {
        width: calc(100% - 240px);
    }
    .formBlockLogist .relForm {
        width: 500px;
    }
    .formBlockLogist .wrapLabel {
        width: calc(100% - 520px);
    }
    .formBlockLogist .txtBlock .imgLogist {
        left: calc(100% - 50px);
    }
    .wrapFooter .contacts {
        width: calc((100% - 940px) / 2 + 330px);
        padding: 50px 40px 0px calc((100% - 940px) / 2);
        background-size: cover;
        height: auto;
    }
    .wrapFooter .rightBlock {
        width: calc(100% - ((100% - 940px) / 2 + 329px));
        padding: 50px calc((100% - 940px) / 2) 0px
    }
    .catLine .catsListBlock {
        padding: 20px 20px 25px 30px;
    }
    .catLine ul {
        grid-gap: 5px 100px;
    }
}

@media screen and (max-width:991px) {
    .catLine ul {
        grid-gap: 5px 30px;
    }
    .wrapBLH .slogH1 {
        font-size: 18px;
    }
    .wrapBLH .slog {
        font-size: 12px;
    }
    .wrapTLH .logo img {
        width: 250px;
    }
    .wrapTLH {
        padding-left: 180px;
    }
    .wrapBLH {
        padding: 15px 0 0 180px;
    }
    .wrapTLH ul {
        display: none;
    }
    .wrapTLH .infoBlock {
        width: auto;
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 10px;
    }
    .topBannerBlock .txtBlockWrap {
        left: calc((100% - 720px) / 2);
        width: 720px;
    }
    .headBannerBlock .name {
        font-size: 26px;
    }
    .headBannerBlock .txt {
        font-size: 18px;
        padding: 5px;
    }
    .headBannerBlock .more {
        font-size: 20px;
    }
    .rentBlock .txtBlock {
        font-size: 26px;
    }
    .preHeadBlock {
        grid-gap: 10px;
    }
    .formHead .txtBlock {
        width: auto;
        padding-right: 10px;
    }
    .formHead form {
        width: auto;
    }
    .formHead input {
        width: 100%;
        border-bottom: 1px solid #fff;
        margin-bottom: 10px;
    }
    .formHead .relForm {
        flex-direction: column;
        width: 265px;
    }
    .formHead .btnStyle {
        width: 100%;
    }
    .bannerMainWrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .wrapPartners {
        flex-direction: column;
    }
    .wrapPartners .txt,
    .wrapPartners .h1 {
        text-align: center
    }
    .wrapPartners .h1 br {
        display: none;
    }
    .wrapPartners .txtBlock {
        width: 100%;
        margin-bottom: 15px;
    }
    .wrapPartners .partners {
        width: 100%;
    }
    .wrapPartners .txtBlock::before {
        display: none;
    }
    .wrapFormBlock .formWrap::before {
        display: none;
    }
    .wrapFormBlock .formWrap {
        padding: 13px 20px 10px 50px;
    }
    .wrapInputs {
        grid-gap: 10px;
        grid-template-columns: 1fr 1fr;
    }
    .wrapFormBlock .wrapLabel {
        padding-top: 0px;
        grid-row-start: span 1;
        order: 10;
        grid-column-start: span 2;
    }
    .wrapFormBlock .wrapLabel span {
        padding-left: 25px;
        padding-top: 0;
    }
    .preACBlock {
        grid-gap: 55px;
        grid-template-columns: repeat(2, 1fr);
    }
    .nucPreAC {
        min-height: 240px;
    }
    .howWeWorkBlock {
        display: none;
    }
    .ourJobsBlock .sliderWrap {
        background: none;
    }
    .formBlockLogist form {
        flex-direction: column;
    }
    .formBlockLogist .relForm {
        margin-bottom: 20px;
    }
    .formBlockLogist .wrapLabel {
        width: 500px;
    }
    .formBlockLogist .txtBlock {
        width: 430px;
    }
    .formBlockLogist .txtBlock .imgLogist {
        left: calc(100% + 50px);
    }
    .topRBF {
        display: none;
    }
    .coopyrightBlock {
        padding-bottom: 0px;
        justify-content: space-between;
    }
    .wrapFooter .rightBlock::before {
        display: none;
    }
    .wrapFooter .contacts,
    .wrapFooter .rightBlock {
        width: 100%;
        padding: 15px;
    }
    .wrapFooter {
        flex-wrap: wrap;
    }
    .wrapFooter .contacts {
        background: url(../images/footerContBlock.png) no-repeat top right, #0052a0;
    }
    .contacts .callback-toggle {
        margin-right: 50px;
    }
    .modalF .wrapInputs {
        grid-template-columns: repeat(2, 1fr);
    }
    .modalF .wrapLabel {
        order: 15;
        grid-row-start: span 1;
        grid-column-start: span 2;
    }
    .wrapLabel span {
        padding-top: 0px;
        padding-left: 25px;
    }
    .modalF .textareaWrap textarea {
        max-height: 220px;
        min-height: 220px;
    }
    .content_blocks {
        flex-wrap: wrap;
    }

.callbackBlock .imgW{
    display: none;
}
.callbackBlock .txtLeft {
  padding-left: 45px;
}
.callbackBlock .leftBlock{
    gap: 10px;
}
.callbackBlock .txtLeft, .callbackBlock .phone {
    font-size: 16px;
  }
 .topTxt .txt,.topTxtWithIcon .txtBlock {
    width: 445px;
  }
  .topTxtWithIcon .txtBlock .iconLeftStages{
    display: none;
  }
.wrapWWO{
    flex-direction: column;
    gap: 70px;

}
.nucPreGalv {
    font-size: 16px;
  }
.nucPreGalv .bigTxt {
    font-size: 45px;
  }

.lineItem .name, .lineItem .price, .lineItem .txt{
    padding: 15px 10px;
}
.gridCols4 .lineItem{
    font-size: 16px;
}
.gridCols4 .lineItem{
    grid-template-columns: auto 170px 140px 150px;
}
.stagesSectBlock{
    display: none;
}
.sliderPG .slick-arrow{
    width: 40px;
  height: 40px;
}
.sliderPG .slick-prev {
  left: 10px;
}
.sliderPG .slick-next {
  right: 10px;
}
.nucPgTile {
    height: 240px;
  }
.messagesSectBlock .leftColTxt{
    position: static;
    transform: translateY(0%);
}
.messagesSectBlock .leftColTxt img{
    display: none;
}
.messagesSectBlock {
  padding-left: 0;
  margin-top: 0;
}
.messagesSectBlock .txtBlock {
    padding:50px 0 35px 20px;
  }



}

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

.preSectBlock,.whatWeOfferBlock,.priceSectBlock,.ourSectionJob{
    padding:20px 0;
}
.messagesSectBlock{
    margin:0;
    padding:20px 0;
}

.callbackBlock{
    flex-direction: column;
  gap:10px;
}
.callbackBlock .txtLeft{
    background: none;
    padding-top: 10px;
    padding-left: 0;
    flex-direction: column;
}
.callbackBlock .btnCol{
    width: 100%;
}
.callbackBlock .leftBlock{
    flex-direction: column;
    gap: 10px;
}

.callbackBlock{
    margin:20px 0;
}
.topTxt{
    flex-direction: column;
    gap: 0;

}
.topTxt .txt, .topTxtWithIcon .txtBlock{
    width: 100%;
}
.wrapPreSection{
    flex-direction: column;
    gap: 10px;
}
.nucPreGalv:nth-child(n) {
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #D5E0E6;
  padding:15px 10px;
}
.nucPreGalv:first-child{
     border-top: 1px solid #D5E0E6;
}
.gridCols4 .lineItem{
    grid-template-columns: 100%;
}
.gridCols4 .lineItem{
    margin-bottom: 25px;
}
.lineItem .name, .lineItem .price, .lineItem .txt{
    text-align: center;
}
.pgTile{
    grid-template-columns: repeat(2,minmax(100px,1fr));
}
.messagesSectBlock .leftColTxt .h2{
    padding:0;
}
.messagesSectBlock .btnsBlock{
    flex-direction: column;
}
.messagesSectBlock .txt {
  font-size: 16px;
  margin-bottom: 20px;
}
.messagesSectBlock .txtBlock{
    padding:15px 10px;
}
.messagesSectBlock .nucTL{
    gap: 15px;
}
.messagesSectBlock .topLine{
    grid-template-columns: repeat(2,minmax(100px,1fr));
}
.messagesSectBlock .nucTL{
    border:none;
}
.messagesSectBlock .nucTL:nth-child(odd){
    border-right: 1px solid #D5E0E6;
    padding-left: 0;
}
.messagesSectBlock .nucTL:nth-child(even){
    
    padding-right: 0;
}
.messagesSectBlock .nucTL:nth-child(n+2){
    border-top: 1px solid #D5E0E6;
}


    .modalF.callback-modal {
        padding: 50px 25px 40px 15px;
    }
    .catLine ul {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 5px 30px;
    }
    .ourJobsBlock {
        background: #032332;
    }
    .wrapOJ {
        flex-direction: column;
        padding: 20px 0;
    }
    .ourJobsBlock .txtBlock {
        width: 100%;
        flex-direction: column;
        margin-bottom: 10px;
        display: flex;
    }
    .ourJobsBlock .txtBlock .arrows {
        order: 3;
        justify-content: center;
        margin: 25px 0 0;
    }
    .arrows::before {
        display: none;
    }
    .ourJobsBlock .sliderWrap {
        width: 100%;
    }
    .botLineHeader,
    .preHeadBlock {
        display: none;
    }
    .topBannerBlock .txtBlockWrap {
        left: 15px;
        right: 15px;
        width: auto;
    }
    .rentBlock {
        flex-direction: column;
    }
    .rentBlock .txtBlock {
        width: 100%;
        margin-bottom: 10px;
    }
    .headBannerBlock {
        flex-wrap: wrap;
    }
    .aboutCompanyBlock .txtBlock {
        max-width: 100%;
    }
    .ourJobsBlock {
        margin-top: -10px;
    }
    .ourJobsBlock .imgW {
        height: auto;
    }
    .formLogistWrap {
        margin-top: 50px;
        padding-bottom: 20px;
        margin-bottom: 15px;
    }
    .formBlock {
        background: none;
        padding: 0;
        margin-bottom: 0;
    }
    .wrapFormBlock .txtBlock {
        display: none;
    }
    .wrapFormBlock .formWrap {
        width: 100%;
    }
    .partnerBlock {
        padding: 55px 0 60px;
    }
    .copyrightSite {
        margin-left: 10px;
    }
    .wrapFormBlock {
        margin-left: 0;
        width: 100%;
    }
    .topBannerBlock>img {
        margin-left: calc((100% - 1700px) / 2);
        max-width: 1700px;
    }
    .formBlockLogist .nameForm {
        font-size: 20px;
    }
    .formBlockLogist .nameForm br {
        display: none;
    }
    .h1,
    h1 {
        font-size: 22px;
    }
    .aboutCompanyBlock {
        padding: 40px 0 40px;
    }
    .wrapTLH .logo img {
        width: 200px;
        margin: -15px 0;
    }
    .wrapTLH {
        flex-direction: column;
        padding-left: 0;
        align-items: center;
    }
    .wrapTLH .logo {
        position: static;
    }
    .topBannerBlock .txtBlockWrap {
        top: 315px;
    }
    .topLineHeader {
        padding-bottom: 10px;
    }
    .insidepage .formBlock {
        margin: 20px 0;
    }
    .modalF .mfp-close {
        right: 0;
    }
    .block.img_block img {
        display: none;
    }
}

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

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

@media screen and (max-width:600px) {
    .modalF .wrapInputs {
        grid-template-columns: repeat(1, 1fr);
    }
    .modalF .textareaWrap {
        order: 9;
        grid-row-start: span 1;
    }
    .modalF .wrapLabel {
        grid-column-start: span 1;
    }
    .modalF .mfp-close {
        height: 40px;
        width: 40px;
        font-size: 70px;
    }
    .wrapFormBlock .formWrap {
        background: #072c4f;
        height: auto;
        padding: 20px;
    }
    .catLine .nameCat {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .catLine .catsListBlock {
        padding: 20px 10px 25px 10px;
    }
    .catLine ul {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 5px 10px;
    }
    .aboutCompanyBlock .txtBlock p {
        margin-bottom: 20px;
        line-height: 1.1;
    }
    .wrapFormBlock .inpWithLabel,
    .wrapFormBlock .wrapInputs label {
        grid-column-start: span 1;
    }
    .wrapInputs {
        grid-template-columns: 1fr;
    }
    .formBlockLogist .txtBlock {
        width: 100%;
    }
    .allCatBlock::before {
        display: none;
    }
    .headBannerBlock .nucHB {
        width: 100%;
        margin-bottom: 15px;
    }
    .headBannerBlock .name {
        font-size: 21px;
    }
    .formHead {
        display: none;
    }
    .bannerMainWrap,
    .preACBlock {
        grid-template-columns: repeat(1, 1fr);
    }
    .allCatBlock {
        grid-column-start: span 1;
    }
    .wrapPartners .partners {
        grid-template-columns: repeat(2, 1fr);
    }
    .bannerMainBlock {
        padding: 65px 0 10px;
    }
    .nucPreAC {
        min-height: 1px;
    }
    .formBlockLogist .relForm {
        flex-direction: column;
        width: 100%;
        border: none;
    }
    .formBlockLogist input {
        width: 100%;
        border-bottom: 1px solid #000;
        margin-bottom: 10px;
    }
    .formBlockLogist .btnStyle {
        width: 100%;
    }
    .coopyrightBlock {
        flex-direction: column;
    }
    .copyrightSite {
        padding-top: 10px;
    }
}

@media screen and (max-width:485px) {
    .nucPgTile {
    height: 160px;
  }
  .btnStyle1,.btnStyle2{
    gap: 10px;
  }
}

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

@media screen and (max-width:400px) {
    .catLine ul {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 5px 10px;
    }
}

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