@media (min-width: 770px) {
.toc{display: grid;}
  }

.logo {
    max-width: 227px;
    height: 54px;
    display: flex;
    align-items: center;
}

.rounded {
    border-radius: 0%;
}

.tariffs-list__item-image-wrapper--ROUND_PICTURES .image-list__link {
    width: 80px;
    height: 33px;
}

.services-list__item-image-wrapper--TOP .services-list__item-link, .services-list__item-image-wrapper--TOP>span {
    width: 80px;
    height: 33px;
}

.font_18 {
    font-size: 1.3em;
    line-height: calc(1em + 7px);
}

@media (min-width: 992px)
.banners-img-list__item-image.banners-img-list__item-image--one {
    height: 380px;
}

.btn.btn-warning {
    background-color: #f17038;
    border-color: #f17038;
}

.items-list-inner--img-srl .items-list-inner__item-image-wrapper .items-list-inner__item-link {
    width: 80px;
    height: 33px;
}

.header-menu__dropdown-menu > .dropdown {
    min-width: 301px;
}

.header-menu__dropdown-item {
    padding: 7px 12px;
    white-space: nowrap;
    margin: 0;
}

.order-block .text {
    padding: 0px 0px 2px 291px;
}

.order-block .text .svg {
    height: 180px;
width: 180px;
}

.footer {
    background: #18244d;
}

.footer__social .social__item {
    background: #f02420;
}

.btn.btn-primary {
    background-color: #18244d;
    border-color: #18244d;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
    background-color: #0b275e;
    border-color: #0b275e;
}

blockquote.info {
    padding: 27px 42px 31px 42px;
    border: 3px solid #081f4d;
    border-radius: 3px;
    border-left: 3px solid #081f4d;
    color: #202020;
    margin: 40px 0px;
    font-weight: 400;
font-size: 15px;
}

blockquote.info * {
    color: #202020;
font-size: 15px;
}

.alert-success {
    background-color: #ecf1fb;
    border-color: #ecf1fb;
    color: #081f4d;
}

.font_22 {
    font-size: 38px;
    line-height: calc(1em + 7px);
    text-align: center;
}

.alert.alert-danger {
    background: #f6f6f6;
    color: #151515;
    font-size: 15px;
}

.alert-danger {
    background-color: #f6f6f6;
    border-color: #f6f6f6;
    color: #b94a48;
}

.alert {
    padding: 35px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-warning {
    background-color: #081f4d;
    border-color: #081f4d;
    color: #ffffff;
}

h2 {
    font-size: 30px;
    line-height: calc(1em + 14px);
    margin: 30px 0 25px;
}

.delivery-form-box,
.delivery-form-box .form.form--BG_IMG.form--static {
	position: relative;
}

.delivery-form-box .form.form--BG_IMG.form--static {
	padding: 80px 18px;
}

.delivery-form-box .maxwidth-theme {
	padding: 0 !important;
	max-width: 100%;
}
.services-detail__bottom-info .tizers-list .tizers-list__items-wrapper {
    display: flex;
    justify-content: center;
}
.services-detail__bottom-info .tizers-list .tizers-list__item-wrapper > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.services-detail__bottom-info .tizers-list .tizers-list__item-wrapper .tizers-list__item-name {
    min-height: 44px;
}

@media(max-width: 991px) {
    .services-detail__bottom-info .tizers-list .tizers-list__items-wrapper {
        flex-wrap: wrap;
    }

    .services-detail__bottom-info .tizers-list .tizers-list__item-wrapper {
        flex: 1 45%;
    }

    .services-detail__bottom-info .tizers-list .tizers-list__item-wrapper .tizers-list__item-name {
        min-height: auto;
    }
}

@media(max-width: 600px) {
    .services-detail__bottom-info .tizers-list .tizers-list__item-wrapper {
        flex: 1 100%;
    }
}

@media(max-width: 767px) {
.footer-politics {
        padding-bottom: 150px;
    }
}

.footer-politics {
        background: #19244C;
    }

.footer-politics a {
        text-align: center;
        color: #959799;
        font-size: 0.86667em;
        line-height: calc(1em + 7px);
}

#cookie-notice {
    display: none; 
    max-width: 100%; 
    position: fixed; 
    bottom: 10px; 
    left: 10px; 
    background-color: #f1f1f1; 
    padding: 10px; 
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); 
    z-index:9998;
}

#cookie-notice h2 {
    font-size: 14px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#cookie-notice p {
    font-size: 10px;
	margin-bottom: 5px;
}

#cookie-accept {
    background-color: #18244d;
    color: white; 
    border-radius: 30px;
    padding: 5px 10px; 
    cursor: pointer; 
    font-size: 12px;
	border: none;
}

.contacts-list__item-coord .color-theme {
    color: var(--fill_dark_light_white_hover);
    display: none;
}

.banners-big--paddings-32 {
    padding: 0px;
}
.comagic-c-buttons {
	bottom: 90px !important;
}
.captcha_input {
    position: relative !important;
    left: 0 !important;
}