html.lock {
    overflow: hidden;
}

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


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


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


/* Модалка */

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

.wrapLabel span {
    padding-left: 25px;
    display: block;
    position: relative;
    color: var(--main-white, #FCF8F8);
    font-family: Raleway;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
}

.wrapLabel span a {
    color: var(--main-white, #FCF8F8);
    font-family: Raleway;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
}

a {
    text-decoration: none;
    color: var(--mian-black, #60554A);
    /* color: var(--main-white, #FCF8F8); */
}

a:hover {
    text-decoration: underline;
    color: var(--mian-black, #60554A);
    /* color: var(--main-white, #FCF8F8); */
}

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

.wrapLabel span:after {
    position: absolute;
    width: 8px;
    height: 8px;
    left: 4px;
    top: calc(50% - 4px);
    content: '';
    background: #C5AF8A;
    /*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;
}


/* Модалка */

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

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

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

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

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

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

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

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

body {
    background: url(../images/body.jpg);
}

.h1,
h1 {
    margin-bottom: 30px;
    color: var(--mian-black, #60554A);
    text-align: center;
    font-size: 25px;
    font-family: Cormorant Garamond;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
}

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

@media screen and (min-width:1600px) {
    .wrapper .container {
        width: 1600px;
    }
    .containerTo.container {
        max-width: 1270px;
        margin: 0 auto;
        width: 100%;
    }
}

.callback-toggle {
    cursor: pointer;
}

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

.btnStyle {
    position: relative;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    transition: all 0.4s;
    z-index: 1;
    text-decoration: none;
    border: 1px solid var(--main-yellow, #C5AF8A);
    display: flex;
    background: transparent;
    height: 60px;
    color: var(--mian-black, #60554A);
    text-align: center;
    font-size: 16px;
    font-family: Raleway;
    font-weight: 300;
    text-transform: uppercase;
}

.btnStyle img {
    margin-right: 10px;
}

.sliderT .btnStyle {
    color: var(--main-white, #FCF8F8);
    font-size: 25px;
    font-family: Cormorant Garamond;
    font-weight: 600;
    line-height: 74px;
    width: 100%;
    height: 80px;
}

.btnStyle:hover {
    color: #000;
}

.btnStyle:hover,
.btnStyle:focus {
    text-decoration: none;
}

.btnStyle:before {
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    width: 6px;
    height: 20px;
    background: #C5AF8A;
    content: '';
    transition: all 0.4s;
    z-index: -1;
}

.btnStyle:hover:before {
    width: 100%;
    top: 0;
    height: 100%;
}


/* header */

.wrapH {
    position: absolute;
    left: 0;
    z-index: 1;
    right: 0;
    top: 0;
    padding-top: 60px;
    align-items: flex-start;
}

header .container {
    position: relative;
}

.topHmenu ul {
    display: flex;
}

.topHmenu li {
    position: relative;
}

.topHmenu a {
    color: var(--main-white, #FCF8F8);
    font-size: 14px;
    font-family: Raleway;
    line-height: 31px;
    text-transform: uppercase;
}

.wrapSoc a {
    color: var(--main-white, #FCF8F8);
    font-size: 14px;
    font-family: Raleway;
    line-height: 31px;
    text-transform: uppercase;
    padding: 4px 14px;
    border: 1px solid var(--main-white, #FCF8F8);
    display: inline-flex;
    margin-right: 20px;
    transition: 0.5s;
}

.wrapSoc a img {
    display: none;
}

.wrapSoc a:hover {
    background: var(--main-white, #FCF8F8);
    color: #60554A;
    text-decoration: none;
}

.wrapSoc a:last-child {
    margin-right: 0;
}


/* topslider */

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

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

.sliderT {
    position: relative;
}

.sliderT .slidertxtBlock {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    left: 0;
    right: 0;
    flex-direction: column;
    padding-bottom: 160px;
}

.sliderT .slidertxtBlock:hover:before {
    transform: scale(1.2);
}

.sliderT .slidertxtBlock:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transition: all 1s;
    background: radial-gradient(28.72% 50% at 50.00% 50%, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.32) 58.87%, rgba(0, 0, 0, 0.40) 84.38%);
}

.sliderT .slh1 {
    color: var(--main-white, #FCF8F8);
    text-align: center;
    font-family: Cormorant Garamond;
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

.sliderT .slitxt {
    color: var(--main-white, #FCF8F8);
    text-align: center;
    font-family: Cormorant Garamond;
    font-size: 54px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}

.sliderT .txt {
    z-index: 1;
    margin-top: 40px;
}

.sliderT .callback-toggle {
    max-width: 340px;
    margin: 0 auto;
    margin-top: 240px;
}


/*  */

.botSliderBlock .container {
    position: relative;
}

.wrapBotSl {
    position: absolute;
    z-index: 1;
    color: #fff;
    bottom: 55px;
    display: flex;
    justify-content: space-between;
    left: 0;
    right: 0;
}

.wrapBotSl .nucbsl {
    color: var(--main-white, #FCF8F8);
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 300;
    font-family: Cormorant Garamond;
    -moz-font-feature-settings: "lnum";
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
}

.wrapLink .linkTo:hover {
    background: #C5AF8A;
}

.wrapLink .linkTo {
    width: 4px;
    height: 70px;
    border: 1px solid #C5AF8A;
    transition: 0.5s;
}

.botSliderBlock {
    position: relative;
    z-index: 10;
}

header {
    position: sticky;
    z-index: 10;
    left: 0;
    right: 0;
    max-width: 1920px;
    top: 0;
}

.wrapLink {
    flex-shrink: 0;
    cursor: pointer;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    flex-direction: column;
}

.wrapBotSl .nucbsl .phone {
    display: block;
    color: var(--main-white, #FCF8F8);
    margin-bottom: 5px;
}


/*  */

.wrapcatmenu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: dense;
    grid-gap: 15px;
}

.nuccatmenu:first-child {
    grid-row: span 2;
}

.nuccatmenu:hover .imgW img {
    transform: scale(1.3);
}

.nuccatmenu .imgW img {
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    transition: 1.2s all;
    height: 100%;
}

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

.nuccatmenu .imgW {
    position: relative;
    height: 100%;
}

.nuccatmenu .imgW:before {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.60);
    position: absolute;
    z-index: 1;
}

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

.nuccatmenu .txtBlock {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    right: 30px;
    color: var(--main-white, #FCF8F8);
    font-size: 18px;
    font-family: Raleway;
    line-height: 24px;
    text-transform: uppercase;
}

.nuccatmenu:before {
    content: '';
    position: absolute;
    border: 1px solid #C5AF8A;
    width: 90%;
    height: 30%;
    top: 10px;
    left: 10px;
    z-index: 5;
    border-bottom: 0;
    border-right: 0;
}

.nuccatmenu::after {
    content: '';
    position: absolute;
    border: 1px solid #C5AF8A;
    width: 90%;
    height: 30%;
    bottom: 10px;
    right: 10px;
    z-index: 5;
    border-top: 0;
    border-left: 0;
}

.section {
    margin-top: 120px;
}


/*  */

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

.slideRab.slick-center .imgW {
    transform: scale(1.2);
    transition: 1s;
}

.slideRab .imgW {
    transition: 1s;
}

.slideRab.slick-center .imgW {
    transition: 1.2s all;
}

.slideRab.slick-center:hover .imgW {
    transform: scale(1.25);
}

.slideRab .imgW {
    margin: 10px;
    padding: 10%;
    position: relative;
    text-align: center;
}

.sliderRabs {
    margin: 0 -6%;
}

.slideRab img {
    max-width: 100%;
    min-height: 215px;
    object-fit: cover;
}

.slick-arrow {
    border: 0;
    background: transparent;
    font-size: 0;
}

.slick-prev {
    background: url(../images/slickprev.svg) no-repeat;
    width: 54px;
    height: 32px;
    z-index: 1;
}

.sliderRabs .slick-prev {
    left: calc(50% - 27px - 300px);
    top: calc(50% - 27px);
    position: absolute;
}

.slick-next {
    background: url(../images/slicknext.svg) no-repeat;
    width: 54px;
    height: 32px;
    z-index: 1;
}

.sliderRabs .slick-next {
    left: calc(50% - 27px + 300px);
    top: calc(50% - 27px);
    position: absolute;
}

.rblock .h1 {
    margin: 0;
}


/*  */

.slideRev .title {
    color: var(--mian-black, #60554A);
    font-size: 18px;
    font-family: Cormorant Garamond;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
}

.wrapSliderRev {
    color: var(--mian-black, #60554A);
    font-size: 16px;
    font-family: Raleway;
    font-weight: 300;
    line-height: 110%;
    border: 1px solid var(--main-yellow, #C5AF8A);
    padding: 40px 40px 70px 40px;
    margin: 0 10px;
}

.sliderReviews {
    margin: 0 -10px;
}

.botRevslider {
    margin-top: 20px;
}

.botRevslider .btnStyle:hover {
    -webkit-box-shadow: 0px 8px 13px 1px rgba(34, 60, 80, 0.1);
    -moz-box-shadow: 0px 8px 13px 1px rgba(34, 60, 80, 0.1);
    box-shadow: 0px 8px 13px 1px rgba(34, 60, 80, 0.1);
}

.botRevslider .btnStyle:before {
    display: none;
}

.btnCenter .btnStyle:hover {
    -webkit-box-shadow: 0px 8px 13px 1px rgba(34, 60, 80, 0.1);
    -moz-box-shadow: 0px 8px 13px 1px rgba(34, 60, 80, 0.1);
    box-shadow: 0px 8px 13px 1px rgba(34, 60, 80, 0.1);
}

.btnCenter .btnStyle:before {
    display: none;
}

.arrowSlick.arrowSlick1 {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}


/*  */

.nucAdv {
    padding: 30px 15px 30px 30px;
    text-align: left;
    color: var(--mian-black, #60554A);
    font-size: 16px;
    font-family: Raleway;
    font-weight: 300;
    line-height: 100%;
    border: 1px solid var(--main-yellow, #C5AF8A);
}

.nucAdv .title {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-family: Cormorant Garamond;
    font-weight: 300;
    line-height: 100%;
    text-transform: uppercase;
    margin: 20px 0;
}

.containerTo.container::before,
.containerTo.container::after {
    display: none;
}

.wrapAdv {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 20px;
}

.advBlock {
    margin-top: 180px;
}


/*  */

.btnStyle input {
    display: none;
}

input {
    border: 0;
    border-bottom: 1px solid var(--main-yellow, #C5AF8A);
    background: transparent;
    padding: 20px 0px 20px 0px;
}

input:hover,
input:focus {
    border: 0;
    border-bottom: 1px solid var(--main-yellow, #C5AF8A);
    outline: none;
}

.formBlock {
    background: url(../images/formbackground.jpg) center center no-repeat;
    padding: 30px 160px;
}

.wrapForm .title {
    color: var(--main-yellow, #C5AF8A);
    text-align: center;
    font-size: 60px;
    font-family: Cormorant Garamond;
    font-weight: 300;
    line-height: 65px;
    text-transform: uppercase;
    margin-bottom: 100px;
}

.wrapForm {
    border: 1px solid var(--main-yellow, #C5AF8A);
    padding: 110px 0 91px;
    color: var(--main-white, #FCF8F8);
}

.wrapForm .txtmessage {
    color: var(--main-white, #FCF8F8);
    font-size: 16px;
    font-family: Raleway;
    line-height: 24px;
    margin-bottom: 20px;
    opacity: 0.8;
}

.wrapForm .wrapF {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: space-between;
    grid-gap: 60px;
    padding: 35px 35px 35px 60px;
    border: 1px solid var(--main-yellow, #C5AF8A);
}

.wrapForm .txt {
    color: var(--main-white, #FCF8F8);
    font-size: 16px;
    font-family: Raleway;
    line-height: 24px;
    opacity: 0.8;
    margin-top: 20px;
}

.wrapF .btnStyle {
    color: var(--main-white, #FCF8F8);
    text-align: center;
    font-size: 16px;
    font-family: Raleway;
    font-weight: 300;
    line-height: 20px;
    text-transform: uppercase;
}


/*  */

.wrapEtapy {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 20px;
}

.wrapEtapy .span2 {
    grid-column: span 2;
}

.nucEtapy .num {
    color: var(--main-yellow, #C5AF8A);
    font-size: 96px;
    font-family: Cormorant Garamond;
    line-height: 100%;
    text-transform: uppercase;
}

.nucEtapy .txt {
    color: var(--mian-black, #60554A);
    font-size: 16px;
    font-family: Raleway;
    font-weight: 300;
    line-height: 100%;
    padding-top: 20px;
}

.nucEtapy {
    border: 1px solid var(--main-yellow, #C5AF8A);
    padding: 0 30px 50px;
}

.nucEtapy.p0 {
    padding: 0;
    border-radius: 0 145px 0 150px;
}

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

.etapyblock {
    padding: 120px 0 200px;
}

.promoblock {
    background: var(--mian-black, #60554A);
    padding: 30px 0;
}

.wrapPromo {
    display: flex;
    align-items: center;
    border: 1px solid var(--main-yellow, #C5AF8A);
    padding: 30px 70px 30px 120px;
    justify-content: space-between;
    color: var(--main-white, #FCF8F8);
    font-size: 41px;
    font-family: TT Hoves Pro Trial;
    font-weight: 200;
    line-height: 45px;
    text-transform: uppercase;
}

.wrapPromo .t1 {
    text-align: left;
    padding-right: 80px;
}

.wrapPromo .t2 {
    text-align: right;
    padding-bottom: 5px;
}

.wrapPromo .btnStyle {
    color: var(--main-white, #FCF8F8);
    text-align: center;
    font-size: 25px;
    font-family: Cormorant Garamond;
    font-weight: 600;
    line-height: 74px;
    text-transform: uppercase;
    width: 335px;
    height: 80px;
}

.wrapSeonum {
    padding-top: 50px;
    padding-left: 525px;
    position: relative;
}

.wrapSeonum::before {
    content: '';
    background: url(../images/keit.jpg) no-repeat;
    position: absolute;
    height: 420px;
    width: 100%;
    right: calc(840px - 500px);
    z-index: 10;
    top: 52px;
}

.wrappronumB {
    border: 1px solid var(--main-yellow, #C5AF8A);
}

.wrapSeonum .title {
    color: var(--mian-black, #60554A);
    font-size: 40px;
    font-family: Cormorant Garamond;
    line-height: 100%;
    text-transform: uppercase;
}

.wrapSeonum .title .t2 {
    padding-left: 100px;
    margin-top: 10px;
}

.wrapSeonum .txt {
    margin-top: 70px;
    color: var(--mian-black, #60554A);
    font-size: 18px;
    font-family: Raleway;
    font-weight: 300;
    line-height: 24px;
    padding-right: 105px;
}

.wrapSeonum .txt p {
    margin-bottom: 20px;
}

.wrappronum {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 70px;
}

.numPro:last-child {
    border-right: 0;
}

.numPro:first-child {
    border-left: 0;
}

.pronumBlock {
    margin-top: 120px;
}

.wrappronumB {
    position: relative;
}

.wrappronumB:after {
    content: '';
    background: url(../images/keicontlogo.png);
    right: 0;
    position: absolute;
    z-index: -1;
    width: 258px;
    height: 518px;
    top: 0;
}

.numPro {
    border: 1px solid #C5AF8A;
    padding: 0 20px 20px 20px;
    color: var(--mian-black, #60554A);
    font-size: 18px;
    font-family: Raleway;
    font-weight: 300;
    line-height: 24px;
    border-bottom: 0;
    margin-left: -1px;
}

.numPro .num {
    color: var(--main-yellow, #C5AF8A);
    font-size: 96px;
    font-family: Cormorant Garamond;
    line-height: 100%;
    text-transform: uppercase;
}

.numPro .vid {
    color: var(--main-yellow, #C5AF8A);
    text-align: center;
    font-size: 20px;
    font-family: Cormorant Garamond;
    font-weight: 600;
    line-height: 100%;
}

.numPro .topblock {
    align-items: baseline;
}

.numPro .txblock {
    padding-top: 20px;
}


/*  */

footer {
    margin-top: 50px;
}

.topF .title {
    color: var(--mian-black, #60554A);
    text-align: right;
    font-size: 160px;
    font-family: Cormorant Garamond;
    font-weight: 300;
    line-height: 100%;
    display: none;
}

.topF .title .t1 {
    padding-right: 175px;
}

.topF .titleF {
    color: var(--mian-black, #60554A);
    font-size: 16px;
    font-family: Raleway;
    font-weight: 700;
    line-height: 24px;
}

.topF .txtBlock {
    color: var(--mian-black, #60554A);
    font-size: 16px;
    font-family: Raleway;
    font-weight: 400;
    line-height: 24px;
}

.topF .phoneBlock {
    display: flex;
    flex-direction: column;
    color: var(--mian-black, #60554A);
    font-size: 16px;
    font-family: Raleway;
    line-height: 22px;
    margin-top: 35px;
}

.wrapTF {
    padding-right: 200px;
    margin-top: 30px;
    -moz-font-feature-settings: "lnum";
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
}

.topF .rightBlock .txtBlock {
    color: var(--mian-black, #60554A);
    font-size: 16px;
    font-family: Raleway;
    font-weight: 400;
    line-height: 24px;
    border: 1px solid var(--main-yellow, #C5AF8A);
    padding: 17px;
    margin-right: 10px;
}

.socials {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 40px;
    margin-left: 10px;
}

.nucS {
    border: 1px solid var(--main-yellow, #C5AF8A);
    display: flex;
    padding: 13px;
    position: relative;
}

.nucS::after {
    content: '';
    background: url(../images/line.png);
    width: 22px;
    height: 1px;
    position: absolute;
    left: calc(100% + 10px);
    top: calc(50% + 1px);
}

.nucS:last-child:after {
    display: none;
}

.copBlock {
    color: var(--mian-black, #60554A);
    font-size: 12px;
    font-family: Raleway;
    line-height: 24px;
    -moz-font-feature-settings: "lnum";
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    margin-top: 70px;
    margin-bottom: 40px;
}

.botF {
    background: url(../images/botF.png);
}

.botM ul li a {
    color: var(--main-white, #FCF8F8);
    font-size: 20px;
    font-family: Raleway;
    line-height: 31px;
    text-transform: uppercase;
}

.botM ul li {
    margin-left: 20px;
}

.botM ul {
    display: flex;
    justify-content: center;
    padding: 50px 0;
}

.nucS img {
    transition: 0.5s;
}

.nucS:hover img {
    transform: translateY(-3px);
}

.topF .containerTo {
    position: relative;
}

.topF {
    position: relative;
}

.topF::before {
    content: '';
    background: url(../images/circleBefore.png);
}

.insidepage header {
    background: #60554A;
    margin-bottom: 50px;
}

.insidepage .wrapH {
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.topHmenu ul {
    display: flex;
    align-items: center;
    height: 100%;
}

.topHmenu li {
    position: relative;
}

.topHmenu li a {
    margin-right: 40px;
    font-weight: 500;
    color: #FCF8F8;
}

.topHmenu ul a {
    display: block;
    text-transform: uppercase;
}

.botM ul ul {
    display: none;
}

.sliderT.slick-slide.slick-current.slick-active .imgW {
    overflow: hidden;
}

@keyframes leaves {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.2);
    }
}

.sliderT.slick-slide.slick-current.slick-active .imgW img {
    animation: leaves 10s ease-in-out infinite alternate;
    -webkit-animation: leaves 10s ease-in-out infinite alternate;
}

.callback-modal.callback-modal-toggle {
    position: relative;
    width: 800px;
    margin: 0 auto;
    background: url(../images/formBgmodal.jpg) center center/cover no-repeat;
    padding: 50px;
    border: 1px solid var(--main-yellow, #C5AF8A);
}

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

.callback-modal__headline {
    color: var(--main-yellow, #C5AF8A);
    text-align: center;
    font-family: Cormorant Garamond;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 65px;
    text-transform: uppercase;
}

.callback-modal__form-submit .inputs {
    padding-left: 310px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 35px;
    margin-bottom: 20px;
}

.callback-modal__form-submit button {
    border: 1px solid var(--main-yellow, #C5AF8A);
    background: transparent;
    color: var(--main-white, #FCF8F8);
    text-align: center;
    font-family: Cormorant Garamond;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    text-transform: uppercase;
    min-width: 200px;
    margin-left: 30px;
    transition: 0.5s;
    color: #fff;
}

.callback-modal__form-submit button:hover {
    background: #C5AF8A;
    color: #333333;
}

.nucI {
    display: flex;
    flex-direction: column;
    padding: 15px 25px 25px 25px;
    border: 1px solid var(--main-yellow, #C5AF8A);
}

.nucI input {
    height: 50px;
    color: #C5AF8A;
}

.nucI input::placeholder {}

.botLineMF {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.callback-modal__form-submit .inputs:before {
    content: '';
    background: url(../images/leftBeforeModal.png);
    width: 274px;
    height: 295px;
    position: absolute;
    left: -50px;
}

.header__burger {
    display: none;
}

.topHmenu {
    border-bottom: 1px solid #FCF8F8;
}

.insidepage .logo img {
    max-width: 100px;
}

.insidepage .wrapH {
    align-items: center;
    padding-top: 20px;
}

.openChildMain {
    display: none;
}

header.headerFixed {
    z-index: 100;
    width: 100%;
}

header.headerFixed {
    background: rgb(96 85 74 / 80%);
}

.headerFixed .wrapH {
    padding: 10px 0;
    height: auto;
    position: relative;
    align-items: center;
}

.logo img {
    transition: 0.5s;
    display: block;
    max-width: 180px;
}

.headerFixed .wrapH .left .logo img {
    max-width: 100px;
}


/* pageServices */

.pageServices {}

.pageServices {}

.pageServices {}

.pageServices {}


/* pageServices end */


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

@media screen and (max-width:1599px) {
    .sliderRabs .slick-next {
        left: calc(50% - 27px + 250px);
    }
    .sliderRabs .slick-prev {
        left: calc(50% - 27px - 250px);
    }
    .wrapForm .wrapF {
        padding: 20px;
        grid-gap: 20px
    }
    .wrapSoc a {
        margin-right: 5px;
    }
    .topHmenu li a {
        margin-right: 20px;
    }
    .topHmenu li.parent a {
        margin-right: 40px;
    }
    .logo img {
        max-width: 100px;
    }
    .topHmenu a {
        font-size: 13px;
    }
    .headerFixed .wrapH .left .logo img {
        max-width: 60px;
    }
    .wrapPromo {
        padding: 20px;
    }
}

@media screen and (max-width:1499px) {
    .wrapForm .containerTo.container {
        width: 100%;
    }
}

@media screen and (max-width:1299px) {
    .sliderRabs .slick-next {
        left: calc(50% - 27px + 225px);
    }
    .sliderRabs .slick-prev {
        left: calc(50% - 27px - 225px);
    }
    .formBlock {
        padding: 20px
    }
}

@media screen and (min-width:1200px) {
    .topHmenu li.parent:before {
        content: " ";
        position: absolute;
        width: 5px;
        height: 5px;
        border-bottom: 2px solid #FCF8F8;
        border-right: 2px solid #FCF8F8;
        top: 50%;
        margin-top: -5px;
        right: 25px;
        transform: rotate(45deg);
        opacity: 0.9;
    }
    .topHmenu li>ul {
        position: absolute;
        top: 0;
        visibility: hidden;
        z-index: 500;
        height: auto;
        border-top: none;
        width: 300px;
        left: 0;
        top: 100%;
        display: none;
        background: url(../images/menuback.jpg);
        padding: 20px;
    }
    .topHmenu li:hover>ul {
        visibility: visible;
        transition-delay: 0s;
        display: block;
    }
    .topHmenu li li a {
        color: var(--main-white, #FCF8F8);
        font-family: Raleway;
        font-size: 17px;
        font-style: normal;
        font-weight: 300;
        line-height: 110%;
        margin: 0;
    }
    .topHmenu li>ul ul {
        left: 100%;
        top: -1px;
    }
    .topHmenu li li {
        padding: 10px 10px;
        margin: 0;
    }
}

@media screen and (max-width:1199px) {
    .headerFixed .wrapH .left .logo img {
        max-width: 50px;
    }
    .openChildMain.active i {
        transform: rotate(180deg);
    }
    .topHmenu li {
        width: 100%;
        margin: 5px 0;
    }
    .homepage .wrap-up {
        margin-bottom: 20px;
    }
    .wrapM ul li.parent {
        position: relative;
    }
    .wrapM ul li.parent>a {
        padding: 10px 0;
        padding-right: 30px;
        display: block;
        max-width: calc(100% - 40px);
    }
    .openChildMain {
        position: absolute;
        right: 10px;
        top: 0;
        width: 30px;
        height: 30px;
        border: 1px dotted #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .openChildMain i {
        color: #fff;
    }
    .wrapH {
        align-items: center;
        padding-top: 20px;
    }
    .header__burger {
        width: 30px;
        height: 20px;
        min-width: 30px;
        position: relative;
        z-index: 100;
        display: block;
    }
    .header__burger::before,
    .header__burger::after {
        content: '';
        background-color: #C5AF8A;
        position: absolute;
        width: 100%;
        min-width: 100%;
        height: 2px;
        left: 0;
        transition: all 0.3s ease 0s;
    }
    .header__burger::before {
        top: 0;
    }
    .header__burger span {
        position: absolute;
        background-color: #C5AF8A;
        left: 0;
        width: 100%;
        height: 2px;
        top: 9px;
        transition: all 0.3s ease 0s;
    }
    .header__burger::after {
        bottom: 0;
    }
    .header__burger.active::before {
        transform: rotate(45deg);
        top: 9px;
    }
    .header__burger.active span {
        display: none;
    }
    .header__burger.active::after {
        transform: rotate(-45deg);
        bottom: 9px;
    }
    .topHmenu {
        left: -100%;
        transition: all 1s ease;
        bottom: 0;
        width: 100%;
        position: fixed;
        background: #60554aed;
        top: 0;
        z-index: 20;
        overflow: auto;
        padding: 125px 90px 100px 90px;
    }
    .topHmenu.active {
        left: 0;
    }
    .wrapH .left {
        display: flex;
        align-items: center;
    }
    .topHmenu ul {
        display: flex;
        align-items: center;
        height: 100%;
        flex-direction: column;
    }
    .sliderRabs .slick-next {
        left: calc(50% - 27px + 190px);
    }
    .sliderRabs .slick-prev {
        left: calc(50% - 27px - 180px);
    }
    .wrapSliderRev {
        padding: 20px;
    }
    .nucAdv {
        padding: 20px;
    }
    .wrapAdv {
        grid-gap: 5px;
    }
    .nucAdv .title {
        font-size: 15px;
    }
    .nucAdv .txt {
        font-size: 15px;
    }
    .wrapForm {
        padding: 20px;
    }
    .wrapEtapy {
        grid-gap: 10px;
    }
    .nucEtapy .txt {
        font-size: 15px;
    }
    .nucEtapy {
        padding: 20px;
    }
    .wrapPromo {
        padding: 20px;
    }
    .wrapPromo {
        font-size: 28px;
        line-height: 40px;
    }
    .wrapPromo .btnStyle {
        line-height: 40px;
        font-size: 20px;
        width: 280px;
        height: 70px;
    }
    .wrapSliderRev .txt {
        font-size: 15px;
        line-height: 1;
        margin-top: 20px;
    }
    .btnStyle {
        font-size: 15px;
        height: 55px;
    }
    .btnStyle img {
        max-width: 30px;
    }
    .sliderRabs .slick-next,
    .sliderRabs .slick-prev {
        background-size: 40px;
    }
    .wrapForm .title {
        margin-bottom: 50px;
        font-size: 50px
    }
    .wrapSeonum .title {
        font-size: 35px;
    }
    .wrapSeonum .title .t2 {
        padding-left: 70px;
    }
    .wrapSeonum .txt {
        line-height: 20px;
        padding-right: 20px;
        font-size: 15px;
        margin-top: 50px;
    }
    .numPro .num {
        font-size: 70px;
    }
    .numPro .txblock {
        font-size: 15px;
        line-height: 1.2;
    }
    .topF .rightBlock .txtBlock {
        font-size: 15px;
    }
    .wrapTF {
        padding-right: 0;
    }
    .botM ul li a {
        font-size: 15px;
    }
}

@media screen and (max-width:991px) {
    .sliderT .slh1 {
        font-size: 60px;
    }
    .sliderT .slitxt {
        font-size: 40px;
    }
    .nuccatmenu .txtBlock {
        font-size: 14px;
    }
    .slideRab .imgW {
        padding: 0;
    }
    .slick-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px 0;
        box-sizing: border-box;
    }
    .slick-dots li button {
        border: 1px solid #c5af8a;
        background: #fff;
        margin-right: 20px;
        font-size: 0;
        width: 10px;
        height: 10px;
        padding: 0;
    }
    .slick-dots .slick-active button {
        border: 1px solid #c5af8a;
        background: #c5af8a;
    }
    .sliderRabs {
        margin: 0 -10px;
        margin-top: 20px;
    }
    .slideRab img {
        min-height: auto;
    }
    .sliderT.slick-slide img {
        height: 840px;
    }
    .sliderT .callback-toggle {
        margin-top: 170px;
    }
    .wrapAdv {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .wrapEtapy {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .nucEtapy.p0 {
        padding: 0;
        border-radius: 0 150px 0 180px;
    }
    .section {
        margin-top: 60px;
    }
    .advBlock {
        margin-top: 90px;
    }
    .etapyblock {
        padding: 60px 0 100px;
    }
    .wrapPromo .t1 {
        padding-right: 0;
    }
    .wrapPromo {
        font-size: 24px;
        line-height: 30px;
    }
    .pronumBlock {
        margin-top: 60px;
    }
    .wrapSeonum {
        padding-top: 20px;
        padding-left: 400px;
    }
    .wrapSeonum .title .t2 {
        padding-left: 0;
        margin: 0;
    }
    .wrapSeonum .title {
        font-size: 30px;
    }
    .wrapSeonum .txt {
        font-size: 14px;
        margin-top: 20px;
    }
    .numPro .num {
        font-size: 40px;
    }
    .numPro .txblock {
        font-size: 14px;
        line-height: 1.2;
    }
    .wrappronum {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .numPro:nth-child(2) {
        border-right: 0;
    }
    .nucEtapy .num {
        font-size: 80px;
    }
    .nucS {
        padding: 10px;
    }
    .nucS img {
        max-width: 100%;
    }
    .topF .rightBlock .txtBlock {
        font-size: 14px;
    }
    .botM ul {
        padding: 20px 0;
        flex-wrap: wrap;
    }
}

@media screen and (max-width:767px) {
    .wrapH {
        padding: 20px;
    }
    .logo img {
        max-width: 70px;
    }
    .sliderT .slh1 {
        font-size: 40px;
    }
    .sliderT .slitxt {
        font-size: 30px;
    }
    .wrapBotSl {
        padding-right: 20px;
    }
    .wrapSeonum {
        padding-top: 20px;
        padding-left: 20px;
        padding-bottom: 420px;
    }
    .wrapSeonum::before {
        right: 0;
        bottom: 0;
        top: auto;
    }
    .wrappronum {
        margin-top: 0;
    }
    .topHmenu {
        padding: 125px 20px 100px 20px;
    }
    .insidepage .logo img {
        max-width: 70px;
    }
}

@media screen and (max-width:675px) {
    .sliderT.slick-slide img {
        height: 660px;
    }
    .sliderT .slidertxtBlock {
        padding-bottom: 130px;
    }
    .sliderT .callback-toggle {
        margin-top: 120px;
    }
    .wrapcatmenu {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .wrapForm .wrapF {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .wrapForm .txt,
    .wrapForm .txtmessage {
        line-height: 1.2;
        font-size: 14px;
    }
    .wrapPromo {
        font-size: 20px;
    }
    .wrapPromo .btnStyle {
        line-height: 40px;
        font-size: 16px;
        width: 200px;
        height: 50px;
    }
    .wrapTF .leftBlock {
        display: none;
    }
    .arrowSlick.arrowSlick1 {
        gap: 0px;
    }
    .botRevslider a.btnStyle {
        font-size: 0;
    }
    .btnStyle img {
        margin: 0;
    }
}

@media screen and (max-width:640px) {
    .wrapForm .title {
        margin-bottom: 20px;
        font-size: 35px;
    }
    .numPro .txblock {
        padding-top: 10px;
    }
}

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

@media screen and (max-width:485px) {
    .wrapTF .rightBlock .tire {
        margin-top: 20px;
    }
    .wrapTF .rightBlock .tire img {
        display: none;
    }
    .socials {
        margin-left: 0;
    }
    .headerFixed .wrapH {
        padding: 0px 20px;
    }
    header.headerFixed {
        height: 85px;
    }
    .wrapSoc a {
        font-size: 0;
    }
    .wrapSoc a img {
        display: block;
    }
    .sliderT .callback-toggle {
        max-width: 280px;
        margin: 0 auto;
        font-size: 20px;
        line-height: 1;
        height: 60px;
        margin-top: 70px;
    }
    .sliderT.slick-slide img {
        height: 575px;
    }
    .wrapAdv {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .wrapForm .title {
        font-size: 35px;
        line-height: 1;
    }
    .wrapForm {
        padding: 20px 0;
    }
    .nucEtapy {
        padding: 10px;
    }
    .wrapEtapy {
        padding: 0;
    }
    .wrapPromo {
        flex-direction: column;
    }
    .wrapPromo .t2 {
        text-align: center;
    }
    .wrapSeonum::before {
        background-size: 100%;
    }
    .wrapSeonum::before {
        height: 225px;
    }
    .wrapSeonum {
        padding-bottom: 250px;
    }
    .copBlock {
        flex-direction: column;
    }
    .wrapTF .rightBlock {
        flex-direction: column;
    }
    .wrapTF {
        justify-content: center;
    }
    .wrapForm .wrapF {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .botM ul li a {
        font-size: 13px;
    }
    .nucEtapy .num {
        font-size: 50px;
    }
    .nucEtapy .txt {
        font-size: 14px;
    }
}

@media screen and (max-width:425px) {
    .wrapSoc {
        display: flex;
    }
    .wrapSoc {
        grid-gap: 4px;
    }
    .wrapSoc a {
        width: 100%;
    }
    .wrapBotSl .nucbsl .phone {
        font-size: 16px;
    }
    .wrapEtapy .span2 {
        grid-column: auto;
    }
    .nucEtapy.p0 {
        display: none;
    }
    .wrapEtapy {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .numPro {
        padding: 10px;
    }
    .wrapAdv {
        padding: 0;
    }
}

@media screen and (max-width:400px) {
    .sliderT .slh1 {
        font-size: 30px;
    }
    .sliderT .slitxt {
        font-size: 18px;
    }
    .sliderT.slick-slide img {
        height: 480px;
    }
    .sliderT .slidertxtBlock {
        padding-bottom: 110px;
    }
    .formBlock {
        padding: 0;
    }
}

@media screen and (max-width:370px) {
    .sliderT .callback-toggle {
        max-width: 240px;
    }
    .wrappronum {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .numPro {
        border: 0;
        border-block: 1px solid #C5AF8A;
        margin-top: -1px;
    }
    .numPro:last-child {
        border-bottom: 0;
    }
    .nuccatmenu .txtBlock {
        font-size: 12px;
    }
    .wrapPromo .t1 {
        text-align: center;
    }
    .wrapPromo {
        font-size: 15px;
        line-height: 1.2;
    }
}