.share__link .svg-icon.svg-check {
    width: 15px;
    position: absolute;
    left: 5px;
    top: 5px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.share__link.is-active .svg-icon.svg-check {
    opacity: 1;
}

.share__link {
    position: relative;
}

.tab__control {

    position: relative;
}

.contact-main .popular__title {
    margin-bottom: 5px;
}

@media (max-width: 960px) {
    .contact-main .popular__title {
        font-size: 16px;
    }
}

.tab__control-list:before {
    pointer-events: none;
}

@media(max-width: 992px) {
    .form__col {
        width: calc(100% - 40px);
    }

    .form__container {
        flex-wrap: wrap;
    }

    .popup__atten {
        padding-right: 0;
    }
}

@media(max-width: 960px) {
    .tab__control {
        z-index: 11;
    }
}

.share__link .svg-icon {
    pointer-events: none;
}



@media (max-width: 560px) {
    .popup--big .popup__name {
        font-size: 21px;
    }
}

@media (min-width: 961px) and (max-width: 1440px) {
    .logo img:first-child {
/*        width: 24vw;*/
        margin-right: 2vw;
    }
}

.logo img.mobile {
    height: 41px;
}

.main-banner__lang {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}
.main-banner__lang a {
    display: inline-flex;
    font-weight: 600;
    font-size: 18px;
    line-height: 140.62%;
    color: #fff;
    text-decoration: none;
    margin: 0 5px;
}
.main-banner__lang a.is-active {
    opacity: 0.8;
}


.eng-page .hamburger {
    display: none;
}
.eng-page .main-banner {
    margin-top: 56px;
    margin-bottom: 0;
}
.eng-page .footer__main {
    max-width: 100%;
}
.eng-page .section__top {
    margin-bottom: 25px;
}

.eng-page .form-main__block {
    margin-bottom: -120px;
}
.eng-page .main-about__wrap p {
    padding-right: 39px;
}
.eng-page .popup__info {
    width: 100%;
    margin: 0;
}
.eng-page .popup__info svg {
    margin-top: 0;
}
.eng-page .main-about__item {
    margin-bottom: 24px;
    padding-right: 44px;
}
.eng-page .form__btn {
    display: flex;
    flex-direction: column;
}
.eng-page .form__btn .btn {
    width: 100%;
    margin-bottom: 40px;
}
.eng-page .main-about__item:first-child {
    margin-top: -31px;
}
.eng-page .form__textarea {
    height: 150px;
}
@media (min-width: 960px) {
    .eng-page .site {
        padding-right: 319px;
        justify-content: flex-end;
   }
}
@media (max-width: 960px) {
    .eng-page .main-about__item:first-child {
        margin-top: 0;
   }
    .eng-page .mobile {
        max-height: 43px;
   }
    .eng-page .header .phone {
        font-size: 13px;
   }
    .eng-page .header .social {
        display: none;
   }
    .eng-page .main-banner {
        margin-top: 0;
   }
}

.cooperate .form-ok {
    flex-direction: column;
    text-align: center;
}

.cooperate .form-ok__icon {
    margin-left: 0;
}

.cooperate {
    display: flex;
}
.cooperate__body {
    width: 34%;
    padding-right: 54px;
}
.cooperate h3 {
    margin-top: 0;
    margin-bottom: 17px;
}
.cooperate__form {
    position: relative;
    padding: 88px 80px 63px;
    background-color: #F2F2F2;
    border-radius: 18px 18px 0px 0px;
    width: 66%;
}
.cooperate__form .form__field {
    margin-bottom: 40px;
}
@media (max-width: 992px) {
    .cooperate {
        display: block;
   }
    .cooperate__body {
        width: 100%;
        margin-bottom: 35px;
        padding: 0;
   }
    .cooperate__form {
        padding: 50px;
        background-color: #F2F2F2;
        border-radius: 18px 18px 0px 0px;
        width: 100%;
   }
}
@media (max-width: 560px) {
    .cooperate__form {
        padding: 25px;
   }
}

.partner {
    border: 0;
}

.partner__item {
    border: 1px solid #e0e0e0;
    margin-right: -1px;
    margin-bottom: -1px; 
}

.footer .logo img:first-child {
    width: auto;
    margin: 0;
}

.employee__post span {
    font-size: 14px;
    line-height: 150%;
    display: block;
    letter-spacing: 0.1em;
    color: #1F2F58;
    padding-left: 8px;
    font-family: Galderglynn1884Cd;
}

.main-banner__logo span {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 19px;
    line-height: 150%;
    color: #fff;
    margin-top: 10px;
}

@media (min-width: 1440px) {
    .main-banner {
        padding-top: 36px;
        padding-bottom: 40px;
    }

    .main-banner__title {
        margin-bottom: 23px;
    }

    .main-banner__link {
        margin-top: 21px;
    }
}

@media (min-width: 961px) and (max-width: 1440px) {
    .main-banner__logo span {
        font-size: 1.4vw;
    }
}

@media (max-width: 960px) {
    .main-banner__logo {
        width: 100%;
    }

    .main-banner__logo img {
        width: 69px;
    }

    .main-banner__logo span {
        font-size: 14px;
        margin-top: 6px;
    }
}

.old-city {
    display: inline-flex;
    display: inline-flex;
    text-decoration: none;
    border-bottom: 2px solid hsla(0,0%,100%,.3);
    color: #fff;
    transition: border-color .3s ease;
    margin-top: 35px;
}

@media (min-width: 960px) {
    .old-city:hover {
        border-color: #fff;
    }
}

@media (min-width: 961px) and (max-width: 1440px) {
    .old-city {
        font-size: 1.3vw;
    }
}

@media (max-width: 960px) {
    .old-city {
        margin-top: 20px;
        font-size: 13.0286px;
    }
}

.ticket__body {
    width: calc(100% - 278px)
}

@media (min-width: 961px) and (max-width: 1440px) {
   
    .ticket__body {
        width: calc(100% - 20vw)
    } 
}

@media (max-width: 640px) {
    .ticket__body {
        width: 100%;
    }
}

.order-item__item {
    width: 100%;
    border: 4px solid #F2F2F2;
    padding: 32px;
}

.order-item__date {
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 16px;
    font-family: Galderglynn1884Cd;
}

.order-item .slick-arrow {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    padding: 0;
    z-index: 1;
    border: 0;
    background-color: transparent;
    top: -72px;
    right: 0;
}

.order-item .slick-arrow.slick-prev {
    right: 40px;
}

.order-item__line span {
    display: block;
    font-weight: 300;
    font-size: 15px;
    line-height: 160%;
    color: #ABABAB;
    font-weight: 300;
}

.order-item .slick-list {
    margin: 0 -12px;
}

.order-item .slick-slide {
    padding: 0 12px;
}

.order-item__btn {
    margin-top: 24px;
}

.order-item__btn .btn {
    font-size: 16px;
    padding: 10px 18px;
    line-height: 19px;
}

.order-item__line {
    font-weight: 300;
    font-size: 17px;
    line-height: 160%;
    color: #000;
    margin-top: 16px;
}

.popup--order-item .popup__container {
    background-color: #fff;
    padding: 88px 80px;
}

.popup--order-item .popup__wrap {
    width: 768px;
}

.popup__list div span {
    width: 194px;
    flex: none;
    font-weight: 300;
    font-size: 17px;
    line-height: 160%;
    margin-right: 6px;
}

.popup__list div {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 17px;
    line-height: 160%;
}

.popup__list div:last-child {
    margin-bottom: 0;
}

@media(max-width: 560px) {
    .order-item .slick-arrow {
        top: initial;
        bottom: 0;
    }

    .popup--order-item .popup__container {
        background-color: #fff;
        padding: 33px 25px;
    }

    .popup__list div span {
        display: block;margin-bottom: 5px;
        font-size: 15px;
    }

    .popup__list div {
        display: block;
        font-size: 15px;
        line-height: 160%;
    }

    .order-item {
        padding-bottom: 56px;
        position: relative;
    }
}

.catalog__item {
    justify-content: space-between;
}

.contact-main__item--link a {
    display: inline-flex;
    margin-left: 24px;
}

.contact-main__item--link a svg {
    margin-left: 4px;
    flex: none;
}

.contact-main__item--link a span {
    display: inline-flex;
    border-bottom: 2px solid #1C75BC;
    font-size: 17px;
    line-height: 110%;
}

.banner-top {
    display: flex;
    padding: 12px 0;
    background: #004B8F;
}

.banner-top__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.banner-top__body svg {
    margin-right: 20px;
}

.banner-top__body {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    align-items: center;
    color: #FFFFFF;
}

.banner-top__link {
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    display: inline-flex;
    padding: 9px 17px 9px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.07em;
    background: #EF3737;
    text-transform: uppercase;
    text-decoration: none;
    height: 40px;
    font-family: Galderglynn1884Cd;
    transition: opacity 0.3s ease;
}
.banner-top__link:hover {
    opacity: 0.8;
}

.banner-top__btn {
    display: flex;
    align-items: center;
}

.banner-top__time {
    display: inline-flex;
    align-items: center;
    font-size: 21px;
    line-height: 25px;
    color: #FFFFFF;
    padding: 6px 16px;
    height: 40px;
    background: #2E6AB3;
}

@media(max-width: 1260px) {
    .banner-top__body {
        font-weight: bold;
        font-size: 20px;
        line-height: 25px;
    }

    .banner-top__link {
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .banner-top__time {
        font-size: 16px;
        line-height: 23px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .banner-top__body svg {
        width: 30px;
        height: auto;
        margin-right: 15px;
    }
}

@media(max-width: 960px) {
    .banner-top__body svg {
        width: 17px;
        height: auto;
        margin-right: 10px;
    }

    .banner-top {
        padding: 15px 0;
        padding-right: 56px;
    }

    .banner-top__link {
        font-size: 11px;
        line-height: 20px;
        padding-left: 8px;
        padding-right: 8px;
        height: 33px;
    }
    .banner-top__time {
        font-size: 11px;
        line-height: 20px;
        padding-left: 8px;
        padding-right: 8px;
        height: 33px;
    }


    .banner-top__body {
        font-weight: bold;
        font-size: 12px;
        line-height: 21px;
    }
}

@media(max-width: 768px) {
    .banner-top__wrap {
        display: block;
    }

    .banner-top__body {

        font-size: 12px;
        line-height: 15px;
        margin-bottom: 10px;
    }

    .banner-top__btn {
        display: block;
    }
}

.page--event p:nth-child(4) strong {
    color: #000;
}

.page--event strong span{
    color: #1C75BC;
}

.page--event hr {
    color: #1C75BC;
    border-width: 1px;
    border-color: #1C75BC;
    box-shadow: none;
}

.page--event a[href="#"]:hover {
    opacity: 0.8;
}

.page--event a[href="#"] {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    display: inline-flex;
    padding: 9px 17px 9px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.07em;
    background: #EF3737;
    text-transform: uppercase;
    text-decoration: none;
    height: 40px;
    font-family: Galderglynn1884Cd;
    transition: opacity 0.3s ease; 
}

.info-text span {
    margin-right: 16px;
}

.info-text:last-child {
    margin-bottom: 0;
}

.info-text {
    margin-bottom: 18px;
}

.info-text__wrap {
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 160%;
    margin-bottom: 38px;
}

.info-text__wrap--big {
    margin-top: 36px;
    margin-bottom: 48px;
}

.info-text__wrap--big .info-text {
    display: flex;
    align-items: flex-start;
    margin-bottom: 36px;
}


.info-text__wrap--big .info-text:last-child {
    margin-bottom: 0;
}

.info-text__wrap--big .info-text span {
    width: 223px;
    padding-right: 10px;
    flex: none;
    font-weight: 600;
    font-size: 17px;
    line-height: 160%;
}

.social--card {
    margin-top: 0;
    margin-top: 11px;
}

.social--card  .social__item {
    margin-right: 16px;
    border: 0;
    width: 32px;
    height: 32px;
    border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}

.social--card a:hover .svg-icon use {
    fill: #fff;
}

.social--card  .social__item::before {
    opacity: 1;

}

.social--card .social__item--vk::before {
    background: #5E83AB;
    display: none;
}

.social--card .social__item--ins::before {
    display: none;
}
 

@media (max-width: 960px) {
    .info-text span {
        display: block;
        margin-right: 0;
        font-size: 15px;
        line-height: 150%;
        margin-bottom: 8px;
    }

    .info-text__wrap--big .info-text {
        margin-bottom: 24px;
    }

    .info-text__wrap--big .info-text span {
        width: auto;
        padding-right: 0;
        font-size: 15px;
        line-height: 150%;
    }

    .info-text__wrap {
        font-size: 15px;
        line-height: 150%;
    }

    .info-text__wrap--big .info-text {
        display: block;
    }
}

@media (max-width: 960px) {
    .ticket {
        flex-direction: column;
        align-items: flex-start;
    }

    .ticket__body {
        padding-left: 0;
        padding-top: 21px;
    }
}

.btn-popup svg {
    display: block;
    margin-right: 13px;
}

.btn-popup {
    display: inline-flex;
    align-items: center;
    z-index: 5;
    font-weight: 600;
    font-size: 19px;
    line-height: 150%;
    color: #FFFFFF;
    padding: 17px 24px 18px 20px;
    background: #E40F18;
    box-shadow: 0px 12px 24px rgba(228, 15, 24, 0.39);
    border-radius: 32px;
    position: fixed;
    right: 15px;
    bottom: 81px;
}

.popup[data-popup="infodop"] .popup__container {
    background-color: #fff;
}

.popup[data-popup="infodop"] p {
    font-size: 15px;
    line-height: 160%;
}

.popup[data-popup="infodop"] .btn {
    width: 100%;
    margin-top: 30px;
}


.btn-phone br {
    display: none;
}
.btn-phone {
    display: inline-flex;
    align-items: center;
    z-index: 5;
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;
    color: #FFFFFF;
    padding: 17px 24px 18px 20px;
    background: #E40F18;
    box-shadow: 0px 12px 24px rgb(228 15 24 / 39%);
    border-radius: 32px;
    position: fixed;
    right: 15px;
    bottom: 155px;
    text-decoration: none;
}

@media(max-width: 960px) {
    .btn-popup {
        font-size: 11px;
        line-height: 150%;
        padding: 10px;
    }
    .btn-popup svg {
        display: none;
    }
    .btn-phone {
        bottom: 126px;
        font-size: 11px;
        line-height: 150%;
        padding: 10px;
    }
}

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

.pdf iframe{
    width: 750px;
    height: 800px;
}

@media(max-width: 750px) {
    .pdf iframe{
        width: 300px;
        height: 400px;
    }
}

.e-search {
    margin-bottom: 32px;
}

.e-search input[type='text'] {
    width: 100%;
    padding: 8px 8px 8px 22px;
    height: 56px;
    background: #F2F2F2;
    border: 2px solid #ABABAB;
    border-radius: 6px;
    color: #000000;
    font-weight: 300;
    font-family: Galderglynn1884, sans-serif;
    font-size: 22px;
    line-height: 140.62%;
    padding-right: 75px;
}

.e-search input[type='text']::-webkit-input-placeholder { color: #ABABAB;   font-family: Galderglynn1884, sans-serif;}
.e-search input[type='text']::-moz-placeholder        { color: #ABABAB;   font-family: Galderglynn1884, sans-serif;}
.e-search input[type='text']:-moz-placeholder         { color: #ABABAB;   font-family: Galderglynn1884, sans-serif;}
.e-search input[type='text']:-ms-input-placeholder     { color: #ABABAB;   font-family: Galderglynn1884, sans-serif;}

.e-search form {
    display: flex;
    width: 100%;
}

.e-search__wrap {
    position: relative;
    display: flex;
    width: 100%;
}

.e-search__btn {
    border: 0;
    width: 56px;
    height: 56px;
    
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background-image: url(/assets/images/search.png);
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 961px) and (max-width: 1440px) {
    .e-search input[type='text'] {
        font-size: 1.4vw;
        height: 4.5vw;
        padding: 10px;
        padding-right: 50px;
    }

    .e-search__btn {
        width: 4.5vw;
        height: 4.5vw;
    }
}

@media (max-width: 960px) {
    .e-search input[type='text'] {
        padding: 10px;
        height: 46px;
        font-size: 17px;
        line-height: 140.62%;
        padding-right: 50px;
    }

    .e-search__btn {
        width: 46px;
        height: 46px;
    }
}

.select__row {
    display: flex;
    margin: 0 -15px;
}

.select__row .select {
    padding: 0 15px;
}

@media (min-width: 961px) and (max-width: 1440px) {
    .select__row .select {
        padding: 0 0.5vw;
    }

    .select__row {
        margin: 0 -0.5vw;
    }
}

@media(max-width: 640px) {
    .select__row .select {
       padding: 0;
       margin-bottom: 15px;
    }
    

    .select__row .select:last-child {
        margin-bottom: 0;
    }

    .select__row {
        display: block;
        margin: 0 0 15px 0;
    }
}

.banner {
    display: block;
    overflow: hidden;
}

.banner a:first-child {
    float: left;
    width: 370px;
}

.banner a:nth-child(2) {
    float: left;
    width: calc(100% - 844px  - 48px);
    margin-bottom: 24px;
}

.banner a:nth-child(3) {
    float: left;
    width: calc(100% - 844px - 48px);
}

@media(max-width: 1350px) {
    .banner a:nth-child(2) {
        width: calc(100% - 750px - 48px);
    }
    
    .banner a:nth-child(3) {
        width: calc(100% - 750px - 48px);
    }
}

@media(max-width: 1150px) {
    .banner a:nth-child(2) {
        width: calc(100% - 650px - 48px);
    }
    
    .banner a:nth-child(3) {
        width: calc(100% - 750px - 48px);
    }
}

@media(max-width: 1150px) {
    .banner a:nth-child(1) {
        width: calc(50% - 48px);
    }

    .banner a:nth-child(2) {
        width: calc(50% - 48px);
    }
    
    .banner a:nth-child(3) {
        width: calc(50% - 48px);
    }
}


@media(max-width: 560px) {
    .banner a img {
        width: 100%;
    }
    .banner a:nth-child(1) {
        width: calc(100% - 48px);
        margin-bottom: 24px;
    }

    .banner a:nth-child(2) {
        width: calc(100% - 48px);
    }
    
    .banner a:nth-child(3) {
        width: calc(100% - 48px);
    }
}

.resources {
    margin-top: 100px;
}

.resources__btn {
    display: flex;
    align-items: center;
    margin-left: 15px;
    flex: none;
}

.i-link {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    margin-right: 20px;
    width: 38px;
    height: 38px;

    background-color: #1A5DD1;
    border-radius: 2px;
    transition: background-color 0.3s ease;
}

.resources__btn .btn--middle {
    font-size: 16px;
    line-height: 19px;
    padding: 10px 22px;
    font-size: 15px;
    line-height: 18px;
    background-color: #1A5DD1;
    border-color: #1A5DD1;
}

.resources__btn .btn--middle:hover {
    background-color: #000;
    border-color: #000;
}

.resources__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 38px;
    padding-bottom: 42px;
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px solid #000000;
}

.resources__name a {
    font-family: Galderglynn1884, sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 110%;
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.resources__name a:hover {
    color: #1C75BC;
}

@media (min-width: 961px) and (max-width: 1440px) {
    .resources__name a {
        font-size: 2.1vw;
        margin-bottom: 1vw;
    }

    .resources {
        margin-top: 60px;
    }

    .resources__btn .btn--middle {
        padding: 8px 15px;
        font-size: 12px;
        line-height: 14px;
    }

    .i-link {
        margin-right: 10px;
        width: 32px;
        height: 32px;
    }

    .resources__item {
        padding-top: 25px;
        padding-bottom: 27px;
        padding-left: 15px;
        padding-right: 15px;
    }
}


@media(max-width: 960px) {
    .resources__name a {
        font-size: 19px;
        line-height: 110%;
    }

    .resources__btn .btn--middle {
        padding: 7px 13px;
        font-size: 12px;
        line-height: 18px;
    }

    .i-link {
        margin-right: 11px;
        width: 34px;
        height: 34px;
    }

    .i-link svg {
        width: 15px;
        height: auto;
    }

    .resources {
        margin-top: 55px;
    }

    .resources__item {
        padding-top: 25px;
        padding-bottom: 27px;
        padding-left: 12px;
        padding-right: 12px;

    }
}


@media(max-width: 480px) {
    .resources__name a {
        font-size: 19px;
        line-height: 110%;
    }

    .resources__btn {
        display: flex;
        align-items: center;
        margin-left: 0;
        margin-top: 14px;
    }

    .resources {
        margin-top: 55px;
    }

    .resources__item {
        display: block;
        padding-left: 0;
        padding-right: 0;
        padding-top: 18px;
        padding-bottom: 18px;
    }
}

.social__item--vk {
    background-color: #4C75A3;
}

.i-banner {
    display: flex;
    margin: 0 -18px;
}

.i-banner a {
    display: block;
    width: calc(50%  - 36px);
    margin: 0 18px;
    margin-bottom: 75px;
}

@media(max-width: 992px) {
    .i-banner {
        display: flex;
        margin: 0 -5px;
    }
    
    .i-banner a {
        width: calc(50%  - 10px);
        margin: 0 5px;
        margin-bottom: 75px;
    }
}

@media(max-width: 768px) {
    .i-banner {
        display: block;
        margin: 0 -5px;
    }
    
    .i-banner a {
        width: calc(100%  - 10px);
        margin: 0 5px 25px;
        margin-bottom: 25px;
    }
}
.logo__wrap {
    display: flex;
    align-items: center;
}

.logo__wrap img:first-child {
    margin-right: 15px;
    max-width: 120px;
}

.logo__wrap img:last-child {
    width: 349px;
}
.footer__main .logo img:first-child {
/*    width: calc(30% - 5px);*/
/*    margin-right: 5px;*/
}
.footer__main .logo img:last-child {
/*    width: 70%;*/
}

.footer__main .logo img {
    max-width: 100%;
}


@media(max-width: 1200px) {
    .logo__wrap img:last-child {
        width: 277px;
        max-width: 50%;
    }

    .logo__wrap img:first-child {
/*        width: 73px;*/
    }
}


@media(max-width: 1024px) {
    .logo__wrap img:nth-child(2) {
        display: block; 
/*        width: 73px;*/
        margin-right: 0;
    }

    iframe {
        max-width: 100%;
    }
}


.center-bot {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 3px solid #000;
    border-radius: 55px;
    padding: 8px 28px;
    z-index: 5;
    font-size: 15px;
    font-weight: 600;
    line-height: 140.625%;
    position: fixed;
    right: 15px;
    bottom: 227px;
    width: 248px;
    text-decoration: none;
    color: #153059;
}

.center-bot svg {
    width: 36px;
    height: 36px;
    margin-left: 14px;
}

@media(max-width: 960px) {
    .center-bot svg {
        width: 20px;
        height: 20px;
    }
    .center-bot {
        line-height: 150%;
        font-size: 11px;
        padding: 10px 25px;
        border: 1.5px solid #000;
        width: fit-content;
        bottom: 170px;
    }
}

.moving__banner-box {
    width: 100%;
    background-color: #1C75BC;
}

.moving__banner {
    padding: 20px 0;
    max-width: 913px;
    margin: 0 auto;
}

.moving__banner p {
    color: #F4F8FC;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 140.625%;
    margin: 0;
}

.moving__banner span {
    font-weight: 600;
    color: #fff;
}

.moving__banner a {
    font-weight: 600;
    color: #fff;
    text-decoration: underline;
}

@media(max-width: 991px) {
    .moving__banner p {
        font-size: 14px;
    }
    .moving__banner {
        max-width: 797px;
    }
}

@media(max-width: 767px) {
    .moving__banner p {
        font-size: 13px;
    }
    .moving__banner {
        padding: 26px 0;
    }
    .moving__banner-box .container {
        padding: 0 24px;
    }
}