@font-face {
    font-family: 'BAHNSCHRIFT';
    src: url(../fonts/BAHNSCHRIFT.TTF) format('truetype');
}

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

.contentBlock ul {
    list-style-position: inside;
    list-style-type: disc;
}

:root {
    --colorTxt: #0A0000;
    --colorTxt2: #737373;
    --colorMain: #AA5932;
    --colorDark: #542C20;
    --colorSecond: #BBABA6;
    --colorGradient: linear-gradient(to top, #AA5046, #D25923);
    --colorGradientActive: linear-gradient(to top, #BE5032, #FF6E0A);
    --colorDarkActive: #AA5932;
    --standartRadius: 20px;
}
.specialists img{
    max-width: 100%;
    height: auto;
}
.wrapFormIns {
    padding: 20px;
    background: #fff;
    margin-block: 20px;
    border-radius: 10px;
}

.fullWhite,
.fullGrey {
    position: relative;
    z-index: 1;
}

.botHeaderLine {
    /*    background: linear-gradient(to bottom,rgba(255, 255, 255, 0.7),rgba(255, 255, 255, 0.7),rgba(255,255,255,0));*/
}

.fullWhite:after {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    background: #fff;
    content: '';
    bottom: 0;
    z-index: -2;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #be643f;
}

.fullGrey:after {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    background: #F5F5F5;
    content: '';
    bottom: 0;
    z-index: -2;
}

.topCloud {
    padding-top: 245px;
    position: relative;
    z-index: 1;
}

.topCloud:before {
    position: absolute;
    top: -2px;
    left: 50%;
    content: url(/bitrix/templates/equilibrium/images/cloudBottom.png);
    transform: translateX(-50%);
    z-index: -1;
}

.botCloud {
    padding-bottom: 245px;
    position: relative;
    z-index: 1;
}

.botCloud:before {
    position: absolute;
    bottom: -2px;
    left: 50%;
    content: url(/bitrix/templates/equilibrium/images/cloudTop.png);
    transform: translateX(-50%);
    z-index: -1;
    line-height: 0;
}

.contentBlock {
    padding-bottom: 50px;
}

.callback-toggle {
    cursor: pointer;
}

body {
    color: var(--colorTxt);
    font-size: 20px;
    font-family: 'Bahnschrift';
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.2;
    background: url(../images/tbImg.jpg) no-repeat center top, #F5F5F5;
}

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

.h1,
h1 {
    text-align: left;
    font-family: "OfficinaSerifMediumC";
    font-weight: 400;
    font-size: 38px;
    margin: 0 0 60px;
    line-height: 1.2;
    color: var(--colorTxt);
}

.h1 span,
h1 span {
    color: var(--colorMain);
}

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

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


/*form*/

.wrapLabel {
    position: relative;
    margin-bottom: 0;
    font-weight: 300;
    color: #737373;
    font-size: 17px;
}

.wrapLabel span {
    font-weight: 300;
    padding-left: 40px;
    font-size: 14px;
    display: block;
    color: #000;
    position: relative;
}

.wrapLabel span a {
    color: #000;
}

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

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

form .wrapInputs {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

form input[type="text"],
form input[type="phone"],
form input[type="mail"],
form input[type="password"] {
    width: 100%;
    height: 70px;
    border-radius: 10px;
    background: #F5F5F5;
    border: none;
    padding: 0 30px;
    margin-bottom: 20px;
    color: #000;
}

form select {
    width: 100%;
    height: 70px;
    border-radius: 10px;
    background: url(../images/decSelect.svg) no-repeat calc(100% - 30px) center, #F5F5F5;
    border: none;
    padding: 0 30px;
    margin-bottom: 20px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: #000;
}

form .sendLine {
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

form .wrapSend {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-weight: normal;
}

form .wrapSend input {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
}

form .wrapSend input[type="submit"] {
    width: 100%;
    z-index: 99;
}

form .wrapSend.gradientBtn:hover .btnStyle1::before {
    opacity: 1;
}

.wrapSendAbs {
    position: absolute;
    width: 100%;
    top: 60px;
    left: 0;
    display: block;
    margin: 0;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    height: fit-content;
    padding: 0;
}

.wrapSendAbs p {
    padding: 10px;
}

.notetext br {
    display: none;
}

form textarea {
    width: 100%;
    height: 140px;
    border-radius: 10px;
    background: #F5F5F5;
    border: none;
    padding: 20px 30px;
    margin-bottom: 20px;
    resize: none;
    color: #000;
}

form .wrapSend span {
    white-space: nowrap;
    width: 295px;
}


/*End form*/

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

.btnStyle {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--colorHead);
    transition: all 0.4s linear;
    padding: 0 15px;
    height: 54px;
}

.btnStyle .txtBtn {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.btnStyle:hover {
    text-decoration: none;
    background: var(--colorSecond);
}

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

.btnStyle3 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 35px;
    background: #fff;
    border-radius: 50px;
    height: 65px;
    gap: 15px;
    cursor: pointer;
    font-weight: 350;
    color: #0F1923;
}

.btnStyle3:hover,
.btnStyle3:focus {
    color: #0F1923;
}


/*header*/

.topHeaderLine {
    background: rgba(255, 255, 255, 0.7);
}

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

header .navBlock {
    font-size: 17px;
}

.wrapTLH ul {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.wrapTLH ul a {
    color: var(--colorTxt);
}

.wrapTLH .infoBlock {
    display: flex;
    align-items: center;
    gap: 35px;
}

.wrapTLH .phone {
    font-weight: 400;
    color: var(--colorTxt);
    font-stretch: semi-condensed;
}

.wrapTLH .callback-toggle {
    color: var(--colorMain);
}

.wrapBLH {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block: 28px;
    gap: 130px;
}

.wrapBLH .mainHeader {
    flex: auto;
}

.wrapBLH ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
}

.wrapBLH a {
    color: var(--colorTxt);
}

.wrapBLH ul a {
    font-size: 22px;
    font-weight: 350;
    text-transform: uppercase;
    white-space: nowrap;
}

.lkBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 22px;
    font-weight: 350;
    text-transform: uppercase;
}

.lkBtn .imgBtn {
    background: var(--colorGradient);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    flex: none;
}

.btnStyle1 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--colorGradient);
    cursor: pointer;
    color: #fff;
    height: 65px;
    padding: 0 20px;
    border-radius: 40px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    font-weight: 350;
    transition: all 0.4s;
}

.btnStyle1 input {
    display: none;
}

.btnStyle1:before {
    position: absolute;
    inset: 0;
    content: '';
    background: var(--colorGradientActive);
    z-index: -1;
    opacity: 0;
    transition: all 0.4s;
}

.btnStyle1:hover {
    text-decoration: none;
    color: #fff;
}

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

.btnStyle2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 63px;
    padding: 0 20px;
    border: 1px solid var(--colorSecond);
    color: var(--colorTxt);
    border-radius: 40px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    font-weight: 350;
    transition: all 0.4s;
    cursor: pointer;
}

.btnStyle2:hover {
    background: var(--colorDarkActive);
    border: 1px solid var(--colorDarkActive);
    text-decoration: none;
    color: #fff;
}


/*End header*/


/*topBannerBlock*/

.topBannerBlock {
    margin-bottom: 70px;
}

.wrapTBB {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-right: 45px;
}

.wrapTBB .txtBlock {
    max-width: 610px;
}

.wrapTBB .name {
    color: var(--colorDark);
    font-size: 28px;
    font-family: "OfficinaSerifMediumC";
    line-height: 1.2;
    margin-bottom: 50px;
}

.wrapTBB .bigTxtSpan {
    font-size: 28px;
    color: var(--colorMain);
}

.wrapTBB .colorSpan {
    color: var(--colorSecond);
}

.aboutTB {
    position: relative;
    z-index: 1;
    padding: 20px 25px;
    display: flex;
    justify-content: flex-start;
    gap: 110px;
    align-items: center;
    padding-right: 0;
}

.aboutTB:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    width: 60%;
    border-radius: 20px 0 0 0;
    background: linear-gradient(160deg, #FFFBF3 0%, rgba(244, 242, 237, 0) 40%, rgba(244, 242, 237, 0));
}

.aboutTB .leftCol {
    flex: none;
}

.aboutTB .nameAutor {
    font-family: "OfficinaSerifMediumC";
    font-size: 27px;
    margin-bottom: 5px;
}

.aboutTB .chars {
    color: var(--colorSecond);
}

.aboutTB .rightCol {
    font-family: "OfficinaSerifMediumC";
    font-size: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

.aboutTB .yearNum {
    font-size: 60px;
    font-weight: 600;
    color: var(--colorSecond);
}

.aboutTB .yearTxt {
    color: #F5F0E7;
    background: var(--colorSecond);
    padding: 1px;
    font-size: 18px;
    display: inline-block;
    position: relative;
    left: -9px;
    top: 8px;
    letter-spacing: 1px;
}

.wrapTBB .btnsBlock {
    display: flex;
    gap: 30px;
    margin-top: 40px;
    align-items: center;
}

.wrapTBB .btnsBlock>div {
    flex: 1;
}

.videoBlock {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    top: 100px;
}

.videoBlock:before {
    position: absolute;
    inset: 10px;
    content: '';
    background: url(../images/decRadiusVideo.svg) no-repeat center/contain;
}


/*End topBannerBlock*/

.sliderArrowFull {
    position: relative;
    margin: 0 -10px;
}

.sliderArrowFull .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 8px solid #F5F5F5;
    border-radius: 50%;
    height: 64px;
    width: 64px;
    font-size: 0;
    z-index: 2;
}

.sliderArrowFull .slick-slide {
    padding: 0 10px;
}

.sliderArrowFull .slick-prev {
    left: -23px;
    background: url(../images/arrPrev.svg) no-repeat center, var(--colorGradient);
}

.sliderArrowFull .slick-prev:hover {
    background: url(../images/arrPrev.svg) no-repeat center, var(--colorGradientActive);
}

.sliderArrowFull .slick-next {
    right: -23px;
    background: url(../images/arrNext.svg) no-repeat center, var(--colorGradient);
}

.sliderArrowFull .slick-next:hover {
    background: url(../images/arrNext.svg) no-repeat center, var(--colorGradientActive);
}


/*servicesBlock*/

.servicesBlock {
    margin-bottom: 75px;
}

.nucServ {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--standartRadius);
}

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

.nucServ .name {
    position: absolute;
    padding-left: 35px;
    left: 0;
    top: 50px;
    color: #fff;
    font-weight: 350;
    font-size: 30px;
    max-width: 315px;
}

.nucServ .btnImg {
    position: absolute;
    left: 35px;
    bottom: 30px;
}

.nucServ .name:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 10px;
    height: calc(100% + 30px);
    border-radius: 0 15px 15px 0;
    background: var(--colorMain);
}


/*End servicesBlock*/

.txtBlockProg h2 a {
    color: var(--colorMain);
}

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

.colsWrapProg>div {
    flex: 1;
}


/*weHelpBlock*/

.weHelpBlock {
    /*    padding-bottom: 70px;*/
    background: url(../images/cloudBottom.png) no-repeat center bottom;
}

.wrapWH {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 100px;
    gap: 110px;
}

.wrapWH .leftCol {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
    flex: none;
}

.wrapWH .txtBlock .name {
    font-size: 34px;
    font-family: "OfficinaSerifMediumC";
    color: var(--colorDark);
    margin-bottom: 5px;
}

.wrapWH .txtBlock .name span {
    color: var(--colorMain);
    font-size: 40px;
}

.wrapWH .txtBlock .phone {
    display: block;
    color: #fff;
    line-height: 1;
    padding: 10px;
    border-radius: 10px;
    background: var(--colorDark);
    font-weight: 600;
    font-stretch: normal;
    text-align: center;
    font-size: 26px;
}

.wrapWH .priceFile {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    font-size: 21px;
    font-weight: 350;
    color: var(--colorTxt);
    align-items: center;
}

.wrapWH .priceFile .imgBtnCircle {
    background: var(--colorGradient);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.wrapWH .priceFile .imgBtnCircle::before {
    position: absolute;
    inset: 0;
    content: '';
    background: var(--colorGradientActive);
    z-index: -1;
    opacity: 0;
    transition: all 0.4s;
}

.wrapWH .priceFile:hover .imgBtnCircle::before {
    opacity: 1;
}

.wrapWH .rightCol {
    display: flex;
    justify-content: space-between;
    gap: 35px;
}

.wrapWH .infoWrap {
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left 4px;
    max-width: 200px;
}

.wrapWH .navIcon {
    background-image: url(../images/navIcon.svg);
}

.wrapWH .specIcon {
    background-image: url(../images/specIcon.svg);
}

.wrapWH .medIcon {
    background-image: url(../images/medIcon.svg);
}

.wrapWH .infoWrap .name {
    font-family: "OfficinaSerifMediumC";
    font-size: 22px;
    color: var(--colorDark);
    margin-bottom: 20px;
}

.wrapWH .infoWrap .txt {
    color: var(--colorTxt2);
}


/*End weHelpBlock*/


/*licenceBlock*/

.licenceBlock {
    padding-block: 55px;
    background: #fff;
}

.wrapLicence {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
}

.wrapLicence .leftCol {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.wrapLicence .numberTxt {
    font-size: 38px;
    color: var(--colorDark);
    font-family: "OfficinaSerifMediumC";
    margin-bottom: 15px;
}

.wrapLicence .number {
    font-weight: 350;
    color: #909B77;
    font-size: 35px;
}

.wrapLicence .logoCert {
    margin: 45px 0 35px;
}

.wrapLicence .afterCert .txt {
    font-size: 23px;
    color: var(--colorDark);
    font-family: "OfficinaSerifMediumC";
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    text-align: center;
}

.wrapLicence .afterCert .imgF {
    position: relative;
    z-index: 1;
}

.wrapLicence .afterCert .imgF:before {
    position: absolute;
    content: '';
    inset: -45px;
    border-radius: var(--standartRadius);
    background: linear-gradient(to top, #F5F5F5 0%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0));
    z-index: -1;
}


/*End licenceBlock*/


/*photogallaryBlock*/

.photogallaryBlock {
    padding-top: 115px;
    position: relative;
    background: url(../images/cloudTop.png) no-repeat center -2px;
}

.photogallaryBlock .imgW img {
    border-radius: 20px;
}


/*End photogallaryBlock*/


/*stepsBlock*/

.stepsBlock {
    padding: 115px 0 60px;
    min-height: 820px;
    background: url(../images/stepsBlockVg.jpg) no-repeat center/cover;
}

.stepsWrap {
    display: flex;
    justify-content: space-between;
    padding-right: 415px;
}

.stepsWrap .nucStep {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.stepsWrap .nucStep .imgF {
    flex: none;
}

.stepsWrap .nucStep .name {
    font-family: "OfficinaSerifMediumC";
    font-size: 22px;
    color: var(--colorDark);
    font-weight: 400;
    margin-bottom: 20px;
}

.botSteps {
    margin-top: 75px;
    display: flex;
    justify-content: flex-start;
    gap: 110px;
}

.botSteps .btnStyle1 {
    margin-top: 10px;
}

.botSteps .rightCol {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 45px;
}

.botSteps .rightCol .txtBlock {
    max-width: 375px;
}

.botSteps .rightCol .name {
    font-family: "OfficinaSerifMediumC";
    font-size: 22px;
    color: var(--colorDark);
    font-weight: 400;
    margin-bottom: 20px;
}


/*End stepsBlock*/


/*priceBlock*/

.priceBlock .h1,
.priceBlock h1 {
    margin-bottom: 30px;
}

.wrapPriceBlock {
    display: grid;
    grid-template-columns: 800px auto;
    grid-gap: 40px;
}

.tableBlock {
    width: 100%;
}

.tableBlock th {
    color: var(--colorDark);
    font-size: 19px;
    padding: 15px 25px;
    font-family: "OfficinaSerifMediumC";
    font-weight: 400;
    text-align: left;
}

.tableBlock td {
    padding: 15px 25px;
}

.tableBlock tr {
    position: relative;
    z-index: 1;
}

.tableBlock tr:nth-child(even) td:first-child:before {
    position: absolute;
    content: '';
    inset: 0;
    background: linear-gradient(to right, #F5F5F5, #fff);
    z-index: -1;
    border-radius: 50px;
}

.wrapPriceBlock .clockJob {
    font-family: "OfficinaSerifMediumC";
    color: var(--colorDark);
    margin-bottom: 20px;
}

.wrapPriceBlock .orQuestionBlock {
    margin-top: 50px;
}

.wrapPriceBlock .orQuestionBlock .name {
    font-family: "OfficinaSerifMediumC";
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 25px;
}

.wrapPriceBlock .wrapOrBlock {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding-right: 100px;
}

.wrapPriceBlock .orPhone {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    align-items: center;
}

.wrapPriceBlock .orPhone .imgF {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #AA5932;
}

.wrapPriceBlock .txtPhoneBlock {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.wrapPriceBlock .txtPhone {
    color: #666666;
}

.wrapPriceBlock .txtPhoneBlock a {
    font-weight: 350;
    color: #000000;
    font-size: 29px;
}

.wrapPriceBlock .orTg {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    align-items: center;
    padding: 7px;
    border-radius: 100px;
    border: 1px solid #2AABEE;
    padding-right: 30px;
}

.wrapPriceBlock .orTg svg {
    width: 50px;
}

.wrapPriceBlock .txtTGBlock {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.wrapPriceBlock .txtTG {
    color: #666666;
}

.wrapPriceBlock .hrefSpan {
    font-size: 21px;
    color: #000000;
}


/*End priceBlock*/


/*videoGallaryBlock*/

.videoGallaryBlock {
    padding: 195px 0 50px;
    background: url(../images/cloudTop.png) no-repeat center -2px;
}

.videoGallaryBlock .nucVideo {
    border-radius: var(--standartRadius);
    overflow: hidden;
}

.videoGallaryBlock .nucVideo img,
.videoGallaryBlock .nucVideo iframe {
    max-width: 100%;
}

.videoSocWrapBlock {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 68px;
    margin-top: 110px;
}

.videoSocWrapBlock .txtBlock {
    text-align: right;
    font-family: "OfficinaSerifMediumC";
    font-weight: 400;
    color: #0A0000;
    font-size: 38px;
}

.videoSocWrapBlock .txtBlock span {
    color: var(--colorMain);
}

.videoSocWrapBlock .wrapSoc {
    display: flex;
    justify-content: space-between;
    gap: 68px;
    align-items: center;
    padding-right: 34px;
}

.videoSocWrapBlock .wrapSoc a {
    display: block;
    position: relative;
}

.videoSocWrapBlock .wrapSoc a:before {
    position: absolute;
    left: -34px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 1px;
    height: 35px;
    background: #E4DDDC;
}

.videoSocWrapBlock .wrapSoc a:last-child:after {
    position: absolute;
    right: -34px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 1px;
    height: 35px;
    background: #E4DDDC;
}


/*End videoGallaryBlock*/


/*formBlock*/

.formBlock {
    padding-top: 75px;
    background: url(../images/formBlockBg.jpg) no-repeat center bottom;
}

.wrapFormBlock {
    display: flex;
    justify-content: space-between;
    gap: 0px;
    align-items: center;
}

.wrapFormBlock .imgBlock {
    width: 480px;
    flex: none;
    margin-left: -133px;
}

.formBlock .txtBlockWrap {
    display: grid;
    grid-template-columns: 450px auto;
    grid-gap: 65px;
}

.formBlock .h1 {
    text-align: right;
    margin-bottom: 40px;
}

.formBlock .orPhone {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    align-items: center;
    min-height: 60px;
}

.formBlock .leftCol {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.formBlock .leftCol .btnStyle1 {
    width: 295px;
}

.formBlock .leftCol .orPhone {
    margin-top: 40px;
}

.formBlock .orPhone .imgF {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #AA5932;
}

.formBlock .txtPhoneBlock {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.formBlock .txtPhone {
    color: #666666;
}

.formBlock .txtPhoneBlock a {
    font-weight: 350;
    color: #000000;
    font-size: 29px;
}

.formBlock .txtNav {
    font-size: 21px;
    font-weight: 350;
}

.formBlock .rightCol {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 15px;
}

.formBlock .txt {
    font-size: 27px;
    margin-bottom: 35px;
}

.formBlock .txt:last-child {
    margin-bottom: 0;
}

.formBlock .txt .color1 {
    font-weight: 400;
    color: var(--colorMain);
}

.formBlock .txt .color2 {
    color: #909B77;
    font-weight: 400;
}


/*End formBlock*/


/*mapBlock*/

.mapBlock {
    position: relative;
}

.mapBlock .h1 {
    position: absolute;
    left: calc((100% - 1660px) / 2);
    top: 65px;
    z-index: 7;
}

.mapBlock:before,
.mapBlock:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 5;
    background: linear-gradient(to bottom, rgba(245, 245, 245, 1), rgba(245, 245, 245, 0));
}

.mapBlock:before {
    top: 0;
}

.mapBlock:after {
    transform: rotate(180deg);
    bottom: 0;
}


/*End mapBlock*/


/*footer*/

footer {
    background: #fff;
}

footer #horizontal-multilevel-menu li ul {
    display: none !important;
}

.topFooter,
.centerFooter,
.botFooter {
    display: flex;
    justify-content: space-between;
}

.topFooter {
    padding-block: 25px;
    align-items: center;
}

.topFooter .leftCols {
    align-items: center;
}

.topFooter ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.topFooter ul a {
    font-size: 22px;
    font-weight: 350;
    text-transform: uppercase;
    color: var(--colorTxt);
}

.topFooter .btnStyle1 {
    height: 43px;
    width: 195px;
}

.footer .logo img {
    width: 100%;
}

.centerFooter {
    padding: 45px 0 15px;
    border-block: 1px solid #E2E3E3;
}

.centerFooter ul a {
    display: inline-block;
    color: #000;
    margin-bottom: 25px;
}

.botFooter {
    align-items: center;
    padding: 45px 0 35px;
}

footer .leftCols {
    display: grid;
    grid-template-columns: 315px auto;
    grid-gap: 95px;
}

footer .name {
    font-size: 22px;
    font-family: "OfficinaSerifMediumC";
    font-weight: 400;
    margin-bottom: 30px;
}

footer .name.miniMargin {
    margin-bottom: 18px;
}

.botFooter .colInfo .txt {
    color: #666666;
    margin-bottom: 20px;
}

.botFooter .colInfo a {
    color: var(--colorMain);
}

.botFooter .payBlock {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.botFooter .copyright {
    text-align: right;
    color: #666666;
}

.centerFooter .rightCols {
    display: flex;
    justify-content: flex-end;
    gap: 110px;
}

.centerFooter .socBlock {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.centerFooter .socBlock a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #E2E3E3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.centerFooter .infoLinks {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px;
}

.centerFooter .phone {
    font-size: 24px;
    font-weight: 350;
    color: #000;
}

.centerFooter .mail {
    color: var(--colorMain);
}

.centerFooter form {
    position: relative;
    margin-bottom: 40px;
}

.centerFooter form input {
    height: 50px;
    margin-bottom: 0;
    border-radius: 50px;
}

.centerFooter form .wrapSend {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.centerFooter form .wrapSend .btnStyle1 {
    height: 100%;
    width: 75px;
}


/*End footer*/


/* lk */

.wrapForm {
    background: url(../images/formBefore1.png) top left no-repeat, #6F4D43;
    padding: 40px;
    border-radius: 35px;
    color: #fff;
}

.wrapForm .tform {
    font-size: 30px;
    font-family: 'OfficinaSerifMediumC';
    margin-bottom: 20px;
}

.wrapForm .txt {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 40px;
}

.wrapForm .txtForm {
    font-size: 17px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 10px;
}

.leftKource .txtForm a {
    border: none;
    font-size: 17px;
    display: inline;
    padding: 0;
}

.leftKource .txtForm a:hover {
    color: #fff;
    background: none;
}

.leftKource .txtForm a::after {
    display: none;
}

.leftKource {
    width: 500px;
}

.leftKource .kupCource {
    background: linear-gradient(to right, #514A4A, #0A0000, #AA5932);
    color: #fff;
    padding: 50px;
    border-radius: 25px;
    margin-bottom: 20px;
}

.leftKource a.active {
    background: linear-gradient(to top, #AA5046, #D25923);
}

.rightBlock {
    flex: 1;
}

.wrapLklist {
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.wraplkkource {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.leftKource .title {
    font-size: 33px;
    font-family: 'OfficinaSerifMediumC';
    font-weight: 400;
    margin-bottom: 50px;
}

.leftKource a:hover {
    text-decoration: none;
    background: linear-gradient(to top, #AA5046, #D25923);
    color: #fff;
}

.wraplkkource .video-js .vjs-big-play-button:before,
.wraplkkource .video-js .vjs-control:before,
.wraplkkource .video-js .vjs-modal-dialog,
.wraplkkource .vjs-modal-dialog .vjs-modal-dialog-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.wrapTLH .obr {
    padding: 10px;
    border: 1px solid #AA5046;
    border-radius: 35px;
}

.wraplkkource .video-js .vjs-big-play-button {
    line-height: 1;
    height: 80px;
    width: 80px;
    position: absolute;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    background: linear-gradient(to top, #AA5046, #D25923);
    border: 7px solid #fff;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.leftKource a:focus {
    text-decoration: none;
}

.leftKource a {
    font-size: 20px;
    font-family: 'BAHNSCHRIFT';
    font-weight: 400;
    border: 1px solid rgb(255 255 255 / 20%);
    padding: 20px;
    display: flex;
    color: #fff;
    border-radius: 35px;
    position: relative;
    padding-right: 40px;
    transition: 0.2s;
}

.leftKource ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    list-style-type: none;
}

.wraplkkource .wrapQuestLine .quest {
    background: linear-gradient(to top, #AA5046, #D25923);
    color: #fff;
    padding: 10px 15px;
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 27px;
    border-radius: 35px;
    line-height: 1;
    margin-bottom: 10px;
}

.wrapQuestLine {
    margin-bottom: 20px;
}

.wraplkkource .ask .video-js {
    border-radius: 25px;
    overflow: hidden;
}

.descBlock {
    background: #fff;
    padding: 40px;
    border-radius: 35px;
}

.desctitleTop {
    font-size: 25px;
    color: #ADAAAA;
    font-family: 'OfficinaSerifMediumC';
    margin-bottom: 15px;
}

.desctitle {
    font-size: 33px;
    font-family: 'OfficinaSerifMediumC';
    margin-bottom: 20px;
}

.decriptAvtor {
    margin-top: 35px;
}

.decriptAvtor span {
    color: #BE6446;
}

.dopmaterial {
    background: #fff;
    padding: 40px;
    border-radius: 35px;
    margin-top: 20px;
}

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

.nucDoc:hover,
.nucDoc:focus {
    color: #000;
    text-decoration: none;
}

.ajaxPreload {
    display: none;
}

.wraplkkource .rightBlock {
    position: relative;
}

.ajaxPreload.active {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 100px;
    min-height: 100vh;
    background: #f5f5f59c;
    border-radius: 25px;
}

.ajaxPreload:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #D25923;
    border-color: #D25923 transparent #D25923 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.nucDoc {
    display: flex;
    align-items: center;
    max-width: 240px;
    line-height: 1;
    gap: 20px;
    color: #000;
    font-size: 20px;
    font-family: 'BAHNSCHRIFT';
    font-weight: 500;
}

.leftKource a::after {
    content: url(../images/strelka.svg);
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(-50%, -60%);
}

.kupCource ul li a {
    cursor: pointer;
}

.activeQuest .hmin {
    display: none;
}

.hmin {
    display: block;
}

input:focus {
    outline: none;
}

.main-profile-form-password-annotation {
    margin-bottom: 20px;
}

.priceBlock {
    padding: 60px 0;
    background: #fff;
}

.priceBlockLk form input[type="text"],
.priceBlockLk form input[type="phone"],
.priceBlockLk form input[type="mail"],
.priceBlockLk form input[type="password"] {
    height: 50px;
    background: #fff;
}

.priceBlockLk {
    max-width: 700px;
}

.bx-authform {
    max-width: 500px;
}

.bx-authform form input[type="text"],
.bx-authform form input[type="phone"],
.bx-authform form input[type="mail"],
.bx-authform form input[type="password"] {
    background: #fff;
    height: 50px;
}

.bx-authform .bx-authform-label-container {
    margin: 10px 0;
}

a {
    color: #000;
}


/* mobile menu */

.wrapMobileMine {
    display: none;
    height: 50px;
}

.mobileMine {
    display: grid;
    grid-template-columns: repeat(5, 20%);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background: #fff;
    z-index: 2147483648;
}

.wrapMobileMine .itemMobileMine {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: center;
}

.wrapMobileMine .itemMobileMine a,
.ButtonMobileMine,
.BtnFixedSech {
    color: var(--colorMain);
    text-align: center;
    font-size: 24px;
    line-height: 1;
    position: relative;
    padding: 0 15px !important;
    text-decoration: none;
    display: block;
    width: 100%;
    cursor: pointer;
}

.wrapMobileMine .itemMobileMine a .title,
.ButtonMobileMine .title,
.BtnFixedSech .title {
    font-size: 12px;
    margin-bottom: 8px;
    font-weight: normal;
}

.wrapMobileMine .itemMobileMine a .far,
.ButtonMobileMine .far,
.BtnFixedSech .far {
    font-size: 18px;
    padding-top: 7px;
    color: var(--colorMain);
}

.fa-book-open::before {
    content: "\f518";
}

.fa-list::before {
    content: "\f03a";
}

.wrapMobileMine .itemMobileMine a {
    color: var(--colorMain);
    text-align: center;
    font-size: 24px;
    line-height: 1;
    position: relative;
    padding: 0 15px !important;
    text-decoration: none;
    display: block;
    width: 100%;
}

.wrapMobileMine .basketHead span.imgW {
    padding-top: 6px;
    height: 29px;
}

.basketHead span.imgW span {
    position: absolute;
    right: 0;
    font-size: 9px;
    background: var(--colorMain);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    top: 0;
}

.wrapMobileMine .basketHead span.imgW span {
    top: 5px;
}

.fa-mailbox::before {
    content: "\f007";
}

.fa-calendar-days::before {
    content: "\f03d";
}

.fa-cart-shopping::before {
    content: "\f19c";
}

.bx_catalog_tile .chooseFormBtn .cart .btnTxt::before {
    background: none;
}

.mobileMenu {
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    transform: translateY(100%);
    transition: .4s;
    align-items: center;
    padding-top: 25px;
    display: flex;
    background: #f4f6f8;
    justify-content: flex-start;
    flex-direction: column;
    padding: 0;
}

.mobileMenu>div {
    height: 100%;
}

.mobileMenu.active {
    transform: translateY(0);
}

.mobileMenu.active .menu-clear-left {
    display: none;
}

.mobileMenu ul {
    display: flex;
    gap: 20px;
    align-items: center;
    height: 100%;
    padding-bottom: 60px;
    flex-direction: column;
    justify-content: center;
}

.tcb-promo-options input[type="radio"] {
    display: none;
}

.tcb-promo-options label {
    display: inline-block;
    background-color: #ddd;
    padding: 4px 11px;
    font-family: Arial;
    font-size: 16px;
    cursor: pointer;
}

.tcb-promo-options input[type="radio"]:checked+label {
    background-color: #bbb;
}

.tcb-promo-options {
    display: flex;
    margin: 0;
}

.o-w-modal-base .btnStyle1 {
    min-width: 340px;
}

.btnStyle1 {
    border: 0;
}

.o-w-modal-base .btnStyle1 {
    padding: 20px;
    display: block;
    width: 100%;
    color: #fff;
    max-width: 320px;
    margin-top: 40px;
}

.o-w-payment_flex_block .o-w-p-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.o-w-payment_flex_block .o-w-p-item img {
    height: 40px;
}

.accordion-header {
    cursor: pointer;
    padding: 10px 20px;
    border: 1px solid #BE6446;
    margin-bottom: 5px;
    font-weight: bold;
    border-radius: 25px;
}

.accordion-content {
    display: none;
    padding: 10px;
}

.accordion.active .accordion-header {
    background-color: #BE6446;
    color: #fff;
}

.accordion.active .accordion-content {
    display: block;
}

.accordion.active span {
    color: #fff;
}

.accordion.disabled .accordion-header {
    background: #edd5ce;
    opacity: 0.3;
}

.accordion.disabled .accordion-header {
    color: #000;
}

.accordion.disabled .accordion-header span {
    color: #000;
}

.nucCourse.old-date {
    opacity: 0.5;
}

.dateTitle small {
    text-transform: lowercase;
}

.dateTitle {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bx-filter-parameters-box-container {
    max-height: 300px;
}

.bx-filter-block {
    overflow: auto;
}

.certBlock {
    padding: 80px 0 160px;
}

.materialStyle .centerElementServ {
    margin-bottom: 55px;
}

.materialStyle .centerElementServ {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 5fr);
    grid-gap: 20px;
}

.materialStyle .centerElementServ .rightCol {
    background: #fff;
}

.materialStyle .centerElementServ .leftCol {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    overflow: hidden;
}

.materialStyle .centerElementServ .rightCol {
    background: #fff;
}

.materialStyle .centerElementServ .rightCol {
    padding: 40px 130px 40px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.materialStyle .centerElementServ img {
    width: 100%;
}


/* mobile menu end */


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

@media screen and (min-width:1700px) {
    .wrapper .container {
        width: 1690px;
    }
}

@media screen and (max-width:1699px) {
    .insidepage .topCloud {
        padding-top: 180px;
    }
    body {
        /* font-size: 18px; */
        font-size: 17px;
    }
    .wrapTLH ul {
        gap: 20px;
    }
    .wrapBLH {
        gap: 60px;
    }
    .wrapBLH ul {
        gap: 20px;
    }
    .wrapBLH ul a {
        font-size: 20px;
    }
    .lkBtn {
        font-size: 20px;
    }
    .lkBtn {
        gap: 10px;
    }
    .lkBtn .imgBtn {
        width: 46px;
        height: 46px;
    }
    .wrapTBB .bigTxtSpan {
        font-size: 22px;
    }
    .wrapTBB .name {
        font-size: 22px;
    }
    .aboutTB {
        gap: 40px;
    }
    .btnStyle1,
    .btnStyle2 {
        height: 56px;
    }
    .wrapWH {
        padding-right: 0;
        gap: 60px;
    }
    .wrapWH .leftCol .imgF img {
        width: 300px;
    }
    .wrapWH .rightCol {
        gap: 10px;
    }
    .wrapWH .infoWrap {
        max-width: 175px;
    }
    .wrapWH .txtBlock .name {
        font-size: 28px;
    }
    .wrapWH .txtBlock .name span {
        font-size: 30px;
    }
    .wrapWH .txtBlock .phone {
        font-size: 22px;
    }
    .wrapWH .priceFile {
        font-size: 18px;
    }
    .wrapWH .priceFile .imgBtnCircle {
        width: 46px;
        height: 46px;
    }
    /* .weHelpBlock {
        padding-bottom: 40px;
    } */
    .licenceBlock {
        padding-block: 30px;
    }
    .wrapLicence .numberTxt,
    .wrapLicence .number {
        font-size: 32px;
    }
    .wrapLicence .logoCert {
        margin: 25px 0 20px;
    }
    .wrapLicence .logoCert img {
        max-width: 250px;
    }
    .wrapLicence .afterCert .txt {
        font-size: 20px;
    }
    .wrapLicence .afterCert .imgF::before {
        inset: -25px;
    }
    .wrapLicence .leftCol .imgF img {
        max-width: 340px;
    }
    .photogallaryBlock {
        padding-top: 65px;
    }
    .stepsBlock {
        padding: 90px 0 45px;
    }
    .stepsWrap .nucStep img {
        max-width: 120px;
    }
    .stepsWrap {
        padding-right: 135px;
    }
    .wrapPriceBlock {
        grid-template-columns: 635px auto;
        grid-gap: 20px;
    }
    .wrapPriceBlock .txtPhoneBlock a {
        font-size: 24px;
    }
    form .sendLine {
        /* flex-direction: column; */
        gap: 20px;
    }
    .videoGallaryBlock {
        padding: 125px 0 30px;
    }
    .videoSocWrapBlock .txtBlock {
        font-size: 30px;
    }
    .videoSocWrapBlock .wrapSoc {
        gap: 31px;
    }
    .videoSocWrapBlock .wrapSoc a::before {
        left: -16px;
    }
    .videoSocWrapBlock .wrapSoc img {
        max-width: 75px;
    }
    .videoSocWrapBlock .wrapSoc a:last-child::after {
        right: -16px;
    }
    .h1,
    h1 {
        font-size: 34px;
    }
    .formBlock .txtBlockWrap {
        grid-gap: 25px;
    }
    .formBlock .txt {
        font-size: 24px;
        margin-bottom: 25px;
    }
    .formBlock .orPhone .imgF {
        flex: none;
    }
    .formBlock .rightCol {
        padding-top: 0;
    }
    .wrapFormBlock .imgBlock img {
        max-width: 440px;
    }
    .mapBlock .h1 {
        left: calc((100% - 1140px) / 2);
    }
    footer .leftCols {
        grid-gap: 30px;
        grid-template-columns: 270px auto;
    }
    .topFooter ul {
        gap: 20px;
    }
    .centerFooter ul a {
        margin-bottom: 20px;
    }
    header .navBlock {
        font-size: 16px;
    }
    .wrapTLH ul {
        gap: 12px;
    }
    .wraplkkource .wrapQuestLine .quest {
        font-size: 19px;
    }
    .salebot .top-panel--reverse {
        max-height: 52px !important;
    }
    .salebot .top-panel.top-panel--opened {
        max-height: 450px !important;
    }
}

@media screen and (max-width:1199px) {
    body .cookieBlock{
        bottom: 60px !important  ;
    }
    .insidepage .topCloud {
        padding-top: 30px;
    }
    form input[type="text"],
    form input[type="phone"],
    form input[type="mail"],
    form input[type="password"] {
        height: 54px;
        margin-bottom: 15px;
    }
    .formSale form input[type="text"] {
        margin-bottom: 0;
    }
    .wrapPopularQuestionsBlock .wrapLabel br {
        display: none;
    }
    .botCloud {
        padding-bottom: 100px;
    }
    .wrapTLH ul,
    .wrapBLH .mainHeader,
    .wrapBLH .lkBlock {
        display: none;
    }
    .wrapTBB {
        padding-right: 0;
    }
    .wrapTBB .txtBlock {
        max-width: 560px;
    }
    .wrapTBB .bigTxtSpan {
        font-size: 24px;
    }
    .wrapTBB .name {
        font-size: 20px;
    }
    body {
        font-size: 16px;
    }
    .aboutTB {
        padding: 10px 15px;
    }
    .aboutTB .yearNum {
        font-size: 48px;
    }
    .aboutTB .yearTxt {
        font-size: 14px;
        top: 6px;
        left: -7px;
    }
    .btnStyle1,
    .btnStyle2 {
        height: 46px;
    }
    .h1,
    h1 {
        font-size: 30px;
        margin: 0 0 40px;
    }
    .nucServ .name {
        font-size: 25px;
        max-width: 270px;
        top: 30px;
        padding-left: 20px;
    }
    .nucServ .btnImg img {
        max-width: 40px;
    }
    .sliderArrowFull .slick-arrow {
        height: 48px;
        width: 48px;
        border: 5px solid #F5F5F5;
    }
    .sliderArrowFull .slick-prev {
        left: -15px;
    }
    .sliderArrowFull .slick-next {
        right: -15px;
    }
    .wrapWH {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .wrapWH .rightCol {
        width: 100%;
    }
    .wrapWH .infoWrap {
        max-width: 30%;
    }
    .wrapLicence .leftCol .imgF img {
        max-width: 300px;
    }
    .wrapLicence .numberTxt,
    .wrapLicence .number {
        font-size: 26px;
    }
    .wrapLicence {
        gap: 45px;
    }
    .stepsWrap .nucStep img {
        max-width: 95px;
    }
    .stepsWrap {
        padding-right: 0;
    }
    .wrapPriceBlock {
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }
    .videoGallaryBlock {
        padding: 40px 0 30px;
    }
    .videoSocWrapBlock {
        gap: 30px;
        margin-top: 60px;
        flex-direction: column;
    }
    .videoSocWrapBlock .txtBlock {
        text-align: center;
    }
    .wrapFormBlock .imgBlock {
        display: none;
    }
    .wrapFormBlock {
        padding-bottom: 40px;
    }
    .mapBlock .h1 {
        left: calc((100% - 940px) / 2);
    }
    .topFooter .mainHeader,
    .centerFooter .leftCols {
        display: none;
    }
    .centerFooter .rightCols {
        justify-content: space-between;
        width: 100%;
    }
    footer .leftCols {
        grid-template-columns: 165px auto;
    }
    .payBlock img {
        max-width: 50px;
    }
    .botFooter {
        padding: 25px 0 20px;
    }
    .botFooter .colInfo a {
        white-space: nowrap;
    }
    .wraplkkource {
        flex-direction: column-reverse;
    }
    .leftKource {
        width: 100%;
    }
    .leftKource ul {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .wraplkkource .rightBlock {
        width: 100%;
    }
    .wrapMobileMine {
        display: block;
    }
    #parent_frame {
        bottom: 48px !important;
        /* max-height: 450px !important; */
        box-shadow: none !important;
    }
}

@media screen and (max-width:991px) {
    .materialStyle .centerElementServ .rightCol {
        padding: 20px;
    }
    .materialStyle .centerElementServ {
        grid-template-columns: minmax(0, 1fr);
    }
    .videoBlock {
        display: none;
    }
    .wrapLicence {
        flex-direction: column;
    }
    .botSteps {
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
        margin-top: 30px;
    }
    .h1,
    h1 {
        font-size: 30px;
        margin: 0 0 30px;
    }
    .formBlock .txtBlockWrap {
        grid-template-columns: auto auto;
        grid-gap: 45px;
    }
    .mapBlock .h1 {
        left: calc((100% - 750px) / 2);
    }
    .botFooter {
        flex-direction: column;
        gap: 20px;
    }
    .botFooter .copyright {
        text-align: center;
    }
    .mapBlock iframe {
        height: 600px;
    }
    .wraplkkource {
        flex-direction: column-reverse;
    }
    .wraplkkource .rightBlock,
    .wraplkkource .leftKource {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    body {
        background: url(../images/tbImg.jpg) no-repeat calc(100% + 340px) top/1250px, #F5F5F5;
    }
    .wrapTBB .txtBlock {
        max-width: 100%;
    }
    .aboutTB {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
    .aboutTB::before {
        display: none;
    }
    .aboutTB .leftCol {
        position: relative;
    }
    .aboutTB .leftCol::before {
        content: '';
        position: absolute;
        left: -20px;
        top: -10px;
        bottom: -10px;
        height: 100%;
        z-index: -1;
        width: 100%;
        border-radius: 20px 0 0 0;
        background: linear-gradient(160deg, #FFFBF3 0%, rgba(244, 242, 237, 0) 40%, rgba(244, 242, 237, 0));
    }
    .topHeaderLine {
        display: none;
    }
    .wrapTBB .btnsBlock {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-top: 15px;
    }
    .wrapTBB .btnsBlock>div {
        flex: auto;
    }
    .wrapWH .leftCol {
        flex-direction: column;
    }
    .wrapWH .rightCol {
        flex-direction: column;
        gap: 15px;
    }
    .wrapWH .infoWrap {
        max-width: 100%;
    }
    .wrapWH .infoWrap .name {
        margin-bottom: 10px;
    }
    .h1,
    h1 {
        font-size: 24px;
        margin: 0 0 25px;
    }
    .wrapLicence .leftCol {
        flex-direction: column;
    }
    .botSteps .rightCol .name {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .stepsWrap {
        flex-direction: column;
        gap: 15px;
    }
    .botSteps .rightCol .imgF {
        display: none;
    }
    .sliderArrowFull {
        margin: 0;
    }
    .videoSocWrapBlock .txtBlock {
        font-size: 22px;
    }
    .videoSocWrapBlock .wrapSoc img {
        max-width: 40px;
    }
    .videoSocWrapBlock .wrapSoc {
        gap: 11px;
        padding-right: 0;
    }
    .videoSocWrapBlock .wrapSoc a::before {
        left: -6px;
    }
    .videoSocWrapBlock .wrapSoc a:last-child::after {
        right: -6px;
    }
    .formBlock .txtBlockWrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }
    .formBlock .txt {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .formBlock .txtNav {
        font-size: 18px;
    }
    .formBlock .leftCol {
        align-items: center;
    }
    .mapBlock .h1 {
        left: 15px;
    }
    .wrapTBB .name {
        max-width: 300px;
    }
    .tableBlock th {
        padding: 10px;
        font-size: 16px;
    }
    .tableBlock td {
        padding: 10px;
    }
    .wrapPriceBlock .wrapOrBlock {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding-right: 0;
    }
    .wrapPriceBlock .orQuestionBlock .name {
        font-size: 22px;
    }
    .priceBlock {
        padding: 40px 0;
    }
    form .wrapInputs {
        gap: 0;
        flex-direction: column;
    }
    .wrapSale .btnStyle1 {
        width: auto;
    }
    .wrapPriceBlock .txtPhoneBlock a {
        font-size: 22px;
    }
    .wrapPriceBlock .orTg {
        gap: 10px;
    }
    form input[type="text"],
    form input[type="phone"],
    form input[type="mail"],
    form input[type="password"],
    form select {
        height: 50px;
        padding: 0 15px;
        margin-bottom: 15px;
    }
    .topFooter .btnStyle1 {
        display: none;
    }
    .centerFooter .rightCols {
        flex-direction: column;
        gap: 30px;
    }
    .centerFooter form .wrapSend .btnStyle1 {
        height: 50px;
    }
    footer .leftCols {
        grid-template-columns: 1fr;
    }
    .wraplkkource .wrapQuestLine .quest {
        gap: 10px;
        font-size: 15px;
    }
    .contentBlock p img{
        float: none !important;
        margin:0 auto 10px auto !important;
        display: block ;
    }
}

@media screen and (max-width:730px) {
    #parent_frame {
        bottom: 60px !important;
    }
}

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

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

@media screen and (max-width:485px) {
    body .cookieBlock{
        bottom: 70px !important  ;
        right: 0px !important;
    left: 0px !important;
    }

    p[align="center"] img {
        width: 90%;
        height: auto;
        object-fit: contain;
    }
    .wraplkkource .wrapQuestLine .quest {
        font-size: 12px;
    }
}

@media screen and (max-width:440px) {
    #parent_frame {
        bottom: 72px !important;
    }
}

@media screen and (max-width:425px) {
    .wrapTBB .name {
        width: 100%;
    }
    .wrapTBB {
        padding-top: 270px;
    }
}

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

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