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

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

.com-content-category-blog__counter {
    display: none;
}

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


/* Модалка */

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

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

.wrapLabel span a {
    color: #ef5e07;
}

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

.wrapLabel span:after {
    position: absolute;
    width: 8px;
    height: 8px;
    left: 4px;
    top: calc(50% - 4px);
    content: '';
    background: #dd6a1c;
    /*border-radius: 2px;*/
    opacity: 0;
}

.wrapLabel input:checked+span:after {
    opacity: 1;
}

.wrapLabel input {
    width: 10px !important;
    height: 10px !important;
    left: 0 !important;
    top: 0 !important;
    position: absolute !important;
    opacity: 0 !important;
}

html.lock {
    overflow: hidden;
}


/*  */

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

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

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

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

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

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

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

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

:root {
    --colorHead: #08489c;
    --colorSecond: #ef7f1a;
    --colorSecondHover: #ef561a;
    --colorThird: #3eb5f1;
}

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

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

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

.h1,
h1 {
    color: var(--colorHead);
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}

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

.flexSA {
    display: flex;
    justify-content: space-around;
}

.flexSE {
    display: flex;
    justify-content: space-evenly;
}

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

input::placeholder,
textarea::placeholder {
    opacity: 1;
}

.wrapBtnStyle {
    position: relative;
    z-index: 1;
    width: max-content;
}

.wrapBtnStyle::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -3px;
    height: 100%;
    width: 100%;
    border-radius: 35px;
    z-index: 1;
    transition: .4s;
}

.readmore a,
.btnStyle {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    padding: 0 30px;
    text-transform: uppercase;
    transition: .4s;
    border: 2px solid #fff;
    color: #fff;
    height: 70px;
    border-radius: 35px;
    font-weight: 500;
}

.readmore a:hover,
.btnStyle:hover {
    text-decoration: none;
    color: #fff;
}

.readmore a {
    height: 50px;
}

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

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

.imgW img {
    max-width: 100%;
    max-height: 100%;
}

.imgW2 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    /* transition: .4s; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.imgW2 img {
    max-width: 100%;
    max-height: 100%;
}

ul {
    margin: 0;
}

.homePageNews .slick-arrow,
.slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(62, 181, 241, 0.3);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    z-index: 1;
    border: none;
    font-size: 0;
    transition: .4s;
    cursor: pointer;
}

.homePageNews .slick-arrow:hover,
.slick-slider .slick-arrow:hover {
    background: var(--colorHead);
}

.homePageNews .slick-prev::before,
.slick-slider .slick-prev::before {
    position: absolute;
    content: '';
    width: 21px;
    height: 21px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    top: 50%;
    left: 24px;
    transform: translateY(-50%) rotate(45deg);
}

.homePageNews .slick-next::before,
.slick-slider .slick-next::before {
    position: absolute;
    content: '';
    width: 21px;
    height: 21px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    top: 50%;
    right: 24px;
    transform: translateY(-50%) rotate(45deg);
}


/* header */

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.wrapTopHead {
    padding: 20px 0;
    background: #fff;
}

.wrapTopHead p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

.wrapTopHead p span {
    font-weight: 700;
    text-transform: uppercase;
}

.gosuslugiH {
    margin-right: 20px;
}

.vkH {
    margin-right: 35px;
    position: relative;
}

.vkH .imgW {
    /* transition: .4s; */
}

.vkH:hover .imgW {
    opacity: 0;
}

.vkH:hover .imgW2 {
    opacity: 1;
}

.vkH img {
    max-width: none;
    max-height: none;
}

header .phonesBlock {
    border-right: 1px solid #000;
    padding: 30px 0;
    padding-right: 30px;
    margin-right: 30px;
}

header .phonesBlock a {
    display: block;
    padding-left: 25px;
    white-space: nowrap;
    font-size: 19px;
    color: #000;
    font-weight: 400;
    line-height: 1.4;
}

header .phonesBlock a.phone1 {
    background: url(../images/phoneH1.svg) no-repeat center left;
}

header .phonesBlock a.phone2 {
    background: url(../images/phoneH2.svg) no-repeat center left;
}

header .phonesBlock a span {
    color: var(--colorHead);
    font-weight: 700;
}

.wrapBotHead {
    background: var(--colorHead);
    border-bottom: 1px solid #fff;
}

.botHead {
    position: relative;
}

.wrapLine {
    display: none;
}

.wrapMenu ul {
    display: flex;
    align-items: center;
}

.wrapMenu ul ul {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    width: 100%;
    background: url(../images/mainBg.jpg) no-repeat bottom right/cover;
    z-index: 11;
    padding: 30px 120px;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
}

.wrapMenu ul ul::before {
    position: absolute;
    content: '';
    top: 15px;
    bottom: 18px;
    left: 100px;
    width: 3px;
    height: auto;
    background: var(--colorThird);
}

.wrapMenu ul ul li {
    margin: 0 0 5px;
}

.wrapMenu li.parent:hover ul {
    display: block;
}

.wrapMenu li {
    margin-right: 30px;
}

.wrapMenu li.parent>a {
    display: inline-block;
    padding-right: 20px;
    position: relative;
}

.wrapMenu li.parent>a::before {
    position: absolute;
    content: url(../images/check.png);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.wrapMenu a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    white-space: nowrap;
}

.wrapMain>ul>li>a {
    line-height: 54px;
}

.wrapContactsModile {
    display: none;
}

.btnResult {
    padding: 0 15px;
    transition: .4s;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    height: 54px;
    background: var(--colorThird);
    transition: .4s;
}

.btnResult:hover {
    color: #fff;
    text-decoration: none;
    background: var(--colorSecond);
}

.btnResult .imgW {
    margin-right: 10px;
}


/* кнопка версия для слабовидящих */

.module_special_visually #special_visually label.btn_slabovid {
    border-radius: 0;
    height: auto;
    line-height: normal;
    padding: 0;
    border: none;
}

.btn_slabovid .module_special_visually #special_visually .buttons label.btn_slabovid>.button_icon {
    width: auto;
    height: auto;
}

.btn_slabovid .module_special_visually #special_visually label.btn_slabovid>img {
    max-height: none;
    max-width: none;
}

.btn_slabovid .module_special_visually #special_visually label.btn_slabovid:hover {
    background-color: transparent;
    border: none;
}


/* end кнопка версия для слабовидящих */


/* end header */


/* bannerTop */

.bannerTop {
    margin-top: 207px;
    position: relative;
}

.wrapBannerTop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.wrapBannerTop>.imgW {
    align-items: flex-start;
    margin-top: 50px;
    margin-right: 40px;
}

.wrapBannerTop .txtBlock {
    margin-right: 100px;
}

.wrapBannerTop .title {
    margin: 90px 0 25px;
    color: #fff;
    font-size: 65px;
    font-weight: 900;
    font-style: italic;
    line-height: 1;
    text-transform: uppercase;
}

.wrapBannerTop .title span {
    font-size: 48px;
    font-weight: 500;
}

.wrapBannerTop .wrapBtnStyle::before {
    background: var(--colorSecond);
}

.wrapBannerTop .wrapBtnStyle:hover::before {
    background: var(--colorSecondHover);
}

.wrapBannerTop .btnStyle {
    background: var(--colorSecond);
    font-size: 22px;
    font-weight: 700;
    border: 3px solid var(--colorHead);
}

.wrapBannerTop .wrapBtnStyle:hover .btnStyle {
    background: var(--colorSecondHover);
}

.sliderTop {
    width: 642px;
}


/* end bannerTop */


/* welcomeBlock */

.welcomeBlock {
    padding: 100px 0;
}

.wrapWelBlock .txtBlock {
    width: calc(100% - 490px);
}

.wrapWelBlock .txtBlock .h1 {
    margin-bottom: 15px;
}

.wrapWelBlock .btnLine {
    margin-top: 10px;
}

.videoBtn::before {
    background: var(--colorThird);
}

.videoBtn:hover::before {
    background: #3499cc;
}

.videoBtn .btnStyle {
    background: var(--colorThird);
    font-size: 17px;
    padding: 0 15px;
}

.videoBtn:hover .btnStyle {
    background: #3499cc;
}

.remindBtn::before {
    background: var(--colorHead);
}

.remindBtn:hover::before {
    background: #0b65d7;
}

.remindBtn .btnStyle {
    padding: 0 40px;
    background: linear-gradient(68deg, #002d80, #084a9e);
    font-size: 17px;
}

.remindBtn:hover .btnStyle {
    background: #0b65d7;
}

.vkBtn::before {
    background: #397dcc;
}

.vkBtn .btnStyle {
    padding: 0 15px;
    background: #fff;
    border-color: #fff;
    outline: 2px solid #397dcc;
    outline-offset: -4px;
    font-size: 19px;
    color: #397dcc;
}

.vkBtn:hover .btnStyle {
    background: #e3f0ff;
}

.vkBtn .btnStyle:hover {
    color: #397dcc;
}


/* end welcomeBlock */


/* gosUslugiBlock */

.gosUslugiBlock {
    background: url(../images/gosuslugiBg.jpg) no-repeat top -21px center;
}


/* end gosUslugiBlock */


/* homePageNews */

.homePageNews {}

.homePageNews .wrapHomePageNews {
    padding: 60px 0 70px;
    border-bottom: solid 3px #e0e0e0;
}

.homePageNews .titleAndBtn {
    margin-bottom: 35px;
}

.insidepage .itemNewsHP {
    margin-bottom: 30px;
}

.itemNewsHP .leftIHP {
    width: 180px;
}

.itemNewsHP .rightIHP {
    width: calc(100% - 180px);
    padding-left: 30px;
}

.itemNewsHP .newsflash-title {
    margin-bottom: 15px;
}

.itemNewsHP .newsflash-title h2,
.itemNewsHP .newsflash-title .page-header {
    margin: 0;
}

.itemNewsHP .newsflash-title a {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    color: #002d80;
}

.itemNewsHP .prevText {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: normal;
}

.itemNewsHP .wrapBtnStyle {
    margin-bottom: 5px;
}

.itemNewsHP .wrapBtnStyle p {
    margin: 0;
}

.homePageNews .arrowsNews {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 30px;
    gap: 20px;
}

.homePageNews .arrowsNews .slick-arrow {
    position: static;
    transform: translateY(0);
}

.homePageNews {}

.homePageNews {}

.homePageNews {}


/* end homePageNews */


/* bannerMain */

.bannerMain {
    padding: 95px 0;
}

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

.nucBM {
    position: relative;
    text-decoration: none;
    color: #fff;
    min-height: 50px;
}

.nucBM:hover .imgW {
    opacity: 0;
}

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

.nucBM .txt {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 65px;
    border-radius: 10px;
    z-index: 1;
    color: #fff;
    background: linear-gradient(68deg, #002d80, #084a9e);
    height: 62px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
}

.nucBM:hover .txt {
    background: var(--colorThird);
}


/* end bannerMain */


/* campChangesBlock */

.campChangesBlock {
    padding-bottom: 65px;
}

.campChangesBlock .h1 {
    margin-bottom: 40px;
}

.wrapCampChanges {
    padding-right: 220px;
    position: relative;
}

.wrapTabsCamp {
    min-width: 315px;
    padding-top: 15px;
    border-right: 5px solid var(--colorThird);
}

.tabCamp {
    padding: 0 30px;
    border-radius: 35px 0 0 35px;
    cursor: pointer;
    height: 68px;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.tabCamp.active {
    background: var(--colorThird);
    color: #fff;
    border: 2px solid var(--colorThird);
}

.wrapTabsContentCamp {
    padding: 15px 0 65px 35px;
}

.wrapCampChanges>.imgW {
    position: absolute;
    right: 0;
    top: 25px;
}

.tabContentCamp {
    display: none;
}

.tabContentCamp.active {
    display: block;
}

.tabContentCamp .title {
    margin-bottom: 40px;
}

.tabContentCamp .name {
    margin-right: 30px;
    font-size: 24px;
    font-weight: 700;
}

.tabContentCamp .calendar {
    padding-left: 40px;
    background: url(../images/calendar.svg) no-repeat left center/contain;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 15px;
}

.tabContentCamp .calendar:last-child {
    margin-bottom: 0;
}

.tabContentCamp p {
    margin-bottom: 20px;
    font-size: 18px;
}

.tabContentCamp .price {
    margin: 20px 0 25px;
    font-size: 24px;
    font-weight: 700;
}

.tabContentCamp .price span {
    font-size: 40px;
    font-weight: 900;
    color: var(--colorThird);
}

.tabContentCamp .wrapBtnStyle::before {
    background: var(--colorSecond);
}

.tabContentCamp .wrapBtnStyle:hover::before {
    background: var(--colorSecondHover);
}

.tabContentCamp .btnLine {
    margin-bottom: 20px;
}

.tabContentCamp .btnStyle {
    font-size: 22px;
    font-weight: 700;
    background: var(--colorSecond);
}

.tabContentCamp .wrapBtnStyle:hover .btnStyle {
    background: var(--colorSecondHover);
}

.tabContentCamp .wrapBtnStyle.registr::before {
    background: #6e6bce;
}

.tabContentCamp .wrapBtnStyle.registr:hover::before {
    background: #54529e;
}

.tabContentCamp .wrapBtnStyle.registr .btnStyle {
    padding: 0 40px;
    background: #6e6bce;
    font-size: 18px;
    font-weight: 500;
}

.tabContentCamp .wrapBtnStyle.registr:hover .btnStyle {
    background: #54529e;
}

.tabContentCamp .phonesBlock {
    font-size: 25px;
}

.tabContentCamp .phonesBlock a {
    font-weight: 500;
    color: #000;
}


/* end campChangesBlock */


/* photosBlock */

.photosBlock {}

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

.wrapPhotos .imgW {
    /* height: 350px; */
    position: relative;
    /* overflow: hidden; */
}

.wrapPhotos .imgW:hover img {
    opacity: 1;
    z-index: 2;
    box-shadow: 0 0 13px 6px rgba(0, 0, 0, 0.5);
    transform: scale(1.05);
}

.wrapPhotos img {
    opacity: 0.7;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
    object-fit: cover;
}


/* end photosBlock */


/* timeBlock */

.timeBlock {
    padding: 75px 0 80px;
}

.wrapTimeBlock {
    /* margin-left: -25px; */
    padding: 60px 60px 50px;
    background: url(../images/timeBg3.jpg) no-repeat top right/cover;
    border-radius: 10px;
}

.wrapTimeBlock .name {
    margin-bottom: 40px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.wrapTime {
    /* display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(9, 1fr);
    grid-auto-flow: column;
    grid-gap: 10px; */
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.wrapTimeLines {
    width: 49%;
}

.nucTime {
    display: grid;
    grid-template-columns: 133px 1fr;
    grid-gap: 20px;
    margin-bottom: 10px;
}

.nucTime .time {
    color: var(--colorThird);
    font-size: 22px;
    font-weight: 700;
}

.nucTime .txt {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
}

.wrapTimeBlock .wrapBtnStyle {
    margin-right: 15px;
}

.wrapTimeBlock .wrapBtnStyle::before {
    background: var(--colorSecond);
}

.wrapTimeBlock .wrapBtnStyle:hover::before {
    background: var(--colorSecondHover);
}

.wrapTimeBlock .remindBtn::before {
    background: #fff;
}

.wrapTimeBlock .remindBtn:hover::before {
    background: #56c6ff;
}

.wrapTimeBlock .btnStyle {
    border: 3px solid var(--colorHead);
    background: var(--colorSecond);
    font-size: 22px;
    font-weight: 700;
}

.wrapTimeBlock .wrapBtnStyle:hover .btnStyle {
    background: var(--colorSecondHover);
}

.wrapTimeBlock .remindBtn .btnStyle {
    padding: 0 25px;
    border: 3px solid var(--colorHead);
    background: #fff;
    color: var(--colorHead);
    font-size: 18px;
    font-weight: 500;
}

.wrapTimeBlock .remindBtn:hover .btnStyle {
    background: #56c6ff;
}


/* end timeBlock */


/* lettersBlock */

.lettersBlock {
    padding-bottom: 100px;
}

.lettersBlock .h1 {
    margin-bottom: 45px;
}

.slideLetter .imgW {
    position: relative;
    padding: 20px;
}

.slideLetter .imgW::before {
    position: absolute;
    content: url(../images/frameSert.png);
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sliderLetter .slick-prev {
    left: -70px;
}

.sliderLetter .slick-next {
    right: -70px;
}


/* end lettersBlock */


/* formBlock */

.formBlock {
    padding: 60px 0 50px;
    background: url(../images/formBg.jpg) no-repeat top center;
}

.wrapFormBlock .wrapForm {
    width: calc(100% - 460px);
}

.wrapForm .name {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.wrapForm .txt {
    margin-bottom: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.wrapForm textarea,
.wrapForm input {
    background: #fff;
    border: 3px solid var(--colorThird);
    border-radius: 20px;
    font-size: 18px;
    font-style: italic;
    color: #323232;
    padding: 0 15px;
    line-height: 58px;
    outline: none;
}

.wrapForm textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 118px;
    max-height: 118px;
    margin-bottom: 10px;
}

.wrapForm .wrapInputs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin-bottom: 10px;
}

.wrapLabel span {
    padding-left: 25px;
    font-size: 12px;
    color: #fff;
    line-height: 1.1;
}

.wrapLabel span a {
    color: var(--colorThird);
    text-decoration: underline;
}

.wrapLabel span::before {
    width: 19px;
    height: 19px;
    background: transparent;
    border: 1px solid var(--colorThird);
    border-radius: 3px;
    top: 0;
    left: 0;
}

.wrapLabel span::after {
    width: 11px;
    height: 11px;
    background: var(--colorThird);
    border-radius: 3px;
    top: 4px;
    left: 4px;
}

.wrapForm .wrapBtnStyle::before {
    background: var(--colorSecond);
}

.wrapForm .wrapBtnStyle:hover::before {
    background: var(--colorSecondHover);
}

.wrapForm .btnStyle {
    padding: 0 45px;
    border: 3px solid var(--colorHead);
    background: var(--colorSecond);
    text-transform: none;
    font-size: 22px;
    font-weight: 500;
    white-space: nowrap;
}

.wrapForm .wrapBtnStyle:hover .btnStyle {
    background: var(--colorSecondHover);
}


/* end formBlock */


/* contactsBlock */

.contactsBlock {}

.wrapContacts {
    padding: 45px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0;
}

.wrapContacts .contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 60px 45px;
}

.wrapContacts .contact:nth-child(2) {
    border-left: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
}

.wrapContacts .contact .imgW {
    min-height: 64px;
    margin-bottom: 30px;
}

.wrapContacts .contact .txt {
    color: #000;
    text-decoration: none;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
}


/* end contactsBlock */


/* footer */

footer {
    background: url(../images/footerBg.jpg) no-repeat top center;
}

.topLineF {
    padding: 20px 0;
    border-bottom: 1px solid #fff;
}

.topLineF .phonesBlock a {
    white-space: nowrap;
}

.topLineF p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
}

.topLineF p span {
    font-weight: 700;
    text-transform: uppercase;
}

.topLineF .btnStyle {
    background: var(--colorSecond);
    padding: 0 25px;
    text-transform: none;
    font-size: 16px;
    font-weight: 700;
    border: none;
    height: 45px;
}

.topLineF .btnStyle:hover {
    background: var(--colorSecondHover);
}

.topLineF .phonesBlock a {
    font-size: 19px;
    color: #fff;
    font-weight: 400;
    display: block;
    padding-left: 25px;
    line-height: 1.4;
}

.topLineF .phonesBlock a.phone1 {
    background: url(../images/phoneH1.svg) no-repeat center left;
}

.topLineF .phonesBlock a.phone2 {
    background: url(../images/phoneH2.svg) no-repeat center left;
}

.topLineF .phonesBlock a span {
    color: var(--colorThird);
    font-weight: 700;
}

.botLineF {
    padding: 25px 0;
}

.botLineF p {
    margin-bottom: 0;
    line-height: 1;
    font-size: 14px;
    color: #6484b9;
    text-align: center;
}


/* end footer */


/* callback-modal */

.callback-modal p {
    color: #fff;
}

.callback-modal__form .wrapInputs2 .wrapRadio span {
    color: #fff;
}

.callback-modal {
    max-width: 563px;
    margin: auto;
    position: relative;
    padding: 30px;
    border-radius: 10px;
    overflow: hidden;
    background: url(../images/modalFormBg.jpg) no-repeat bottom #fff;
}

.callback-modal__headline {
    margin-bottom: 35px;
    font-size: 30px;
    font-weight: 700;
    color: var(--colorHead);
}

.callback-modal__input {
    border-radius: 20px;
    padding: 0 15px;
    outline: none;
    width: 100%;
    margin-bottom: 15px;
    background: #fff;
    border: 3px solid var(--colorThird);
    font-size: 18px;
    font-style: italic;
    color: #323232;
    line-height: 58px;
}

.callback-modal p {
    margin-bottom: 15px;
}

.wrapInputs {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 10px;
}

.wrapRadio {
    flex: 1;
}

.wrapRadio input {
    width: 10px;
    height: 10px;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0;
}

.wrapRadio span {
    padding-left: 40px;
    position: relative;
    display: block;
    font-size: 18px;
    font-style: italic;
    color: #323232;
}

.wrapRadio span::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 30px;
    height: 30px;
    border: 3px solid var(--colorThird);
    border-radius: 50%;
    background: #fff;
}

.wrapRadio span::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 7px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--colorThird);
    opacity: 0;
}

.wrapRadio input:checked+span:after {
    opacity: 1;
}

.botLineMF {
    display: flex;
    justify-content: space-between;
}

.callback-modal .wrapBtnStyle::before {
    background: var(--colorSecond);
}

.callback-modal .wrapBtnStyle {
    margin-left: 10px;
}

.callback-modal .wrapBtnStyle:hover::before {
    background: var(--colorSecondHover);
}

.callback-modal .btnStyle {
    padding: 0 50px;
    border: 3px solid var(--colorHead);
    background: var(--colorSecond);
    text-transform: none;
    font-size: 22px;
    font-weight: 700;
    height: 56px;
}

.callback-modal .wrapBtnStyle:hover .btnStyle {
    background: var(--colorSecondHover);
}


/* end callback-modal */


/* версия для слабовидящих */

.special_visual *:before,
.special_visual *::after {
    display: none;
}

.special_visual .wrapBtnStyle {
    padding: 10px;
}

.special_visual .btnStyle {
    text-align: center;
    padding: 5px 30px;
}

.special_visual .btnStyle .imgW {
    display: none;
}

.special_visual header {
    position: relative;
    padding-top: 150px;
}

.special_visual .logoH {
    margin-right: 20px;
}

.special_visual .gosuslugiH {
    margin-right: 20px;
}

.special_visual .wrapTopHead .phonesBlock {
    padding: 0;
    margin: 0;
    border: none;
}

.module_special_visually.active {
    position: absolute;
    top: 0;
    right: 0;
    /* transform: translateX(-50%); */
    padding: 30px;
    border: 2px solid #000;
    border-radius: 4px;
    width: fit-content;
    background: #fff;
}

.module_special_visually.horizontal #special_visually .buttons {
    display: flex;
    justify-content: flex-end;
}

.module_special_visually.active #special_visually .params.show {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.module_special_visually.active .module_special_visually.active #special_visually label {
    height: auto;
}

.special_visual .wrapMenu li {
    margin-right: 15px;
}

.special_visual .wrapMenu ul ul {
    border: 1px solid #000;
    /* top: 100%; */
    padding: 10px 20px;
    width: auto;
    height: auto;
    padding-bottom: 0;
}

.special_visual .btnResult {
    height: auto;
    text-align: center;
    padding: 0;
}

.special_visual .btnResult .imgW {
    display: none;
}

.special_visual .bannerTop {
    margin-top: 0;
}

.special_visual .bannerTop>img {
    display: none;
}

.special_visual .wrapBannerTop {
    position: relative;
}

.special_visual .wrapBannerTop>.imgW {
    display: none;
}

.special_visual .vkBtn .btnStyle {
    outline: none;
}

.special_visual .nucBM .txt {
    border: 1px solid #000;
}

.special_visual .wrapCampChanges .imgW {
    display: none;
}

.special_visual .tabCamp {}

.special_visual .sliderLetter .slick-arrow {
    background: transparent;
    border-radius: 0;
    font-size: 0 !important;
    border-top: 2px solid;
    border-right: 2px solid;
    width: 21px;
    height: 21px;
    transform: translateY(-50%) rotate(45deg);
}

.special_visual .sliderLetter .slick-arrow.slick-prev {
    transform: translateY(-50%) rotate(-135deg);
}

.special_visual .wrapForm textarea,
.special_visual .wrapForm input {
    margin-bottom: 20px;
}

.special_visual .wrapForm input {
    height: 58px;
}

.special_visual .wrapForm textarea {
    padding-top: 10px;
}

.special_visual .wrapLabel input {
    opacity: 1 !important;
    width: 15px !important;
    height: 15px !important;
    border: 1px solid #000;
    border-radius: 4px;
    z-index: 1;
}

.special_visual .wrapContacts .contact .imgW {
    display: none;
}

.special_visual .topLineF .logoF {
    display: none;
}

.special_visual .topLineF .btnStyle {
    border: 1px solid #000;
}

.special_visual.insidepage .component {
    padding-top: 0;
}

.special_visual .callback-modal {
    border: 1px solid #000;
}

.special_visual .wrapRadio {
    display: flex;
    margin-right: 10px;
}

.special_visual .wrapRadio input {
    position: relative;
    width: 15px;
    height: 15px;
    opacity: 1;
}

.special_visual .wrapRadio span {
    padding-left: 10px;
}


/* end версия для слабовидящих */


/* insidepage */

.insidepage .contactsBlock {
    border-top: 4px solid var(--colorHead);
}

.insidepage .component {
    padding-top: 207px;
}

.insidepage .contentBlock {
    padding: 50px 0 95px;
}

.insidepage .contentBlock .h1,
.insidepage .contentBlock h1 {
    margin-bottom: 30px;
    font-size: 35px;
}

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

.wrapGrid4 img {
    width: 100%;
    height: 100%;
    max-height: 190px;
    object-fit: cover;
}

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

.insidepage .contentBlock h3 {
    font-size: 22px;
    color: var(--colorHead);
    margin: 10px 0 20px;
}

.insidepage .contentBlock th {
    color: #fff;
    font-weight: 700;
    background: var(--colorHead);
    border: 1px solid #fff;
    padding: 5px 10px;
}

.insidepage .contentBlock td {
    padding: 5px 10px;
    border: 1px solid #000;
}


/* end insidepage */


/* wrapGallery */

.wrapGallery {}

.wrapGallery .itemsG {
    display: grid;
    grid-template-columns: repeat(4, calc((100% / 4) - 22.5px));
    grid-gap: 30px;
}

.wrapGallery .itemG a {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
}

.wrapGallery .itemG a .wImg {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 15px;
    height: 280px;
}

.wrapGallery .itemG a .wImg img {
    transition: .4s;
    /* min-width: 100%; */
    max-width: none;
    width: auto !important;
    height: 100%;
}

.wrapGallery .itemG a:hover .wImg img {
    transform: scale(1.2);
    filter: brightness(.7);
}

.wrapGallery .itemG .nameG {
    color: #000;
    text-decoration: none;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
}

.wrapGalleryNews a {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.wrapGalleryNews a img {
    max-width: 300px;
}


/* end wrapGallery */


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

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

@media screen and (min-width:1921px) {
    .wrapBannerTop {
        left: calc((100% - 1920px) / 2);
    }
}

@media screen and (max-width:1399px) {
    .bannerTop>img {
        width: 1399px;
    }
    .wrapBannerTop {}
    .wrapBannerTop>.imgW img {
        max-height: 200px;
    }
    .wrapBannerTop .title {
        font-size: 36px;
    }
    .wrapBannerTop .title span {
        font-size: 30px;
    }
    .sliderTop {
        width: 468px;
    }
    .gosUslugiBlock {
        background: url(../images/gosuslugiBg.jpg) no-repeat top -23px center;
    }
}

@media screen and (max-width:1299px) {
    .logoH {
        margin-right: 20px;
    }
    .sliderLetter .slick-prev {
        left: -20px;
    }
    .sliderLetter .slick-next {
        right: -20px;
    }
}

@media screen and (max-width:1199px) {
    /* мобильное меню */
    .wrapMenu {
        position: fixed;
        left: -100%;
        top: 0;
        background: var(--colorHead);
        z-index: 100;
        transition: .4s;
        width: 100%;
    }
    .wrapMenu.activeMain {
        left: 0;
    }
    .wrapLine {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 16px 12px;
        width: 53px;
        height: 53px;
        background: var(--colorHead);
        position: absolute;
        top: 153px;
        right: calc((-100% + 834px) /2);
        transition: .4s;
    }
    .activeMain .wrapLine {
        right: 0;
        top: 0;
    }
    .line {
        width: 100%;
        height: 2px;
        background: #fff;
        position: relative;
        transition: .4s;
    }
    .activeMain .wrapLine .line:nth-child(1),
    .activeMain .wrapLine .line:nth-child(3) {
        position: absolute;
        top: 24px;
        left: 10px;
        width: 29px;
    }
    .activeMain .wrapLine .line:nth-child(1) {
        transform: rotate(45deg);
    }
    .activeMain .wrapLine .line:nth-child(3) {
        transform: rotate(-45deg);
    }
    .activeMain .wrapLine .line:nth-child(2) {
        opacity: 0;
    }
    .wrapMain {
        margin: 30px 0;
        padding: 0 15px;
        background: var(--colorHead);
        height: calc(100vh - 60px);
    }
    .wrapMenu ul {
        flex-direction: column;
        align-items: flex-start;
        height: calc(100vh - 50px);
        overflow-y: auto;
    }
    .wrapMain>ul>li {
        margin: 0 0 10px;
    }
    .wrapMenu a {
        font-size: 16px;
        white-space: normal;
    }
    .wrapMain>ul>li>a {
        line-height: 1.2;
    }
    .wrapMenu ul ul {
        display: block;
        position: relative;
        background: transparent;
        height: auto;
        margin: 0;
        top: 0;
        left: 0;
        padding: 0 30px;
    }
    .wrapMenu ul ul::before {
        display: none;
    }
    /* end мобильное меню */
    .botHead {
        position: relative;
        justify-content: flex-end;
    }
    .bannerTop>img {
        width: 1195px;
    }
    .wrapBannerTop {
        padding: 0 15px;
    }
    .wrapBannerTop>.imgW {
        margin-right: 20px;
    }
    .wrapBannerTop .txtBlock {
        margin-right: 20px;
    }
    .wrapBannerTop .btnStyle {
        font-size: 19px;
    }
    .sliderTop {
        width: 400px;
    }
    .wrapWelBlock .txtBlock {
        width: 65%;
        margin-left: 20px;
    }
    .wrapWelBlock .btnLine {
        flex-wrap: wrap;
        justify-content: center;
        margin: 0;
    }
    .wrapWelBlock .btnLine .wrapBtnStyle {
        margin: 10px;
    }
    .gosUslugiBlock {
        background: transparent;
    }
    .wrapBM {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
    .wrapCampChanges>.imgW {
        display: none;
    }
    .wrapCampChanges {
        padding-right: 0;
    }
    .wrapTabsCamp {
        min-width: 260px;
    }
    .wrapTabsContentCamp {
        padding-left: 20px;
    }
    .tabContentCamp .btnStyle {
        font-size: 19px;
    }
    .wrapTimeBlock {
        padding: 35px 60px 38px;
    }
    .nucTime {
        grid-template-columns: 121px 1fr;
        grid-gap: 15px;
    }
    .nucTime .time {
        font-size: 20px;
    }
    .nucTime .txt {
        font-size: 20px;
    }
    .wrapTimeBlock .btnStyle {
        font-size: 19px;
    }
    .sliderLetter .slick-arrow {
        width: 40px;
        height: 40px;
    }
    .sliderLetter .slick-prev::before {
        width: 15px;
        height: 15px;
        left: 15px;
    }
    .sliderLetter .slick-next {
        right: -23px;
    }
    .sliderLetter .slick-next::before {
        width: 15px;
        height: 15px;
        right: 15px;
    }
    .slideLetter .imgW {
        padding: 25px;
    }
    .wrapFormBlock .wrapForm {
        width: calc(100% - 250px);
        margin-left: 20px;
    }
    .wrapForm .btnStyle {
        font-size: 19px;
    }
    .wrapContacts .contact .txt {
        font-size: 19px;
    }
    .vkF {
        margin: 0 20px;
    }
    .logoF {
        margin: 0;
        margin-right: 20px;
    }
    .topLineF .btnStyle {
        height: 50px;
    }
    .wrapGallery .itemsG {
        grid-template-columns: repeat(3, calc((100% / 3) - 20px));
        grid-gap: 30px;
    }
}

@media screen and (max-width:991px) {
    .wrapTopHead .vkH,
    .wrapTopHead .gosuslugiH {
        display: none;
    }
    header .phonesBlock {
        padding: 10px 0;
        padding-right: 15px;
        margin-right: 15px;
    }
    header .phonesBlock a {
        font-size: 16px;
    }
    .wrapLine {
        top: 148px;
        right: calc((-100% + 615px) /2);
    }
    .wrapMenu ul {
        height: calc(100vh - 195px);
    }
    .wrapContactsModile {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 20px;
        border-top: 1px solid #fff;
    }
    .wrapContactsModile .phonesBlock {
        padding: 20px 0;
        border: none;
    }
    .wrapContactsModile .phonesBlock a,
    .wrapContactsModile .phonesBlock a span {
        color: #fff;
    }
    .wrapContactsModile .vkH .imgW {
        display: none;
    }
    .wrapContactsModile .vkH .imgW2 {
        position: relative;
        opacity: 1;
    }
    .bannerTop {
        margin-top: 202px;
    }
    .wrapBannerTop .title {
        margin-top: 60px;
    }
    .wrapBannerTop>.imgW {
        display: none;
    }
    .welcomeBlock {
        padding: 50px 0;
    }
    .wrapWelBlock>.imgW {
        display: none;
    }
    .wrapWelBlock .txtBlock {
        width: 100%;
        margin: 0;
    }
    .bannerMain {
        padding: 50px 0;
    }
    .campChangesBlock {
        padding-bottom: 50px;
    }
    .wrapCampChanges {
        flex-direction: column;
    }
    .wrapTabsCamp {
        width: 100%;
        border: none;
    }
    .wrapTabsCamp ul {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .tabCamp {
        border-radius: 35px;
    }
    .wrapTabsContentCamp {
        padding: 0;
    }
    .tabContentCamp .btnLine {
        flex-wrap: wrap;
    }
    .tabContentCamp .btnLine .wrapBtnStyle {
        margin: 10px 0;
    }
    .wrapPhotos {
        /* grid-template-columns: repeat(2, 1fr); */
    }
    .timeBlock {
        padding: 50px 0;
    }
    .wrapTimeBlock .name {
        font-size: 25px;
    }
    .wrapTime {
        flex-direction: column;
    }
    .wrapTimeLines {
        margin-bottom: 0;
        width: 100%;
    }
    .wrapTimeBlock .wrapBtnStyle.remindBtn {
        margin: 0;
    }
    .lettersBlock {
        padding-bottom: 50px;
    }
    .slideLetter .imgW::before {
        display: none;
    }
    .formBlock {
        padding: 50px 0;
    }
    .wrapFormBlock>.imgW {
        display: none;
    }
    .wrapFormBlock .wrapForm {
        width: 100%;
        margin: 0;
    }
    .wrapContacts {
        padding: 50px 0;
    }
    .wrapContacts .contact {
        padding: 25px;
    }
    .wrapContacts .contact .imgW {
        min-height: auto;
        max-height: 40px;
    }
    .vkF {
        display: none;
    }
    .topLineF .phonesBlock {
        display: none;
    }
    .insidepage .component {
        padding-top: 202px;
    }
    .insidepage .contentBlock {
        padding: 50px 0;
    }
    .wrapGallery .itemsG {
        grid-template-columns: repeat(2, calc((100% / 2) - 15px));
        grid-gap: 30px;
    }
}

@media screen and (max-width:767px) {
    .h1,
    h1 {
        font-size: 25px;
    }
    .insidepage .contentBlock .h1,
    .insidepage .contentBlock h1 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    body p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .wrapBtnStyle::before {
        bottom: -2px;
    }
    .btnStyle {
        font-size: 16px;
        padding: 0 15px;
        height: 60px;
        text-align: center;
    }
    .btnStyle br {
        display: none;
    }
    .btnStyle .imgW {
        display: none;
    }
    .logoH img {
        max-width: 100px;
    }
    .gosuslugiH img {
        max-width: 150px;
    }
    .wrapLine {
        top: 124px;
        right: -68px;
    }
    .btnResult {
        font-size: 14px;
    }
    .bannerTop>img {
        width: 895px;
    }
    .wrapBannerTop .title {
        font-size: 30px;
        margin-top: 25px;
    }
    .wrapBannerTop .title span {
        font-size: 25px;
    }
    .wrapBannerTop .btnStyle {
        font-size: 16px;
        padding: 0 15px;
        height: 60px;
        border: 1px solid var(--colorHead);
    }
    .sliderTop {
        width: 300px;
    }
    .bannerTop {
        margin-top: 177px;
    }
    .welcomeBlock {
        padding: 30px 0;
    }
    .videoBtn .btnStyle,
    .remindBtn .btnStyle,
    .vkBtn .btnStyle {
        font-size: 16px;
        padding: 0 20px;
    }
    .videoBtn .btnStyle,
    .remindBtn .btnStyle {
        border: 1px solid #fff;
    }
    .vkBtn .btnStyle {
        outline: 1px solid #397dcc;
        border: 1px solid #fff;
        outline-offset: -2px;
        border-radius: 35px;
    }
    .nucBM .imgW img {
        max-height: 350px;
    }
    .nucBM .txt {
        font-size: 17px;
        height: 50px;
        padding: 0 50px;
    }
    .campChangesBlock {
        padding-bottom: 30px;
    }
    .tabCamp {
        border-radius: 25px;
        height: 50px;
        font-size: 18px;
        padding: 0 20px;
    }
    .tabContentCamp .title {
        margin-bottom: 20px;
    }
    .tabContentCamp .name {
        font-size: 20px;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .tabContentCamp .calendar {
        font-size: 18px;
    }
    .tabContentCamp p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .tabContentCamp .price {
        margin: 10px 0;
        font-size: 20px;
    }
    .tabContentCamp .price span {
        font-size: 25px;
    }
    .tabContentCamp .btnLine .wrapBtnStyle {
        margin: 5px 0;
    }
    .tabContentCamp .btnStyle {
        font-size: 16px;
        border: 1px solid #fff;
    }
    .tabContentCamp .wrapBtnStyle.registr .btnStyle {
        padding: 0 15px;
        font-size: 16px;
    }
    .tabContentCamp .phonesBlock {
        font-size: 18px;
    }
    .wrapTimeBlock {
        padding: 25px;
    }
    .wrapTimeBlock .name {
        margin-bottom: 20px;
    }
    .wrapTime {
        margin-bottom: 15px;
    }
    .nucTime {
        grid-gap: 10px;
    }
    .nucTime .time {
        font-size: 18px;
    }
    .nucTime .txt {
        font-size: 18px;
    }
    .wrapTimeBlock .btnStyle {
        font-size: 16px;
        border: 1px solid var(--colorHead);
    }
    .wrapTimeBlock .remindBtn .btnStyle {
        padding: 0 15px;
        border: 1px solid var(--colorHead);
        font-size: 16px;
    }
    .lettersBlock {
        padding-bottom: 30px;
    }
    .slideLetter .imgW {
        height: 200px;
        padding: 0;
    }
    .sliderLetter .slick-prev {
        left: 0;
    }
    .sliderLetter .slick-next {
        right: 0;
    }
    .formBlock {
        padding: 30px 0;
    }
    .wrapForm .name {
        font-size: 25px;
    }
    .wrapForm .txt {
        font-size: 18px;
    }
    .wrapForm textarea,
    .wrapForm input {
        font-size: 16px;
        line-height: 45px;
    }
    .wrapForm textarea {
        min-height: 100px;
        max-height: 100px;
    }
    .wrapForm .btnStyle {
        font-size: 16px;
        padding: 0 15px;
        border: 1px solid var(--colorHead);
    }
    .wrapContacts {
        padding: 30px 0;
    }
    .wrapContacts .contact .imgW {
        margin-bottom: 15px;
    }
    .wrapContacts .contact .txt {
        font-size: 16px;
    }
    .map iframe {
        height: 200px;
    }
    .logoF img {
        max-width: 100px;
    }
    .topLineF .btnStyle {
        padding: 0 15px;
    }
    .insidepage .component {
        padding-top: 177px;
    }
    .insidepage .contentBlock {
        padding: 30px 0;
    }
    .wrapGrid4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .insidepage .contentBlock table {
        display: block;
        width: 100%;
        overflow-x: auto;
    }
    .callback-modal .btnStyle {
        font-size: 16px;
        padding: 0 15px;
        border: 1px solid var(--colorHead);
    }
    .special_visual .wrapInputs {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .special_visual .wrapRadio {
        white-space: nowrap;
        margin-bottom: 10px;
    }
    .special_visual .botLineMF {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .special_visual .botLineMF .wrapLabel {
        margin-bottom: 10px;
    }
    .special_visual .callback-modal .wrapBtnStyle {
        margin: 0;
    }
    .wrapItemHP {
        flex-direction: column;
    }
    .itemNewsHP .leftIHP {
        width: auto;
        margin-bottom: 20px;
    }
    .itemNewsHP .rightIHP {
        padding: 0;
        width: auto;
    }
    .homePageNews .allNewsBtn,
    .homePageNews .arrowsNews {
        display: none;
    }
}

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

@media screen and (max-width:640px) {
    .contentBlock iframe {
        width: 100%;
    }
    .contentBlock video {
        width: 100%;
    }
    .wrapPhotos {
        grid-template-columns: repeat(2, 1fr);
    }
    .topLineF .btnStyle {
        height: 60px;
    }
    .wrapGallery .itemsG {
        grid-template-columns: repeat(2, calc((100% / 2) - 7.5px));
        grid-gap: 15px;
    }
    .wrapGallery .itemG a .wImg {
        height: 200px;
    }
    .wrapGallery .itemG .nameG {
        font-size: 16px;
    }
}

@media screen and (max-width:600px) {
    .wrapTopHead p {
        display: none;
    }
    .sliderTop {
        display: none;
    }
    .wrapTimeBlock {
        padding: 15px;
    }
    .wrapTimeBlock .name {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .wrapTime {
        grid-gap: 10px;
    }
    .wrapTimeBlock .btnLine {
        flex-wrap: wrap;
        justify-content: center;
    }
    .wrapTimeBlock .wrapBtnStyle {
        margin-right: 0;
        height: 100%;
    }
    .wrapTimeBlock .wrapBtnStyle.remindBtn {
        margin: 5px;
    }
    .wrapContacts {
        grid-template-columns: 1fr;
    }
    .wrapContacts .contact:nth-child(2) {
        border: none;
        border-top: 1px solid #cbcbcb;
        border-bottom: 1px solid #cbcbcb;
    }
    .topLineF p {
        display: none;
    }
    .botLineF {
        padding: 10px 0;
    }
    .botLineF p {
        font-size: 12px;
    }
    .wrapGrid4 {
        grid-template-columns: 1fr;
    }
    .insidepage .contentBlock h3 {
        font-size: 18px;
    }
    .callback-modal {
        background-size: cover;
        padding: 15px;
    }
    .callback-modal__headline {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .callback-modal__input {
        line-height: 50px;
        border: 1px solid var(--colorThird);
        font-size: 16px;
    }
    .wrapRadio span::before {
        border: 1px solid var(--colorThird);
    }
    .wrapInputs {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .wrapRadio {
        white-space: nowrap;
        margin-bottom: 10px;
    }
    .botLineMF {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .botLineMF .wrapLabel {
        margin-bottom: 10px;
    }
    .callback-modal .wrapBtnStyle {
        margin: 0;
    }
}

@media screen and (max-width:485px) {
    .wrapItemHP {
        flex-direction: column;
        align-items: center;
    }
    .homePageNews .itemNewsHP .rightIHP {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
    .logoH {
        margin-right: 10px;
    }
    .logoH img {
        /* max-width: 100%; */
    }
    .gosuslugiH {
        margin-right: 10px;
    }
    .gosuslugiH img {
        max-width: 100%;
    }
    .module_special_visually.horizontal #special_visually .buttons {
        margin-right: 0;
    }
    .tabContentCamp .title {
        flex-direction: column;
        margin-bottom: 10px;
    }
    .tabContentCamp .calendar {
        background: transparent;
        padding: 0;
    }
    .tabContentCamp .price {
        font-size: 18px;
    }
    .tabContentCamp .price span {
        font-size: 22px;
    }
    .tabContentCamp .btnLine {
        justify-content: center;
    }
    .wrapTime {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-auto-flow: row;
    }
    .formBlock {
        background: url(../images/formBg.jpg) no-repeat top center/cover;
    }
    .wrapForm .wrapInputs {
        grid-template-columns: 1fr;
    }
    .wrapBotLineForm {
        flex-direction: column;
    }
    .wrapForm .wrapLabel {
        margin-bottom: 10px;
    }
    .wrapContacts .contact {
        padding: 20px;
    }
}

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

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

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


/* мобилка версия для слабовидящих */

@media screen and (max-width:1199px) {
    .special_visual .wrapMenu {
        position: fixed;
    }
    .special_visual .wrapLine {
        top: 0;
        right: -53px;
        border: 2px solid #000;
    }
    .special_visual .activeMain .wrapLine {
        right: 0;
    }
    .special_visual .line {
        border: 1px solid #000;
    }
    .special_visual .wrapMenu ul ul {
        border: none;
    }
    .special_visual .wrapMenu li {
        margin-right: 0;
    }
}

@media screen and (max-width:854px) {
    /* .special_visual header {
        padding-top: 230px;
    } */
    /* .special_visual .nucTime .time {
        min-width: 60px;
    } */
}

@media screen and (max-width:600px) {
    .special_visual .wrapBannerTop {
        align-items: center;
        text-align: center;
    }
    .special_visual .wrapBannerTop .btnStyle {
        margin: 0 auto;
    }
    .special_visual .wrapTimeBlock {
        padding: 0;
    }
}

@media screen and (max-width:534px) {
    .module_special_visually.active {
        padding: 10px;
    }
    .special_visual header {
        padding-top: 125px;
    }
}

@media screen and (max-width:485px) {
    .special_visual .wrapBannerTop .txtBlock {
        margin-right: 0;
        width: 100%;
    }
    .special_visual .wrapBtnStyle {
        width: auto;
    }
    .special_visual .btnStyle {
        white-space: normal;
        height: auto;
        padding: 10px 15px;
    }
    .special_visual .wrapTimeBlock .remindBtn .btnStyle {
        padding: 10px 15px;
    }
    .special_visual .wrapContacts {
        padding: 0;
    }
}

@media screen and (max-width:410px) {
    .special_visual header {
        padding-top: 190px;
    }
}

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


/* end мобилка версия для слабовидящих */