@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%;
}

@font-face {
    font-family: 'ProximaNovaBold';
    src: url(../fonts/ProximaNovaBold.otf) format('opentype');
}

@font-face {
    font-family: 'ProximaNovaRegular';
    src: url(../fonts/ProximaNovaRegular.otf) format('opentype');
}

@font-face {
    font-family: 'ProximaNovaRegularItalic';
    src: url(../fonts/ProximaNovaRegularItalic.otf) format('opentype');
}

@font-face {
    font-family: 'ProximaNovaExtrabold';
    src: url(../fonts/ProximaNovaExtrabold.otf) format('opentype');
}

@font-face {
    font-family: 'ProximaNovaLight';
    src: url(../fonts/ProximaNovaLight.otf) format('opentype');
}

@font-face {
    font-family: 'ProximaNovaSemibold';
    src: url(../fonts/ProximaNovaSemibold.otf) format('opentype');
}

@font-face {
    font-family: 'ProximaNovaBlack';
    src: url(../fonts/ProximaNovaBlack.otf) format('opentype');
}

body {
    color: #000;
    font-size: 15px;
    font-family: "ProximaNovaRegular";
}

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

p.h1,
h1 {
    text-align: left;
    font-family: "ProximaNovaBold";
    font-size: 37px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    position: relative;
    line-height: 1;
    margin-top: 0;
    text-transform: uppercase;
}

p.h1:before,
h1:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #FF0000;
    width: 66px;
    height: 7px;
}

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

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

#openMain {
    display: none;
}

.closeMain,
.openChildMain {
    display: none;
}


/*header*/

.topLine {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url(../images/topLine.png) no-repeat top center;
    height: 60px;
    z-index: 5;
    padding: 0px 0 10px;
    display: flex;
    align-items: flex-end;
}

.topLine a.phone {
    font-size: 18px;
    color: #000;
    display: block;
    line-height: 1;
}

.topLine a.phone span {
    font-size: 27px;
    font-family: "ProximaNovaBold";
}

.topLine .langBlock a {
    color: #4D4D4D;
    font-size: 18px;
    display: block;
}

.topLine .langBlock a.active {
    font-family: "ProximaNovaBold";
    color: #000;
}

.topLine .langBlock a:last-child {
    padding-left: 17px;
    margin-left: 15px;
    border-left: 2px solid #000000;
}

.wrapHeader {
    align-items: flex-end;
    width: 100%;
}

.searchBlock {
    width: 555px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 95px;
    padding-bottom: 3px;
}

.searchBlock input {
    border: none;
    color: #666666;
    font-size: 15px;
    padding: 5px 0;
    width: calc(100% - 30px);
    background: none;
}

.searchBlock input.send {
    font-size: 0;
    background: url(../images/search.png) no-repeat;
    width: 20px;
    height: 20px;
}

.topSlider,
.slideTop {
    position: relative;
}

.topSlider .slick-dots {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    top: 245px;
    right: 80px;
}

.contacts.topSlider .slick-dots {
    display: none;
}

.contacts .slideTop {
    padding-bottom: 0;
}

.topSlider .slick-dots button {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 0;
    background: none;
    margin-bottom: 50px;
    position: relative;
    padding: 0;
}

.topSlider .slick-dots button:before {
    position: absolute;
    top: 100%;
    left: calc(50% - 1px);
    height: 50px;
    width: 1px;
    content: '';
    background: #fff;
}

.topSlider .slick-dots li:last-child button:before {
    display: none;
}

.topSlider .slick-dots .slick-active button {
    background: #fff;
}

.topSlider .slick-dots li:last-child button {
    margin-bottom: 0;
}

.topSlider .slick-dots li {
    line-height: 0;
}

.slideTop {
    padding-bottom: 145px;
}

.slideTop .decoreSlide {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 385px;
    z-index: 5;
}

.slideTop .decoreSlide img {
    display: inline-block;
}

.slideTop .txtBlock {
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
}

.slideTop .txtBlock a.logo {
    display: block;
    margin-right: -35px;
}

.slideTop .txtBlock p.slog {
    font-size: 40px;
    text-align: right;
    line-height: 1;
    font-family: "ProximaNovaExtrabold";
    color: #fff;
    text-transform: uppercase;
    padding-top: 18px;
}

.wrapHeaderTxt {
    margin-left: -10px;
}

.formWrap {
    width: 520px;
    background: rgba(0, 0, 0, 0.2);
    padding: 15px;
    margin-left: 30px;
    position: relative;
    margin-top: -25px;
}

.formWrap form {
    height: 420px;
    border: 10px solid #fff;
    padding: 25px 40px 0;
}

.formWrap form p.name {
    font-size: 35px;
    font-family: "ProximaNovaBold";
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
}

.wrapInputsLeft {
    width: 282px;
}

.wrapInputsLeft input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 10px 10px 10px 25px;
    color: #fff;
    line-height: 1;
    margin-bottom: 15px;
}

.wrapInputsLeft input.nameI {
    background: url(../images/nameI.png) no-repeat left center;
}

.wrapInputsLeft input.phoneI {
    background: url(../images/phoneI.png) no-repeat left center;
}

#checkTF,
#checkTF1,
#checkTF2,
#checkTF3,
#checkTF4,
#checkTF5,
#checkTF6 {
    opacity: 0;
    position: absolute;
}

.formWrap form label {
    position: relative;
    font-weight: normal;
    line-height: 1.2;
}

#checkTF:checked+label::before,
#checkTF2:checked+label::before,
#checkTF3:checked+label::before,
#checkTF4:checked+label::before,
#checkTF5:checked+label::before,
#checkTF6:checked+label::before {
    font-size: 15px;
    color: #FF0000;
    text-align: center;
    content: "\2713";
    line-height: 15px;
    font-family: "ProximaNovaBold";
}

.formWrap form label::before {
    content: '';
    position: absolute;
    left: -30px;
    top: calc(50% - 7px);
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
}

.formWrap form label,
.formWrap form label a {
    font-size: 15px;
    color: #fff;
}

.formWrap form label a {
    text-decoration: underline;
}

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 1;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
}

input:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 1;
}

input:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
}

.formWrap form button {
    position: absolute;
    right: -20px;
    background: #FF0000;
    padding: 20px 25px;
    color: #fff;
    font-size: 19px;
    line-height: 1;
    text-transform: uppercase;
    font-family: "ProximaNovaSemibold";
    border: none;
    transition: all 0.3s;
}

.mobileFormWrap {
    display: none;
}

.formWrap form button:hover {
    background: #FF7832;
}


/*mainBlock*/

.wrapMain ul li {
    position: relative;
}

.insidepage .wrapMain ul li ul li {
    padding: 0;
}

.wrapMain ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ff0000;
    z-index: 50;
}

.wrapMain ul li ul li {
    padding: 0;
}

.wrapMain ul li ul li a {
    padding: 10px 15px;
    white-space: nowrap;
    border-right: 0;
    display: block;
    border-bottom: 1px solid #000;
}

.wrapMain ul li ul li:last-child a {
    border-bottom: none;
}

.wrapMain {
    border-bottom: 3px solid #000;
}

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

.mainBlock ul li a {
    padding-right: 13px;
    padding-left: 13px;
    border-right: 1px solid #000;
    font-size: 16px;
    font-family: "ProximaNovaRegular";
    color: #000;
    line-height: 1;
    text-transform: uppercase;
}

.mainBlock ul li>a:hover,
.mainBlock ul li.active>a {
    font-family: "ProximaNovaBold";
}

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

.mainBlock ul li:first-child a {
    padding-left: 0px;
}

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

.mainBlock ul li {
    padding: 13px 0 11px;
}

.mainBlock .question {
    border-bottom: 3px solid #FF0000;
    display: block;
    color: #FF0000;
    line-height: 1;
    padding: 14px 0 15px 45px;
    background: url(../images/question.png) no-repeat left center;
    font-size: 16px;
    font-family: "ProximaNovaSemibold";
    margin-bottom: -3px;
}

.mainBlock .question:hover {
    background: url(../images/questionA.png) no-repeat left center;
    color: #FF7832;
    border-bottom: 3px solid #FF7832;
    text-decoration: none;
}


/*End mainBlock*/


/*End header*/


/*aboutCompanyBlock*/

.aboutCompanyBlock {
    background: url(../images/ACBg.png) no-repeat top center;
    padding-top: 225px;
    margin-top: -155px;
}

.aboutCompanyBlock .txtBlock {
    width: 500px;
    text-align: justify;
    padding-right: 40px;
    background: #fff;
    position: relative;
    z-index: 2;
    padding-top: 30px;
    margin-top: -30px;
}

.sliderACWrap {
    margin-top: -100px;
}

.sliderAC {
    margin-right: -40px;
    width: 695px;
    margin-left: -40px;
    background: url(../images/bgSlideAC.png) no-repeat right center;
}

.wrapSlideAC {
    position: relative;
    padding-top: 120px;
}

.wrapSlideAC:before {
    position: absolute;
    content: '';
    width: 665px;
    height: 365px;
    border: 15px solid #E0DFDB;
    top: 0;
    right: 70px;
}

.wrapSlideAC .slick-arrow {
    position: absolute;
    font-size: 0;
    border: none;
    top: -25px;
    content: '';
    z-index: 5;
    width: 58px;
    height: 28px;
}

.wrapSlideAC .slick-prev {
    right: 130px;
    background: url(../images/slickPrev.png) no-repeat;
}

.wrapSlideAC .slick-prev:hover {
    background: url(../images/slickPrevA.png) no-repeat;
}

.wrapSlideAC .slick-prev:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 50px;
    background: #000;
    top: -10px;
    right: -13px;
}

.wrapSlideAC .slick-next {
    right: 45px;
    background: url(../images/slickNext.png) no-repeat;
}

.wrapSlideAC .slick-next:hover {
    background: url(../images/slickNextA.png) no-repeat;
}

.acSlide {
    padding: 40px 30px 40px;
}

.acSlide img {
    max-width: 100%;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}


/*End aboutCompanyBlock*/

.decoreFon1 {
    background: url(../images/decoreFon1.png) no-repeat bottom center;
    height: 100px;
    margin-top: -80px;
}


/*newsBlock*/

.newsBlock {
    background: url(../images/nexsBG.jpg) no-repeat center;
    background-size: cover;
    padding: 65px 0 75px;
    margin-top: -3px;
}

.newsBlock p.h1 {
    margin-bottom: 0;
}

.newsBlock .title {
    margin-bottom: 35px;
    padding-right: 265px;
}

.newsBlock .title a {
    font-size: 19px;
    font-family: "ProximaNovaSemibold";
    color: #000;
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding: 20px 0;
    border: 2px solid #ff0000;
    line-height: 1;
    margin-top: -20px;
    width: 170px;
}

.sliderNews {
    position: relative;
    padding: 0 40px;
}

.sliderNews .slick-arrow {
    position: absolute;
    font-size: 0;
    border: none;
    top: -90px;
    content: '';
    z-index: 5;
    width: 58px;
    height: 28px;
}

.sliderNews .slick-prev {
    right: calc((100% - 1140px) / 2 + 130px);
    background: url(../images/slickPrev.png) no-repeat;
}

.sliderNews .slick-prev:hover {
    background: url(../images/slickPrevA.png) no-repeat;
}

.sliderNews .slick-prev:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 50px;
    background: #000;
    top: -10px;
    right: -13px;
}

.sliderNews .slick-next {
    right: calc((100% - 1140px) / 2 + 45px);
    background: url(../images/slickNext.png) no-repeat;
}

.sliderNews .slick-next:hover {
    background: url(../images/slickNextA.png) no-repeat;
}

.date {
    background: url(../images/bgDateNews.png) no-repeat;
    width: 182px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 5px;
    margin-bottom: 0;
    font-size: 16px;
    font-family: "ProximaNovaRegularItalic";
}

.newsSlide {
    padding: 0 15px;
}

.txtBlockNews {
    padding: 30px 45px 30px 40px;
    background: rgba(255, 255, 255, 0.85);
}

.txtBlockNews img {
    max-width: 100%;
    margin-bottom: 25px;
}

.txtBlockNews p.name {
    font-size: 20px;
    font-family: "ProximaNovaBold";
    line-height: 1;
    margin-bottom: 25px;
}

.txtBlockNews p {
    text-align: justify;
}


/*End newsBlock*/


/*formBlock*/
.formBlock.withoutMap{
    margin-bottom: 0;
}
.formBlock {
    background: url(../images/decoreFon2.png) no-repeat top center;
    padding-top: 100px;
    margin-bottom: -300px;
    margin-top: -3px;
    position: relative;
    z-index: 2;
}

.formBlock .formWrapBlock {
    background: url(../images/FormBg.png) no-repeat;
    height: 523px;
    position: relative;
    padding: 70px 85px 10px 0;
}

.formWrapBlock p.name {
    font-size: 40px;
    font-family: "ProximaNovaBlack";
    color: #DC0000;
    text-align: right;
    line-height: 1;
    text-transform: uppercase;
}

.formWrapBlock p.namer {
    font-size: 39px;
    font-family: "ProximaNovaLight";
    color: #000;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.rightBlockF {
    padding-left: 30px;
    width: 505px;
}

.wrapInputsLeftF {
    width: 470px;
    position: relative;
    margin-bottom: 25px;
}

.wrapInputsLeftF input {
    width: 290px;
    border: none;
    border-bottom: 1px solid #000;
    padding: 10px 10px 10px 25px;
    line-height: 1;
    margin-top: 15px;
    font-size: 18px;
}

.wrapInputsLeftF button {
    position: absolute;
    right: -90px;
    background: #FF0000;
    padding: 25px 15px;
    color: #fff;
    width: 240px;
    font-size: 19px;
    line-height: 1;
    text-transform: uppercase;
    font-family: "ProximaNovaSemibold";
    border: none;
    text-align: left;
    bottom: 0;
    transition: all 0.3s;
}

.wrapInputsLeftF button:hover {
    background: #FF7832;
}

.wrapInputsLeftF input.nameIF {
    background: url(../images/nameIF.png) no-repeat left center;
}

.wrapInputsLeftF input.phoneIF {
    background: url(../images/phoneIF.png) no-repeat left center;
}

.rightBlockF form label {
    font-weight: normal;
    position: relative;
    padding-left: 30px;
}

.rightBlockF form label,
.rightBlockF form label a {
    color: #000;
    font-size: 15px;
    font-family: "ProximaNovaLight";
}

.rightBlockF form label a {
    text-decoration: underline;
}

.rightBlockF form {
    margin-bottom: 40px;
}

.rightBlockF .orBlock {
    text-align: right;
}

.rightBlockF .orBlock a {
    display: block;
    color: #000;
    line-height: 1;
    margin-bottom: 5px;
}

.rightBlockF .orBlock a.phone {
    font-size: 24px;
}

.rightBlockF .orBlock a.phone span {
    font-size: 35px;
}

.rightBlockF .orBlock a.mail {
    font-size: 20px;
}

#checkF {
    position: absolute;
    opacity: 0;
}

#checkF:checked+label::before {
    font-size: 15px;
    color: #FF0000;
    text-align: center;
    content: "\2713";
    line-height: 15px;
    font-family: "ProximaNovaBold";
}

.rightBlockF form label::before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 7px);
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    background: #fff;
}


/*End formBlock*/


/*footer*/

footer {
    background: url(../images/footerBg.png) no-repeat;
    background-size: cover;
    border-bottom: 6px solid #ff0000;
    padding: 45px 0 30px;
}

footer p {
    color: #fff;
    font-size: 16px;
    line-height: 1;
}

footer p.name {
    font-size: 20px;
    line-height: 1;
    padding: 4px 0;
    margin-top: -4px;
    margin-bottom: 15px;
}

.phoneInfoBlock {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}

.phoneInfoBlock a {
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    display: block;
}

.mainFooter a {
    display: block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 5px;
}

.mainFooter ul ul {
    display: none;
}

.blockInfo a {
    color: #fff;
    font-size: 16px;
}

.wrapFooter .logo {
    margin-right: 190px;
}

.wrapFooter .mailInfo {
    padding-left: 30px;
    background: url(../images/iconMail.png) no-repeat left center;
}

.wrapFooter .navInfo {
    padding-left: 30px;
    background: url(../images/iconNav.png) no-repeat left center;
}

.wrapFooter .phoneInfo {
    padding-left: 30px;
    background: url(../images/iconPhone.png) no-repeat left center;
}

.botFootInfo p {
    margin-bottom: 0;
}

.wrapFooter {
    margin-bottom: 55px;
}

.botFootInfo p,
.botFootInfo a {
    color: #CCCCCC;
    font-size: 13px;
    font-family: "ProximaNovaLight";
}

.botFootInfo {
    padding-left: 285px;
}

.wrapLogoAndMain {
    width: 430px;
}


/*End footer*/


/*insidepage*/

.insidepage .formBlock {
    background: none;
    margin-top: 0;
    padding-top: 20px;
}

.insidepage .contentBlock {
    background: url(../images/decoreFon2.png) no-repeat top center;
    padding: 65px 0 60px;
}

.insidepage .mainBlock {
    border-bottom: 3px solid #fff;
    background: rgba(255, 255, 255, 1);
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 10;
    margin-bottom: 40px;
}

.insidepage .wrapMain {
    border-bottom: none;
}

.insidepage .wrapMain ul li {
    padding: 10px 0 1px;
}

.insidepage .mainBlock .question {
    padding: 14px 0 5px 45px;
}

.insidepage .topLine {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 15;
}

.mainSectionBlock ul {
    display: flex;
    justify-content: center;
    border-bottom: 3px solid #000;
    padding: 12px 0;
    margin-bottom: 15px;
}

.mainSectionBlock ul a {
    display: block;
    padding: 0 12px;
    font-size: 18px;
    font-family: "ProximaNovaRegular";
    color: #000;
    border-right: 1px solid #CCCCCC;
    cursor: pointer;
}

.mainSectionBlock ul a:hover,
.mainSectionBlock ul li.active a {
    font-family: "ProximaNovaBold";
    color: #FF0000;
    text-decoration: none;
}

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

.insidepage .item-page p {
    margin-bottom: 30px;
    line-height: 1.4;
}

.imgGall {
    padding: 20px 0 30px;
    margin: 0 -15px;
}

.imgGall .imgW {
    margin-bottom: 20px;
    width: 33%;
    padding: 0 15px;
}

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

p.h2,
h2 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: "ProximaNovaRegular";
}

.contentTab {
    display: none;
}

.contentTab.active {
    display: block;
}


/*End insidepage*/


/*modalForm*/

.modalF.callback-modal {
    background: url(../images/modalFBg.png) no-repeat;
    padding: 75px 150px 0 120px;
    max-width: 757px;
    width: 757px;
    height: 645px;
}

.sendBlock {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 160px;
    min-height: 160px;
    max-height: 160px;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 17px;
    font-family: "ProximaNovaRegularItalic";
    color: #000;
}

.modalF form label {
    font-weight: normal;
    position: relative;
    padding-left: 30px;
}

.modalF form label,
.modalF form label a {
    color: #000;
    font-size: 15px;
    font-family: "ProximaNovaLight";
}

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

#checkMF {
    opacity: 0;
    position: absolute;
}

#checkMF:checked+label::before {
    font-size: 15px;
    color: #FF0000;
    text-align: center;
    content: "\2713";
    line-height: 15px;
    font-family: "ProximaNovaBold";
}

.modalF form label::before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 7px);
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    background: #fff;
}

body .mfp-bg {
    background: #fff;
}

.modalF button.mfp-close {
    width: 32px;
    height: 31px;
    background: url(../images/closeModal.png) no-repeat;
    font-size: 0;
    right: 110px;
    top: 40px;
}

.mapBlock {
    position: relative;
    z-index: 0;
}

#map {
    height: 650px;
}

.ymaps-layers-pane {
    /* filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);*/
}


/*End modalForm*/


/*productPage*/

.sliderProd {
    position: relative;
    padding: 0 70px;
}

.sliderProd .slick-next {
    right: 0;
    background: url(../images/slickNext.png) no-repeat;
}

.sliderProd .slick-arrow {
    position: absolute;
    font-size: 0;
    border: none;
    top: calc(50% - 14px);
    content: '';
    z-index: 5;
    width: 58px;
    height: 28px;
}

.sliderProd .slick-prev {
    left: 0;
    background: url(../images/slickPrev.png) no-repeat;
}

.prodSlide {
    display: flex !important;
    justify-content: space-between;
    align-items: flex-end;
}

.prodSlide .blocksA>div {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
}

.prodSlide .blocksA>div>div {
    padding: 15px 20px;
    display: none;
    background: #FF0000;
    color: #fff;
    text-transform: uppercase;
    color: #fff;
    margin-right: 0px;
    transition: all 0.5s;
    /*opacity: 0;*/
    position: absolute;
    right: 100%;
}

.prodSlide .txtBlock .openTxtMore .hidBlockMore {
    position: absolute;
    bottom: -50px;
    left: 90%;
    display: none;
    padding: 15px 20px;
    display: none;
    background: #FF0000;
    color: #fff;
    text-transform: uppercase;
    color: #fff;
    z-index: 50;
}

.prodSlide .txtBlock .openTxtMore:hover .hidBlockMore {
    display: block;
}

.prodSlide .txtBlock {
    width: calc(100% - 500px);
    display: grid;
    grid-template-columns: 50% 50%;
}

.prodSlide .txtBlock .openTxtMore>p {
    margin-bottom: 10px;
    line-height: 1;
    position: relative;
    padding-left: 15px;
    font-size: 17px;
    font-family: "ProximaNovaSemibold";
    cursor: pointer;
}

.prodSlide .txtBlock .openTxtMore:hover>p {
    color: #FF0000;
}

.prodSlide .txtBlock .openTxtMore>p:before {
    position: absolute;
    left: 0;
    top: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FF0000;
    content: '';
}

.prodSlide .txtBlock .openTxtMore .hidBlockMore {}

.prodSlide .txtBlock .openTxtMore .hidBlockMore p {
    font-size: 18px;
    font-family: "ProximaNovaBlack";
    color: #fff;
    margin-bottom: 15px;
    white-space: nowrap;
}

.prodSlide .txtBlock .openTxtMore {
    /*margin-right: 30px;*/
    position: relative;
}

.prodSlide .blocksA>div>div p {
    font-size: 18px;
    font-family: "ProximaNovaBlack";
    color: #fff;
    margin-bottom: 15px;
    white-space: nowrap;
}

.prodSlide .blocksA>div>div ul li,
.prodSlide .txtBlock .openTxtMore .hidBlockMore ul li {
    color: #fff;
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 10px;
    white-space: nowrap;
}

.prodSlide .blocksA>div>div ul li a,
.prodSlide .txtBlock .openTxtMore .hidBlockMore ul li a {
    color: #fff;
    font-size: 16px;
    font-family: "ProximaNovaRegular";
    /*display: inline-block;*/
    white-space: nowrap;
}

.prodSlide .blocksA>div:hover>div {
    display: block;
}

.wrapProdSlide {
    position: relative;
}

.wrapSliderProd {
    position: relative;
}

.wrapSliderProd h1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    font-size: 119px;
    color: #F2F2F2;
    font-family: "ProximaNovaBold";
    padding: 0 70px;
    width: 100%;
}

.wrapSliderProd h1:before {
    position: absolute;
    height: 3px;
    width: calc(100% - 140px);
    left: 70px;
    bottom: 0%;
    z-index: -1;
    background: #000;
    content: '';
}

.nucProdMain {
    display: block;
    text-align: center;
    border: 7px solid #666666;
    padding: 20px 10px 0;
    width: 190px;
}

.nucProdMain.active {
    border: 7px solid #FF0000
}

.nucProdMain.active img.noAct {
    display: none;
}

.nucProdMain.active img.yesAct {
    display: block;
}

.nucProdMain span {
    text-transform: uppercase;
    display: block;
    color: #000;
    line-height: 1;
    font-size: 20px;
    font-family: "ProximaNovaBold";
}

.nucProdMain img {
    margin-bottom: -40px;
    margin-left: -100px;
    /* max-width: 100%; */
}

.nucProdMain img.yesAct {
    display: none;
}

.mainProducts {
    margin-bottom: 100px;
}


/*End productPage*/


/*resume*/

.wrapInputsBlock {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
}

.wrapInputsBlock .wrapInpForm {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 10px;
    margin-bottom: 25px;
}

.wrapInputsBlock .wrapInpForm p {
    margin-bottom: 0px;
    line-height: 1;
    height: 55px;
    border: 1px solid #FF0000;
    display: flex;
    align-items: center;
    border-right: none;
    width: 300px;
    padding: 5px 10px;
    font-family: "ProximaNovaBold";
}

.wrapInputsBlock .wrapInpForm textarea {
    width: calc(100% - 300px);
    border: 1px solid #FF0000;
    padding: 5px 10px;
    /*margin-bottom: 25px;*/
    height: 90px;
    display: flex;
    align-items: center;
    max-height: 55px;
    min-height: 55px;
    max-width: calc(100% - 300px);
    min-width: calc(100% - 300px);
}

.wrapInputsBlock .wrapInpForm input {
    width: calc(100% - 300px);
    border: 1px solid #FF0000;
    padding: 17.5px 10px;
    /*margin-bottom: 25px;*/
}

.formResume form button {
    background: #FF0000;
    padding: 25px 15px;
    color: #fff;
    width: 240px;
    font-size: 19px;
    line-height: 1;
    text-transform: uppercase;
    font-family: "ProximaNovaSemibold";
    border: none;
    text-align: center;
    bottom: 0;
    transition: all 0.3s;
}

#checkFR {
    opacity: 0;
    position: absolute;
}

.formResume form label,
.formResume form label a {
    color: #000;
    font-size: 15px;
    font-family: "ProximaNovaLight";
}

.formResume form label {
    font-weight: normal;
    position: relative;
    padding-left: 30px;
    padding-right: 15px;
}

.formResume form label a {
    text-decoration: underline;
}

#checkFR:checked+label::before {
    font-size: 15px;
    color: #FF0000;
    text-align: center;
    content: "\2713";
    line-height: 15px;
    font-family: "ProximaNovaBold";
}

.formResume form label::before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 7px);
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    background: #fff;
}

.insidepage .item-page .callback-toggleResFile {
    cursor: pointer;
    margin-bottom: 0;
}

.modalFR {
    border: 3px solid #ff0000;
    text-align: center;
}

.modalFR input {
    margin-bottom: 25px;
    display: inline-block;
}

.modalFR form button {
    background: #FF0000;
    padding: 25px 15px;
    color: #fff;
    width: 240px;
    font-size: 19px;
    line-height: 1;
    text-transform: uppercase;
    font-family: "ProximaNovaSemibold";
    border: none;
    text-align: center;
    bottom: 0;
    transition: all 0.3s;
}

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

.nucMat .imgW {
    display: flex;
    align-items: center;
    justify-content: space-around;
}


/*End resume*/


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

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

@media screen and (min-width:767px) {
    .wrapMain ul li:hover>ul {
        display: block;
    }
}

@media screen and (max-width:1400px) {
    .txtBlockNews {
        padding: 30px 15px 30px 15px;
    }
}

@media screen and (max-width:1199px) {
    .searchBlock {
        width: 435px;
    }
    .topLine a.phone span {
        font-size: 22px;
    }
    .slideTop .txtBlock p.slog {
        font-size: 32px;
        padding-top: 12px;
    }
    .wrapHeaderTxt .logo img {
        max-width: 100%;
    }
    .wrapHeaderTxt .logo {
        width: 260px;
    }
    .formWrap {
        width: 460px;
    }
    .topSlider .slick-dots {
        right: 10px;
    }
    .slideTop .decoreSlide img {
        max-width: 100%;
    }
    .sliderAC {
        width: 540px;
        background-size: 400px 260px;
    }
    .wrapSlideAC::before {
        width: 555px;
    }
    .aboutCompanyBlock .txtBlock {
        width: 430px;
    }
    .formBlock .formWrapBlock {
        background-size: contain;
    }
    .formWrapBlock p.name,
    .formWrapBlock p.namer {
        font-size: 30px;
        margin-bottom: 0px;
    }
    .rightBlockF {
        width: 400px;
    }
    .wrapInputsLeftF input {
        width: 235px;
    }
    .wrapInputsLeftF button {
        width: 180px;
        right: 16px;
    }
    .wrapInputsLeftF {
        margin-bottom: 10px;
    }
    .rightBlockF form label br {
        display: none;
    }
    .rightBlockF form {
        margin-bottom: 15px;
    }
    .wrapLogoAndMain {
        width: 300px;
    }
    .wrapFooter .logo {
        margin-right: 0;
    }
    .botFootInfo {
        padding-left: 160px;
    }
    .sliderNews .slick-prev {
        right: calc((100% - 970px) / 2 + 130px);
    }
    .sliderNews .slick-next {
        right: calc((100% - 970px) / 2 + 45px);
    }
}

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

@media screen and (max-width:991px) {
    .topLine {
        background: rgba(255, 255, 255, 0.8);
        border-top: 3px solid #000;
    }
    .searchBlock {
        width: 270px;
        padding-bottom: 0;
    }
    .wrapHeader {
        align-items: center;
    }
    .wrapHeaderTxt {
        flex-wrap: wrap;
        justify-content: center;
    }
    .slideTop .txtBlock {
        top: 110px;
    }
    .slideTop .txtBlock a.logo {
        margin-right: 0;
    }
    .wrapHeaderTxt .logo {
        width: 170px;
    }
    .formWrap {
        width: 555px;
        margin-top: 10px;
    }
    .wrapInputsLeft {
        width: 385px;
    }
    .formWrap form {
        padding: 10px 40px 0;
        height: 315px;
    }
    .mainBlock ul li a {
        font-size: 15px;
        padding-right: 8px;
        padding-left: 8px;
    }
    .mainBlock .question {
        font-size: 15px;
    }
    p.h1,
    h1 {
        font-size: 30px;
    }
    .aboutCompanyBlock {
        background: none;
    }
    .wrapAC {
        flex-direction: column;
    }
    .aboutCompanyBlock .txtBlock {
        width: 100%;
        padding-right: 0;
    }
    .sliderACWrap {
        margin-top: 35px;
    }
    .wrapSlideAC {
        padding-top: 40px;
    }
    .sliderAC {
        width: 100%;
    }
    .wrapSlideAC::before {
        display: none;
    }
    .sliderAC {
        background-size: auto;
    }
    .sliderNews .slick-prev {
        right: calc((100% - 750px) / 2 + 130px);
    }
    .sliderNews .slick-next {
        right: calc((100% - 750px) / 2 + 45px);
    }
    .sliderNews {
        padding: 0 10px;
    }
    .newsBlock .title {
        padding-right: 200px;
    }
    .newsBlock .title a {
        font-size: 17px;
        width: 155px;
    }
    .sliderNews .slick-arrow {
        top: -85px;
    }
    .formBlock .formWrapBlock {
        background: #fff;
        height: auto;
        width: 100%;
        border: 5px solid #000;
        padding: 15px;
    }
    .formWrapBlock {
        flex-direction: column;
    }
    .formWrapBlock p.name,
    .formWrapBlock p.namer {
        text-align: center;
    }
    .rightBlockF {
        padding-left: 0;
        width: 100%;
    }
    .wrapInputsLeftF {
        width: 100%;
    }
    .wrapInputsLeftF input {
        width: 360px;
    }
    .wrapInputsLeftF button {
        width: 240px;
        right: -21px;
    }
    .rightBlockF .orBlock {
        text-align: center;
    }
    .formBlock {
        padding-top: 20px;
        margin-bottom: 10px;
        margin-top: 0px;
    }
    .wrapFooter {
        flex-wrap: wrap;
    }
    .wrapLogoAndMain p.name {
        display: none;
    }
    .mainFooter ul {
        display: flex;
        justify-content: space-between;
    }
    .mainFooter {
        width: calc(100% - 130px);
    }
    .wrapLogoAndMain {
        width: 100%;
        align-items: center;
        margin-bottom: 20px;
    }
    footer {
        padding: 15px 0 15px;
    }
    .wrapFooter {
        margin-bottom: 35px;
    }
    .botFootInfo {
        padding-left: 0px;
    }
    .prodSlide .blocksA>div:hover>div {
        visibility: hidden;
    }
    .wrapSliderProd h1 {
        font-size: 28px;
        position: static;
    }
    .prodSlide {
        flex-wrap: wrap;
    }
    .sliderProd {
        padding: 0;
    }
    .wrapProdSlide img {
        max-width: 100%;
    }
    .prodSlide .txtBlock {
        order: 1;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .prodSlide .txtBlock .openTxtMore>p {
        display: none;
    }
    .prodSlide .txtBlock .openTxtMore .hidBlockMore {
        display: block;
        position: static;
    }
    .prodSlide .blocksA>div:first-child {
        top: 23% !important;
        left: 48% !important;
    }
    .prodSlide .blocksA>div:last-child {
        top: 42% !important;
        left: 24% !important;
    }
    .prodSlide .txtBlock .openTxtMore .hidBlockMore p,
    .prodSlide .txtBlock .openTxtMore .hidBlockMore ul li,
    .prodSlide .txtBlock .openTxtMore .hidBlockMore ul li a {
        white-space: normal;
    }
}

@media screen and (max-width:767px) {
    .nucMat {
        grid-template-columns: 1fr;
    }
    .wrapInputsBlock .wrapInpForm p {
        /*margin-bottom: 5px;*/
        border-right: 1px solid #FF0000;
        border-bottom: none;
    }
    .wrapInputsBlock .wrapInpForm textarea,
    .wrapInputsBlock .wrapInpForm p,
    .wrapInputsBlock .wrapInpForm input {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    .wrapInputsBlock .wrapInpForm {
        flex-direction: column;
    }
    .wrapSendLb {
        flex-direction: column;
    }
    .searchBlock {
        display: none;
    }
    .acSlide {
        padding: 20px 15px 20px;
    }
    .wrapSlideAC {
        padding-top: 0px;
    }
    .sliderAC {
        margin-right: 0px;
        margin-left: 0px;
        background: none;
    }
    .acSlide img {
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
    }
    .newsSlide {
        padding: 0;
    }
    .wrapSlideAC .slick-prev {
        right: calc(50% + 15px);
    }
    .wrapSlideAC .slick-next {
        left: calc(50% + 15px);
    }
    .newsBlock .title {
        padding-right: 0;
    }
    .sliderNews .slick-arrow {
        bottom: -40px;
        top: auto;
    }
    .sliderNews .slick-prev {
        right: calc(50% + 15px);
    }
    .sliderNews .slick-next {
        left: calc(50% + 15px);
    }
    .wrapper .container {
        width: 100%;
    }
    .wrapInputsLeftF button {
        position: static;
        margin: 20px auto 0;
        text-align: center;
        width: 100%;
        max-width: 250px;
        padding: 10px 15px;
        display: block;
    }
    .formWrapBlock p.name,
    .formWrapBlock p.namer {
        font-size: 24px;
    }
    .wrapInputsLeftF input {
        width: 100%;
    }
    .mainFooter {
        display: none;
    }
    .wrapLogoAndMain {
        justify-content: center;
    }
    .blockInfo {
        margin-bottom: 15px;
    }
    .wrapFooter {
        justify-content: space-around;
    }
    .pkForm {
        display: none;
    }
    .mobileFormWrap {
        display: block;
    }
    .formWrap {
        margin: 0 0 15px;
        width: 100%;
        padding: 5px;
    }
    .formWrap form button {
        position: static;
    }
    .formWrap .wrapSend {
        flex-direction: column;
        align-items: center;
    }
    .wrapInputsLeft {
        width: 100%;
    }
    .formWrap form {
        height: auto;
        padding: 10px 35px 10px;
    }
    .slideTop .txtBlock p.slog {
        text-align: center;
    }
    .topSlider {
        padding-bottom: 20px;
        margin-bottom: 30px;
        min-height: 100vh;
    }
    .topSlider .slideTop>img {
        max-width: 1350px;
    }
    .formWrap form p.name {
        font-size: 27px;
    }
    .slideTop {
        padding-bottom: 35px;
    }
    .wrapMain {
        border-bottom: none;
    }
    .wrapMain ul,
    .wrapMain .question {
        display: none;
    }
    .aboutCompanyBlock {
        padding-top: 0px;
        margin-top: 20px;
    }
    .topSlider .slick-dots {
        bottom: 0;
        left: 0;
        width: 100%;
        top: auto;
        flex-direction: row;
    }
    .topSlider .slick-dots button {
        border: 1px solid #ff0000;
        margin-bottom: 0;
        margin-right: 10px;
        width: 13px;
        height: 13px;
    }
    .topSlider .slick-dots button:before {
        left: 110%;
        top: 50%;
        height: 1px;
        width: 10px;
        background: #ff0000;
    }
    .topSlider .slick-dots .slick-active button {
        background: #ff0000;
    }
    /*mobMain*/
    #openMain {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 30px;
    }
    #openMain .line {
        background: #ff0000;
        height: 2px;
        width: 100%;
    }
    .wrapHeader {
        flex-direction: column;
        align-items: flex-end;
    }
    .topLine {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 5px 0;
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
    }
    .wrapMain ul {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        overflow-y: auto;
        padding-top: 60px;
        background: rgba(255, 255, 255, 0.8);
        z-index: 50;
    }
    .wrapMain ul.active {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        overflow-y: auto;
        padding-top: 60px;
        background: rgba(255, 255, 255, 0.8);
        z-index: 50;
        padding-left: 15px;
    }
    .wrapMain ul li a {
        display: block;
        padding: 5px 0;
        margin-bottom: 10px;
        font-size: 18px;
        color: #000;
        border: none;
    }
    .wrapMain ul li {
        padding: 0 30px 0 10px;
        position: relative;
    }
    .wrapMain ul li ul {
        display: block;
        position: relative;
        top: 0;
        background: none;
        border: none;
        padding: 0 10px 10px;
        height: auto;
        overflow: visible;
    }
    ul .openChildMain {
        display: block;
    }
    ul ul .closeMain {
        display: none;
    }
    .mainSectionBlock {
        /*display: none;*/
    }
    .mainSectionBlock ul {
        display: block;
    }
    .mainSectionBlock ul li {
        padding-bottom: 5px;
        border-bottom: 1px solid #000;
        margin-bottom: 5px;
    }
    .mainSectionBlock ul a {
        border-right: none;
    }
    .mainSectionBlock ul li:last-child {
        border-bottom: none;
    }
    .insidepage .mainBlock {
        z-index: 50;
        padding-top: 0px;
        border: none;
    }
    .closeMain {
        position: absolute;
        right: 15px;
        top: 15px;
        display: block;
        font-size: 26px;
        color: #000;
        z-index: 500;
        font-family: "ProximaNovaBold";
        z-index: 1;
    }
    .openChildMain {
        display: block;
        position: absolute;
        right: 15px;
        top: -7px;
        padding: 10px;
        z-index: 50;
    }
    .imgGall .imgW {
        width: 50%;
    }
    .modalF.callback-modal {
        border: 5px solid #000;
        background: #fff;
        max-width: 90%;
        height: auto;
        padding: 30px 10px 15px;
    }
    .modalF button.mfp-close {
        right: 15px;
        top: 5px;
    }
    .wrapMain ul li ul li a {
        border-bottom: none;
    }
    /*End mobMain*/
    .mainProducts {
        flex-wrap: wrap;
        justify-content: space-around;
        margin-bottom: 0px;
    }
    .nucProdMain {
        min-width: 290px;
        margin-bottom: 30px;
    }
    .slideTop .decoreSlide {
        position: static;
    }
    .nucProdMain img {
        max-width: 100%;
        margin-left: 0;
    }
}

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

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

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

@media screen and (max-width:485px) {
    .imgGall .imgW {
        width: 100%;
    }
    .botFootInfo {
        flex-direction: column;
        align-items: center;
    }
    .botFootInfo p {
        margin-bottom: 10px;
    }
}

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

@media screen and (max-width:400px) {
    .slideTop .decoreSlide img {
        max-width: 130%;
        margin-left: 3%;
    }
}

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