@charset "utf-8";
@import "bootstrap.css";
@import "normalize.css";
@import "../node_modules/slick-carousel/slick/slick.css";
@import "../node_modules/magnific-popup/dist/magnific-popup.css";
@import "callback-btn.css";
@import "callback-modal.css";
@import "typography.css";

/* Класс для увеличения картинки */

.zoom-img {}


/* Класс для галлереи */

.gallery {}


/* Класс для формы */

.form-submit-toggle {}


/* Класс для кнопки заказать звонок */

.callback-toggle {}


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

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

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

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

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

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

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


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

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

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


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

.main {
    display: flex;
}

.component {
    width: 100%;
}

.left,
.right {
    width: 30%;
}


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

.pagination>ul {
    margin-top: 15px;
    display: flex;
    list-style: none;
    margin-bottom: 5px;
}

.pagination>ul li {
    margin-right: 20px;
}

.pagination>ul li a {
    text-decoration: none;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

.h1,
h1 {
    font-weight: 900;
    font-size: 40px;
    margin: 0 0 45px;
}

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

.px20Fonts {
    font-size: 20px !important;
}

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

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

.wrapLabel span {
    font-weight: 200;
    padding-left: 25px;
    font-size: 11px;
    display: block;
    position: relative;
    color: #9d9fa0;
}

.wrapLabel span a {
    color: #9d9fa0;
}

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

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

.styleBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    line-height: 1;
    border: none;
    background: #ffc20a;
    color: #60422c;
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
    transition: all 0.4s;
}

.styleBtn:hover {
    text-decoration: none;
    background: #60422c;
    color: #ffc20a;
}


/*header*/

.topLineH {
    padding: 20px 0;
}

.topLineH .infoBlock {
    align-items: flex-start;
}

.topLineH .mail {
    padding-left: 25px;
    background: url(../images/iconMail.png) no-repeat left center;
    color: #60422c;
    font-size: 20px;
    font-weight: 500;
}

.topLineH .phoneBlock {
    margin-left: 40px;
    padding-left: 25px;
    background: url(../images/iconPhone.png) no-repeat left 5px;
}

.topLineH .phoneBlock a {
    color: #60422c;
    font-size: 20px;
    font-weight: 500;
    display: block;
}

.topLineH button {
    margin-left: 40px;
    height: 42px;
    width: 200px;
}

.botLineH {
    background: linear-gradient(to right, #80583b 0%, #60422c 38%, #9e6d48 81%, #80583b 100%);
}

.botLineH .wrapMain>ul {
    display: flex;
    justify-content: flex-start;
    margin: 0;
}

.botLineH .wrapMain a,
.botLineH .wrapMain span {
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: 400;
    transition: all 0.4s;
    position: relative;
}

.botLineH .wrapMain a:hover {
    color: #ffc20a;
}

.botLineH .wrapMain>ul li {
    position: relative;
}

.botLineH .wrapMain>ul>li>a,
.botLineH .wrapMain>ul>li>span {
    padding: 20px;
}

.botLineH .wrapMain>ul ul {
    position: absolute;
    left: 0;
    top: 100%;
    background: #684830;
    z-index: 2;
    display: none;
}

.botLineH .wrapMain>ul li:hover>ul {
    display: block;
}

.botLineH .wrapMain>ul ul a {
    border-bottom: 1px solid #fff;
    padding: 5px 10px;
    white-space: nowrap;
}

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

.botLineH .wrapMain>ul>li>a:before,
.botLineH .wrapMain>ul>li>span:before {
    position: absolute;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    content: '';
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.botLineH .wrapMain>ul>li:first-child>a {
    padding-left: 0;
}

.botLineH .wrapMain>ul>li:last-child>a:before {
    display: none;
}


/*End header*/


/*topBannerBlock*/

.topBannerBlock {
    position: relative;
}

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

.topBannerBlock .txtBlock {
    position: absolute;
    left: calc((100% - 1140px) / 2);
    top: 0;
    bottom: 0;
    width: 815px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.topBannerBlock p {
    font-size: 39px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    margin-bottom: 20px;
}

.topBannerBlock p span {
    color: #ffc20a;
}

.topBannerBlock .name {
    font-size: 55px;
    font-weight: 900;
}

.topBannerBlock button {
    width: 260px;
    height: 54px;
    margin-top: 15px;
}


/*End topBannerBlock*/


/*bannerMainBlock*/

.bannerMainBlock {
    padding: 60px 0;
}

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

.nucBmName {
    background: url(../images/nucBmNameBg.jpg) no-repeat;
    background-size: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 40px;
}

.nucBmName .h1 {
    font-size: 60px;
    line-height: 1;
    margin: 0;
    padding-right: 75px;
    position: relative;
    font-weight: 900;
    color: #60422c;
    display: inline-block;
}

.nucBmName .h1:before {
    position: absolute;
    right: 18px;
    top: 27px;
    background: #fff;
    content: '';
    width: 90px;
    height: 9px;
}

.nucBM {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 5px;
}

.nucBM .imgW {
    margin-bottom: 2px;
    overflow: hidden;
    height: 239px;
}

.nucBM .name {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 45px;
    background: #ececec;
    justify-content: center;
    align-items: center;
    color: #60422c;
}

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


/*End bannerMainBlock*/


/*aboutCompanyBlock*/

.aboutCompanyBlock {
    padding: 55px 0;
    background: url(../images/aboutCompanyBlockBg.jpg) no-repeat center;
    background-size: cover;
}

.wrapAC .leftBlock {
    width: 570px;
}

.wrapAC .leftBlock p {
    color: #fff;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1;
}

.wrapAC .leftBlock .name {
    font-size: 40px;
    font-weight: 700;
}

.wrapAC .rightBlock {
    width: 540px;
    background: #fff;
    padding: 4px 4px 30px;
    border-radius: 4px;
}

.wrapAC .rightBlock .topLineForm {
    border-radius: 5px 5px 0 0;
    background: url(../images/formDec.png) no-repeat calc(100% - 20px) center, #60422c;
    margin-bottom: 25px;
    padding: 15px 25px;
}

.wrapAC .topLineForm .name {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.wrapAC .topLineForm p {
    margin-bottom: 0;
    color: #fff;
    line-height: 1;
    font-size: 25px;
}

.wrapAC form {
    padding: 0 25px;
}

.wrapAC input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #bcbcbc;
    margin-bottom: 12px;
    padding: 0 10px;
    line-height: 50px;
    font-size: 18px;
}

.wrapAC .wrapLabel {
    width: calc(100% - 220px);
}

.wrapAC button {
    width: 210px;
    height: 50px;
}


/*End aboutCompanyBlock*/


/*preBlock*/

.preBlock {
    padding: 60px 0;
}

.preBlock .leftBlock {
    width: 530px;
}

.preBlock .rightBlock {
    width: 550px;
}

.wrapPre {
    display: grid;
    grid-template-columns: 210px 320px;
}

.nucPre {
    padding: 30px;
}

.nucPre:nth-child(1),
.nucPre:nth-child(3) {
    padding-left: 0;
    border-right: 1px solid #e4e4e4;
}

.nucPre:nth-child(1),
.nucPre:nth-child(2) {
    border-bottom: 1px solid #e4e4e4;
}

.nucPre .moreTxt {
    font-size: 24px;
    font-weight: 900;
    color: #906342;
    line-height: 1;
}

.nucPre .num {
    font-size: 70px;
    line-height: 55px;
    color: #ffc20a;
    font-weight: 900;
}

.nucPre .afterNum {
    font-size: 39px;
    font-weight: 900;
    color: #ffc20a;
    text-transform: uppercase;
    line-height: 1;
}

.nucPre .txtBlock {
    line-height: 1;
    font-size: 24px;
}

.nucPre.flexStart .txtBlock {
    padding-left: 15px;
}

.sertSlider {
    padding: 0 13px;
    position: relative;
}

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

.sertSlider .slideSert {
    padding: 0 7px;
}

.sertSlider .slick-arrow {
    position: absolute;
    font-size: 0;
    border: none;
    border-radius: 50%;
    top: calc(50% - 18px);
    height: 36px;
    width: 36px;
    z-index: 1;
}

.sertSlider .slick-prev {
    left: 0;
    background: url(../images/arrPrev.png) no-repeat center, #fff;
}

.sertSlider .slick-next {
    right: 0;
    background: url(../images/arrNext.png) no-repeat center, #fff;
}


/*End preBlock*/


/*creditBlock*/

.creditBlock {
    padding: 40px 0;
    background: url(../images/creditBlockBg.jpg) no-repeat center;
    background-size: cover;
    min-height: 325px;
    display: flex;
    align-items: center;
}

.creditBlock p {
    font-size: 45px;
    font-weight: 400;
    color: #000;
    margin-bottom: 25px;
    line-height: 1;
}

.creditBlock .name {
    font-size: 50px;
    font-weight: 900;
    color: #986946;
    margin-bottom: 5px;
}

.creditBlock .logoBanks img {
    margin-right: 18px;
}


/*End creditBlock*/


/*footer*/

footer {
    background: linear-gradient(to right, #80583b 0%, #60422c 38%, #9e6d48 81%, #80583b 100%);
    padding: 25px 0;
}

footer .phoneBlock {
    padding-left: 25px;
    background: url(../images/iconPhone.png) no-repeat left 5px;
}

footer .phoneBlock a {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    display: block;
}

footer .mail {
    padding-left: 25px;
    background: url(../images/iconMail.png) no-repeat left center;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

footer button {
    margin-left: 55px;
    width: 200px;
    height: 42px;
}

footer .main>ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px 15px;
}

footer .main>ul>li:first-child {
    display: none;
}

footer .main>ul a {
    color: #fff;
    display: block;
}

footer .main>ul ul {
    display: none;
}


/*End footer*/


/*modalF*/

.formBlock.callback-modal {
    width: 540px;
    max-width: 540px;
    background: #fff;
    padding: 4px 4px 30px;
    border-radius: 4px;
}

.formBlock .topLineForm {
    border-radius: 5px 5px 0 0;
    background: url(../images/formDec.png) no-repeat calc(100% - 20px) center, #60422c;
    margin-bottom: 25px;
    padding: 15px 25px;
}

.formBlock .name {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.formBlock p {
    margin-bottom: 0;
    color: #fff;
    line-height: 1;
    font-size: 25px;
}

.formBlock form {
    padding: 0 25px;
}

.formBlock input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #bcbcbc;
    margin-bottom: 12px;
    padding: 0 10px;
    line-height: 50px;
    font-size: 18px;
}

.formBlock .wrapLabel {
    width: calc(100% - 220px);
}

.formBlock button {
    width: 210px;
    height: 50px;
}

.formBlock .mfp-close {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    line-height: 1;
}


/*End modalF*/


/*insidepage*/

.insidepage header {
    margin-bottom: 50px;
}

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

.insidepage .item-page ol {
    padding-left: 10px;
    margin-left: 15px;
}

.insidepage .item-page ul {
    padding-left: 10px;
    margin-left: 0;
}

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


/*End insidepage*/


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

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