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


/* Модалка */

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

.wrapLabel span {
    padding-left: 25px;
    display: block;
    position: relative;
    font-size: 15px;
    line-height: 1;
    font-family: "ProximaNova-Regular";
}

.wrapLabel span a {
    color: #ef5e07;
}

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

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

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

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

html.lock {
    overflow: hidden;
}

.gallery a:hover .imgW:before {
    opacity: 1;
}

.gallery a .imgW::before {
    content: url(../images/lupa.png);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: all 1s;
}

.gallery a:hover .imgW:after {
    opacity: .4;
}

.gallery a .imgW::after {
    content: '';
    position: absolute;
    width: 100%;
    background: #000;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: all 1s;
    left: 0;
}


/*  */

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

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

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

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

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

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

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

body p {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'ProximaNova-Light';
    font-size: 18px;
}

.h1,
h1 {
    text-align: left;
    font-family: "ProximaNova-Bold";
    font-size: 45px;
    margin-bottom: 25px;
}

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

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

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

.flexSA {
    display: flex;
    justify-content: space-around;
}

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

.flexCenter {
    display: flex;
    justify-content: center;
}

.flexAI {
    display: flex;
    align-items: center;
}

.flexW {
    display: flex;
    flex-wrap: wrap;
}

.flexColumn {
    display: flex;
    flex-direction: column;
}

.flexStart {
    display: flex;
    justify-content: flex-start;
}

.flexEnd {
    display: flex;
    justify-content: flex-end;
}

span.bold {
    font-family: 'ProximaNova-Bold';
}

span.boldcolor {
    font-family: 'ProximaNova-Bold';
    color: #f0872a;
}

span.lightcolor {
    font-family: 'ProximaNova-Light';
    color: #f0872a;
}

.lightcolor {
    font-family: 'ProximaNova-Light';
    color: #f0872a;
}

a {
    color: #000;
}

a:hover {
    color: #f0872a;
}


/*  */

.nucBanner .txtBlock {
    position: absolute;
    left: calc((100% - 1140px) / 2);
    bottom: 265px;
    z-index: 4;
    width: 670px;
}

.wraptopBanner {
    position: relative;
}

.nucBanner .txtBlock {
    font-size: 24px;
}

.nucBanner .txtBlock .name {
    font-size: 72px;
    font-family: 'ProximaNova-Thin';
    line-height: 1;
    margin-bottom: 20px;
}

.nucBanner .txtBlock .name span {
    font-size: 80px;
    font-family: 'ProximaNova-Bold';
    color: #f0872a;
    display: block;
}

.nucBanner .txtBlock {
    position: absolute;
    left: calc((100% - 1140px) / 2);
    z-index: 4;
    width: 670px;
    top: 120px;
    bottom: 180px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

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


/* hesder  */

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

.wrapTLH .rightBlock {
    flex-direction: column;
}

.homepage header {
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 15;
}

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

.topLineH ul .current a,
.topLineH ul .alias-parent-active a {
    color: #fd8424;
}

.topLineH ul a {
    font-size: 24px;
    font-family: 'ProximaNova-Regular';
    color: #000;
    line-height: 1;
    margin-right: 30px;
    display: block;
}

a.phone {
    font-size: 23px;
    font-family: 'ProximaNova-Semibold';
}

.topLineH .toplineS {
    font-size: 18px;
    font-family: 'ProximaNova-Light';
}

.topLineH .lightcolor {
    cursor: pointer;
}

.topLineH .phone {
    position: relative;
}

.topLineH .phone:before {
    position: absolute;
    content: url(../images/phone.png);
    left: -25px;
    top: 0;
}

a.logo img {
    max-width: 100%;
}

.topLineH {
    padding-top: 30px;
}


/*  */

.services {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
}

.service {
    padding: 20px;
    font-family: 'ProximaNova-Light';
    line-height: 1.2;
    font-size: 18px;
    background: #f4f4f4;
    border: 3px solid #f0872a;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: all 1s;
}

.titleS {
    font-size: 20px;
    font-family: 'ProximaNova-Semibold';
    line-height: 1;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

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

.service:before {
    width: 150%;
    height: 100%;
    background: #bcb8b8;
    position: absolute;
    z-index: 1;
    content: '';
    top: 0;
    right: 0;
    transform: rotate(34deg);
    transform-origin: right bottom;
    opacity: 0.3;
    transition: all 0.5s;
}

.service .link {
    display: block;
    color: #f0892e;
    margin-top: 20px;
}

.service:hover {
    box-shadow: 0px 0px 20px 0px rgb(240 135 42 / 50%);
    text-decoration: none;
    color: #000;
}

.service:hover span.link {
    text-decoration: underline;
}

.service:hover::before {
    background: transparent;
    transition: all 0.5s;
}

header .nav.menu.mod-list li {
    position: relative;
}

header .nav.menu.mod-list li:hover>ul {
    display: block;
}

header .nav.menu.mod-list ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #e4e3e3e3;
    padding: 10px 0;
    display: none;
    margin-left: 0;
    border-radius: 0;
    z-index: 3;
    width: max-content;
    box-shadow: 0 20px 15px 5px rgb(0 0 0 / 14%);
    padding: 20px;
}

header .nav.menu.mod-list ul a {
    font-size: 17px;
}


/* form */

.formContactBlock {
    background: url(../images/bacform.jpg) center center/cover no-repeat;
    margin-top: 60px;
    position: relative;
}

.formContactBlock::after {
    content: '';
    background: url(../images/fbefore.png);
    width: 534px;
    height: 336px;
    position: absolute;
    right: 0;
    bottom: -130px;
}

.formContact {
    color: #fff;
    padding: 70px 0 135px 0;
    position: relative;
    z-index: 5;
}

.formContact .images {
    position: absolute;
    left: 0;
    bottom: 0;
}

.formContact .images img {
    max-width: 100%;
}

.titleFC {
    font-size: 50px;
    font-family: 'ProximaNova-Bold';
    line-height: 1.2;
    text-shadow: 1px 2px 2px rgb(0 0 0);
}

.sloganFC {
    font-size: 30px;
    font-family: 'ProximaNova-Regular';
    text-shadow: 1px 2px 2px rgb(0 0 0);
}

.formT {
    width: 900px;
    padding-bottom: 40px;
}

.formBC a {
    font-family: 'ProximaNova-Bold';
    color: #fff;
}

.formBC {
    font-size: 35px;
    font-family: 'ProximaNova-Light';
    line-height: 1;
    padding-top: 15px;
    text-shadow: 1px 2px 2px rgb(0 0 0);
}

.formFCinputs input {
    padding: 20px;
    font-size: 24px;
    line-height: 1;
    border: 0;
    font-family: 'ProximaNova-Regular';
    min-width: 350px;
    border-radius: 5px;
}

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

.formFCinputs .ctFC {
    background: #ef8728;
    border: 0;
    font-size: 25px;
    font-family: 'ProximaNova-Semibold';
    position: relative;
    z-index: 1;
    overflow: hidden;
}

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

.formFCinputs .ctFC:hover:before {
    left: 0;
}


/* animation */

a.animate {
    position: relative;
}

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

a.animate:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #f0892d;
    content: '';
    transition: all 0.4s;
}

a.animate:hover:after {
    width: 100%;
}

.wrapTLH ul a:after {
    text-decoration: none;
}

.wrapTLH ul a {
    position: relative;
}

.wrapTLH ul a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #000;
    content: '';
    transition: all 0.4s;
}

.wrapTLH ul a:hover::after {
    width: 100%;
}

.wrapTLH ul a:hover {
    text-decoration: none;
}


/* animation */


/*bannerMainWrap*/

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

.banerObject {
    position: relative;
}

.banerObject:before {
    content: '';
    background: url(../images/backleft.jpg);
    position: absolute;
    right: calc(50% - 540px);
    top: 0;
    width: 1498px;
    height: 990px;
    z-index: -1;
}

.newsBlock {
    position: relative;
}

.newsBlock::after {
    content: '';
    background: url(../images/backright.jpg);
    position: absolute;
    left: calc(50% - 226px);
    bottom: 0;
    width: 1498px;
    height: 990px;
    z-index: -1;
}

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

.nucBM>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
}

.nucBM:hover>img {
    transform: scale(1.1);
}

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

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

.nucBM .name,
.nucBM .more {
    z-index: 5;
    color: var(--colorSecondaryLight);
    display: block;
}

.nucBM.nucBMstart .name {
    font-size: 30px;
    font-family: 'ProximaNova-Bold';
    width: 240px;
    line-height: 1;
}

.nucBM .name {
    font-size: 20px;
    font-family: 'ProximaNova-Bold';
    width: 160px;
    line-height: 1;
}

.nucBM.nucBMstart .name span {
    font-size: 24px;
    font-family: 'ProximaNova-Regular';
}

.nucBM .name span {
    font-size: 18px;
    font-family: 'ProximaNova-Regular';
}

.nucBM .more {
    font-size: 16px;
    padding-right: 40px;
}

.nucBM .more:before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    content: '';
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    mask-image: url(../images/arrSvg.svg);
    -webkit-mask-image: url(../images/arrSvg.svg);
    background-color: #fff;
    transition: all 0.4s;
}

.nucBM .more:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    content: '';
    height: 1px;
    background: #fff;
    transition: all 0.4s;
}

.nucBM .more:hover::after {
    width: 100%;
}


/* bannerMainWrap */


/*banners5Col*/

.banners5Col {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-gap: 30px;
}

.banners5Col .nucBM:nth-child(1) {
    grid-row-start: span 2;
}

.banners5Col .txt {
    position: absolute;
    bottom: 20px;
    left: 35px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #fff;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 100);
}

.banners5Col .wrapLink {
    display: block;
    height: 0;
    overflow: hidden;
    transition: all 0.4s;
}

.banners5Col .more {
    position: relative;
}

.banners5Col .nucBM:hover .wrapLink {
    height: 25px;
}

.banerOTleft .name {
    font-size: 45px;
    font-family: 'ProximaNova-Bold';
    line-height: 1;
}

.banerOTleft .name:first-letter {
    color: #ef8728;
}

.banerOTleft {
    display: flex;
    flex-direction: column;
}

.banerOTleft .text {
    font-size: 24px;
    font-family: 'ProximaNova-Light';
    line-height: 1;
}

.banerOTright a {
    color: #f0892d;
    font-size: 24px;
    font-family: 'ProximaNova-Regular';
}

.banerObject {
    margin-top: 140px;
}


/*End banners5Col*/


/* sliderNews */

.news {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #bcb8b8;
    cursor: pointer;
}

.news .text {
    font-size: 15px;
    font-family: 'ProximaNova-Light';
    display: flex;
    line-height: 1;
    flex-direction: column;
    align-items: flex-start;
}

.news .name {
    font-size: 19px;
    font-family: 'ProximaNova-Bold';
    padding-bottom: 20px;
    line-height: 1;
}

.rightSlider {
    padding-left: 20px;
    padding-right: 10px;
}

.news .link {
    display: inline-block;
    color: #000;
    margin-top: 20px;
    font-size: 17px;
    font-family: 'ProximaNova-Bold';
    position: relative;
}

.news .link::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #ef8728;
    bottom: -10px;
    left: 0;
}

.news .link:hover {
    text-decoration: none;
}

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

.slideNews {
    padding: 0 15px;
}

.sliderNews .slick-list {
    margin: 0 -15px;
}

.sliderNews {
    margin: 70px 0;
}

.news {
    background: #fff;
}


/* forma */

input,
textarea {
    padding: 20px;
    font-size: 24px;
    line-height: 1;
    border: 0;
    font-family: 'ProximaNova-Regular';
    min-width: 350px;
    border-radius: 5px;
    max-height: 150px;
    color: #000;
}

.titleFormСons {
    font-size: 50px;
    font-family: 'ProximaNova-Bold';
    color: #fff;
    text-shadow: 1px 2px 2px rgb(0 0 0);
    line-height: 1;
    padding-bottom: 10px;
}

.sloganFormСons {
    font-size: 30px;
    font-family: 'ProximaNova-Regular';
    color: #fff;
    text-shadow: 1px 2px 2px rgb(0 0 0);
}

.formСonsultationBlock {
    background: url(../images/bacform2.jpg) center center/cover no-repeat;
    margin-top: 60px;
    position: relative;
}

.formFormСonsInputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.fcLeft {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.formСonsultation {
    padding: 30px 0 75px;
    z-index: 1;
    position: relative;
}

.formСonsultationBlock::after {
    content: '';
    background: url(../images/fbefore2.png) no-repeat;
    width: 381px;
    height: 344px;
    position: absolute;
    left: 0;
    bottom: -130px;
}

.fBCleft span {
    color: #fff;
}

.formСonsBC {
    display: flex;
    justify-content: space-between;
    padding-top: 26px;
}

.fBCleft {
    font-size: 35px;
    font-family: 'ProximaNova-Light';
    text-shadow: 1px 2px 2px rgb(0 0 0);
}

.fBCleft a {
    font-family: 'ProximaNova-Bold';
    text-shadow: 1px 2px 2px rgb(0 0 0);
    color: #fff;
}

.ctFormСons {
    background: transparent;
    border: 1px solid #fff;
    font-size: 25px;
    color: #fff;
    min-width: 390px;
    min-height: 60px;
    line-height: 1;
    transition: 0.5s;
}

.ctFormСons:hover {
    background: #ef8728;
    border: 1px solid #ef8728;
}

.formСons .imgW img {
    max-width: 100%;
}

.formСons {
    padding-bottom: 30px;
}

.materialBlock {
    background: url(../images/mat.jpg) no-repeat;
    padding: 140px 0 80px;
}

.rightM {
    width: calc(100% - 470px);
}

.rightM .text {
    margin-bottom: 30px;
}

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

.leftM {
    z-index: 4;
    position: relative;
}

.leftM:before {
    content: '';
    width: 60px;
    height: 60px;
    background: #f0892d;
    position: absolute;
    z-index: -1;
    left: -10px;
    top: -10px;
}


/* partner */

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

.slideItem .imgW img {
    max-width: 90%;
    max-height: 100px;
    opacity: 0.6;
    filter: grayscale(100%);
    transition: all 0.4s;
}

.slideItem .imgW img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

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

.partnersBlock {
    padding: 100px 0;
}


/*topSlider 1*/

.sliderArrow,
.slideItem {
    position: relative;
}

.sliderArrow .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 0;
    width: 50px;
    height: 50px;
    font-size: 0;
    border: none;
    border-radius: 50%;
    transition: all 0.4s;
    z-index: 2;
    background: none;
}

.sliderArrow .slick-arrow:hover {
    border-color: #f0892d;
}

.sliderArrow .slick-prev {
    left: -60px;
}

.sliderArrow .slick-next {
    right: -60px;
}

.sliderArrow .slick-arrow:before {
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    top: calc(50% - 11px);
    border-bottom: 3px solid #d7d7d7;
    transition: all 0.4s;
}

.sliderArrow .slick-arrow:hover:before {
    border-color: #f0892d;
}

.sliderArrow .slick-prev:before {
    left: calc(50% - 5px);
    border-left: 3px solid #d7d7d7;
    transform: rotate(45deg);
}

.sliderArrow .slick-next:before {
    right: calc(50% - 5px);
    border-right: 3px solid #d7d7d7;
    transform: rotate(-45deg);
}


/*End topSlider*/

.mapBlocks iframe {
    width: 100%;
}

.mapBlocks {
    position: relative;
    line-height: 0;
}

.mapBlocks .contactsBlock {
    position: absolute;
    top: 0;
    left: calc((100% - 1170px + 30px) / 2);
    width: auto;
    height: 100%;
    display: flex;
    line-height: 1;
    flex-direction: column;
    justify-content: space-between;
}

.wrapOfice {
    background: #f0892d;
    color: #fff;
    font-size: 19px;
    font-family: 'ProximaNova-Regular';
    position: relative;
}

.wrapOfice a {
    color: #fff;
    font-size: 19px;
    font-family: 'ProximaNova-Regular';
}

.wrapOfice {
    background: #f0892d;
    color: #fff;
    font-size: 19px;
    font-family: 'ProximaNova-Regular';
    padding: 10px 40px;
    flex: auto;
}

.wrapSclad {
    color: #fff;
    background: #595857;
    padding: 40px;
    font-size: 19px;
    font-family: 'ProximaNova-Regular';
}

.wrapOfice .title {
    font-size: 24px;
    font-family: 'ProximaNova-Semibold';
    padding-bottom: 10px;
}

.wrapOfice p {
    padding-top: 0;
}

.wrapSclad .title {
    font-size: 24px;
    font-family: 'ProximaNova-Semibold';
    padding-bottom: 10px;
}

.nucMapTab a.link {
    position: absolute;
    right: 20px;
    color: #f0892d;
    background: transparent;
}

a.animate.white:after {
    background: #fff;
}

.slideItem {
    cursor: pointer;
}

.wrapOfice:before {
    content: '';
    width: 40px;
    height: 40px;
    background: #f0892d;
    position: absolute;
    right: -34px;
    transform: rotate(45deg) translateX(-50%);
    top: 50%;
}

.botBlock {
    background: #353433;
    color: #989898;
}

.wrapF {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    align-items: center;
    line-height: 1;
}

.wrapSocseti {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 15px;
}

.wrapSocseti .nucS {
    padding-right: 10px;
}

footer .callback-toggle {
    background: #f0892d;
    color: #fff;
    font-size: 20px;
    min-width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
}

footer .callback-toggle:hover {
    text-decoration: none;
}

.wrapF p {
    margin: 0;
    padding: 0;
}

.wrapSocsetifix {
    position: fixed;
    z-index: 1;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 120px;
    top: 220px;
}

.webrazrabotka {
    color: #989898;
}

.wrapSocseti .nucS img {
    transition: all 0.2s;
}

.wrapSocseti .nucS img:hover {
    filter: grayscale(1);
}

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

footer .callback-toggle:hover:before {
    left: 0;
}

.formFCinputs input {
    color: #000;
}

.page-header h2 {
    font-size: 45px;
    font-family: 'ProximaNova-Bold';
    line-height: 1;
    margin: 30px 0;
}

.page-header h2:first-letter {
    color: #ef8728;
}

.item-page {
    padding: 20px 0 70px;
}

.insidepage header {
    background: url(../images/headerinsaide.jpg);
}

.insidepage header {
    background: url(../images/headerinsaide.jpg) center center/cover no-repeat;
    padding-bottom: 25px;
}

.callback-modal {
    background: url(../images/formBg.jpg) center center/cover no-repeat;
}

.callback-modal__headline {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    font-size: 45px;
    font-family: 'ProximaNova-Bold';
    line-height: 1;
    margin: 30px 0;
}

.callback-modal__headline:first-letter {
    color: #ef8728;
}

.callback-modal {
    max-width: 600px;
    margin: auto;
    position: relative;
    padding: 20px;
    border-radius: 10px;
    padding: 50px 80px 120px 80px;
    color: #fff;
    border-radius: 0;
}

.botLineMF button {
    background: #f0892d;
    color: #fff;
    font-size: 20px;
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 0;
}

.botLineMF label {
    padding: 20px 0;
}

.mfp-close-btn-in .mfp-close {
    color: #fff !important;
}

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

.botLineMF button:hover:before {
    left: 0;
}

#map {
    height: 600px;
}

.contactsBlock .nucMapTab:before {
    display: none;
}

.contactsBlock .nucMapTab.active:before {
    display: block;
}

.contactsBlock .nucMapTab {
    background: #595857;
    position: relative;
    cursor: pointer;
}

.nucMapTab.active {
    background: #f0892d;
}

.nucMapTab.active a.link {
    display: none;
}

.wrapSclad:before {
    content: '';
    width: 40px;
    height: 40px;
    background: #f0892d;
    position: absolute;
    right: -34px;
    transform: rotate(45deg) translateX(-50%);
    top: 50%;
}

.leftM.gallery a:not(.leftM.gallery a:first-child) {
    display: none;
}

header .nav.menu.mod-list li li {
    padding: 5px;
}


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

@media screen and (min-width:1960px) {
    .wrapSocsetifix {
        right: calc((100% - 1920px) / 2);
    }
}

@media screen and (max-width:1400px) {
    .nucBanner .txtBlock .name span {
        font-size: 60px;
    }
    .nucBanner .txtBlock .name {
        font-size: 40px;
    }
    .slogan {
        font-size: 20px;
    }
    .formContactBlock::after {
        bottom: -190px;
        background-size: 400px;
        width: 400px;
        background-repeat: no-repeat;
    }
    .formСonsultationBlock::after {
        bottom: -240px;
        background-size: 250px;
        width: 250px;
    }
}

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