@charset "utf-8";
@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";
@import "bootstrap.css";
@import "normalize.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 {
    position: relative;
}

.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 {
    font-weight: 300;
    padding-left: 25px;
    font-size: 12px;
    display: block;
    position: relative;
}

.wrapLabel span a {
    color: #ef5e07;
}

.wrapLabel span:before {
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    content: '';
    background: #fff;
    border: 1px solid #000;
    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;
}


/*  */

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

@font-face {
    font-family: 'Exo2';
    src: url(../fonts/Exo2-LightItalic.ttf) format('truetype');
    font-weight: 300;
    font-style: italic;
}

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

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

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

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

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

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

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

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

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

body {
    color: #000;
    font-size: 18px;
    font-family: 'Exo2';
    font-weight: 300;
    line-height: 1.2;
}

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

*::before,
*::after {
    line-height: 0;
}

.h1,
h1 {
    font-family: 'Exo2';
    font-weight: 300;
    color: #000;
    position: relative;
    padding-left: 115px;
    margin: 0 0 50px;
    font-size: 60px;
    line-height: 0.8;
}

.h1 span,
h1 span {
    color: #d1a661;
    font-weight: 600;
}

.h1::before,
h1::before {
    position: absolute;
    content: '';
    left: 0;
    top: 30px;
    height: 1px;
    width: 85px;
    background: #d1a661;
}

.h2,
h2 {
    font-size: 30px;
    font-family: 'Exo2';
    color: #000;
    font-weight: 600;
    margin: 0 0 25px;
}

.wrapper {
    max-width: 1920px;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

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

.wrapLabel span {
    font-weight: 200;
    padding-left: 25px;
    font-size: 13px;
    display: block;
    position: relative;
}

.wrapLabel span a {
    color: #ef5e07;
}

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

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

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


/* header */

.wrapHeader {
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    width: 100%;
    padding: 20px 0;
    z-index: 10;
}

.wrapHead .logo {
    display: block;
    padding-right: 115px;
}

.wrapHead .rightBlock {
    width: calc(100% - 310px);
}

.wrapHead .topLine {
    margin-bottom: 10px;
}

.wrapHead .topLine p {
    margin: 0;
    font-family: 'Exo2';
    font-weight: 300;
    font-size: 14px;
    color: rgba(250, 250, 250, 0.35);
}

.wrapHead .topLine .socBlock a {
    color: #fff;
    text-decoration: underline;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 14px;
    margin-left: 30px;
}

.wrapHead .topLine .socBlock a img {
    margin-right: 10px;
}

.wrapHead .sendLine {
    margin-bottom: 20px;
}

.wrapHead .sendLine img {
    margin-right: 10px;
}

.wrapHead .sendLine .info {
    color: #fff;
    font-family: 'Exo2';
    font-weight: 300;
    font-size: 15px;
}

.wrapHead .sendLine .phone {
    font-size: 21px;
    font-family: 'ProximaNova';
    font-weight: 900;
}

.wrapHead .botLine {
    position: relative;
}

.wrapHead .botLine::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 1px;
    width: 100%;
    background: rgba(250, 250, 250, 0.3);
}

.wrapHead .botLine .menu {
    margin-bottom: 10px;
}

.wrapHead .botLine ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.wrapHead .botLine ul li {
    position: relative;
    padding-bottom: 15px;
    margin-right: 25px;
    display: inline-block;
}

.wrapHead .botLine ul li::before {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 0;
    height: 5px;
    width: 100%;
    background: #d1a661;
    border-radius: 3px;
    transition: all 0.4s;
    opacity: 0;
}

.wrapHead .botLine ul li:hover::before,
.wrapHead .botLine ul li.active::before {
    opacity: 1;
}

.wrapHead .botLine ul a {
    color: #fff;
    font-size: 15px;
    font-family: 'Exo2';
    font-weight: 700;
    text-transform: uppercase;
}

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

.wrapHead .botLine .linksLine img {
    margin-right: 15px;
}

.wrapHead .botLine .linksLine a {
    color: #fff;
    font-size: 15px;
    font-family: 'Exo2';
    font-weight: 700;
    margin-right: 50px;
    transition: all 0.4s;
}

.wrapHead .botLine .linksLine a:hover {
    text-decoration: none;
    color: #d1a661;
}

.btnStyle {
    font-size: 17px;
    font-family: 'montserrat';
    font-weight: 500;
    border: none;
    outline: none;
    background: #d1a661;
    transition: all 0.4s;
    color: #000;
}

.btnStyle:hover {
    background: #fac846;
}

.wrapHead .btnStyle {
    width: 180px;
    height: 50px;
    border-radius: 25px;
    padding-left: 50px;
    background: url(../images/icon-btn.png) no-repeat center left 20px, #d1a661;
    z-index: 1;
}

.wrapHead .btnStyle:hover {
    background: url(../images/icon-btn.png) no-repeat center left 20px, #fac846;
}

.mobMainBlock {
    display: none;
}


/* End header */


/* topBanner */

.topBanner {
    position: relative;
}

.topBanner .imgW {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.topBanner .txtBlock {
    position: absolute;
    width: 1240px;
    left: calc((100% - 1240px) / 2);
    top: 270px;
    z-index: 1;
}

.topBanner .leftBlock {
    width: calc(100% - 600px);
}

.topBanner .title {
    color: #fff;
    font-size: 70px;
    font-family: 'Exo2';
    font-weight: 600;
    margin-bottom: 60px;
}

.topBanner .btnStyle {
    width: 330px;
    height: 50px;
    border-radius: 25px;
    padding-left: 50px;
    position: relative;
    box-shadow: 0 0 0 9px rgba(0, 0, 0, 0.2);
}

.topBanner .btnStyle::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
}

.topBanner .btnStyle::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    left: 21px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.topBanner .rightBlock {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: calc(100% - 785px);
}

.topBanner .rightBlock img {
    margin-left: 20px;
}

.topBanner .rightBlock .name {
    color: #fff;
    font-size: 30px;
    font-family: 'Exo2';
    font-weight: 300;
    text-align: right;
    white-space: nowrap;
    margin-bottom: 15px;
}


/* End topBanner */


/* bannerMain */

.bannerMain {
    margin-top: -145px;
    padding: 110px 0 80px;
    background: url(../images/backBannerMain.png) no-repeat top center, #fff;
}

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

.nucBM {
    position: relative;
    cursor: pointer;
    display: block;
}

.nucBM:hover {
    text-decoration: none;
}

.nucBM::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(250, 200, 70, 0.7);
    border-radius: 20px;
    opacity: 0;
}

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

.nucBM .name {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #fff;
    font-size: 19px;
    font-family: 'ProximaNova';
    font-weight: 700;
}

.nucBM .moreBM {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
}

.nucBM .moreBM::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.wrapFormBM {
    position: relative;
}

.wrapFormBM .txtBlock {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 45px;
    height: 100%;
}

.wrapFormBM .txt {
    font-size: 38px;
    font-family: 'Exo2';
    font-weight: 300;
    line-height: 0.8;
    margin-right: 50px;
}

.wrapFormBM .txt span {
    font-weight: 600;
}

.wrapFormBM .btnStyle {
    width: 330px;
    height: 50px;
    border-radius: 25px;
    padding-left: 50px;
    position: relative;
    box-shadow: 0 0 0 9px rgb(0 0 0 / 20%);
}

.wrapFormBM .btnStyle::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
}

.wrapFormBM .btnStyle::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    left: 21px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}


/* End bannerMain */


/* workBlock */

.workBlock {
    position: relative;
    background: url(../images/backWork.png) no-repeat top center;
    padding: 185px 0 140px;
}

.workBlock::before {
    position: absolute;
    content: url(../images/beforeWork.png);
    bottom: -80px;
    left: 0;
}

.workBlock .h1 {
    color: #fff;
    margin-bottom: 40px;
}

.workBlock .h1 span {
    color: #000;
}

.workBlock .h1::before {
    background: #fff;
}

.workBlock .txtBlock {
    padding-left: 115px;
    margin-bottom: 90px;
}

.workBlock .txtBlock p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: 'Exo2';
    font-weight: 300;
}

.wrapStones {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.nucStone .imgW {
    position: relative;
    margin: 0 -15px;
}

.nucStone .imgW::before {
    position: absolute;
    content: url(../images/beforeStone.png);
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.nucStone .name {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-family: 'Exo2';
    font-weight: 300;
    max-width: 120px;
    margin: -10px auto 0;
}


/* End workBlock */


/* advantages */

.advantages {
    padding-top: 130px;
    background: url(../images/backAdv.png) no-repeat top center;
}

.advantages .h1 {
    color: #fff;
    margin-bottom: 70px;
}

.advantages .h1::before {
    background: #fff;
}

.wrapAdv {
    display: grid;
    grid-template-columns: 1fr 680px 1fr;
    margin-bottom: 70px;
}

.wrapAdv .imgW {
    grid-row: span 3;
    padding: 15px 0;
}

.wrapAdv .name {
    color: #fff;
    font-size: 24px;
    font-family: 'Exo2';
    font-weight: 500;
    margin-bottom: 20px;
    white-space: nowrap;
}

.wrapAdv .txt {
    color: #fff;
    font-size: 18px;
    font-family: 'Exo2';
    font-weight: 300;
}

.wrapAdv .wrapTxt:first-child {
    margin-bottom: 100px;
}

.wrapAdv .wrapTxt:nth-child(4) {
    margin-bottom: 65px;
}

.wrapAdv .rightTxt {
    text-align: right;
}

.formBlock {
    background: url(../images/backForm.png) no-repeat top center;
    padding: 65px 105px 0;
}

.formBlock .name {
    color: #fff;
    font-size: 56px;
    font-family: 'Exo2';
    font-weight: 300;
}

.formBlock .name span {
    font-weight: 600;
}

.formBlock .txt {
    color: #fff;
    font-size: 18px;
    font-family: 'Exo2';
    font-weight: 300;
    margin-bottom: 40px;
}

.formBlock .wrapInputs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
    margin-bottom: 25px;
}

.formBlock input {
    height: 50px;
    width: 100%;
    background: transparent;
    border: 1px solid rgba(250, 250, 250, 0.35);
    border-radius: 25px;
    padding: 0 30px;
    outline: none;
    font-size: 19px;
    font-family: 'Exo2';
    font-weight: 400;
    color: #fff;
}

.formBlock textarea {
    border: 1px solid rgba(250, 250, 250, 0.35);
    padding: 20px 30px;
    border-radius: 25px;
    min-width: 100%;
    max-width: 100%;
    height: 120px;
    min-height: 120px;
    background: transparent;
    outline: none;
    font-size: 19px;
    font-family: 'Exo2';
    font-weight: 300;
    font-style: italic;
    margin-bottom: 25px;
    color: #fff;
}

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

.wrapLabel span {
    color: #fff;
    font-family: 'ProximaNova';
    font-weight: 300;
    padding-left: 35px;
    font-size: 14px;
    display: block;
    position: relative;
}

.wrapLabel span:before {
    position: absolute;
    left: 0;
    width: 19px;
    height: 19px;
    top: calc(50% - 10px);
    content: '';
    background: rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 5px;
}

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

.formBlock .btnStyle {
    width: 240px;
    height: 50px;
    border-radius: 25px;
    font-size: 19px;
    font-family: 'Exo2';
    font-weight: 400;
    padding-left: 20px;
    background: url(../images/icon-mail.png) no-repeat center left 23px, #fff;
    display: block;
    box-shadow: 1px 3px 7px 2px rgba(0, 0, 0, 0.17);
    margin-top: 35px;
}


/* End advantages */


/* examples */

.examples {
    padding: 80px 0 0;
}

.sliderEx {
    margin: 0 -330px;
}

.slideEx {
    padding: 0 15px;
}

.slideEx a {
    display: block;
    border-radius: 40px;
    overflow: hidden;
    height: 430px;
}

.slideEx a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sliderEx .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 106px;
    height: 106px;
    border-radius: 50%;
    background: #d1a661;
    z-index: 10;
    font-size: 0;
    border: none;
    outline: none;
}

.sliderEx .slick-prev {
    left: 7%;
}

.sliderEx .slick-prev::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 16px;
    height: 16px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}

.sliderEx .slick-next {
    right: 7%;
}

.sliderEx .slick-next::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 16px;
    height: 16px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.examples .btnGallery {
    margin: 50px 0;
    /* width: 330px; */
    height: 50px;
    border-radius: 25px;
    padding-left: 50px;
    position: relative;
    box-shadow: 0 0 0 9px rgba(0, 0, 0, 0.2);
    align-items: center;
    display: flex;
    padding-right: 15px;
}

.examples .btnGallery:hover {
    background: #fac846;
    text-decoration: none;
    color: #000;
}

.examples .btnGallery::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
}

.examples .btnGallery::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    left: 21px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}


/* End examples */


/* aboutCompany */

.aboutCompany {
    position: relative;
    padding: 60px 0 155px;
}

.aboutCompany::before {
    position: absolute;
    content: url(../images/backAboutCompany.png);
    bottom: 0;
    left: calc((100% - 1920px) / 2);
    z-index: -1;
}

.wrapAC {
    align-items: flex-end;
    padding-left: 105px;
}

.wrapAC .leftBlock {
    width: calc(100% - 545px);
}

.wrapAC .name {
    font-size: 35px;
    font-weight: 300;
    font-family: 'Exo2';
    margin-bottom: 30px;
    line-height: 1;
}

.wrapAC .name span {
    color: #d1a661;
    font-weight: 600;
}

.wrapAC p {
    font-size: 18px;
    font-family: 'Exo2';
    font-weight: 300;
    margin: 0;
    text-align: justify;
}

.wrapAC .rightBlock {
    width: calc(100% - 565px);
    padding-left: 25px;
}

.wrapAC .rightBlock img {
    margin-bottom: 35px;
}

.wrapAC .more.btnStyle {
    width: 390px;
    height: 50px;
    border-radius: 25px;
    padding-left: 60px;
    position: relative;
    box-shadow: 0 0 0 9px rgb(0 0 0 / 20%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 9px;
}

.wrapAC .more.btnStyle::before {
    position: absolute;
    content: url(../images/beforeMore.png);
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
}

.wrapAC .more.btnStyle:hover {
    color: #000;
    text-decoration: none;
}


/* End aboutCompany */


/* footer */

.wrapFooter {
    position: relative;
}

.wrapFooter iframe {
    width: 100%;
}

.wrapFooter .contactsBlock {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding: 40px 95px;
    padding-left: calc((100% - 1240px) / 2);
    z-index: 2;
    height: 590px;
    background: #d1a661;
    border-radius: 0 50px 50px 0;
    overflow: hidden;
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

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

.wrapFooter .contactsBlock .h1 span {
    color: #000;
}

.wrapFooter .contactsBlock .h1::before {
    background: #fff;
}

.wrapFooter .infoBlock {
    padding-left: 115px;
}

.wrapFooter .info {
    color: #fff;
    font-size: 15px;
    font-family: 'Exo2';
    font-weight: 300;
    margin-bottom: 10px;
    align-items: center;
}

.wrapFooter .info img {
    margin-right: 15px;
}

.wrapFooter .socBlock {
    margin-top: 30px;
}

.wrapFooter .socBlock a {
    background: #1d1f20;
    height: 30px;
    border-radius: 15px;
    padding: 0 15px;
    color: #fff;
    font-size: 15px;
    font-family: 'Exo2';
    font-weight: 300;
}

.wrapFooter .socBlock a:hover {
    text-decoration: none;
}

.wrapFooter .socBlock a img {
    margin-right: 15px;
}

.wrapFooter .botInfo {
    padding-left: 115px;
}

.wrapFooter .botInfo .rightBlock {
    padding: 15px 0 10px;
    width: calc(100% - 135px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wrapFooter .botInfo .rightBlock p {
    color: #fff;
    font-size: 13px;
    font-family: 'Montserrat';
    font-weight: 200;
}

.wrapFooter .botInfo .rightBlock a {
    color: #fff;
    font-size: 13px;
    font-family: 'Montserrat';
    font-weight: 200;
    text-decoration: underline;
}


/* End footer */


/* insidepage */

.insidepage .wrapHeader {
    position: relative;
    z-index: 0;
}

.insidepage .wrapHeader::before {
    position: absolute;
    content: url(../images/backHeaderInside.png);
    top: 0;
    left: calc((100% - 1920px) / 2);
    z-index: -1;
}

.insidepage .contentBlock {
    padding: 40px 0 140px;
}

.insidepage .contentBlock h1,
.insidepage .contentBlock .h1 {
    margin: 0 0 50px;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
}

.insidepage .contentBlock h1::before,
.insidepage .contentBlock .h1::before {
    display: none;
}

.insidepage .wrapFormBM {
    margin: 100px 0 90px;
}


/* хлебные крошки */

.breadcrumbs {
    padding: 55px 0 0;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb>.active {
    color: #000;
}

.breadcrumb>li+li:before {
    display: none;
}

.breadcrumb li a span {
    color: #d1a661;
}

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

.breadcrumb .divider {
    color: #d1a661;
    padding: 0 20px;
}

.breadcrumb .divider.icon-location {
    display: none;
}

.breadcrumb li span {
    font-size: 15px;
    font-family: 'Exo2';
    font-weight: 300;
}


/* End хлебные крошки */


/* пагинация */

.pagination {
    margin: 100px 0 0;
    display: flex;
    justify-content: center;
}

.pagination>ul {
    margin: 0;
}

.pagination>ul li {
    color: #000;
    font-size: 21px;
    font-family: 'ProximaNova';
    font-weight: 700;
    line-height: 0;
    margin-right: 30px;
}

.pagination>ul li a {
    color: #000;
}

.pagination>ul li span,
.pagination>ul li a {
    position: relative;
}

.pagination>ul li span::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #d1a661;
}

.pagination>ul li.pagination-start span::after,
.pagination>ul li.pagination-prev span::after,
.pagination>ul li.pagination-next span::after,
.pagination>ul li.pagination-end span::after {
    display: none;
}

.pagination>ul li.pagination-start span,
.pagination>ul li.pagination-prev span,
.pagination>ul li.pagination-next span,
.pagination>ul li.pagination-end span,
.pagination>ul li.pagination-start a,
.pagination>ul li.pagination-prev a,
.pagination>ul li.pagination-next a,
.pagination>ul li.pagination-end a {
    font-size: 0;
    width: 25px;
    display: block;
}

.pagination>ul li.pagination-start span,
.pagination>ul li.pagination-end span,
.pagination>ul li.pagination-start a,
.pagination>ul li.pagination-end a {
    width: 10px;
}

.pagination>ul li .pagenav::before {
    position: absolute;
    color: #000;
    font-size: 21px;
    font-family: 'ProximaNova';
    font-weight: 700;
    top: 0;
    left: 0;
}

.pagination>ul li.pagination-start .pagenav::before {
    content: '<';
}

.pagination>ul li.pagination-prev .pagenav::before {
    content: '<<';
}

.pagination>ul li.pagination-next .pagenav::before {
    content: '>>';
}

.pagination>ul li.pagination-end .pagenav::before {
    content: '>';
}


/* End пагинация */


/* End insidepage */


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

@media screen and (max-width:1699px) {
    .sliderEx .slick-prev {
        left: 19%;
    }
    .sliderEx .slick-next {
        right: 19%;
    }
}

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

@media screen and (max-width:1599px) {
    .workBlock::before {
        display: none;
    }
}

@media screen and (max-width:1299px) {
    .wrapHead .logo {
        padding-right: 50px;
    }
    .wrapHead .logo img {
        max-width: 170px;
    }
    .wrapHead .rightBlock {
        width: calc(100% - 220px);
    }
    .topBanner .txtBlock {
        width: 1140px;
        left: calc((100% - 1140px) / 2);
    }
    .nucBM .imgW img {
        max-width: 100%;
    }
    .wrapFormBM .imgW img {
        max-width: 100%;
    }
    .workBlock {
        background: url(../images/backWork.png) no-repeat top 2px center;
        background-size: cover;
        padding: 185px 0 100px;
    }
    .nucStone .imgW img {
        max-width: 100%;
    }
    .nucStone .imgW::before {
        transform: translateX(-50%) scale(0.8);
    }
    .advantages {
        background-size: cover;
    }
    .wrapAdv {
        grid-template-columns: 1fr auto 1fr;
    }
    .wrapAdv .imgW {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    .wrapAdv .imgW img {
        max-width: 100%;
    }
    .wrapAdv .wrapTxt:first-child {
        margin-bottom: 35px;
    }
    .wrapAdv .wrapTxt:nth-child(4) {
        margin-bottom: 25px;
    }
    .wrapAdv .name {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .formBlock {
        padding: 20px 105px 0;
        background-size: contain;
    }
    .wrapFooter .contactsBlock {
        padding-left: calc((100% - 1140px) / 2);
    }
}

@media screen and (max-width:1199px) {
    .wrapHead .logo {
        padding-right: 30px;
        padding-left: 30px;
    }
    .wrapHead .sendLine .info {
        margin-right: 10px;
    }
    .wrapHead .sendLine .phone {
        white-space: nowrap;
    }
    .wrapHead .botLine .menu {
        display: none;
    }
    .wrapHead .botLine::before {
        display: none;
    }
    /* мобильное меню */
    .mobMainBlock {
        z-index: 500;
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        bottom: 0;
        display: block;
        background: #d1a661;
        transition: all 0.4s;
    }
    .mobMainBlock .wrapMain {
        margin-top: 50px;
        max-height: calc(100vh - 100px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0 15px;
    }
    .mobMainBlock .wrapMain ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        overflow-y: auto;
        margin-bottom: 30px;
    }
    .wrapMain ul a {
        font-size: 20px;
        color: #fff;
        display: block;
        margin-bottom: 15px;
    }
    .mobMainBlock .wrapMain .infoBlock {
        color: #fff;
    }
    .mobMainBlock .wrapMain .infoBlock a {
        color: #fff;
    }
    .mobMainBlock .wrapMain .infoBlock .info {
        flex: 1;
        text-align: center;
    }
    .mobMainBlock .wrapMain .infoBlock .phone {
        font-size: 20px;
        font-weight: 600;
    }
    .mobMainBlock .mainButt {
        position: absolute;
        right: -50px;
        transition: all 0.4s;
        top: 20px;
        width: 50px;
        height: 50px;
        background: #d1a661;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 15px 10px;
    }
    .mobMainBlock .mainButt .line {
        width: 100%;
        position: relative;
        height: 2px;
        background: #fff;
        transition: all 0.4s;
    }
    .mobMainBlock .mainButt .line:nth-child(2):before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 2px;
        background: #fff;
        content: '';
        transition: all 0.4s;
    }
    .activeMain .mobMainBlock {
        left: 0;
    }
    .activeMain .mobMainBlock .mainButt {
        right: 0;
        top: 0;
    }
    .activeMain .mobMainBlock .mainButt .line:nth-child(1),
    .activeMain .mobMainBlock .mainButt .line:nth-child(3) {
        opacity: 0;
    }
    .activeMain .mobMainBlock .mainButt .line:nth-child(2) {
        transform: rotate(45deg);
    }
    .activeMain .mobMainBlock .mainButt .line:nth-child(2):before {
        transform: rotate(-90deg);
    }
    /* End мобильное меню */
    .topBanner .txtBlock {
        width: 940px;
        left: calc((100% - 940px) / 2);
        top: 210px;
    }
    .topBanner .leftBlock {
        width: calc(100% - 450px);
    }
    .topBanner .title {
        font-size: 50px;
    }
    .topBanner .imgW {
        height: 600px;
    }
    .topBanner .imgW img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .workBlock {
        padding: 160px 0 30px;
    }
    .workBlock .txtBlock {
        margin-bottom: 50px;
    }
    .wrapAdv {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 50px;
    }
    .wrapAdv .imgW {
        display: none;
    }
    .wrapAdv .wrapTxt:first-child {
        margin-bottom: 0;
    }
    .wrapAdv .wrapTxt:nth-child(4) {
        margin-bottom: 0;
    }
    .formBlock {
        padding: 20px 80px 0;
    }
    .formBlock .name {
        font-size: 40px;
    }
    .formBlock .txt {
        margin-bottom: 20px;
    }
    .formBlock .wrapInputs {
        grid-gap: 20px;
        margin-bottom: 20px;
    }
    .formBlock textarea {
        height: 80px;
        min-height: 80px;
    }
    .sliderEx .slick-prev {
        left: 20%;
    }
    .sliderEx .slick-next {
        right: 20%;
    }
    .wrapAC {
        padding-left: 0;
    }
    .wrapAC .leftBlock {
        width: 48%;
    }
    .wrapAC .rightBlock {
        width: 48%;
        padding-left: 0;
    }
    .wrapFooter .contactsBlock {
        padding-left: calc((100% - 940px) / 2);
    }
    .wrapFooter .contactsBlock {
        max-width: 540px;
    }
}

@media screen and (max-width:991px) {
    .wrapHead .logo {
        padding-left: 50px;
    }
    .wrapHead .logo img {
        max-width: 150px;
    }
    .wrapHead .rightBlock {
        width: calc(100% - 230px);
        padding-right: 0px;
    }
    .wrapHead .topLine {
        justify-content: flex-end;
        margin-bottom: 20px;
    }
    .wrapHead .topLine p {
        display: none;
    }
    .wrapHead .sendLine {
        display: none;
    }
    .wrapHead .botLine {
        padding-right: 0;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-end;
    }
    .wrapHead .botLine .linksLine {
        margin-bottom: 0;
    }
    .wrapHead .botLine .linksLine a {
        margin-right: 0;
        margin-left: 20px;
    }
    .topBanner .txtBlock {
        width: 720px;
        left: calc((100% - 720px) / 2);
        top: 210px;
    }
    .topBanner .title {
        font-size: 35px;
    }
    .topBanner .rightBlock {
        width: calc(100% - 270px);
    }
    .topBanner .rightBlock .name {
        font-size: 26px;
    }
    .topBanner .rightBlock img {
        margin-left: 15px;
    }
    .wrapBM {
        grid-template-columns: repeat(2, 1fr);
    }
    .wrapFormBM .txt {
        font-size: 25px;
    }
    .h1,
    h1 {
        font-size: 50px;
    }
    .wrapStones {
        display: none;
    }
    .formBlock {
        padding: 35px 40px 60px;
        border-radius: 30px;
        background-size: cover;
        position: relative;
    }
    .formBlock .btnStyle {
        position: absolute;
        margin: 0;
        left: 40px;
        bottom: -25px;
        z-index: 1;
    }
    .sliderEx {
        margin: 0;
    }
    .sliderEx .slick-arrow {
        width: 50px;
        height: 50px;
    }
    .sliderEx .slick-prev {
        left: 0;
    }
    .sliderEx .slick-next {
        right: 0;
    }
    .sliderEx .slick-prev::before {
        width: 13px;
        height: 13px;
    }
    .sliderEx .slick-next::before {
        width: 13px;
        height: 13px;
    }
    .slideEx a {
        height: 200px;
    }
    .wrapAC {
        flex-direction: column;
        justify-content: flex-start;
    }
    .wrapAC .leftBlock {
        width: 100%;
        margin-bottom: 20px;
    }
    .wrapAC .rightBlock {
        width: 100%;
    }
    .wrapFooter .contactsBlock {
        padding-left: calc((100% - 720px) / 2);
    }
    .callback-modal {
        padding: 40px;
    }
    .callback-modal__headline {
        font-size: 35px;
        margin-bottom: 30px;
    }
    .callback-modal .wrapInputs {
        margin-bottom: 20px;
    }
    .callback-modal .btnStyle {
        left: 40px;
    }
    /* insidepage */
    .wrapItem {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width:767px) {
    .callback-modal .wrapInputs {
        grid-template-columns: 1fr;
    }
    .topBanner .imgW {
        height: 640px;
    }
    .topBanner .txtBlock {
        width: calc(100% - 30px);
        left: 50%;
        top: 200px;
        transform: translateX(-50%);
        flex-direction: column;
        justify-content: flex-start;
    }
    .topBanner .leftBlock {
        width: 100%;
        margin-bottom: 30px;
    }
    .topBanner .title {
        margin-bottom: 30px;
    }
    .topBanner .rightBlock {
        width: 100%;
        align-items: flex-start;
    }
    .topBanner .rightBlock .name {
        text-align: left;
    }
    .wrapFormBM .imgW {
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        border-radius: 20px;
    }
    .wrapFormBM .imgW img {
        max-width: none;
        margin: -5px 0;
    }
    .workBlock {
        padding: 120px 0 0px;
    }
    .h1,
    h1 {
        font-size: 40px;
    }
    .advantages {
        padding-top: 50px;
    }
    .wrapFooter .map iframe {
        height: 300px;
    }
    .wrapFooter .contactsBlock {
        padding: 30px 15px;
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        border-radius: 0;
        max-width: 640px;
        transform: none;
        height: auto;
    }
    .wrapFooter .contactsBlock .h1 {
        margin-bottom: 40px;
    }
    .wrapFooter .socBlock {
        margin-bottom: 30px;
    }
}

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

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

@media screen and (max-width:600px) {
    .wrapBM {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .wrapHead .topLine {
        display: none;
    }
    .wrapHead .botLine .linksLine {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .wrapHead .botLine .linksLine a {
        margin: 0 0 5px;
        line-height: 1;
        width: 100%;
    }
    .wrapHead .botLine .linksLine img {
        width: 21px;
        height: auto;
    }
    .wrapFormBM .txtBlock {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 30px;
        width: 100%;
    }
    .wrapFormBM .txt {
        text-align: center;
        margin: 0 0 20px;
    }
    .wrapFormBM .imgW img {
        min-height: 190px;
    }
    .workBlock .txtBlock {
        padding-left: 0;
    }
    .mobMainBlock .wrapMain .infoBlock {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .mobMainBlock .wrapMain .infoBlock .info {
        margin-bottom: 10px;
        text-align: left;
    }
    .wrapAdv {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
    .wrapAdv .rightTxt {
        text-align: left;
    }
    .formBlock .wrapInputs {
        grid-template-columns: 1fr;
    }
    .formBlock textarea {
        height: 120px;
        min-height: 120px;
    }
    .advantages .h1 {
        margin-bottom: 40px;
    }
    .wrapAC .rightBlock img {
        max-width: 100%;
    }
    .wrapFooter .infoBlock {
        padding-left: 0;
    }
    .wrapFooter .botInfo {
        padding-left: 0;
    }
    /* insidepage */
    .wrapItem {
        grid-template-columns: 1fr;
    }
    .item {
        padding: 30px 0;
    }
    .item .imgW {
        margin-bottom: 20px;
    }
    .item .description {
        margin-bottom: 10px;
    }
    .item .price {
        margin-bottom: 15px;
    }
    .pagination {
        margin-top: 50px;
    }
    .insidepage .wrapFormBM {
        margin: 50px 0;
    }
    .insidepage .contentBlock {
        padding: 40px 0 50px;
    }
    /* callback-modal */
    .callback-modal__headline {
        font-size: 20px;
    }
}

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

@media screen and (max-width:425px) {
    .h1::before,
    h1::before {
        display: none;
    }
    .h1,
    h1 {
        padding-left: 0;
    }
    .wrapHead .btnStyle {
        width: 50px;
        font-size: 0;
        padding: 0;
        background: url(../images/icon-btn.png) no-repeat center, #d1a661;
    }
    .wrapHead .logo img {
        max-width: 85px;
    }
    .topBanner .imgW {
        height: 530px;
    }
    .topBanner .txtBlock {
        top: 180px;
    }
    .topBanner .title {
        font-size: 30px;
    }
    .topBanner .btnStyle {
        width: 100%;
        font-size: 15px;
    }
    .topBanner .rightBlock .name {
        font-size: 19px;
    }
    .topBanner .rightBlock img {
        max-width: 40px;
    }
    .wrapFormBM .txtBlock {
        padding: 30px 20px;
        justify-content: space-between;
    }
    .wrapFormBM .btnStyle {
        width: 100%;
        font-size: 15px;
    }
    .aboutCompany {
        padding: 60px 0;
    }
    .wrapAC .more.btnStyle {
        width: 100%;
        font-size: 15px;
        text-align: center;
        margin: 0;
    }
    .wrapFooter .socBlock {
        flex-direction: column;
        justify-content: flex-start;
    }
    .wrapFooter .socBlock a {
        margin-bottom: 15px;
    }
}

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

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