@charset "utf-8";
@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;
}


/*  */

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

textarea::placeholder {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    opacity: 0.5;
}

textarea {
    background: transparent;
    border-radius: 6px;
    border: 1px solid #4A70EA;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 15px;
}

.formBlockH textarea {
    margin-top: 30px;
}

textarea:focus {
    outline: none;
}


/******** 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 {
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 25px;
    font-size: 13px;
    display: block;
    position: relative;
}

.wrapLabel span a {
    color: #fff;
    font-size: 13px;
    line-height: 1;
}

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

.wrapLabel span:after {
    position: absolute;
    width: 8px;
    height: 8px;
    left: 4px;
    top: calc(50% - 4px);
    content: '';
    background: #4A70EA;
    /*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: 'Roboto';
    src: url(../fonts/Roboto-Bold.ttf) format('truetype');
    font-weight: 700;
}

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

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

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

a {
    color: #040404;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

body {
    color: #000;
    font-size: 16px;
    font-family: "Roboto";
}

body p {
    margin-top: 0;
    margin-bottom: 10px;
    color: #4B5563;
}

.insidepage h1 {
    margin-bottom: 85px;
}

.insidepage .h1::after {
    display: none !important;
}

.insidepage header {
    border-bottom: 1px solid #CDEBFF;
}

.insidepage .component {
    margin-bottom: 100px;
}

.nucJob .imgW {
    position: relative;
    z-index: 0;
}

.nucJob .imgW:before {
    content: '';
    background: url(../images/jobright.svg);
    width: 38px;
    height: 19px;
    position: absolute;
    right: -60px;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
}

.nucJob:last-child .imgW::before {
    display: none;
}

.insidepage .reviewsBlock {
    margin-bottom: 100px;
}

.h1,
h1 {
    text-align: center;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    position: relative;
    padding-bottom: 10px;
    z-index: 0;
    margin-top: 0;
}

.h1::before,
h1::before {
    height: 6px;
    width: 110px;
    content: '';
    background: #1E40AF;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

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

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

.callback-toggle {
    cursor: pointer;
    text-decoration: none;
}

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

.btnStyle2 {
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    transition: all 0.4s;
    z-index: 1;
    height: 58px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    border-radius: 6px;
    background: #1E40AF;
    margin: 0;
}

.btnStyle2 input {
    display: none;
}

.btnStyle2:hover {
    background: #43B0FE;
}

.btnStyle {
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    transition: all 0.4s;
    z-index: 1;
    height: 52px;
    color: #1E40AF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    border-radius: 6px;
    background: #FFF;
    margin: 0;
}

.btnStyle input {
    display: none;
}

.btnStyle:hover {
    background: #43B0FE;
}

.btnStyle:before {
    position: absolute;
    left: 2px;
    top: 2px;
    content: '';
    transition: all 0.4s;
    z-index: -1;
    border-radius: 4px;
    border: 1px solid #2563EB;
    right: 2px;
    bottom: 2px;
}

.botForm {
    display: flex;
    gap: 40px;
    margin-top: 25px;
    align-items: center;
}

.botForm .btnStyle {
    min-width: 165px;
}

@media (min-width: 1420px) {
    .wrapper .container {
        width: 1450px;
    }
}


/* header */

.wrapH {
    display: flex;
    gap: 50px;
}

.toplH {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.lftH {
    flex: 1;
    position: relative;
}

.wrapSocial {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.nucSoc {
    background: #1E40AF;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.5s;
}

.nucSoc:hover {
    background: #43B0FE;
}

header .menuBlock ul {
    display: flex;
    gap: 25px;
}

.riH {
    display: flex;
    flex-direction: column;
}

.nucR {
    display: flex;
    gap: 15px;
}

.wrapR {
    display: flex;
    gap: 35px;
}

.nucR .txt {
    color: #040404;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.wrapper header .container {
    width: 100%;
    padding-left: calc((100% - (1450px - 30px)) / 2);
    padding-right: 0;
}

header .infoH {
    background: linear-gradient(283deg, #1E3A8A -9.25%, #2563EB 94.94%);
}

header .infoH a {
    color: #FFF;
}

.insidepage .toplH {
    padding-right: 520px;
}

.insidepage header .infoH {
    position: absolute;
    right: 0;
    height: 100%;
    bottom: 0;
    clip-path: polygon(80px 0%, 100% 0%, 100% 100%, 0% 100%);
    padding-left: 70px;
}

.infoH {
    gap: 30px;
    height: 71px;
    padding-right: calc((1920px - (1450px - 30px)) / 2);
    padding-left: 30px;
    clip-path: polygon(30px 0%, 100% 0%, 100% 100%, 0% 100%);
    display: flex;
    align-items: center;
}

header .menuBlock a {
    font-size: 16px;
}

.infoH a {
    text-align: right;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.bannerTop {
    display: flex;
    padding-left: calc((100% - (1450px - 30px)) / 2);
    background: linear-gradient(103deg, #1E3A8A 0%, #2563EB 65.36%);
    position: relative;
    z-index: 0;
}

.bannerTop:before {
    content: '';
    background: radial-gradient(50% 50% at 50% 50%, #60A5FA 0%, rgba(30, 64, 175, 0.00) 100%);
    width: 590px;
    height: 590px;
    position: absolute;
    left: 0;
    z-index: -1;
}

.bannerTopBlock .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.bannerTop .title {
    color: #FFF;
    font-size: 43px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    padding-left: 16px;
    border-left: 4px solid #1A9FFF;
    text-align: left;
    margin-bottom: 0;
}

.bannerTop .title::before {
    display: none;
}

.blueStyle {
    color: #35ABFF;
}

.blueStyle2 {
    color: #1E40AF;
}

.lBannerT {
    padding-top: 70px;
    padding-bottom: 18px;
}

.topTxt {
    opacity: 0.9;
    color: #FFF;
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.billetBlock {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 60px;
    margin-bottom: 25px;
}

input:focus {
    outline: none;
}

input[type="text"]::placeholder {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    opacity: 0.5;
}

input[type="text"] {
    border-radius: 6px;
    border: 1px solid #4A70EA;
    background: transparent;
    height: 52px;
    padding: 0 14px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    cursor: pointer;
}

.inputsH {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

input.nameInput {
    background: url(../images/personal.svg) 15px center no-repeat, url(../images/lineInput.png) 50px no-repeat;
    padding-left: 65px;
}

input.phoneInput {
    background: url(../images/phoneInput.svg) 15px center no-repeat, url(../images/lineInput.png) 50px no-repeat;
    padding-left: 65px;
}

.botForm .wrapLabel {
    color: #fff;
}

.botTxt {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.rigBannerT {
    margin-top: -72px;
    clip-path: polygon(240px 0%, 100% 0%, 100% 100%, 0% 100%);
    line-height: 0;
    height: 669px;
    width: 1065px;
}

.rigBannerT video {
    height: 100%;
    line-height: 0;
}

.rigBannerT video::-webkit-media-controls {
    display: none;
}

.wrapFb {
    display: flex;
    gap: 80px;
}

.fBlock {
    margin-top: 60px;
    margin-bottom: 120px;
}

.nucFb {
    position: relative;
}

.nucFb::before {
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    width: 1px;
    right: -40px;
    background: #CDEBFF;
}

.nucFb:last-child:before {
    display: none;
}

.nucFb .txt {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    margin-top: 25px;
}

.textovBlock .txt {
    max-width: 930px;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 0 auto;
}

.textovBlock .h1,
.textovBlock h1 {
    position: relative;
}

.textovBlock .h1::after,
.textovBlock h1::after {
    color: #F5FBFF;
    text-align: center;
    font-size: 147px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    content: 'ЮМК';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: -25px;
    bottom: 0;
    text-transform: uppercase;
}

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

.zakonBlock {
    padding: 50px 0 30px 0;
    background: url(../images/zfon.jpg) center center/cover no-repeat;
    margin-top: 30px;
}

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

.nucZakon {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.07);
    padding: 0 25px 30px 25px;
}

.nucZakon .title {
    color: #1F2937;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-top: 10px;
}

.nucZakon .imgW {
    justify-content: flex-start;
}

.nucZakon .txt {
    color: #4B5563;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
}

.zakonBlock .txtBlock {
    max-width: 900px;
    margin: 0 auto;
}

.zakonBlock .txtBlock span {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-top: 40px;
    display: block;
}

.wrapJob {
    display: grid;
    gap: 90px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 90px;
}

.nucJob .title {
    color: #1F2937;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.nucJob .txt {
    color: #4B5563;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.jobBlock {
    margin-top: 140px;
    margin-bottom: 60px;
}

.jobBlock .h1::after,
.jobBlock h1::after {
    color: #F5FBFF;
    text-align: center;
    font-size: 147px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    content: '5 ШАГОВ';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: -25px;
    bottom: 0;
    text-transform: uppercase;
}

.formBlock {
    background: linear-gradient(104deg, #1E3A8A 16.16%, #2563EB 95.06%);
    color: #fff;
    padding: 50px 0 70px;
    position: relative;
    margin-bottom: 190px;
    margin-top: 60px;
    z-index: 0;
}

.formBlock:after {
    background: radial-gradient(49.86% 91.05% at 50% 99.13%, #60A5FA 21.05%, rgba(30, 64, 175, 0.00) 100%);
    content: '';
    bottom: 0;
    position: absolute;
    width: 1065px;
    height: 230px;
    z-index: -1;
}

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

.wrapForm .title {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.wrapForm .imgW {
    position: absolute;
}

.wrapForm .txt {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 30px;
}

.wrapForm .rightForm {
    max-width: 580px;
}

.wrapMist {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
    margin-top: 70px;
    counter-reset: list 0;
}

.nucMist {
    border-radius: 15px;
    border-bottom: 4px solid #890D0D;
    background: #FFF;
    box-shadow: 0 3px 35px 0 rgba(0, 0, 0, 0.15);
    padding: 25px;
}

.nucMist .title {
    color: #1F2937;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin: 30px 0 20px;
}

.nucMist .txt {
    color: #4B5563;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.grossMistakesBlock .h1::after,
.grossMistakesBlock h1::after {
    color: #F5FBFF;
    text-align: center;
    font-size: 147px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    content: '8 ОШИБОК';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: -25px;
    bottom: 0;
    text-transform: uppercase;
}

.nucMist .imgW {
    border-radius: 15px;
    position: relative;
}

.nucMist .imgW:before {
    counter-increment: list;
    content: counter(list);
    position: absolute;
    color: #890D0D;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    width: 83px;
    height: 83px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 4px solid #890D0D;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%);
    outline-offset: -12px;
}

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

.botTxtMiss {
    color: #6B7280;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
}

.grossMistakesBlock .btnStyle2 {
    width: 340px;
    margin: 0 auto;
    font-size: 16px;
}

.botMistakes {
    margin-top: 50px;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    line-height: 1;
}

.wrapDiseases {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 30px;
}

.diseasesBlock {
    background: #F0F9FF;
    padding: 120px 0 60px 0;
}

.diseasesBlock .container {
    position: relative;
    z-index: 0;
}

.diseasesBlock .container::before {
    content: '';
    position: absolute;
    right: 0;
    background: url(../images/dbefore.png) no-repeat;
    bottom: -80px;
    width: 416px;
    height: 335px;
    z-index: -1;
}

.diseasesBlock .h1::after,
.diseasesBlock h1::after {
    color: #fff;
    text-align: center;
    font-size: 147px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    content: 'ПОМОГАЕМ';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: -25px;
    bottom: 0;
    text-transform: uppercase;
}

.diseasesBlock .h1,
.diseasesBlock h1 {
    margin-bottom: 70px;
}

.nucDiseases .imgW {
    position: relative;
    cursor: pointer;
}

.nucDiseases .imgW::before {
    background: url(../images/nucdbefore.svg);
    content: '';
    position: absolute;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%);
}

.nucDiseases .title {
    color: #1F2937;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-top: 15px;
}

.nucDiseases {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 15px;
}

.diseasesBlock .container::after {
    background: radial-gradient(47.89% 85.18% at 50% 100.59%, #ACCEF0 0%, rgba(240, 249, 255, 0.00) 100%);
    content: '';
    width: 1182px;
    height: 253px;
    z-index: -2;
    position: absolute;
    bottom: -60px;
    right: -300px;
}

.advBanner {
    background: #FFF;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.10);
    width: 450px;
    border-radius: 20px;
    outline: 1px solid #A0C4DB;
    outline-offset: -10px;
    padding: 40px;
    margin-bottom: 35px;
    margin-right: -90px;
    position: relative;
    margin-top: 60px;
}

.advBanner .title {
    color: #1F2937;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    max-width: 205px;
    margin-bottom: 15px;
}

.advBanner .txt {
    color: #1F2937;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.botadvBanner {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 25px;
}

.botTxtBlock {
    font-weight: 700;
}

.adv .wrapRColumn {
    margin-left: 65px;
    margin-top: 25px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.adv .nucR {
    gap: 30px;
}

.adv .nucR a {
    color: #1E40AF;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: block;
}

.adv .nucR .riH {
    gap: 2px;
}

.adv .wrapSocial {
    margin-left: 125px;
}

.wrapAdv {
    border-radius: 15px;
    background: #F0F9FF;
    padding: 80px 80px 60px 120px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px 90px;
}

.advContainer {
    display: flex;
    margin-top: 70px;
}

.wrapAdv .imgW {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 13px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #DBEAFE;
    margin-bottom: 10px;
}

.wrapAdv .title {
    color: #1F2937;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 25px;
}

.wrapAdv .txt {
    color: #4B5563;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.advBlock {
    padding-top: 130px;
}

.advBlock .h1::after,
.advBlock h1::after {
    color: #F5FBFF;
    text-align: center;
    font-size: 147px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    content: 'ЮМК';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: -25px;
    bottom: 0;
    text-transform: uppercase;
}

.formBlock2 .imgW {
    bottom: -110px;
}

.formBlock.formBlock2 {
    margin-bottom: 175px;
}

.wrapReviews {
    border-radius: 15px;
    border-bottom: 4px solid #1E40AF;
    background: #FFF;
    box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.07);
    height: 100%;
}

.wrapReviews .botReview {
    padding: 30px;
    margin-top: -120px;
    position: relative;
}

.wrapReviews .topReviews {
    position: relative;
    height: 203px;
    background: url(../images/revFon.jpg) no-repeat center/cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    gap: 10px;
    border-radius: 15px 15px 0 0;
}

.wrapReviews .topReviews .title {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.wrapReviews .topReviews a {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
}

.wrapReviews .botReview .imgW {
    margin-bottom: 20px;
    width: 190px;
    height: 190px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    overflow: hidden;
}

.wrapReviews .txt {
    color: #4B5563;
    text-align: center;
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    /* 141.176% */
}

.slick-slider {
    opacity: 0 !important;
    transition: opacity .3s ease;
}

.slick-slider.slick-initialized {
    opacity: 1 !important;
    height: auto !important;
}

.sliderRev {
    opacity: 0;
}

.slick-next {
    font-size: 0;
    border: 0;
    background: url(../images/next.svg) 50% no-repeat #1E40AF;
    width: 90px;
    height: 52px;
    transition: 0.5s;
    outline: 2px solid #2563EB;
    outline-offset: -5px;
    border-radius: 100px;
}

.slick-next:hover {
    background: url(../images/next.svg) 50% no-repeat #43B0FE;
}

.slick-prev {
    font-size: 0;
    border: 0;
    background: url(../images/prev.svg) 50% no-repeat #1E40AF;
    width: 90px;
    height: 52px;
    transition: 0.5s;
    outline: 2px solid #2563EB;
    outline-offset: -5px;
    border-radius: 100px;
}

.slick-prev:hover {
    background: url(../images/prev.svg) 50% no-repeat #43B0FE;
}

.slick-disabled {
    opacity: 0.1 !important;
}

.arrowSlick {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
}


/* the slides */

.slick-slide {
    margin: 0 15px;
    height: auto !important;
}


/* the parent */

.slick-list {
    margin: 0 -15px;
}

.slick-track {
    display: flex !important;
}

.reviewsBlock .h1::after,
.reviewsBlock h1::after {
    color: #F5FBFF;
    text-align: center;
    font-size: 147px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    content: 'Отзывы';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: -25px;
    bottom: 0;
    text-transform: uppercase;
}

.sliderRev {
    margin-top: 80px;
}

.questionsBlock {
    margin-bottom: 90px;
    margin-top: 90px;
    background: url(../images/qfon.png) top repeat-y;
    padding-top: 140px;
    padding-bottom: 100px;
}

.questionsBlock .h1 {
    margin-bottom: 100px;
}

.questionsBlock .h1::after,
.questionsBlock h1::after {
    color: #F5FBFF;
    text-align: center;
    font-size: 147px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    content: 'Вопросы';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: -25px;
    bottom: 0;
    text-transform: uppercase;
}

.wrapQuestLine .ask {
    display: none;
    padding: 15px 0 35px 0;
    color: #4B5563;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-right: 70px;
}

.wrapQuestLine .quest {
    color: #1F2937;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    position: relative;
    min-height: 72px;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-right: 60px;
}

.wrapQuestLine .quest:hover::before {
    background: #43B0FE;
}

.questionsBlock .container {
    max-width: 1170px;
    margin: 0 auto;
}

.questionsCol {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.questionsCol .quest::before {
    position: absolute;
    right: 0px;
    top: 10px;
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    background: #1E40AF;
    transition: all 0.4s;
    outline: 1px solid #2563EB;
    outline-offset: -4px;
}

.activeQuest .quest::after {
    transform: rotate(-180deg);
}

.questionsCol .quest::after {
    position: absolute;
    content: '';
    background: url(../images/bottom.png) no-repeat;
    transition: all 0.4s;
    width: 20px;
    height: 12px;
    right: 16px;
}

.wrapQuestLine {
    background: #fff;
    padding-left: 30px;
    padding-right: 10px;
    border-radius: 15px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}

.qtitle span {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
}

.qtitle {
    color: #000;
    text-align: center;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    display: flex;
    flex-direction: column;
    margin-top: 70px;
    margin-bottom: 30px;
}

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

.vkGroup {
    border-radius: 15px;
    display: block;
    overflow: hidden;
    margin-bottom: 75px;
}

.materialContainer {
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(0, 450px) minmax(0, 1fr);
}

.materialContainer .h1 {
    margin-top: 0;
    margin-bottom: 50px;
    text-align: left;
}

.materialContainer .h1::before {
    display: none;
}

.materialContainer .btnStyle2 {
    max-width: 320px;
    font-size: 16px;
}

.materialContainer .botTxtMiss {
    max-width: 320px;
    margin-bottom: 35px;
    margin-top: 10px;
}

.materialContainer .rightM {
    color: #4B5563;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.materialContainer .rightM p {
    margin-bottom: 30px;
}

.materialBlock {
    margin-bottom: 100px;
}

.formBlock.formBlock3 {
    margin: 0;
    padding-top: 40px;
    padding-bottom: 50px;
}

.formBlock.formBlock3 .wrapForm {
    grid-template-columns: minmax(0, 450px) minmax(0, 1fr);
}

.formBlock.formBlock3 .wrapForm .rightForm {
    max-width: 680px;
    z-index: 1;
    position: relative;
}

.formBlock.formBlock3 .slogan {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.formBlock.formBlock3 .wrapForm .imgW {
    bottom: 0;
    z-index: 0;
}

.map {
    line-height: 0;
}

.map iframe {
    width: 100%;
    line-height: 0;
}

footer {
    background: #111827;
}

.wrapF {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #1F2937;
    gap: 20px;
}

.wrapF .nucF .title {
    color: #60A5FA;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
}

.nucF.logoBlock {
    max-width: 330px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.nucContact.wrapPhone {
    display: flex;
    align-items: center;
}

.nucContact.wrapPhone .fphone {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wrapContact {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wrapContact a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    /* 150% */
}

.botF {
    color: #6B7280;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

footer .menuBlock ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

footer .menuBlock a {
    color: #9CA3AF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.nucF.contact {
    max-width: 295px;
}

.nucContact {
    display: flex;
    gap: 10px;
}

.nucDiseases .imgW img {
    width: 100%;
    height: 100%;
}

.header__burger {
    display: none;
}

.mobileBot {
    display: none;
}

.rigBannerT video::-webkit-media-controls {
    display: none;
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: #5B3E0C;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #1E40AF;
    border-radius: 10px;
    border: 2px solid #fff;
}

::-webkit-scrollbar-thumb:hover {
    background: #1E40AF;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #1E40AF #fff;
}

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

.white-popup {
    position: relative;
    padding: 40px;
    width: auto;
    max-width: 980px;
    margin: 20px auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    background: linear-gradient(104deg, #1E3A8A 16.16%, #2563EB 95.06%);
    color: #fff;
    line-height: 27px;
    padding-bottom: 70px;
}

.pc {
    overflow: auto;
    height: 160px;
    padding-bottom: 50px;
    border-bottom: 1px solid #fff;
    margin-bottom: 50px;
}

.white-popup .h1 {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 40px;
}

.white-popup .h1:before {
    display: none;
}


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

@media screen and (max-width:1860px) {
    .wrapH {
        gap: 20px;
    }
    .wrapR {
        gap: 20px;
    }
    .bannerTop .title {
        font-size: 36px;
    }
    .topTxt {
        font-size: 26px;
    }
    .nucR .txt {
        font-size: 15px;
    }
    .rigBannerT {
        width: 900px;
    }
}

@media screen and (max-width:1650px) {
    .infoH {
        padding-right: calc((1920px - (1650px - 30px)) / 2);
    }
}

@media screen and (max-width:1450px) {
    .wrapper header .container {
        padding-left: 15px;
    }
    .infoH {
        padding-right: 15px;
    }
    .bannerTop {
        padding-left: 15px;
    }
    .bannerTop .title {
        font-size: 31px;
        line-height: 1;
    }
    .rigBannerT {
        width: 700px;
        height: 600px;
    }
    .rigBannerT {
        clip-path: polygon(140px 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    .nucR {
        gap: 10px;
    }
    .logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .logo {
        width: 260px;
        display: block;
    }
    .rigBannerT {
        margin-top: -44px;
    }
}

@media screen and (max-width:1330px) {
    .infoH {
        gap: 10px;
    }
    .infoH a {
        font-size: 15px;
    }
    header .infoH .liH img {
        height: 25px;
    }
    .nucSoc {
        width: 35px;
        height: 35px;
    }
    a {
        font-size: 15px;
    }
    header .menuBlock ul {
        gap: 15px;
    }
    .wrapR {
        gap: 15px;
    }
    .nucR .txt {
        line-height: 1.2;
        font-size: 15px;
    }
    .insidepage .toplH {
        padding-right: 0;
    }
}

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

@media screen and (max-width:1199px) {
    .rigBannerT {
        margin-top: 0;
    }
    header .infoH {
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        height: 100%;
        clip-path: polygon(60px 0%, 100% 0%, 100% 100%, 0% 100%);
        padding-left: 50px;
    }
    .insidepage header .infoH {
        clip-path: polygon(60px 0%, 100% 0%, 100% 100%, 0% 100%);
        padding-left: 50px;
    }
    .toplH {
        padding-right: 200px;
    }
    .wrapZakon {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .nucJob .title {
        font-size: 17px;
        line-height: 1.2;
        margin-top: 20px;
    }
    .nucJob .txt {
        font-size: 15px;
        line-height: 1.2;
    }
    .wrapJob {
        gap: 40px;
    }
    .nucJob .imgW:before {
        display: none;
    }
    .jobBlock .h1::after,
    .jobBlock h1::after,
    .grossMistakesBlock .h1::after,
    .grossMistakesBlock h1::after,
    .diseasesBlock .h1::after,
    .diseasesBlock h1::after,
    .advBlock .h1::after,
    .advBlock h1::after,
    .reviewsBlock .h1::after,
    .reviewsBlock h1::after,
    .questionsBlock .h1::after,
    .questionsBlock h1::after,
    .textovBlock .h1::after,
    .textovBlock h1::after {
        font-size: 90px;
    }
    .topTxt {
        font-size: 24px;
    }
    .botTxt {
        margin-top: 10px;
        font-size: 15px;
        line-height: 1;
    }
    .wrapMist {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }
    .nucMist .txt {
        line-height: 1.3;
        font-size: 15px;
    }
    .wrapDiseases {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .advContainer {
        flex-direction: column-reverse;
    }
    .wrapAdv {
        padding: 40px;
    }
    .fBlock {
        margin-bottom: 100px;
    }
    .jobBlock {
        margin-top: 100px;
    }
    .formBlock {
        margin-bottom: 100px;
    }
    .nucMist {
        padding: 20px;
    }
    .nucMist .imgW:before {
        line-height: 1;
        width: 70px;
        height: 70px;
        font-size: 22px;
    }
    .nucMist .title {
        line-height: 1.2;
        font-size: 20px;
    }
    .wrapForm {
        grid-template-columns: minmax(0, 450px) minmax(0, 1fr);
    }
    .wrapForm .title {
        font-size: 27px;
    }
    .wrapForm .imgW img {
        width: 350px;
    }
    .advContainer .adv {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin: 40px 0;
    }
    .advBanner {
        margin-bottom: 0;
        margin-top: 0;
        width: 100%;
    }
    .adv .wrapRColumn {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .adv .blockInfo {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .formBlock2 .imgW {
        bottom: 0;
    }
    .diseasesBlock {
        padding: 100px 0 60px 0;
    }
    .advBlock {
        padding-top: 100px;
    }
    .formBlock.formBlock2 {
        margin-bottom: 100px;
    }
    .wrapReviews .txt {
        line-height: 1.2;
        font-size: 15px;
    }
    /* the slides */
    .slick-slide {
        margin: 0 10px;
    }
    /* the parent */
    .slick-list {
        margin: 0 -10px;
    }
    .arrowSlick {
        margin-top: 20px;
    }
    .questionsBlock {
        margin-top: 50px;
        padding-top: 100px;
    }
    .questionsBlock .h1 {
        margin-bottom: 70px;
    }
    .advContainer {
        margin-top: 70px;
    }
    .diseasesBlock .h1,
    .diseasesBlock h1 {
        margin-bottom: 70px;
    }
    .wrapJob {
        margin-top: 70px;
    }
    .sliderRev {
        margin-top: 70px;
    }
    .materialContainer {
        grid-template-columns: minmax(0, 1fr);
    }
    .wrapForm .title {
        font-size: 20px;
        line-height: 1;
    }
    .formBlock.formBlock3 .slogan {
        font-size: 15px;
        line-height: 1;
    }
    .formBlock.formBlock3 img {
        width: 460px;
    }
    .lftH {
        display: flex;
        align-items: center;
        padding-right: 215px;
        gap: 20px;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
    .toplH {
        padding-right: 0;
    }
    .logo {
        width: 200px;
    }
    .wrapH {
        gap: 50px;
    }
    .wrapF .nucF.menuBlock {
        display: none;
    }
    .header__burger {
        width: 30px;
        height: 20px;
        min-width: 30px;
        position: relative;
        z-index: 100;
        display: block;
        margin: auto;
    }
    .header__burger::before,
    .header__burger::after {
        content: '';
        background-color: #1E40AF;
        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: #1E40AF;
        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;
    }
    .hLogo {
        display: flex;
        gap: 10px;
    }
    header .toplH .menuBlock {
        position: fixed;
        top: 0;
        right: -100%;
        width: 50%;
        height: 100vh;
        background-color: rgb(39 81 180 / 90%);
        padding: 20px;
        transition: right 0.3s ease;
        z-index: 1000;
        overflow-y: auto;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
        justify-content: space-between;
        display: flex;
        flex-direction: column;
        padding-bottom: 50px;
    }
    header .toplH .menuBlock.active {
        right: 0;
    }
    header .toplH .menuBlock .wrapR {
        flex-direction: column;
        gap: 0;
    }
    header .toplH .menuBlock .nucR {
        display: flex;
        flex-direction: column;
    }
    header .toplH .menuBlock .nucR .txt {
        color: #fff;
        margin-bottom: 20px;
        font-size: 15px;
    }
    header .toplH .menuBlock ul a {
        color: #fff;
        font-size: 18px;
        padding: 10px 0;
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    header .menuBlock ul {
        display: flex;
        flex-direction: column;
    }
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }
    .overlay.active {
        opacity: 1;
        visibility: visible;
    }
    .mobileBot .infoH {
        display: none;
    }
    .mobileBot {
        display: flex;
        flex-direction: column;
    }
    .wrapR .nucR .imgW {
        display: none;
    }
    .wrapYp {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .nucYp {
        width: 100%;
    }
    .nucYp iframe {
        width: 100%;
    }
}

@media screen and (max-width:1024px) {
    .rigBannerT {
        width: 500px;
        height: 550px;
    }
    .wrapH {
        gap: 20px;
    }
    .rigBannerT {
        margin-top: 0;
        position: absolute;
        bottom: 0;
        top: 0;
        height: 100%;
        right: 0;
        z-index: -1;
        opacity: 0.1;
        width: auto;
    }
    .lBannerT {
        padding: 20px;
    }
    .bannerTop:before {
        display: none;
    }
    .billetBlock {
        margin-top: 40px;
    }
}

@media screen and (max-width:991px) {
    .white-popup .h1 {
        font-size: 22px;
        line-height: 1;
        margin-bottom: 10px;
    }
    .pc {
        font-size: 14px;
        height: 140px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .wrapMist {
        margin-top: 50px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .botMistakes {
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .wrapForm .title {
        font-size: 32px;
    }
    .formBlock {
        padding: 50px 0 50px;
    }
    .wrapForm .txt {
        margin-bottom: 20px;
        line-height: 1.2;
        font-size: 15px;
    }
    .formBlock {
        margin-bottom: 70px;
    }
    .botForm {
        margin-top: 20px;
    }
    .wrapForm .imgW {
        margin-top: 20px;
    }
    .wrapFb {
        gap: 40px;
    }
    .nucFb::before {
        right: -20px;
    }
    .nucFb .txt {
        line-height: 1.4;
        font-size: 15px;
    }
    .h1,
    h1 {
        line-height: 1.2;
        font-size: 22px;
    }
    .textovBlock .txt {
        line-height: 1.2;
        font-size: 15px;
    }
    .nucZakon .txt {
        line-height: 1.2;
        font-size: 15px;
        margin-top: 10px;
    }
    .nucZakon .title {
        font-size: 18px;
        line-height: 1.2;
    }
    .nucZakon {
        padding: 0 15px 15px 15px;
    }
    .wrapZakon {
        gap: 20px;
    }
    .zakonBlock .txtBlock span {
        font-size: 15px;
        line-height: 1.2;
    }
    .nucJob .title {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .wrapJob {
        gap: 20px;
    }
    .wrapJob {
        margin-top: 50px;
    }
    .jobBlock {
        margin-top: 70px;
        margin-bottom: 0;
    }
    .nucJob .imgW {
        width: 90px;
        margin: 0 auto;
    }
    .wrapForm .imgW {
        display: none;
    }
    .wrapForm {
        grid-template-columns: minmax(0, 1fr);
    }
    .diseasesBlock {
        padding: 70px 0 60px 0;
    }
    .diseasesBlock .h1,
    .diseasesBlock h1 {
        margin-bottom: 50px;
    }
    .wrapDiseases {
        gap: 20px;
    }
    .nucDiseases {
        padding-bottom: 10px;
    }
    .nucDiseases .title {
        line-height: 1;
        font-size: 15px;
    }
    .diseasesBlock .container::before {
        display: none;
    }
    .advBlock {
        padding-top: 80px;
    }
    .advContainer {
        margin-top: 50px;
    }
    .wrapAdv {
        padding: 20px;
        gap: 50px;
    }
    .wrapAdv .title {
        font-size: 18px;
        line-height: 1.2;
    }
    .wrapAdv .txt {
        font-size: 15px;
        line-height: 1.3;
    }
    .advBanner .title {
        font-size: 18px;
        line-height: 1;
    }
    .advBanner .txt {
        line-height: 1.3;
        font-size: 15px;
    }
    .questionsBlock {
        margin-top: 40px;
        padding-top: 80px;
    }
    .questionsBlock .h1 {
        margin-bottom: 40px;
    }
    .wrapQuestLine .quest {
        font-size: 16px;
        line-height: 1;
    }
    .wrapQuestLine .ask {
        line-height: 1.3;
        padding-right: 0;
        font-size: 15px;
        padding: 0 20px 20px 0;
    }
    .qtitle {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 25px;
        line-height: 1;
    }
    .qtitle span {
        display: block;
        margin-top: 10px;
        line-height: 1.2;
        font-size: 15px;
    }
    .wrapReviews .topReviews .title {
        line-height: 1;
        font-size: 20px;
    }
    .wrapReviews .topReviews a {
        line-height: 1;
        font-size: 15px;
    }
    .materialContainer .h1 {
        margin-top: 0;
        margin-bottom: 0;
        text-align: center;
    }
    .materialContainer .btnStyle2 {
        margin: 0 auto;
    }
    .materialContainer .botTxtMiss {
        margin: 10px auto;
    }
    .leftM .logo {
        display: none;
    }
    .materialContainer .rightM p {
        margin-bottom: 10px;
    }
    .materialContainer .rightM {
        font-size: 15px;
        line-height: 1.4;
    }
    .wrapJob {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }
    .sliderRev {
        margin-top: 50px;
    }
    .questionsBlock {
        margin-bottom: 40px;
    }
    .materialBlock {
        margin-bottom: 50px;
    }
    .formBlock.formBlock3 .wrapForm {
        grid-template-columns: minmax(0, 1fr);
    }
    .wrapF {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .nucF.contact {
        max-width: 100%;
    }
    .wrapContact {
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .botF {
        text-align: center;
    }
    .botH .wrapR {
        display: none;
    }
    .nucZakon:last-child {
        grid-column: span 2;
    }
    .wrapForm .rightForm {
        max-width: 100%;
    }
    .formBlock:after {
        display: none;
    }
    .formBlock.formBlock2 {
        margin-bottom: 80px;
    }
    .rformModal {
        display: none;
    }
    .wrapFormModal:before {
        display: none;
    }
    .callback-modal {
        max-width: 520px;
        padding: 20px;
    }
    .wrapFormModal {
        display: block;
    }
    .wrapFormModal .lformModal .title {
        font-size: 22px;
        line-height: 1;
        margin-bottom: 10px;
    }
    .wrapFormModal .slogan {
        font-size: 15px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .callback-modal textarea {
        margin-top: 10px;
    }
    .botForm {
        margin-top: 10px;
    }
}

@media screen and (max-width:767px) {
    .adv .blockInfo {
        display: none;
    }
    .advContainer .adv {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .formBlock {
        margin-top: 20px;
    }
    .wrapForm .title {
        font-size: 28px;
        text-align: center;
    }
    .formBlock.formBlock3 .slogan {
        text-align: center;
    }
    .wrapForm .txt {
        text-align: center;
    }
    header .toplH .menuBlock {
        width: calc(100% - 50px);
    }
}

@media screen and (max-width:675px) {
    .wrapFb {
        gap: 10px;
    }
    .nucFb::before {
        display: none;
    }
    .fBlock {
        margin-bottom: 70px;
        margin-top: 40px;
    }
    .nucFb .imgW img {
        max-width: 100%;
    }
    .nucFb .imgW {
        width: 80px;
        margin: 0 auto;
    }
    .formBlock {
        padding: 40px 0 40px;
    }
    .nucMist .title {
        font-size: 16px;
    }
    .nucMist .imgW:before {
        bottom: -20px;
    }
    .nucMist {
        padding: 10px;
    }
    .jobBlock .h1::after,
    .jobBlock h1::after,
    .grossMistakesBlock .h1::after,
    .grossMistakesBlock h1::after,
    .diseasesBlock .h1::after,
    .diseasesBlock h1::after,
    .advBlock .h1::after,
    .advBlock h1::after,
    .reviewsBlock .h1::after,
    .reviewsBlock h1::after,
    .questionsBlock .h1::after,
    .questionsBlock h1::after,
    .textovBlock .h1::after,
    .textovBlock h1::after {
        font-size: 60px;
    }
    .wrapReviews .botReview {
        padding: 0 10px;
    }
    .wrapReviews .botReview .imgW {
        width: 140px;
        height: 140px;
        margin-bottom: 10px;
    }
    .wrapReviews .botReview .imgW img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .wrapReviews .txt {
        padding-bottom: 10px;
    }
    .formBlock3 .wrapForm .leftForm {
        display: none;
    }
}

@media screen and (max-width:640px) {
    .billetBlock {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .wrapFb {
        gap: 40px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        display: grid;
    }
    .nucFb:last-child {
        grid-column: span 2;
    }
    .bannerTop .title {
        font-size: 25px;
    }
    .topTxt {
        font-size: 18px;
        line-height: 1;
    }
    .billetBlock .imgW img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .billetBlock .imgW {
        width: 60px;
        height: 60px;
    }
    .wrapper header .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .lftH {
        padding-right: 0;
        padding-left: 0;
        justify-content: flex-start;
    }
    header .infoH {
        position: relative;
    }
    header .wrapSocial {
        display: none;
    }
    .toplH {
        height: 100%;
        margin-right: -15px;
    }
    .logo {
        width: 150px;
    }
    .questionsCol .quest::before {
        width: 40px;
        height: 40px;
    }
    .questionsCol .quest::after {
        right: 10px;
        top: 25px;
    }
    .wrapQuestLine .quest {
        min-height: 60px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .wrapQuestLine {
        padding-left: 20px;
    }
    .wrapForm .title {
        font-size: 24px;
    }
    .botF {
        font-size: 15px;
    }
    .grossMistakesBlock .btnStyle2 {
        font-size: 15px;
    }
    .botTxtMiss {
        font-size: 15px;
        line-height: 1;
    }
    .insidepage header .infoH {
        margin-right: -15px;
    }
}

@media screen and (max-width:600px) {
    .botForm {
        margin-top: 20px;
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    .inputsH {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
    }
    .botForm .btnStyle {
        min-width: 100%;
    }
    .wrapFb {
        gap: 20px;
    }
    .fBlock {
        margin-bottom: 60px;
    }
    .h1,
    h1 {
        line-height: 1.2;
        font-size: 22px;
    }
    .wrapZakon {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .nucZakon:last-child {
        grid-column: auto;
    }
    .zakonBlock .txtBlock span {
        margin-top: 20px;
    }
    .jobBlock .h1::after,
    .jobBlock h1::after,
    .grossMistakesBlock .h1::after,
    .grossMistakesBlock h1::after,
    .diseasesBlock .h1::after,
    .diseasesBlock h1::after,
    .advBlock .h1::after,
    .advBlock h1::after,
    .reviewsBlock .h1::after,
    .reviewsBlock h1::after,
    .questionsBlock .h1::after,
    .questionsBlock h1::after,
    .textovBlock .h1::after,
    .textovBlock h1::after {
        font-size: 40px;
    }
    .wrapJob {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .textovBlock .h1 br,
    .textovBlock h1 br {
        display: none;
    }
    .textovBlock .h1,
    .textovBlock h1 {
        position: relative;
        font-size: 19px;
    }
    .wrapForm .title {
        font-size: 22px;
    }
    .wrapMist {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .nucMist {
        max-width: 300px;
        margin: 0 auto;
    }
    .wrapDiseases {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .wrapAdv {
        gap: 20px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .questionsBlock .h1 br {
        display: none;
    }
    .wrapForm .title br {
        display: none;
    }
    .liH {
        display: none;
    }
    .infoH a {
        font-size: 14px;
    }
    .wrapH {
        gap: 10px;
    }
    header .infoH,
    .insidepage header .infoH {
        clip-path: polygon(40px 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    .lBannerT {
        padding: 20px 0;
        padding-right: 20px;
    }
    .advBanner {
        padding: 20px;
    }
    .formBlock.formBlock2 {
        margin-bottom: 40px;
    }
    .fBlock {
        margin-bottom: 40px;
    }
    .wrapJob {
        margin-top: 40px;
    }
    .diseasesBlock {
        padding: 50px 0 50px 0;
    }
    .slick-next {
        width: 50px;
        height: 50px;
    }
    .slick-prev {
        width: 50px;
        height: 50px;
    }
    .arrowSlick {
        gap: 5px;
    }
    input[type="text"] {
        font-size: 15px;
        height: 50px;
    }
    input[type="text"]::placeholder {
        font-size: 15px;
        line-height: 1;
    }
    textarea {
        font-size: 15px;
        line-height: 1;
    }
    textarea::placeholder {
        font-size: 15px;
        line-height: 1;
    }
    body {
        font-size: 15px;
    }
    header .toplH .menuBlock ul a {
        font-size: 16px;
    }
}

@media screen and (max-width:485px) {
    .rigBannerT video {
        width: 100%;
    }
    .rigBannerT {
        width: 100%;
        left: 0;
        clip-path: none;
    }
    .grossMistakesBlock .btnStyle2 {
        width: 100%;
    }
    .nucDiseases .imgW::before {
        bottom: -15px;
    }
    .materialContainer .btnStyle2 {
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
    }
    .nucContact.wrapGeo {
        max-width: 260px;
    }
}

@media screen and (max-width:425px) {
    .logo {
        width: 130px;
    }
    header .infoH,
    .insidepage header .infoH {
        clip-path: polygon(20px 0%, 100% 0%, 100% 100%, 0% 100%);
        padding-left: 30px;
    }
    .bannerTop .title {
        font-size: 22px;
    }
    .topTxt {
        font-size: 15px;
        line-height: 1;
    }
    .botTxt {
        margin-top: 5px;
        font-size: 14px;
    }
    .btnStyle {
        height: 50px;
        font-size: 16px;
    }
    .nucFb .txt {
        margin-top: 10px;
    }
    .textovBlock .h1,
    .textovBlock h1 {
        font-size: 18px;
    }
    .advBanner .title {
        display: block;
        max-width: 100%;
        text-align: center;
    }
    .nucMist .imgW:before {
        line-height: 1;
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
}

@media screen and (max-width:400px) {
    header .infoH,
    .insidepage header .infoH {
        clip-path: polygon(10px 0%, 100% 0%, 100% 100%, 0% 100%);
        padding-left: 10px;
    }
    .nucFb .txt,
    .textovBlock .txt,
    .nucZakon .txt,
    .zakonBlock .txtBlock span,
    .nucJob .txt,
    .wrapForm .txt,
    .nucMist .txt,
    .nucDiseases .title,
    .wrapAdv .txt,
    .advBanner .txt,
    .wrapReviews .txt,
    .wrapQuestLine .ask,
    .qtitle span,
    .materialContainer .rightM,
    .formBlock.formBlock3 .slogan,
    body,
    .wrapContact a,
    .wrapContact,
    .botF {
        font-size: 14px;
    }
    .wrapContact {
        gap: 15px;
    }
    .textovBlock .h1,
    .textovBlock h1,
    .nucZakon .title,
    .nucJob .title,
    .wrapAdv .title {
        font-size: 16px;
    }
    .nucMist .title {
        margin-top: 20px;
        margin-bottom: 10px;
        text-align: center;
    }
    .nucMist .txt {
        padding-bottom: 20px;
    }
    .wrapAdv .title {
        margin-bottom: 10px;
    }
    .botTxtBlock .bottitle {
        line-height: 1;
    }
    .wrapForm .title {
        font-size: 20px;
    }
    .h1,
    h1 {
        font-size: 20px;
    }
    .jobBlock .h1::after,
    .jobBlock h1::after,
    .grossMistakesBlock .h1::after,
    .grossMistakesBlock h1::after,
    .diseasesBlock .h1::after,
    .diseasesBlock h1::after,
    .advBlock .h1::after,
    .advBlock h1::after,
    .reviewsBlock .h1::after,
    .reviewsBlock h1::after,
    .questionsBlock .h1::after,
    .questionsBlock h1::after,
    .textovBlock .h1::after,
    .textovBlock h1::after {
        font-size: 30px;
    }
    .wrapQuestLine .quest {
        font-size: 15px;
    }
    .wrapF .nucF .title {
        line-height: 1;
    }
}

@media screen and (max-width:370px) {
    .logo {
        width: 110px;
    }
    .lftH {
        gap: 0;
    }
    header .infoH,
    .insidepage header .infoH {
        clip-path: none;
    }
    input[type="text"] {
        height: 40px;
    }
    .btnStyle {
        height: 40px;
        font-size: 15px;
    }
    .bannerTop .title {
        font-size: 20px;
    }
    .qtitle {
        font-size: 20px;
    }
    .wrapForm .title,
    .h1,
    h1 {
        font-size: 18px;
    }
    .wrapReviews .topReviews .title {
        font-size: 18px;
    }
}