@font-face {
    font-family: 'Museo Sans Cyrl 700';
    src: url('/templates/edisontheme/fonts/MuseoSansCyrl/MuseoSansCyrl-700.ttf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans Cyrl 500';
    src: url('/templates/edisontheme/fonts/MuseoSansCyrl/MuseoSansCyrl-500.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans Cyrl 300';
    src: url('/templates/edisontheme/fonts/MuseoSansCyrl/MuseoSansCyrl-300.ttf');
    font-weight: 300;
    font-style: normal;
}

#jform_doppole1-lbl,
#jform_doppole1,
#jform_doppole2-lbl,
#jform_doppole2,
#jform_doppole3-lbl,
#jform_doppole3 {
    display: none;
}
.rsseo_title
{
    max-width: 1140px;
    padding: 0px 0px 15px 15px;
    margin: auto;
    }
.rsseo_links_small {
    font-size: 16px !important;
}

.rsseo_links {
    max-width: 1140px;
    padding: 0px 0px 80px 25px;
    margin: auto;
    /* margin: 20px 500px 400px; */
}

.owl-wrap {
    padding: 50px;
    min-height: 200px;
    background: linear-gradient(45deg, #f9a541, #f44321);
}

h2.title {
    margin-bottom: 30px;
    margin-top: 100px;
}

body {
    overflow-x: hidden;
}

#mainPage {
    background-image: url('../images/bg.png');
    background-repeat: no-repeat;
    background-position-y: 757px;
    background-size: auto;
    background-position-x: center;
    max-width: 1920px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

/*090925 отключаем по заявке клиента*/
#top .moduletable h3:first-child {
    display: none;
}

/* .moduletable {
    background-image: url('../images/bg.png');
    background-repeat: no-repeat;
    background-position-y: 757px;
    background-size: auto;
    background-position-x: center;
    max-width: 1920px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
} */

button:focus {
    outline: none;
}

section#fixed_menu {
    padding: 20px 0px;
}

.headerWrapperLeft {
    display: flex;
}

.headerLogo {
    cursor: pointer;
    display: block;
    margin-right: 32px;
}

.headerLogo img {
    display: block;
}

/*.socialBlock {
    width: 193px;
    display: flex;
    justify-content: space-between;
} */

.socialBlock {
    width: 420px;
    display: flex;
    justify-content: space-between;
}

.socialBlockLink {
    fill: #393186;
    display: block;
}

.socialBlockLink:hover {
    fill: #ffe530;
    cursor: pointer;
}

.socialBlockName {
    margin-top: 10px;
    width: 100%;
    color: #393186;
    font-family: 'Museo Sans Cyrl 700';
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    letter-spacing: 0.48px;
}

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

.lowVision {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #000000;
    font-family: 'Museo Sans Cyrl 500';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.48px;
}

.lowVision::before {
    content: "";
    background-image: url('../images/focus.svg');
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    margin-right: 15px;
}

.lowVisionWrapper {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-family: 'Museo Sans Cyrl 500';
    font-weight: 400;
    color: #000000;
    font-size: 16px;
}

.lowVisionWrapper:hover {
    text-decoration: none;
    color: #ffe530;
}

.lowVisionWrapper:hover .lowVisionWrapperImg {
    fill: #ffe530;
}

.lowVisionWrapperImg {
    width: 28px;
    height: 28px;
    margin-right: 15px;
}

.formBtn {
    margin-top: 9px;
    width: 185px;
    height: 43px;
    border-radius: 20px;
    background-color: #393186;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Museo Sans Cyrl 300';
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.42px;
    cursor: pointer;
    border: 0;
}

.formBtn:hover {
    background-color: #ffe530;
    color: #393186;
}

.formBtn:active {
    padding-left: 9px;
    padding-right: 7px;
}

.line {
    background-color: #0496ff;
    opacity: 0.4;
    max-width: 1920px;
}

.menu_wrapper ul {
    font-family: "Museo Sans Cyrl 700";
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.54px;
    text-decoration: none;
}

.menu_wrapper ul li a {
    text-decoration: none;
    color: #000000;
}

.menu_wrapper ul li.active a {
    color: #0496ff;
}

.menu_wrapper ul li a:hover {
    color: #ffe530;
}

.headerUpMobile {
    height: 46px;
    padding-top: 5px;
    max-width: 1920px;
    width: 100%;
    background-color: #393186;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    font-family: "Museo Sans Cyrl 300";
    font-weight: 400;
}

.headerUpPhone {
    color: #ffffff;
    display: block;
    font-size: 16px;
    text-decoration: none;
}

.headerUpPhone:hover {
    color: #ffe530;
    text-decoration: none;
}

.headerUpAddress {
    display: block;
    font-size: 16px;
}

.headerDownMobile {
    display: flex;
    justify-content: space-between;
    padding: 11px 15px;
}

.headerLogoMobile img {
    display: block;
}

.headerDownMobile button {
    font-size: 1.75rem;
    padding: .25rem 0;
}

.headerDownMobile button:hover {
    color: #ffe530;
}

.slider {
    margin-bottom: 110px;
}

.sliderTitle {
    background-color: #0496ff;
    color: #ffffff;
    font-family: 'Museo Sans Cyrl 700';
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    margin: 0 auto;
    max-width: 1920px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sliderBody {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../images/banner.png');
    max-width: 1920px;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin: 0 auto;
}

.sliderBodyBtn {
    padding: 0;
    border: 0;
    height: 41px;
    width: 41px;
    cursor: pointer;
    border-radius: 50%;
    background-color: transparent;
    position: absolute;
    right: 20%;
    opacity: 0.5;
}

.sliderBodyBtn:first-child {
    left: 20%;
    transform: rotate(180deg);
}

.sliderBodyBtn:hover {
    opacity: 1;
}

.sliderBodyImg {
    fill: #ffe530;
}

.sliderBodyPagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 81px;
    bottom: 16px;
}

.sliderBodyPaginationItem {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ffe530;
    opacity: 0.5;
    cursor: pointer;
}

.sliderBodyPaginationItem:hover {
    border: 2px solid #ffe530;
    opacity: 1;
    background-color: transparent;
    transform: scale(1.25);
}

.paginationActive {
    border: 2px solid #ffe530;
    opacity: 1;
    background-color: transparent;
    transform: scale(1.25);
}

.sliderBodyRightBlockWrapper {
    display: flex;
    transform: rotate(270deg);
    position: absolute;
    right: -273px;
}

.sliderBodyRightBlockBtn {
    text-transform: uppercase;
    background-color: #393186;
    border: 0;
    width: 295px;
    height: 53px;
    cursor: pointer;
    color: #ffffff;
    font-family: "Museo Sans Cyrl 700";
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
}

.sliderBodyRightBlockBtn:hover {
    background-color: #ffe530;
    color: #393186;
}

.sliderBodyRightBlockBtn:first-child {
    margin-right: 10px;
}

.btnActive {
    background-color: #0496ff
}

.sliderBodyRightBlockBtn:active {
    padding-left: 9px;
    padding-right: 7px;
}

.aboutUs {
    margin-bottom: 55px;
}

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

.aboutUsLeftWrapper hr {
    width: 70px;
    border-radius: 2px;
    margin: 0 0 12px 0;
    border: 3px solid #ffe530;
}

.aboutUsTitle {
    color: #393186;
    font-family: "Museo Sans Cyrl 700";
    font-size: 42px;
    letter-spacing: 1.8px;
    margin-bottom: 10px;
    margin-top: 25px;
}

.aboutUsHeader {
    color: #393186;
    font-family: "Museo Sans Cyrl 500";
    font-size: 40px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-bottom: 32px;
    justify-content: center;
    margin-top: 20px;

}

.aboutUsHeader:before {
    content: '';
    background-image: url('../images/treble-clef.png');
    background-repeat: no-repeat;
    height: 94px;
    display: block;
    width: 35px;
    position: absolute;
    left: 0;
}

.aboutUsDesc {
    font-family: "Museo Sans Cyrl 500";
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.22px;
    margin-bottom: 9px;
}

.aboutUsDesc:last-of-type {
    margin-bottom: 34px;
}

.aboutUsBtn {
    width: 210px;
    height: 43px;
    border-radius: 20px;
    background-color: #393186;
    color: #ffffff;
    font-family: "Museo Sans Cyrl 500";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.42px;
    border: 0;
    cursor: pointer;
}

.aboutUsBtn:hover {
    background-color: #ffe530;
    color: #393187;
}

.aboutUsBtn:active {
    padding-left: 9px;
    padding-right: 7px;
}

.aboutUsImg {
    display: block;
    width: 358px;
}

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

.news {
    margin-bottom: 60px;
}

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

.newsHeaderWrapper hr {
    width: 70px;
    border-radius: 2px;
    margin: 0 0 12px 0;
    border: 3px solid #ffe530;
}

.newsTitle {
    color: #393186;
    font-family: "Museo Sans Cyrl 700";
    font-size: 60px;
    letter-spacing: 1.8px;
    margin-bottom: 35px;
}

.newsItemWrapper {
    display: block;
    border-radius: 15px;
    border: 1px solid #393186;
    background-color: #ffffff;
    max-height: 533px;
    max-width: 555px;
    padding-bottom: 30px;
    height: 100%;
}

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

.newsItemImg {
    max-width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.newsItemDate {
    display: flex;
    opacity: 0.7;
    color: #393187;
    font-family: "Museo Sans Cyrl 500";
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.22px;
    margin-top: 26px;
    align-items: center;
    margin-left: 32px;
}

.newsItemDate:before {
    content: '';
    background-image: url('../images/calendar.png');
    background-repeat: no-repeat;
    width: 17px;
    height: 18px;
    display: block;
    margin-right: 15px;
}

.newsItemTitle {
    margin: 8px 31px 0px 31px;
    color: #393187;
    font-family: "Museo Sans Cyrl 500";
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.3px;
}

.newsBtnWrapper {
    display: flex;
    justify-content: center;
}

.newsBtn {
    margin-top: 34px;
    width: 194px;
    height: 43px;
    border-radius: 20px;
    background-color: #393186;
    color: #ffffff;
    font-family: "Museo Sans Cyrl 500";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.42px;
    border: 0;
    cursor: pointer;
}

.newsBtn:hover {
    background-color: #ffe530;
    color: #393186;
}

.newsBtn:active {
    padding-left: 9px;
    padding-right: 7px;
}

.activity {
    margin-bottom: 80px;
}

.activityImgWrapper {
    max-width: 360px;
}

.activityImgWrapper a {
    display: block;
    margin: 20px 0;
}

.activityImg {
    border-radius: 5px;
    border: 1px solid #393186;
    display: block;
    max-width: 100%;
}

.contacts {
    margin-bottom: 110px;
}

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

.contactsHeaderWrapper hr {
    width: 70px;
    border-radius: 2px;
    margin: 0 0 12px 0;
    border: 3px solid #ffe530;
}

.contactsTitle {
    color: #393186;
    font-family: "Museo Sans Cyrl 700";
    font-size: 60px;
    letter-spacing: 1.8px;
    margin-bottom: 35px;
}

.contactsLeftHeader {
    display: flex;
    justify-content: space-between;
    max-width: 555px;
    margin: 0 auto;
}

.contactsLeftWrapper {
    width: 555px;
}

.contactsPhoneWrapper {
    display: flex;
    flex-direction: column;
    width: 262px;
    border-radius: 15px;
    background-color: #0496ff;
    padding-left: 30px;
}

.contactsPhoneTitle {
    display: flex;
    align-items: center;
    margin-top: 35px;
    color: #ffffff;
    font-family: "Museo Sans Cyrl 300";
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.18px;
}

.contactsPhoneTitle:before {
    content: '';
    background-image: url('../images/telephone.png');
    background-repeat: no-repeat;
    width: 14px;
    height: 15px;
    display: block;
    margin-right: 15px;
}

.contactsPhoneText {
    color: #ffffff;
    font-family: "Museo Sans Cyrl 500";
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.22px;
    margin-top: 6px;
    margin-bottom: 34px;
}

.contactsPhoneText:hover {
    color: #ffe530;
    text-decoration: none;
}

.contactsEmailWrapper {
    display: flex;
    flex-direction: column;
    width: 262px;
    border-radius: 15px;
    background-color: #0496ff;
    padding-left: 30px;
}

.contactsEmailTitle {
    display: flex;
    align-items: center;
    margin-top: 35px;
    font-family: "Museo Sans Cyrl 300";
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.18px;
    color: #ffffff;
}

.contactsEmailTitle:before {
    content: '';
    background-image: url('../images/email.png');
    background-repeat: no-repeat;
    width: 15px;
    height: 13px;
    display: block;
    margin-right: 15px;
}

.contactsEmailText {
    font-family: "Museo Sans Cyrl 500";
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.22px;
    margin-top: 6px;
    margin-bottom: 34px;
    color: #ffffff;
    cursor: pointer;
}

.contactsEmailText:hover {
    color: #ffe530;
    text-decoration: none;
}

.contactsLeftFooter {
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    border-radius: 15px;
    background-color: #393186;
    margin: 30px auto 0 auto;
}

.contactsAddressWrapper {
    display: flex;
    flex-direction: column;
    margin-top: 34px;
    margin-bottom: 32px;
}

.contactsAddressTitle {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-family: "Museo Sans Cyrl 300";
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.18px;
    margin-bottom: 10px;
}

.contactsAddressText {
    display: block;
    color: #ffffff;
    font-family: "Museo Sans Cyrl 500";
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.22px;
    line-height: normal;
}

.contactsAddressTitle:before {
    content: '';
    background-image: url('../images/location-pin.png');
    background-repeat: no-repeat;
    width: 11px;
    height: 15px;
    display: block;
    margin-right: 16px;
}

.contactsClockWrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 36px;
}

.contactsClockTitle {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-family: "Museo Sans Cyrl 300";
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.18px;
    margin-bottom: 10px;
}

.contactsClockTitle::before {
    content: '';
    background-image: url('../images/clock.png');
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: block;
    margin-right: 13px;
}

.contactsClockText {
    display: block;
    color: #ffffff;
    font-family: "Museo Sans Cyrl 500";
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.22px;
}

.contactsRightWrapper {
    overflow: hidden;
    border: 1px solid #393186;
    border-radius: 15px;
    width: 555px;
}

.contactsRightMap {
    display: block;
    height: 422px;
}

footer {
    padding: 16px 0;
    background-color: #393186;
}

.footerWrapper {
    display: flex;
    align-items: flex-end;
}

.footerLogo {
    display: block;
}

.footerName {
    display: flex;
    color: #ffffff;
    font-family: "Museo Sans Cyrl 300";
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
    width: 174px;
    padding-bottom: 3px;
    position: relative;
    margin-left: 21px;
    text-align: start;
}

.footerName:before {
    content: '';
    background-image: url('../images/line.png');
    background-repeat: no-repeat;
    position: absolute;
    bottom: 3px;
    left: -11px;
    height: 27px;
    width: 1px;
    display: block;
}

.footerPhone {
    display: block;
    text-decoration: none;
    margin-bottom: 0;
    color: #ffffff;
    font-family: "Museo Sans Cyrl 500";
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.3px;
    text-align: end;
}

.footerPhone:hover {
    color: #ffe530;
    text-decoration: none;
}

.footerBtn {
    width: 194px;
    height: 43px;
    border-radius: 20px;
    background-color: #ffffff;
    border: 0;
    margin-left: 32px;
    cursor: pointer;
    color: #393187;
    font-family: "Museo Sans Cyrl 500";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.42px;
    line-height: normal;
}

.footerBtn:hover {
    background-color: #ffe530;
    color: #393187;
}

.footerBtn:active {
    padding-left: 9px;
    padding-right: 7px;
}

.footerLinkWrapper {
    margin-top: 13px;
    margin-bottom: 0;
}

.footerLink {
    color: #ffffff;
    font-family: "Museo Sans Cyrl 300";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.42px;
    line-height: normal;
    text-decoration: underline;
}

.footerLink:hover {
    color: #ffe530;
    text-decoration: none;
}

.nopad {
    padding: 0px;
}

.fixed_menu,
.menu_mobile {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    transition: 0.3s;
}

.nav {
    align-items: center;
    justify-content: space-between;
}

.activityImgWrapper a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: center;
    width: 100% !important;
    align-items: center;
}

.activityImg {
    display: block;
    margin: 0px auto;
}

.activityImgWrapper {
    width: 100%;
}

.newsItemImg {
    max-height: 310px;
    object-fit: cover;
    width: 100% !important;
}

section.news {
    background: none;
}

.deeper.parent:hover ul.nav-child.unstyled.small.dropdown {
    display: block;
}

/*
section#mainPage {
    padding-top: 29px;
} */

.onas * {
    font-family: 'MUSEO SANS CYRL 300';
}

h1.text-center.mb-5 {
    font-family: 'Museo Sans Cyrl 500';
}

.nav-child.unstyled.small>li>a {
    font-family: 'Museo Sans Cyrl 500';
    line-height: normal;
}

footer img {
    padding: 0px;
}

div#reviewsSliderBodyMobile2 .owl-nav {
    position: absolute;
    width: calc(100% + 160px);
    display: flex;
    justify-content: space-between;
    left: -80px;
    top: 50%;
    height: 0px;
}

div#reviewsSliderBodyMobile2 .owl-prev,
div#reviewsSliderBodyMobile2 .owl-next {
    border-radius: 50%;
    background: #ffe530;
    border: none;
    color: white !important;
    opacity: 0.6;
}

div#reviewsSliderBodyMobile2 .owl-prev i,
div#reviewsSliderBodyMobile2 .owl-next i {
    color: white;
    font-size: 35px;
}

div#reviewsSliderBodyMobile2 .owl-prev i {
    margin-left: -5px;
}

div#reviewsSliderBodyMobile2 .owl-next i {
    margin-right: -5px;
}

div#reviewsSliderBodyMobile2 .owl-prev:hover,
div#reviewsSliderBodyMobile2 .owl-next:hover {
    opacity: 1;
}

a#buy_ticket:hover {
    background: #ffe530 !important;
    color: #393186 !important;
}

a#anticorrupt:hover {
    background: #ffe530 !important;
    color: #393186 !important;
}

#calendar h1,
.news2 h2,
.gallery h4,
.documents h2,
.contact2 h2 {
    color: #393186;
    font-family: "Museo Sans Cyrl 700";
    font-size: 60px;
    letter-spacing: 1.8px;
    margin-bottom: 35px;
    text-align: left;
    width: 100%;
    border: none;
    padding-bottom: 0px;
    padding-top: 10px;
    position: relative;
}

#calendar h1>span,
.news2 h2>span,
.gallery h4>span,
.documents h2>span,
.contact2 h2>span {
    border: none;
}

#calendar h1::before,
.news2 h2::before,
.gallery h4::before,
.documents h2::before,
.contact2 h2::before {
    width: 70px;
    border-radius: 2px;
    margin: 0 0 12px 0;
    border: 3px solid #ffe530;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

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


/*  large desktops */

@media (min-width: 1200px) {
    
#top {
    margin-top: 37px;
}

}


/* desktops */

@media (min-width: 992px) and (max-width: 1199.98px) {
    
#top {
    margin-top: 57px;
}
    .aboutUsTitle {
        font-size: 56px;
        margin-bottom: 35px
    }
    .aboutUsHeader {
        font-size: 26px;
        line-height: 33px;
    }
    .aboutUsDesc {
        font-size: 18px;
        line-height: 25px
    }
    .aboutUsDesc:last-of-type {
        margin-bottom: 30px;
    }
    .aboutUsImg {
        width: 342px;
    }
    .aboutUsDesc:last-of-type {
        margin-bottom: 25px;
    }
    .newsTitle {
        font-size: 56px;
    }
    .newsItemWrapper {
        max-width: 460px;
    }
    .newsItemImg {
        width: 458px;
    }
    .newsItemDate {
        font-size: 21px;
        line-height: 28px;
    }
    .newsItemTitle {
        font-size: 27px;
        line-height: 34px;
    }
    .activityImgWrapper {
        max-width: 300px;
    }
    .contactsTitle {
        font-size: 56px;
    }
    .activityImgWrapper a {
        margin: 15px 0;
    }
    .contactsLeftWrapper {
        width: 96%;
    }
    .contactsLeftHeader {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .contactsPhoneWrapper {
        width: unset;
        height: 100px;
        justify-content: center;
        margin-bottom: 20px
    }
    .contactsPhoneTitle {
        margin-top: unset;
        font-size: 16px;
        padding-right: 30px
    }
    .contactsPhoneText {
        font-size: 20px;
        margin-top: unset;
        margin-bottom: unset;
    }
    .contactsEmailWrapper {
        width: unset;
        height: 100px;
        justify-content: center;
    }
    .contactsEmailTitle {
        margin-top: unset;
        font-size: 16px;
        padding-right: 30px
    }
    .contactsEmailText {
        font-size: 20px;
        margin-top: unset;
        margin-bottom: unset;
    }
    .contactsLeftFooter {
        margin-top: 20px;
        padding-right: 30px;
    }
    .contactsAddressWrapper {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .contactsAddressTitle {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .contactsAddressText {
        font-size: 20px;
    }
    .contactsClockWrapper {
        margin-bottom: 25px;
    }
    .contactsClockTitle {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .contactsClockText {
        font-size: 20px;
    }
    .contactsRightWrapper {
        width: 96%;
    }
    .contactsRightMap {
        display: block;
        height: 100%;
    }
    .footerLinkWrapper a {
        text-decoration: underline;
    }
}


/* tablets */

@media (min-width: 768px) and (max-width: 991.98px) {
    
    #top {
    margin-top: 57px;
}
    
    .moduletable {
        background-position-y: 120px;
        background-size: cover;
    }
    .socialBlockName {
        font-size: 15px;
    }
    .sliderWrapper {
        margin-top: 18px;
    }
    .aboutUsTitle {
        font-size: 46px;
        margin-bottom: 22px;
    }
    .aboutUsHeader {
        font-size: 20px;
        line-height: 25px;
        padding-left: 40px;
        margin-bottom: 26px;
    }
    .aboutUsHeader:before {
        height: 72px;
        width: 27px;
        background-size: contain;
    }
    .aboutUsDesc:last-of-type {
        margin-bottom: 30px;
    }
    .aboutUsDesc {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 6px;
    }
    .aboutUsImg {
        width: 92%;
    }
    .newsTitle {
        font-size: 46px;
        margin-bottom: 22px;
    }
    .newsItemWrapper {
        width: 340px;
    }
    .newsItemImg {
        width: 340px;
    }
    .newsItemDate {
        font-size: 18px;
        line-height: 24px;
        margin-left: 20px;
    }
    .newsItemTitle {
        margin: 8px 20px 0px 20px;
        font-size: 19px;
        line-height: 26px;
    }
    .activityImgWrapper {
        max-width: 340px;
    }
    .contactsLeftWrapper {
        width: 100%;
        margin-bottom: 30px;
    }
    .contactsLeftHeader {
        max-width: unset;
    }
    .contactsPhoneWrapper {
        width: 340px;
    }
    .contactsEmailWrapper {
        width: 340px;
    }
    .contactsLeftFooter {
        max-width: unset;
    }
    .contactsClockText {
        width: 75%;
    }
    .contactsRightWrapper {
        width: 100%;
    }
    .footerPhone {
        font-size: 18px;
        line-height: normal;
    }
}


/* smartphones */

@media (min-width: 576px) and (max-width: 767.98px) {
    .moduletable {
        background-position-y: 0px;
        background-size: cover;
    }
    .sliderBody {
        height: 600px;
    }
    .sliderTitle {
        font-size: 22px;
        height: 45px;
    }
    .sliderBodyRightBlockWrapper {
        right: -219px;
    }
    .sliderBodyRightBlockBtn {
        width: 240px;
        height: 52px;
        font-size: 16px;
    }
    .nav {
        padding: 0px 15px 13px 15px;
        flex-direction: column;
        align-items: flex-start;
    }
    .nav li {
        padding: 3px 0;
        font-size: 17px;
    }
    .nav li a {
        color: #000000;
        font-family: "Museo Sans Cyrl 500";
        font-weight: 400;
    }
    .nav li.active a {
        color: #0496ff;
    }
    .nav li a:hover {
        color: #ffe530;
        text-decoration: none;
    }
    .menu_mobile {
        padding: 0;
    }
    footer .right-block {
        text-align: center;
    }
    footer {
        text-align: center;
    }
    .aboutUsTitle {
        font-size: 46px;
        margin-bottom: 32px;
    }
    .aboutUsHeader {
        font-size: 20px;
        line-height: 25px;
        padding-left: 40px;
        margin-bottom: 32px;
    }
    .aboutUsHeader:before {
        height: 72px;
        width: 27px;
        background-size: contain;
    }
    .aboutUsDescWrapper {
        width: 95%;
    }
    .aboutUsDesc:last-of-type {
        margin-bottom: 30px;
    }
    .aboutUsDesc {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 6px;
    }
    .aboutUsImg {
        max-width: 100%;
    }
    .newsTitle {
        font-size: 46px;
        margin-bottom: 22px;
    }
    .newsItemWrapper {
        max-width: 250px;
        padding-bottom: 20px;
    }
    .newsItemImg {
        width: 248px;
    }
    .newsItemDate {
        font-size: 16px;
        line-height: 22px;
        margin-top: 20px;
        margin-left: 20px;
    }
    .newsItemTitle {
        margin: 8px 20px 0px 20px;
        font-size: 18px;
        line-height: 25px;
    }
    .activityImgWrapper {
        max-width: 250px;
    }
    .contactsLeftWrapper {
        width: 100%;
        margin-bottom: 30px
    }
    .contactsPhoneWrapper {
        width: 250px;
        height: 100px;
        justify-content: center;
        margin-bottom: 0px
    }
    .contactsTitle {
        font-size: 46px;
        margin-bottom: 22px;
    }
    .contactsPhoneTitle {
        margin-top: unset;
        font-size: 16px;
        padding-right: 30px
    }
    .contactsPhoneText {
        font-size: 20px;
        margin-top: unset;
        margin-bottom: unset;
    }
    .contactsEmailWrapper {
        width: 250px;
        height: 100px;
        justify-content: center;
    }
    .contactsEmailTitle {
        margin-top: unset;
        font-size: 16px;
        padding-right: 30px
    }
    .contactsEmailText {
        font-size: 20px;
        margin-top: unset;
        margin-bottom: unset;
    }
    .contactsLeftFooter {
        margin-top: 20px;
        padding-right: 30px;
    }
    .contactsAddressWrapper {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .contactsAddressTitle {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .contactsAddressText {
        font-size: 20px;
    }
    .contactsClockWrapper {
        margin-bottom: 25px;
    }
    .contactsClockTitle {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .contactsClockText {
        font-size: 20px;
    }
    .footerPhone {
        font-size: 26px;
    }
}

@media (max-width: 575.98px) {
    .moduletable {
        background-position-y: 0px;
        background-size: cover;
    }
    .headerUpPhone {
        display: block;
        font-size: 14px;
    }
    .headerUpAddress {
        display: block;
        font-size: 14px;
        width: 132px;
        text-align: end;
    }
    .nav {
        align-items: flex-start;
        flex-direction: column;
        padding: 0 15px 13px 15px;
    }
    .nav li {
        padding: 2px 0;
        font-size: 16px;
    }
    .nav li a {
        color: #000000;
        font-family: "Museo Sans Cyrl 500";
        font-weight: 400;
    }
    .nav li.active a {
        color: #0496ff;
    }
    .nav li a:hover {
        color: #ffe530;
        text-decoration: none;
    }
    .slider {
        margin-bottom: 70px;
    }
    .sliderBody {
        height: 470px;
    }
    .sliderTitle {
        font-size: 18px;
        height: 40px;
    }
    .sliderBodyRightBlockWrapper {
        right: -173px;
    }
    .sliderBodyRightBlockBtn {
        width: 190px;
        height: 45px;
        font-size: 14px;
    }
    .aboutUs {
        padding: 0 15px;
        margin-bottom: 40px;
    }
    .aboutUsLeftWrapper hr {
        width: 50px;
        border-radius: 2px;
        margin: 0 0 10px 0;
        border: 2px solid #ffe530;
    }
    .aboutUsTitle {
        font-size: 32px;
        margin-bottom: 25px;
        line-height: 40px;
    }
    .aboutUsHeader {
        font-size: 16px;
        line-height: 18px;
        padding-left: 30px;
        max-width: 90%;
        margin-bottom: 24px;
    }
    .aboutUsHeader::before {
        height: 54px;
        width: 22px;
        background-size: contain;
    }
    .aboutUsDescWrapper {
        width: 100%;
    }
    .aboutUsRightWrapper {
        display: none;
    }
    .aboutUsDesc {
        font-size: 14px;
        line-height: 18px;
    }
    .aboutUsDesc:last-of-type {
        margin-bottom: 20px;
    }
    .aboutUsBtn {
        width: 180px;
        height: 40px;
        font-size: 12px;
    }
    .news {
        padding: 0 15px;
        margin-bottom: 58px;
    }
    .newsHeaderWrapper hr {
        width: 50px;
        border-radius: 2px;
        margin: 0 0 10px 0;
        border: 2px solid #ffe530;
    }
    .newsTitle {
        font-size: 32px;
        margin-bottom: 15px;
        line-height: 40px;
    }
    .newsItemDate {
        font-size: 16px;
        line-height: 22px;
        margin-top: 20px;
        margin-left: 20px;
    }
    .newsItemTitle {
        margin: 8px 20px 0px 20px;
        font-size: 18px;
        line-height: 25px;
    }
    .newsBtn {
        margin-top: 25px;
        width: 180px;
        height: 40px;
        font-size: 12px;
    }
    .activity {
        padding: 0 15px;
        margin-bottom: 58px;
    }
    .activityImgWrapper a {
        margin: 12px 0;
    }
    .contacts {
        padding: 15px;
        margin-bottom: 70px;
    }
    .contactsHeaderWrapper hr {
        width: 50px;
        border-radius: 2px;
        margin: 0 0 10px 0;
        border: 2px solid #ffe530;
    }
    .contactsTitle {
        font-size: 32px;
        margin-bottom: 15px;
        line-height: 40px;
    }
    .contactsLeftWrapper {
        width: 100%;
        margin-bottom: 20px;
    }
    .contactsLeftHeader {
        flex-direction: column;
    }
    .contactsPhoneWrapper {
        flex-direction: column;
        width: unset;
        margin-bottom: 30px;
    }
    .contactsPhoneWrapper {
        width: unset;
        height: 80px;
        justify-content: center;
        margin-bottom: 20px
    }
    .contactsPhoneTitle {
        margin-top: unset;
        font-size: 14px;
        padding-right: 30px
    }
    .contactsPhoneText {
        font-size: 18px;
        margin-top: unset;
        margin-bottom: unset;
    }
    .contactsEmailWrapper {
        width: unset;
        height: 80px;
        justify-content: center;
    }
    .contactsEmailTitle {
        margin-top: unset;
        font-size: 14px;
        padding-right: 30px
    }
    .contactsEmailText {
        font-size: 18px;
        margin-top: unset;
        margin-bottom: unset;
    }
    .contactsLeftFooter {
        margin-top: 20px;
        padding-right: 30px;
    }
    .contactsAddressWrapper {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .contactsAddressTitle {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .contactsAddressText {
        font-size: 18px;
    }
    .contactsClockWrapper {
        margin-bottom: 20px;
    }
    .contactsClockTitle {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .contactsClockText {
        font-size: 18px;
    }
    .contactsRightWrapper {
        width: 100%;
    }
    .footerName {
        margin-top: 13px;
        width: 100%;
        margin-left: 0px;
    }
    .footerName:before {
        display: none;
    }
    .footerPhone {
        font-size: 18px;
    }
    .footerBtn {
        margin-top: 13px;
        margin-left: 0px;
    }
}


/* Страница - О нас */

#aboutUsPage {
    background-image: url('../images/bgAboutUs.png');
    background-repeat: no-repeat;
    background-position-y: -740px;
    background-position-x: -400px;
    max-width: 1920px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.breadcrumsWrapper {
    margin-bottom: 100px;
    margin-top: 20px;
}

.breadcrumsLink {
    opacity: 0.6;
    color: #393187;
    font-family: "Museo Sans Cyrl 300";
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.18px;
}

.breadcrumsLink.active {
    opacity: 1;
}

.breadcrumsLink:hover {
    text-decoration: none;
    color: #ffe530;
}

.aboutUsTitleWrapper hr {
    width: 70px;
    border-radius: 2px;
    margin: 0 0 12px 0;
    border: 3px solid #ffe530;
}

.aboutUsTitleWrapper h2 {
    color: #393186;
    font-family: "Museo Sans Cyrl 700";
    font-size: 60px;
    letter-spacing: 1.8px;
    margin-bottom: 35px;
}

.aboutUsContentWrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1140px;
    width: 100%;
    column-gap: 30px;
    row-gap: 30px;
}

.aboutUsContentItem {
    border-radius: 15px;
    max-width: 360px;
    width: 100%;
    height: 168px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.aboutUsContentItem span {
    font-family: "Museo Sans Cyrl 500";
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.3px;
    line-height: normal;
    display: flex;
    align-items: center;
}

.aboutUsContentItem svg {
    width: 26%;
    max-width: 100px;
    margin-right: 30px;
}

.aboutUsContentItem:nth-child(2n+1) {
    background-color: #bfe4fe;
}

.aboutUsContentItem:nth-child(2n+1) svg {
    fill: #0496ff;
}

.aboutUsContentItem:nth-child(2n+1) span {
    color: #0496ff;
}

.aboutUsContentItem:nth-child(2n) {
    background-color: #cccce1;
}

.aboutUsContentItem:nth-child(2n) svg {
    fill: #393186;
}

.aboutUsContentItem:nth-child(2n) span {
    color: #393186;
}

.aboutUsContentItem:hover {
    background-color: #393186;
}

.aboutUsContentItem:hover span {
    color: #ffffff;
}

.aboutUsContentItem:hover svg {
    fill: #ffffff;
}

.reviews {
    display: flex;
    flex-direction: column;
    margin-bottom: 70px;
}

.reviewsTitleWrapper hr {
    width: 70px;
    border-radius: 2px;
    margin: 0 0 12px 0;
    border: 3px solid #ffe530;
}

.reviewsTitleWrapper h2 {
    color: #393186;
    font-family: "Museo Sans Cyrl 700";
    font-size: 60px;
    letter-spacing: 1.8px;
    margin-bottom: 35px;
}

.reviewsText {
    display: block;
    color: #393186;
    font-family: "Museo Sans Cyrl 500";
    font-size: 30px;
    letter-spacing: 0.3px;
    line-height: normal;
}

.reviewsSliderWrapper {
    margin-top: 34px;
    padding: 0 68px;
    position: relative;
}

.reviewsSliderBody {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    border: 1px solid #393186;
    background-color: #ffffff;
    padding: 32px 30px;
    background-image: url('../images/bgAboutUsSlider.png');
    background-position-x: -23px;
    background-position-y: -21px;
}

.reviewsSliderBodyMobile {
    display: none;
}

.reviewsItemName {
    display: block;
    margin-bottom: 18px;
    color: #393187;
    font-family: "Museo Sans Cyrl 500";
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.22px;
}

.reviewsItemDate {
    display: flex;
    opacity: 0.7;
    color: #393187;
    font-family: "Museo Sans Cyrl 500";
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.18px;
    margin-bottom: 22px;
    align-items: center;
}

.reviewsItemDate:before {
    content: '';
    background-image: url('../images/calendar.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 15px;
    display: block;
    margin-right: 11px;
}

.reviewsItemText {
    color: #000000;
    font-family: "Museo Sans Cyrl 500";
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.22px;
    line-height: normal;
    margin: 0;
}

.reviewsItemText:nth-child(4) {
    margin-bottom: 25px;
}

.reviewsItemImg {
    width: 100%;
}

.reviewsSliderWrapper .sliderBodyBtn:first-child {
    left: 0;
}

.reviewsSliderWrapper .sliderBodyBtn:nth-child(2) {
    right: 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .aboutUsTitleWrapper h2 {
        font-size: 56px;
    }
    .aboutUsContentWrapper {
        column-gap: 21px;
        row-gap: 21px;
    }
    .aboutUsContentItem {
        max-width: 305px;
        width: 100%;
    }
    .aboutUsContentItem span {
        font-size: 25px;
    }
    .reviewsTitleWrapper h2 {
        font-size: 56px;
    }
    .reviewsText {
        font-size: 28px;
    }
    .reviewsSliderBody {
        background-position-x: -143px;
        background-position-y: -21px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .aboutUsTitleWrapper h2 {
        font-size: 46px;
        margin-bottom: 22px;
    }
    .aboutUsContentItem {
        max-width: 345px;
    }
    .aboutUsContentItem span {
        font-size: 25px;
    }
    .reviewsTitleWrapper h2 {
        font-size: 46px;
        margin-bottom: 22px;
    }
    .reviewsText {
        font-size: 25px;
    }
    .reviewsItemText {
        font-size: 20px;
    }
    .reviewsSliderBody {
        background-position-x: -420px;
        background-position-y: -21px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .breadcrumsWrapper {
        margin-bottom: 50px;
    }
    .breadcrumsLink {
        font-size: 16px;
    }
    .aboutUsContentWrapper {
        column-gap: 20px;
        row-gap: 20px;
    }
    .aboutUsTitleWrapper h2 {
        font-size: 46px;
        margin-bottom: 22px;
    }
    .aboutUsContentItem {
        max-width: 260px;
    }
    .aboutUsContentItem span {
        font-size: 22px;
    }
    .reviewsItemText {
        font-size: 18px;
    }
    .reviewsTitleWrapper h2 {
        font-size: 46px;
        margin-bottom: 22px;
    }
    .reviewsSliderBody {
        padding: 25px 20px;
    }
    .reviewsItemName {
        font-size: 20px;
    }
    .reviewsItemDate {
        font-size: 16px;
    }
    .reviewsText {
        font-size: 22px;
    }
    .reviewsSliderBody {
        background-position-x: -620px;
        background-position-y: -21px;
    }
}

@media (max-width: 575.98px) {
    .breadcrumsWrapper {
        margin-bottom: 30px;
    }
    .breadcrumsLink {
        font-size: 14px;
    }
    .aboutUsTitleWrapper hr {
        width: 50px;
        border-radius: 2px;
        margin: 0 0 10px 0;
        border: 2px solid #ffe530;
    }
    .aboutUsTitleWrapper h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .reviews {
        padding: 0 15px;
        margin-bottom: 70px;
    }
    .breadcrumsWrapper {
        padding: 0 15px;
    }
    .aboutUsContentItem {
        max-width: 100%;
        padding-left: 25px !important;
        justify-content: flex-start;
    }
    .aboutUsContentItem span {
        font-size: 24px;
    }
    .reviewsSliderWrapper {
        padding: 0px;
    }
    .reviewsSliderBody {
        display: none;
    }
    .reviewsSliderBodyMobile {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 15px;
        border: 1px solid #393186;
        background-color: #ffffff;
        padding: 20px 15px;
    }
    .reviewsItemName {
        font-size: 20px;
    }
    .reviewsItemDate {
        font-size: 16px;
    }
    .reviewsItemText {
        font-size: 18px;
    }
    .reviewsTitleWrapper hr {
        width: 50px;
        border-radius: 2px;
        margin: 0 0 10px 0;
        border: 2px solid #ffe530;
    }
    .reviewsTitleWrapper h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .reviewsText {
        font-size: 22px;
    }
    .reviewsSliderBodyMobile {
        background-image: url(../images/bgAboutUsSlider.png);
        background-position-x: -100px;
        background-position-y: -50px;
        background-size: cover;
    }
}


/* Страница - Кто такие Чалдоны */

.blockContentLink {
    display: flex;
    float: right;
    width: 545px;
    margin-left: 30px;
    margin-bottom: 20px;
}

.blockContentLink:nth-of-type(2),
.blockContentLink:nth-of-type(3) {
    float: left;
    margin-right: 30px;
    margin-left: 0;
}

.blockContentLink:nth-of-type(2) {
    width: 500px;
}

.blockContentLink:nth-of-type(3) {
    width: 298px;
}

.blockContentLink img {
    width: 100%;
}

.blockContentText {
    text-indent: 50px;
    margin-bottom: 0px;
    line-height: 1.3;
    font-size: 23px;
    font-family: 'Museo Sans Cyrl 500';
    text-align: justify;
}

.blockContentText.mod {
    text-align: center;
    text-indent: 0;
}

.blockContentText span {
    font-weight: 700;
}

.historyContentLine {
    width: 100%;
    background-color: #000000;
    opacity: 0.4;
    margin-bottom: 30px;
}

.historyContentFooter {
    margin: 30px auto 70px auto;
    width: 70%;
    display: flex;
    flex-direction: column;
}

.clearfix {
    clear: both;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .blockContentText {
        font-size: 21px;
        text-indent: 45px;
    }
    .blockContentLink {
        width: 500px;
    }
    .blockContentLink:nth-of-type(2) {
        width: 440px;
    }
    .blockContentLink:nth-of-type(3) {
        width: 277px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .blockContentText {
        font-size: 19px;
        text-indent: 40px;
    }
    .blockContentLink {
        width: 400px;
    }
    .blockContentLink:nth-of-type(2) {
        width: 350px;
    }
    .blockContentLink:nth-of-type(3) {
        width: 277px;
    }
    .historyContentFooter {
        width: 75%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .blockContentText {
        font-size: 18px;
        text-indent: 35px;
    }
    .blockContentLink {
        width: 100%;
        margin-left: 0px;
        float: none;
    }
    .blockContentLink:nth-of-type(2) {
        margin-right: 0px;
        width: 100%;
        float: none;
    }
    .blockContentLink:nth-of-type(3) {
        margin-right: 0px;
        width: 100%;
        float: none;
    }
    .historyContentFooter {
        width: 100%
    }
}

@media (max-width: 575.98px) {
    .blockContentText {
        font-size: 16px;
        text-indent: 30px;
    }
    .blockContentLink {
        width: 100%;
        margin-left: 0px;
        float: none;
    }
    .blockContentLink:nth-of-type(2) {
        margin-right: 0px;
        width: 100%;
        float: none;
    }
    .blockContentLink:nth-of-type(3) {
        margin-right: 0px;
        width: 100%;
        float: none;
    }
    .historyContentFooter {
        width: 100%
    }
}


/* Страница - История ансамбля */

.blockContentWrapper {
    display: flex;
}

.blockContentLink.mod {
    float: none;
    margin: 0 auto;
    margin-top: 15px;
    width: 40%;
}

.blockContentTitle {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 1;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Museo Sans Cyrl 500';
    font-style: italic;
    text-decoration: underline;
}

.blockContentLink.right {
    float: right;
    margin-left: 30px;
    margin-right: 0;
    width: 30%;
}

.blockContentLink.left {
    float: left;
    margin-right: 30px;
    margin-bottom: 0px;
    margin-left: 0;
    width: 25%;
}

.blockContentLink[href="/templates/edisontheme/images/historyPic1.jpg"] {
    width: 20%;
}

.blockContentLink.right[href="/templates/edisontheme/images/historyPic6.jpg"] {
    width: 14%;
}

.blockContentLink[href="/templates/edisontheme/images/historyPic9.jpg"] {
    flex-shrink: 0;
    order: 2;
    height: 100%;
    align-self: center;
    margin-bottom: 0;
}

.blockContentLink[href="/templates/edisontheme/images/historyPic12.jpg"],
.blockContentLink[href="/templates/edisontheme/images/historyPic13.jpg"] {
    width: 18%;
    margin-bottom: 0;
}

.blockContentLink[href="/templates/edisontheme/images/historyPic16.jpg"] {
    width: 28%;
}

.blockContentLink[href="/templates/edisontheme/images/historyPic17.jpg"] {
    margin-top: 10px;
}

.blockContentLink[href="/templates/edisontheme/images/historyPic18.jpg"] {
    margin-top: 7px;
    width: 15%;
}

.blockContentLink[href="/templates/edisontheme/images/historyPic22.jpg"],
.blockContentLink[href="/templates/edisontheme/images/historyPic24.jpg"] {
    margin-top: 7px;
    width: 30%;
}

.blockContentLink[href="/templates/edisontheme/images/historyPic23.jpg"] {
    width: 23%;
}

.blockContentLink[href="/templates/edisontheme/images/historyPic25.jpg"],
.blockContentLink[href="/templates/edisontheme/images/historyPic27.jpg"] {
    margin-top: 7px;
}

.blockContentLink[href="/templates/edisontheme/images/historyPic27.jpg"] {
    margin-top: 7px;
    width: 21%;
}

.blockContentLink[href="/templates/edisontheme/images/historyPic28.jpg"] {
    width: 20%;
}

.historyContentFooter a {
    width: 80%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .blockContentTitle {
        font-size: 23px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .blockContentTitle {
        font-size: 21px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .blockContentTitle {
        font-size: 20px;
    }
    .сommunity .blockContentLink {
        float: none;
        width: 100% !important;
        margin: 15px 0;
    }
    .blockContentLink[href="/templates/edisontheme/images/historyPic1.jpg"] img {
        max-width: 100% !important;
    }
    .сommunity br {
        display: none;
    }
    .blockContentWrapper {
        flex-direction: column;
    }
    .blockContentLink.right[href="/templates/edisontheme/images/historyPic6.jpg"] {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .сommunity .aboutUsTitleWrapper h2 {
        font-size: 29px;
    }
    .сommunity .blockContentLink {
        float: none;
        width: 100% !important;
        margin: 15px 0;
    }
    .blockContentLink[href="/templates/edisontheme/images/historyPic1.jpg"] img {
        max-width: 100% !important;
    }
    .сommunity br {
        display: none;
    }
    .blockContentWrapper {
        flex-direction: column;
    }
    .blockContentLink.right[href="/templates/edisontheme/images/historyPic6.jpg"] {
        width: 100%;
    }
}

a.newsBtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

a.headerLogo {
    min-width: 208px;
}

.nav>li.active>a {
    border: none !important;
}

#aboutUsPage {
    margin-top: -35px;
}

body {
    background: url(/templates/edisontheme/images/bg.png);
}

section.contacts {
    background: none;
}

.clblbl {
    background: white;
}

.click_me {
    width: 50px !important;
    margin-left: -10px;
    background: #0496ff !important;
}

.vertical_text {
    right: -76px !important;
}

.click_me:hover {
    background-color: #ffe530 !important;
}

.click_me:hover span {
    color: #393186 !important;
}

a#buy_ticket {
    height: 50px;
    line-height: 50px;
    right: -90px;
}

a#anticorrupt {
    top: 280px;
    transition: 0.5s;
    width: 180px;
    transform: rotate(-90deg);
    position: fixed;
    background: #383185;
    border-radius: 4px 4px 0px 0px;
    font-family: 'Museo Sans Cyrl 900';
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    text-align: center;
    color: #fefefe;
    height: 50px;
    line-height: 50px;
    left: -68px;
    line-height: 50px;
}

.click_me {
    height: 150px !important;
}

.vertical_text {
    top: 0 !important;
}

a#buy_ticket {
    top: 435px;
    width: 180px;
    right: -65px;
    line-height: 50px;
}

@media (max-width: 767.98px) {
    div#navbar1 {
        z-index: 9999999999999;
    }
    .actia {
        z-index: 9;
    }
    .click_me {
        width: 40px !important;
        margin-left: 0px;
    }
    a#buy_ticket {
        right: -70px;
        height: 40px;
        line-height: 40px;
    }
    .vertical_text {
        right: -82px !important;
    }
    div#reviewsSliderBodyMobile2 {
        display: none;
    }
    .nav-child.unstyled.small {
        display: block;
        position: relative;
        padding-left: 40px;
        margin-top: 0px;
        background: none;
        padding-top: 5px;
        padding-bottom: 0px;
    }
    .nav>li.active>a {
        border: none !important;
    }
    .nav li a {
        font-size: 17px;
    }
    .nav-child.unstyled.small:before {
        display: none;
    }
    .nav-child.unstyled.small>li:first-child:before {
        display: none;
    }
    .nav-child.unstyled.small>li>a {
        font-family: 'Museo Sans Cyrl 500';
        text-shadow: none;
        color: #000;
        font-size: 17px;
        font-weight: normal;
    }
    .nav-child.unstyled.small>li {
        padding-bottom: 4px;
    }
    .nav li {
        width: 100%;
        position: relative;
    }
    ul.nav-child.unstyled.small.dropdown {
        max-height: 0px;
        overflow: hidden;
        padding-top: 0px;
        transition: all .3s ease-in-out;
        background: none;
    }
    ul.nav-child.unstyled.small.dropdown.openMobile {
        max-height: 500px;
    }
    .nav>li.deeper.parent.openMobile::before {
        transform: rotate(90deg);
    }
    .nav>li.deeper.parent::before {
        content: '\f105';
        font-family: 'FontAwesome';
        font-size: 23px;
        position: absolute;
        right: 0;
        top: -1px;
        transition: all .3s ease-in-out;
        transform: rotate(0deg);
    }
    .click_me {
        margin-top: 0px;
    }
    a#buy_ticket {
        top: 385px;
    }
    a#anticorrupt {
        left: 0;
        top: unset;
        transform: rotate(0deg);
        bottom: 0;
        width: 100%;
        z-index: 99;
        border-top: 1px solid white;
    }
    footer {
        padding-bottom: 66px;
    }
    .click_me {
        margin-top: 10px !important;
    }
    a#buy_ticket {
        top: 395px;
    }
    .actia.hidden-xs {
        z-index: 2 !important;
    }
}


/* awards */

.award__images {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 40px;
}

.award__images>a {
    margin-bottom: 30px;
}

.award__item-title {
    font-family: "Museo Sans Cyrl 500";
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 0.54px;
    margin-top: 40px;
    border-bottom: 2px solid #000;
    width: max-content;
    padding-right: 50px;
    line-height: 1;
    margin-bottom: 25px;
}

.awards__content .awards__title h1 {
    color: #393186;
    font-family: "Museo Sans Cyrl 700";
    font-size: 60px;
    letter-spacing: 1.8px;
    margin-bottom: 35px;
}

.awards__content .awards__title hr {
    width: 70px;
    border-radius: 2px;
    margin: 0 0 12px 0;
    border: 3px solid #ffe530;
    max-width: 100%;
}

.awards__content .awards_breadcrumb {
    margin-bottom: 50px;
    margin-top: -5px;
}

@media(max-width:767px) {
    .award__images {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
    }
    .award__images>a {
        margin-bottom: 20px;
    }
    .awards__content .awards__title h1 {
        font-size: 30px;
    }
    .awards__title {
        margin-top: 35px;
    }
    .awards__content .awards_breadcrumb {
        margin-bottom: 0px;
        margin-top: 30px;
    }
}


/*calendar pushk-card*/

.card_instruction {
    margin-top: 35px;
}

.image__card_instruction {
    padding-right: 15px;
}

.link__card_instruction {
    color: #393186;
    font-family: 'Museo Sans Cyrl 500';
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    transition: 0.3s;
    display: block;
    position: relative;
    top: -8px;
}

.link__card_instruction:hover {
    color: #0496ff;
}

@media(max-width: 1200px) and (min-width:992px) {
    .link__card_instruction {
        font-size: 13px;
    }
}

@media(max-width:992px) {
    .image__card_instruction {
        padding-right: 0px;
    }
    .card_instruction>.row>div {
        text-align: center;
    }
    .link__card_instruction {
        top: 0;
        margin-top: 10px;
    }
}

@media(max-width:767px) {
    .card_instruction {
        margin-top: 50px;
    }
}

div#smi_about {
    display: flex;
    margin-bottom: 15px;
    flex-direction: row;
    flex-wrap: wrap;
}

div#smi_about div {
    font-family: 'Museo Sans Cyrl 700';
    font-size: 24px;
    margin-right: 15px;
    margin-bottom: 10px;
    color: #393186;
    border-bottom: 2px solid #393186;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

div#smi_about div.active, div#smi_about div:hover {
    color: #ffe530;
    border-color: #ffe530;
}

section.blog.news2.statya .syuzhet {
    display: none;
}
section.blog.news2.syuzhet .statya {
    display: none;
}

section.blog.news2 div#smi_all {
    display: none;
}
section.blog.news2.statya div#smi_all {
    display: block;
}
section.blog.news2.syuzhet div#smi_all {
    display: block;
}

section.blog.news2 div#smi_all {
    color: #393186 !important;
    border-bottom: 2px solid #393186 !important;
}

section.blog.news2 div#smi_all:hover {
    color: #ffe530 !important;
    border-bottom: 2px solid #ffe530 !important;
}

/*
section.articleBody-main {
    min-height: calc(100vh - 423px);
}*/

 @media (min-width:500px) {
#mainPage .sliderWrapper {
       display: none;
} }  


#top h3
 {  padding: 42px;
    background-color: #0496ff;
    color: white;
    text-align: center;
    height: 87px;
    font-family: 'Museo Sans Cyrl 700';
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.9px;
    width: 1360px;
    margin: auto;
} 

.socialBlock #ya-site-form0 {
    padding: 0 0 0 15px!important;    
}

@media(max-width:767px) {
#mainPage .sliderTitle {
    margin: 25px 0px 0px 0px;
    }}