.form_success {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 320px;
    background-color: #fff;
    padding: 10px 15px;
    display: -ms-flexbox;
    display: flex;
    z-index: 9;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 50%);
}

.form_success .text_success {
    font-size: 20px;
    text-align: center;
    color: #4292d7;
    font-weight: 700;
    padding: 15px 0;
}


.form-recaptcha {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}

.form-field-checkbox {
    margin: 0px 0 20px;
}

.form-popup-tariff-text {
    margin-bottom: 0;
}

.modal-container {
    margin-top: 2%;
}
.bn-img {
    right: -100px;
}

.ac_block {
    display: none;
}

.docs__tab-title {
    color: #fff;
    background-color: #4292d7;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 30px;
    user-select: none;
    cursor: pointer;
    margin: 20px 0;
    position: relative;
    transition-duration: .3s;
}

.docs__tab-title:hover{
    background-color: #0a6db1;
}

.docs__tab-title .icon {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transform: rotate(90deg);
    transition-duration: .3s;
}

.docs__tab-title.ac_active .icon {
    transform: rotate(-90deg);
}

.docs__tab-block {
    padding: 1px 0 1px 30px;
}

@media (max-width: 767px) {
    .docs__tab-title {
        padding: 10px 15px;
    }
    .docs__tab-block {
        padding: 1px 0 1px 15px;
    } 
}

#anti .modal-container {
    background-image: url(/assets/templates/dop/images/bg_moy_2.jpg);
    background-color: #306bac;
    max-width: 970px;
    color: #fff;
    border-radius: 10px;
    margin-top: 5%;
    padding: 45px 80px 45px 50px;
}

#anti.modal .close:after, #anti.modal .close:before {
    background-color: #fff;
}

.form-popup-desc {
    font-size: 20px;
    font-weight: 300;
    max-width: 600px;
    margin: 25px 0 45px;
}

.form-popup-desc p {
    margin-bottom: 10px;
}

.form-popup-desc p:last-child {
    margin-bottom: 0;
}

#anti .form-popup-title {
    text-transform: none;
    text-align: left;
    font-size: 48px;
    font-weight: 700;
    padding: 0;
}

#anti .btn-popup {
    min-width: 380px;
}

.form-popup-bottom-text {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
}

.form-popup-bottom-phone {
    font-size: 30px;
    font-weight: 700;
    color: #ebc554;
}

.form-popup-bottom-phone a {
    color: #ebc554;
    text-decoration: none;
}

.form-popup-bottom-phone a:hover {
    text-decoration: underline;
}

.form-popup-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}

.form-popup-bottom-button {
    margin-top: 15px;
}

@media (max-width: 930px) {
    #anti .modal-container {
        background-image: none;  
        margin-top: 0;
        padding: 20px 30px 40px 30px;
    }
    
    .form-popup-bottom-left {
        width: 100%;
    }
    
    .form-popup-bottom-button {
        width: 100%;
    }
    
    #anti .form-popup-title {
        font-size: 32px;
    }
    
    .form-popup-desc {
        margin: 15px 0 30px;
    }
    
    .form-popup-bottom {
        margin-top: 30px;
    }
    
    .form-popup-bottom-phone {
        font-size: 24px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    #anti .modal-container {
        padding: 20px 10px 40px 10px;
    }
    
    #anti .btn-popup {
        min-width: 295px;
        padding: 10px 15px;
    }
    
    .form-popup-bottom-phone a:last-child {
        margin-top: 10px;
        display: block;
    }
}

.section__bn-image {
    margin: 40px 0;
}
.bn__top-block {
    text-align: center;
    background-color: #f4f9ff;
}
.header-logos-cpe .header-contacts {
    margin-right: 0;
    margin-left: 0;
}
.header-logos-cpe .header-contacts-item {
    padding-left: 0;
    padding-right: 0;
}
.header-logos-cpe .header-contacts {
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
}
.tariffs-tab {
    width: 100%;
}
.tariffs-table-text {
    max-width: 50%;
}
.tariffs-table-item {
    max-width: calc(50% - 1px);
    padding-bottom: 30px;
}
.tariffs-button {
    margin-bottom: 0;
}
@media (max-width: 1199px) and (min-width: 992px) {
    .header-logos-cpe .logo-exc img,
    .header-logos-cpe .logo-moy img,
    .header-logos-cpe .logo-nat img,
    .header-logos-cpe .logo-tmb img {
        height: 60px;
        width: auto;
    }
    ul.main-menu>li>a, ul.main-menu>li span {
        font-size: 15px;
    }
    .menu-icon {
        right: -10px;
    }
}
.logo-geo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.header-logos-cpe .logo-exc {
    margin-left: 0;
}
@media (max-width: 991px){
    .header-logos img {
        height: 40px;
        width: auto;
    }
}
@media(max-width: 767px) {
    .tariffs-table-item {
        max-width: 100%;
    }
}
@media (max-width: 424px){
    .logo-tmb-85 {
        margin-left: 0;
    }
    .header-logos-cpe .logo-tmb-85 {
        width: auto;
        margin-top: 0;
        margin-left: 10px;
    }
}

.centers-item--big ul.centers-item-services {
    min-height: auto;
    margin-bottom: 30px;
}
.form-item {
    margin-bottom: 10px;
}
.form-item__title {
    font-weight: 700;
}
.form-item__radio {
    position: relative;
}
.form-item__radio input[type="radio"]{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.form-item__radio label {
    cursor: pointer;
    padding-left: 30px;
    transition-duration: 300ms;
}
.form-item__radio label:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #4292d7;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 2px;
}
.form-item__radio label:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 2;
    position: absolute;
    left: 4px;
    top: 6px;
    opacity: 0;
    transition-duration: 300ms;
}
.form-item__radio input:checked + label:after {
    opacity: 1;
}
.form-item__radio label:hover {
    color: #4292d7;
}

.slide__full-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.header-logos {
    display: flex;
    align-items: center;
    gap: 0 25px;
}

.logo.logo-moy {
    height: 80px;
}

.logo.logo-exc,
.logo.logo-mir {
    height: 32px;
}

.logo img {
    height: 100%;
}

.header-contacts {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
}

.header-contacts-item {
    padding: 0;
}

.socialList {
    display: flex;
    align-items: center;
    gap: 0 25px;
}

.socialList a {
    width: 40px;
    height: 40px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    transition: .3s all;
    -moz-box-shadow: 0px 0px 30px rgba(66, 145, 215, 0);
    -webkit-box-shadow: 0px 0px 30px rgba(66, 145, 215, 0);
    box-shadow: 0px 0px 30px rgba(66, 145, 215, 0);
    border-radius: 50%;
}

.socialList a:hover {
    -moz-box-shadow: 0px 0px 30px rgba(66, 145, 215, 100);
    -webkit-box-shadow: 0px 0px 30px rgba(66, 145, 215, 100);
    box-shadow: 0px 0px 30px rgba(66, 145, 215, 100);
}

.socialList a.linkVK {
    background: url(/assets/templates/dop/images/vk.svg);
}
.socialList a.linkMAX {
    background: url(/assets/templates/dop/images/max.svg);
}

html {
    overflow-x: hidden;
}
body {
    color: #002E5E;
}

a, a:focus {
    color: #003560;
    outline: none;
}

ul.main-menu > li {
    position: initial;
}

ul.main-menu > li > ul {
    width: calc(100% + 6px);
    left: -3px;
    top: calc(100% - 25px);
    padding: 40px 0 0;
}

ul.main-menu > li > ul .container {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

ul.main-menu > li > ul .container a {
    text-decoration: none;
    font-size: 15px;
}

ul.main-menu > li > ul .container.menuWrap {
    gap: 30px 0;
    align-items: flex-start;
    align-items: center;
    justify-content: space-between;
}

.menuPart {
    width: 42%;
}

.menuPart > span {
    display: block!important;
    font-size: 16px!important;
    color: #002E5E!important;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.menuPart > a {
    display: block;
    margin: 5px 0 0;
    font-size: 15px !important;
}

ul.main-menu > li > a.external {
    color: #FF191F;
    display: flex;
    align-items: center;
}

ul.main-menu > li > a.external:after {
    content: '';
    width: 13px;
    height: 13px;
    margin-left: 12px;
    background: url(/assets/templates/dop/images/ext.svg);
    background-size: contain;
}

.centers-item-button,
ul.centers-item-services li:before,
.centers-item:before {
    background-color: #002E5E !important;
}

.section-bn-anti {
    background-size: cover !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
}

.bn-img {
    height: 350px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) !important;
}

.bn-img img {
    height: 100%;
}

.footer-logos {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.footer-logos .logo.logo-exc {
    height: auto;
    width: 100%;
    margin: 25px 0;
}

.footer-logos .logo.logo-exc img {
    height: auto;
    width: 100%;
}

.footer-phone a {
    color: #4292D7;
}

ul.main-menu > li.hasChild > a {
    display: flex;
    align-items: center;
}

ul.main-menu > li.hasChild > a::after {
    content: '';
    width: 7px;
    height: 4px;
    background: url(/assets/templates/dop/images/chevron.svg);
    margin-left: 12px;
    transform: rotate(0deg);
    filter: brightness(1);
    transition: .3s all;
}

ul.main-menu > li.hasChild:hover > a::after {
    transform: rotate(180deg);
    filter: brightness(2.5);
}

.slide-icon {
    max-height: 82px;
    margin-bottom: 40px;
}

.badge.badge-cpe {
    background-color: #002E5E;
}

.events-category-button {
    border-color: #4292d7 !important;
    color: #4292d7 !important;
}

.events-category-button.active,
.events-category-button:hover {
    background-color: #4292d7 !important;
    color: #fff !important;
}

.policyLinks {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.cookie__shadow {
    position: fixed;
    z-index: 9998;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .6;
    /*display: none;*/
}

.cookie__block {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 24px;
    padding: 32px;
    z-index: 9999;
    display: none;
}

.cookie__container {
    width: 100%;
    max-width: 1600px;
    padding: 32px;
    background: #FAFAFA;
    margin: 0 auto;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}

.cookie__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 32px;
    row-gap: 20px;
}

.cookie__text {
    font-size: 12px;
}

.cookie__text p {
    margin: 0;
}

.cookie__buttons {
    display: flex;
    align-items: center;
    column-gap: 20px;
    row-gap: 20px;
    flex-shrink: 0;
}

.cookie__btn.button_order {
    position: initial;
}

.form-services-item label:before {
    background-color: #c8e0f5;
}

@media (max-width: 991px) {
    .cookie__row {
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .cookie__buttons {
        flex-direction: column;
    }
    .cookie__buttons .btn {
        display: block;
        width: 100%;
    }
    .cookie__btn--all {
        order: 1;
    }
    .cookie__btn--required {
        order: 2;
    }
}

@media screen and (max-width: 991px) {
    ul.main-menu > li > ul.open {
        display: block;
    }
    ul.main-menu > li > ul .container {
        gap: 0;
        flex-direction: column;
        align-items: flex-start;
        line-height: 120%;
        margin: -25px 0 -15px;
    }
    .menuPart {
        width: 100%;
    }
    .menuPart > span {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 768px) {
    .logo.logo-exc,
    .logo.logo-mir {
        height: 17px;
    }
    .header-contacts {
        margin-right: 20px;
    }
}

@media screen and (max-width: 680px) {
    .policyLinks {
        flex-direction: column;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 540px) {
    .header-logos {
        align-items: center;
        gap: 0 25px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        padding-bottom: 15px;
    }
    .logo.logo-moy {
        height: 80px;
        grid-area: 1 / 1 / 3 / 2;
    }
    .logo.logo-exc {
        grid-area: 1 / 2 / 2 / 3;
    }
    .logo.logo-mir {
        grid-area: 2 / 2 / 3 / 3;
    }
    .logo.logo-exc,
    .logo.logo-mir {
        height: 30px;
        margin-left: -40px;
    }
    .menu-toggle {
        top: 114px;
    }
}

@media screen and (max-width: 440px) {
    .logo.logo-exc,
    .logo.logo-mir {
        height: 25px;
        margin-left: -20px;
    }
}

@media screen and (max-width: 390px) {
    .logo.logo-moy {
        height: 60px;
    }
    .logo.logo-exc,
    .logo.logo-mir {
        height: 20px;
        margin-left: -30px;
        margin-top: -10px;
    }
    .menu-toggle {
        top: 95px;
    }
    .socialList {
        gap: 0 15px;
    }
}

@media screen and (max-width: 340px) {
    .logo.logo-moy {
        height: 50px;
    }
    .header-contacts {
        margin-right: 15px;
    }
    .socialList {
        gap: 0 9px;
    }
    .socialList a {
        width: 36px;
        height: 36px;
    }
    .menu-toggle {
        top: 85px;
        width: 36px;
        height: 36px;
        border-radius: 50px;
    }
}