.map_interactive {
    margin-bottom: 45px;
}

.map_interactive__title {
    color: #4C4C4C;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    margin: 0 0 30px 0;
}

.map_interactive__filter {
    display: flex;
    margin-bottom: 20px;
}

.map_interactive__dropdown {
    margin-left: 20px;
    width: calc(33% - 20px);
    position: relative;
}

.map_interactive__search {
    flex-grow: 1;
    position: relative;
    border-radius: 10px;
    border: 1px solid #EFF1F5;
}

.map_interactive__search--error {
    border-color: red;
}

.error_text {
    display: none;
}

.map_interactive__search--error .error_text {
    display: block;
    position: absolute;
    right: 0;
    top: -19px;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    color: red;
}

.map_interactive__search input {
    border: none;
    padding: 19px 10px 19px 20px;
    color: #4C4C4C;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    width: calc(100% - 50px);
    text-overflow: ellipsis;
    border-radius: 10px;
}

.map_interactive__search_btn {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map_interactive__search_btn .svg-search {
    width: 20px;
    height: 20px;
    display: block;
    background-image: url('/upload/frontend/map_search.svg');
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.35;
}

.map_interactive__search input::-webkit-input-placeholder {
    color: #8E8D8D;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}

.map_interactive__search input::-moz-placeholder {
    color: #8E8D8D;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}

.map_interactive__search input:-ms-input-placeholder {
    color: #8E8D8D;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}

.map_interactive__dropdown .dropdown__button {
    border-radius: 10px;
    border: 1px solid #EFF1F5;
    overflow: hidden;
    position: relative;
}

.map_interactive__dropdown .dropdown__button:before {
    content: url('/upload/frontend/dropdown_arrow.svg');
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.map_interactive__dropdown .dropdown__text {
    padding: 19px 40px 19px 20px;
    width: 100%;
    color: #4C4C4C;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    border: 0;
    position: relative;
    background: transparent;
    cursor: pointer;
    text-overflow: ellipsis;
}

.map_interactive__dropdown .dropdown__list {
    position: absolute;
    top: calc(100% + 10px);
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 32px 0 rgba(37, 45, 56, 0.15);
    z-index: 1;
    padding: 10px;
    width: 100%;
    display: none;
}

.map_interactive__dropdown .dropdown--active .dropdown__list {
    display: block;
}

.map_interactive__dropdown .list__inner {
    position: static;
    max-height: 240px;
}

.map_interactive__dropdown .list__inner--hidden {
    overflow-y: scroll;
    overflow-x: hidden;
}

.map_interactive__dropdown .list__inner--hidden:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    z-index: 2;
    top: auto;
    bottom: 0;
    height: 25px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.74) 33.09%, #FFFFFF 100%);
    width: calc(100% - 9px);
}

.map_interactive__dropdown .list__inner--hidden.scroll-to-end:after {
    display: none;
}

.map_interactive__dropdown .list__inner--hidden::-webkit-scrollbar {
    width: 4px;
}

.map_interactive__dropdown .list__inner--hidden::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.map_interactive__dropdown .list__inner--hidden::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #00CAD4;
    -webkit-box-shadow: 0;
}

.map_interactive__dropdown .list__inner--hidden .list__group {
    padding-right: 3px;
}

.map_interactive__dropdown .dropdown__item {
    position: relative;
}

.map_interactive__dropdown .dropdown__checkbox {
    line-height: 0;
}

.map_interactive__dropdown .checkbox__label {
    position: relative;
    cursor: pointer;
    margin: 0;
    width: 100%;
    white-space: normal !important;
}

.map_interactive__dropdown .checkbox__field {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 0;
    overflow: hidden;
}

.map_interactive__dropdown .checkbox__box {
    color: #4C4C4C;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    padding: 10px;
    border-radius: 4px;
    transition: color .3s ease-out,
    background .3s ease-out;
    display: flex;
}

.map_interactive__dropdown input:checked + .checkbox__box {
    background: #F2FDFD;
    color: #00CAD4;
    font-weight: 700;
}

.map_interactive .ymaps-2-1-79-search__suggest {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 32px 0 rgba(37, 45, 56, 0.15) !important;
    padding: 10px;
    border: none;
    top: 10px;
    color: #4C4C4C;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}

.map_interactive .ymaps-2-1-79-suggest-item {
    padding: 10px;
    margin: 0;
}

.map_interactive .ymaps-2-1-79-suggest-item-0 {
    margin-top: 0;
}

.map_interactive .ymaps-2-1-79-suggest-item:last-of-type {
    margin-bottom: 0;
}

.map_interactive .ymaps-2-1-79-search__suggest-item {
    padding: 0;
    transition: all 0.3s ease-out;
}

.map_interactive .ymaps-2-1-79-search__suggest-item_selected_yes {
    background: transparent;
    color: #00CAD4;
}

.map_interactive__iframe {
    height: 650px;
    width: 100%;
    transition: width 0.3s ease-out;
}

.map_interactive__iframe_wrap {
    height: 650px;
    width: 100%;
    transition: width 0.3s ease-out;
    position: relative;
}

.map_interactive__iframe_wrap .map_interactive__iframe {
    height: 100%;
    width: 100%;
    transition: none;
}

.map_interactive__aside--active + .map_interactive__iframe {
    width: calc(100% - 440px);
}

.map_interactive__aside--active + .map_interactive__iframe_wrap {
    width: calc(100% - 440px);
}

.map_interactive__iframe_wrap .map_loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 4px solid #DEDCDC;
    border-right: 4px solid transparent;
    box-sizing: border-box;
    animation: loaderRotation 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.map_interactive__iframe_wrap .map_loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border-bottom: 4px solid #00cad4;
    border-left: 4px solid transparent;
}
@keyframes loaderRotation {
    0% {
        transform: translate(-50%, -50%) rotate(0deg) ;
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg) ;
    }
}

.map_interactive__iframe .ymaps-2-1-79-places-pane .ymaps-2-1-79-image {
    background-size: contain;
    background-repeat: no-repeat;
}

.map_interactive__iframe .clusterIcon {
    background: #FFFFFF;
    border: 3px solid #00CAD4;
    box-sizing: border-box;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    width: 41px;
    height: 41px;
    text-align: center;
    color: #00CAD4;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 900;
    line-height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    cursor: pointer;
}

.map_interactive__inner {
    display: flex;
    border-radius: 10px;
    border: 1px solid #EFF1F5;
    background: #FFF;
    overflow: hidden;
}

.map_interactive__aside {
    height: 650px;
    position: relative;
    background: #FFFFFF;
    width: 0;
    overflow: hidden;
    transition: width 0.3s ease-out;
}

.map_interactive__aside--active {
    width: 440px;
}

.map_interactive__aside_inner {
    width: 440px;
    height: 100%;
    position: relative;
}

.map_block {
    border-bottom: 1px solid #EFF1F5;
    padding: 20px;
}

.map_block:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.map_interactive__aside--checked .map_block:last-child {
    margin-bottom: 60px;
}

.map_block--checked {
    background: #F2FDFD;
}

.map_block__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 16px;
}

.map_block__info {
    width: calc(100% - 34px);
}

.map_block__title {
    color: #4C4C4C;
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
    margin: 0 0 5px 0;
    cursor: pointer;
}

.map_block__title:last-child {
    margin-bottom: 0;
}

.map_interactive--full .map_block__title {
    cursor: auto;
}

.map_block__description {
    color: #4C4C4C;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
}

.map_block__checkbox {
    margin-left: 10px;
    width: 24px;
    min-width: 24px;
    position: relative;
    line-height: 0;
}

.map_block__label {
    margin: 0;
}

.map_block__checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
}

.map_block__checkbox .box {
    border-radius: 3px;
    /*border: 1px solid #EAEBEC;*/
    /*background: #EFF1F5;*/
    border: 1px solid rgba(0, 202, 212, 0.35);
    background: rgba(0, 202, 212, 0.3);
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-out;
}

.map_block__checkbox input:checked + .box {
    background: #00CAD4;
    border-color: #00CAD4;
}

.map_block__checkbox input:checked + .box:before {
    content: url('/upload/frontend/interactive_map_arrow.svg');
    position: relative;
    top: 0;
    left: 0;
}

.map_block__side {
    border-bottom: 1px solid #EFF1F5;
    display: flex;
    padding-bottom: 17px;
    margin-bottom: 17px;
}

.map_block__side:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.map_block__img {
    width: 100px;
    min-width: 100px;
    height: 100px;
    margin-right: 20px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
}

.map_block__img .slick-list {
    width: 100%;
    height: 100%;
    display: block;
}

.map_block__img .map_block__img_slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    min-width: 100px;
    height: 100px;
}

.map_block__img .map_block__img_slide a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: zoom-in;
}

.map_block__img img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.map_block__img .slick-dots {
    position: absolute;
    bottom: 5px;
    height: 12px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.map_block__img .slick-dots li {
    width: 7px;
    height: 7px;
    background: transparent;
    border: 1px solid #00cad4;
    border-radius: 50%;
    margin: 0 5px 0 0;
    transition: all .3s ease-out;
}

.map_block__img .slick-dots li:last-child {
    margin-right: 0;
}

.map_block__img .slick-dots li:before,
.map_block__img .slick-dots li button:before,
.map_block__img .slick-dots li.slick-active button:before {
    display: none;
}

.map_block__img .slick-dots li.slick-active {
    width: 10px;
    height: 10px;
    background: #00cad4;
    border: 1px solid #00cad4;
}

.map_block__img .slick-dots button {
    font-size: 0;
    line-height: 0;
    padding: 0;
    width: auto;
    height: auto;
}

.map_block__text {
    width: calc(100% - 120px);
}

.map_block__text_descr {
    color: #4C4C4C;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    margin: 0 0 3px 0;
}

.map_block__month {
    margin-bottom: 15px;
}

.map_block__month:last-child {
    margin-bottom: 0;
}

.map_block__month_title {
    color: #4C4C4C;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    margin: 0 0 5px 0;
}

.map_block__month_list {
    position: relative;
}

.map_block__month_list_inner {
    display: flex;
    list-style: none;
    overflow: scroll;
    margin: 0;
}

.map_block__month_list_inner::-webkit-scrollbar {
    display: none;
}

.map_block__month_list_inner::-webkit-scrollbar-track {
    display: none;
}

.map_block__month_list_inner::-webkit-scrollbar-thumb {
    display: none;
}

.map_block__month_block {
    position: relative;
    margin: 0 5px 0 0;
    line-height: 0;
}

.map_block__month_block:last-child {
    margin-right: 0;
}

.map_block__month_block:before {
    display: none;
}

.map_block__month_block label {
    white-space: normal;
    margin: 0;
}

.map_block__month_block input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
}

.map_block__month_block .box {
    border-radius: 3px;
    border: 1px solid #EFF1F5;
    background: #F8F9FB;
    padding: 4px 9px;
    display: flex;
    color: #4C4C4C;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.map_block--checked .map_block__month_block .box {
    background: #FFFFFF;
}

.map_block__month_block input:checked + .box {
    background: #00CAD4;
    border: 1px solid #00CAD4;
    color: #FFFFFF;
}

.map_block__price {
    color: #4C4C4C;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    margin: 0;
}

.map_block__text_descr + .map_block__price {
    margin-top: 7px;
}

.landing_program__buttons {
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 0 20px 10px 20px;
}

.map_interactive__aside .landing_program__button {
    border-radius: 3px;
    background: #00CAD4;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    width: 100%;
    border: 0;
    height: 50px;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
}

.map_interactive__aside .landing_program__button--grey {
    border: 1px solid #00cad4;
    background: #FFFFFF;
    color: #4c4c4c;
}

.map_interactive__aside--showen .landing_program__buttons {
    display: flex;
}

.map_interactive__list {
    height: calc(100% - 65px);
}

.map_interactive__aside--showen .map_interactive__list {
    height: calc(100% - 190px);
}

.map_interactive__inner:has(#map-interactive-entrancies) .map_interactive__list {
    height: calc(100% - 111px);
}

.map_interactive__inner:has(#map-interactive-entrancies) .map_interactive__aside--showen .map_interactive__list {
    height: calc(100% - 240px);
}

.map_interactive__list--hidden {
    overflow-y: scroll;
    overflow-x: clip;
}

.map_interactive__list--hidden::-webkit-scrollbar {
    width: 4px;
}

.map_interactive__list--hidden::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: transparent;
}

.map_interactive__list--hidden::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #00CAD4;
    -webkit-box-shadow: none;
}

.map_block__title_side {
    color: #4C4C4C;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    margin: 0 0 5px 0;
}

.map_block__title_side span {
    font-weight: 400;
    padding-left: 1px;
}

.map_block__month_list_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url('/upload/frontend/inter_map_month_right.svg') no-repeat center;
    width: 16px;
    height: 20px;
    cursor: pointer;
    padding: 5px;
}

.map_block--checked .map_block__month_list_arrow {
    background: url('/upload/frontend/inter_map_month_right_blue.svg') no-repeat center;
}

.map_block__month_list_arrow--next {
    right: -15px;
}

.map_block__month_list_arrow--prev {
    left: -15px;
    transform: translateY(-50%) rotate(180deg);
}

.map_block__month_list_arrow--disable {
    display: none;
}

.show-stop-list,
.clear-stop-list {
    display: none;
}

.map_interactive__aside_head {
    position: absolute;
    right: 20px;
    top: 25px;
}

.map_interactive__back {
    display: none;
}

.map_interactive__close {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent url('/upload/frontend/stop_close_button.svg') no-repeat center center;
    border: none;
}

.map_interactive__subtitle {
    color: #4C4C4C;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    padding: 20px 50px 20px 20px;
    margin: 0;
    border-bottom: 1px solid #EFF1F5;
}

.map_interactive__subtitle--checked,
.map_interactive__aside--checked .map_interactive__subtitle,
.map_interactive__aside--checked .map_interactive__hint,
.map_interactive__inner:has(#map-interactive-entrancies) .map_interactive__aside--checked .map_interactive__hint{
    display: none;
}

.map_interactive__aside--checked.map_interactive__aside--showen .map_interactive__subtitle--checked {
    display: block;
}

.map_interactive__inner:has(#map-interactive-entrancies) .map_interactive__subtitle {
    padding-bottom: 10px;
    border-bottom: 0;
}

.map_interactive__hint {
    color: #4C4C4C;
    font-size: 14px;
    line-height: 18px;
    padding: 0 50px 20px 20px;
    border-bottom: 1px solid #EFF1F5;
    display: none;
    margin: 0;
}

.map_interactive__inner:has(#map-interactive-entrancies) .map_interactive__hint {
    display: block;
}

.body.popup_is_opened .main {
    z-index: auto;
}

.fly_forms.opened {
    box-shadow: none;
}

.wrapper_shadow {
    background: rgba(0,0,0,0.4);
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 131;
    display: none;
}

.wrapper_shadow--active {
    display: block;
}

.popup_custom {
    display: block;
    padding: 60px 70px;
    width: 580px;
    height: 100%;
    position: fixed;
    top: 0;
    right: -580px;
    transition: right 0.15s linear;
    z-index: 3050;
    background: #FFFFFF;
    overflow: scroll;
}

.popup_custom::-webkit-scrollbar {
    display: none;
}

.popup_custom::-webkit-scrollbar-track {
    display: none;
}

.popup_custom::-webkit-scrollbar-thumb {
    display: none;
}

.popup_custom--active {
    right: 0;
}

.popup__close {
    position: absolute;
    right: 23px;
    top: 20px;
    width: 48px;
    height: 48px;
    line-height: 20px;
    text-align: center;
    background: #FFF;
    border-radius: 100%;
    cursor: pointer;
    transition: color 0.3s ease;
    z-index: 2;
}

.popup__close svg {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 -7px;
    background: url('/bitrix/templates/aspro-priority/images/svg/content_icons.svg') -103px -117px no-repeat;
    opacity: 0.35;
    transition: opacity 0.3s ease;
}

.popup__head {
    margin-bottom: 30px;
}

.popup__title,
.popup__title--sent {
    font-size: 2em;
    color: #4d4d4d;
    line-height: 1.35em;
    margin: 0 0 20px 0;
}

.popup__title:last-child,
.popup__title--sent:last-child {
    margin-bottom: 0;
}

.popup__subtitle {
    font-size: 1em;
    line-height: 1.6667em;
}

.popup__fields {
    margin: 0 0 37px 0;
}

.popup__field {
    position: relative;
    margin: 0 0 37px 0;
}

.popup__field:last-child {
    margin-bottom: 0;
}

.popup__field .form-group {
    margin-bottom: 0;
}

.popup__field .form-group.animated-labels label:not(.error) {
    background: #ffffff;
    width: 100%;
}

.popup__field .form-group .form-control:-webkit-autofill,
.popup__field .form-group .form-control:-webkit-autofill:hover,
.popup__field .form-group .form-control:-webkit-autofill:focus {
    border: none;
    border-bottom: 1px solid #e1e1e1;
    -webkit-text-fill-color: #555;
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}
.popup__fields {
    margin: 0 0 37px 0;
}
.popup__field {
    position: relative;
    margin: 0 0 37px 0;
}
.popup__field .form-group {
    margin-bottom: 0;
}
.popup__field .form-group.animated-labels label:not(.error) {
    background: #ffffff;
    width: 100%;
}

form .form-group.animated-labels label:not(.error) {
    margin: 0;
    position: absolute;
    top: 9px;
    left: 0;
    z-index: 1;
    -moz-transition: all ease-out .2s;
    -webkit-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    -ms-transition: all ease-out .2s;
    transition: all ease-out .2s;
    cursor: text;
    color: #999;
}
.form .form-group.animated-labels.checkbox.input-filed label
{
    position: relative;
    top: -3px;
    white-space: pre-wrap;
}
form .form-group.animated-labels.input-filed label:not(.error){left:0;top:-16px;z-index: 6;font-size: 0.8em;}
form .form-group.animated-labels.input-filed .licence_block label:not(.error){top:0;}
.form-group.animated-labels label.onoffswitch-label:not(.error){cursor:pointer;}
form .captcha-row .form-group.animated-labels.input-filed label:not(.error), form .row div .form-group.animated-labels.input-filed label:not(.error){left:0;}
.form-group.animated-labels.input-filed .form-control{background:#fff;}
.form-group.animated-labels.input-filed input[type="checkbox"].form-control{  width: 20px;}
label:not(.error):not(.b24-form-control-container) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control {
    height: 43px;
    font-size: 1.0667em;
    border-radius: 0;
    box-shadow: none;
    border: none;
    height: auto;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0;
    background: none;
}
.form-control, output {
    font-size: 14px;
    line-height: 1.428571429;
    display: block;
    vertical-align: middle;
}

.popup__field .required-star,
.required_note .required-star {
    color: #fb5f5f;
    margin-left: 3px;
    font-weight: normal;
    vertical-align: middle;
}
.popup__licence {
    position: relative;
    margin: 0 0 37px 0;
}
.onoffswitch {
    position: relative;
    width: 70px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.onoffswitch {
    width: 33px;
    z-index: 2;
}
.licence_block .onoffswitch {
    float: left;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}
label.onoffswitch-label {
    overflow: hidden !important;
}
.licence_block .onoffswitch label {
    z-index: 2 !important;
}
.bx_filter input[type="checkbox"] + label {
    margin: 6px 0 0;
    padding-left: 33px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    outline: none;
    display: block;
    color: #777777;
    font-size: 0.867em;
    min-height: 20px;
}
.bx_filter input[type="checkbox"] + label.onoffswitch-label {
    padding: 0;
    min-height: 18px;
    top: 0;
    border: none;
    border-radius: 9px;
}
.bx_filter input[type="checkbox"] + label:first-of-type {
    margin-top: 0;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
.bx_filter input[type="checkbox"], .bx_filter input[type="radio"] {
    display: none;
}
.popup__licence input[type="checkbox"] {
    position: fixed;
    left: -9999px;
    top: -9999px;
    display: block;
    visibility: hidden;
    width: 0;
    line-height: 0;
    margin: 0;
}
.bx_filter.licence_block input[type="checkbox"] {
    display: block;
}
.bx_filter input[type="checkbox"] + label:after, .filter input[type="checkbox"] + label:after {
    font-size: 0;
    content: ".";
    display: block;
    height: 21px;
    width: 21px;
    position: absolute;
    left: 0;
    top: 2px;
    background-color: #fff;
    z-index: 2;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #e1e1e1;
}
.bx_filter input[type="checkbox"] + label.onoffswitch-label:after, .filter input[type="checkbox"] + label.onoffswitch-label:after {
    display: none;
}
.bx_filter input[type="checkbox"] + label:before, .filter input[type="checkbox"] + label:before, .filter input[type="radio"] + label:before {
    font-size: 0;
    content: ".";
    display: none;
    height: 21px;
    width: 21px;
    position: absolute;
    left: 0px;
    top: 2px;
    background: #ddd;
    z-index: -1;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.bx_filter input[type=checkbox]+label:before {
    background: #49bbc7;
}
.bx_filter input[type="checkbox"] + label.onoffswitch-label:before {
    display: block;
    top: 0;
    height: 18px;
    width: 100%;
    background: #dbe0e6;
}
.bx_filter input[type="checkbox"] + label.onoffswitch-label:before, .filter input[type="checkbox"] + label.onoffswitch-label:before, .filter input[type="radio"] + label.onoffswitch-label:before {
    display: block;
    top: 0;
    height: 18px;
    width: 100%;
    background: #dbe0e6;
}
.bx_filter input[type="checkbox"]:checked + label:before, .bx_filter input[type="checkbox"] + label:not(.disabled):hover:before, .filter input[type="checkbox"]:checked + label:before, .filter input[type="checkbox"] + label:hover:before, .filter input[type="radio"]:checked + label:before, .filter input[type="radio"] + label:hover:before {
    display: inline-block;
    z-index: 3;
}
.bx_filter input[type=checkbox]+label:before, .bx_filter input[type=checkbox]:checked+label.onoffswitch-label:before {
    background: #49bbc7;
}
span.onoffswitch-switch {
    z-index: 11;
    -webkit-transition: right 0.1s ease-in;
    transition: right 0.1s ease-in;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0;
}





.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}
label.onoffswitch-label {
    overflow: hidden !important;
}
input[type="radio"] + label, input[type="checkbox"] + label {
    overflow: visible;
}
label:not(.error):not(.b24-form-control-container) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.licence_block .onoffswitch label {
    z-index: 2 !important;
}
.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -webkit-transition: margin 0.2s ease-in;
    transition: margin 0.2s ease-in;
}
.onoffswitch-switch {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 40px;
    width: 18px;
    margin: 4px;
    background: white;
    border: 2px solid #999999;
    border-radius: 20px;
    -webkit-transition: right 0.2s ease-in, -webkit-box-shadow 0.2s ease-in;
    transition: right 0.2s ease-in, box-shadow 0.2s ease-in;
}
.onoffswitch-switch {
    width: 14px;
    height: 14px;
    border: none;
    margin: 2px;
}
.onoffswitch-switch {
    right: 15px;
}
span.onoffswitch-switch {
    z-index: 11;
    -webkit-transition: right 0.1s ease-in;
    transition: right 0.1s ease-in;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
}
.popup__licence .licence_block.bx_filter> label {
    margin: 0;
    top: -1px;
    padding: 0 0 0 48px;
    font-size: 0.8667em;
    line-height: 1.5385em;
    display: block;
    cursor: pointer;
    overflow: visible;
    white-space: normal;
}
.popup__licence .licence_block.bx_filter> label a {
    color: #49bbc7;
}
.btn.btn-default {
    color: #fff;
    border-color: #49bbc7;
    background-color: #49bbc7;
    padding: 12px 21px 11px;
    width: 123px;
    height: 40px;
}
.required_note {
    color: #999;
    margin-top: 12px;
}
.popup__field .required-star, .required_note .required-star {
    color: #fb5f5f;
    margin-left: 3px;
    font-weight: normal;
    vertical-align: middle;
}


.captcha-row .captcha_image {
    display: none;
}

.captcha-row .captcha_input {
    position: relative;
    left: 0;
}

.popup_custom .captcha_wrap {
    margin-bottom: 37px;
}

.popup_custom .captcha_message {
    font-weight: 600;
    font-size: 0.8em;
    line-height: 1.5em;
}

.popup__licence {
    position: relative;
    margin: 0 0 37px 0;
}

.popup__licence input[type="checkbox"] {
    position: fixed;
    left: -9999px;
    top: -9999px;
    display: block;
    visibility: hidden;
    width: 0;
    line-height: 0;
    margin: 0;
}

.popup__licence .licence_block.bx_filter> label {
    margin: 0;
    top: -1px;
    padding: 0 0 0 48px;
    font-size: 0.8667em;
    line-height: 1.5385em;
    display: block;
    cursor: pointer;
    overflow: visible;
    white-space: normal;
}

.popup__stops_wrap {
    background: rgba(217, 217, 217, 0.10);
    width: calc(100% + 80px);
    margin-left: -40px;
    padding: 20px 20px 20px 40px;
    margin-bottom: 30px;
}

.popup__stops_wrap--hidden {
    display: none;
}

.popup__stops_inner {
    position: static;
    max-height: 165px;
    padding-right: 20px;
}

.popup__stops_inner.list__inner--hidden {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 0;
}

.popup__stops_inner.list__inner--hidden::-webkit-scrollbar {
    width: 4px;
}

.popup__stops_inner.list__inner--hidden::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.popup__stops_inner.list__inner--hidden::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #00CAD4;
    -webkit-box-shadow: 0;
}

.popup__stops_inner.list__inner--hidden .popup__stops {
    padding-right: 16px;
}

.popup_stop {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.popup_custom--tariff .popup_stop {
    align-items: center;
}

.popup_stop:last-child {
    margin-bottom: 0;
}

.popup_stop__checkbox {
    margin-left: 10px;
    width: 24px;
    min-width: 24px;
    position: relative;
    line-height: 0;
}

.popup_stop__label {
    margin-bottom: 0;
}

.popup_stop__checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
}

.popup_stop__checkbox .box {
    border-radius: 3px;
    border: 1px solid #EAEBEC;
    background: #EFF1F5;
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-out;
}

.popup_stop__checkbox input:checked + .box {
    background: #00CAD4;
    border-color: #00CAD4;
}

.popup_stop__checkbox input:checked + .box:before {
    content: url('/upload/frontend/interactive_map_arrow.svg');
    position: relative;
    top: 0;
    left: 0;
}

.popup_stop__info {
    width: calc(100% - 34px);
}

.popup_stop__name {
    color: #4C4C4C;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    margin: 0 0 5px 0;
}

.popup_stop__name:first-letter {
    text-transform: uppercase;
}

.popup_stop__month {
    color: #4C4C4C;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
}

.field--error {
    color: #fb5f5f;
    margin: 2px 0 0;
    display: block;
    padding: 0;
    right: 0;
    font-size: 0.8em;
    line-height: 1.5em;
}

.popup__text--sent,
.popup_custom--sent .popup__form,
.popup_custom--sent .popup__title,
.popup_custom--sent .popup__subtitle,
.popup__title--sent {
    display: none;
}

.popup_custom--sent .popup__title--sent,
.popup_custom--sent .popup__text--sent {
    display: block;
}

.popup__text--sent .sent__row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.popup__text--sent .sent__img {
    width: 90px;
    min-width: 90px;
    height: 90px;
    margin-right: 30px;
}

.popup__text--sent .sent__text {
    width: calc(100% - 120px);
}

.popup__text--sent .sent__text p {
    font-size: 1em;
    line-height: 1.6667em;
    margin: 0;
}

.popup__text--sent .sent__text .sent__text_title {
    font-weight: 700;
    margin: 0 0 10px 0;
}

.popup__button--sent {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.428571429;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-size: 0.7333em;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #49bbc7;
    padding: 12px 21px 11px;
    letter-spacing: 0.8px;
    border-radius: 3px;
    overflow: hidden;
    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    background-color: #49bbc7;
    color: #fff;
}

.popup__button--sent:active {
    background-color: #2cccd3;
    border-color: #2cccd3;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}




.map_interactive__tabs {
    position: relative;
    left: -1px;
}

.map_interactive__tabs_list {
    display: flex;
    position: relative;
    gap: 4px;
    margin-bottom: -8px;
}

.map_interactive__tab {
    border-left: 1px solid #eff1f5;
    border-right: 1px solid #eff1f5;
    border-top: 1px solid #eff1f5;
    border-radius: 10px 10px 0 0;
    padding: 12px 12px 20px 16px;
    gap: 18px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease-out;
    position: relative;
}

.map_interactive__tab--active {
    box-shadow: 0 2px 15px 0 rgba(8, 41, 79, 0.05);
    background: #00cad4;
}

.map_interactive__tab:after {
    content: url('/upload/frontend/tab_active_corner.svg');
    position: absolute;
    bottom: 0;
    left: 100%;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

.map_interactive__tab--active:after {
    opacity: 1;
}

.map_interactive__tab:before {
    content: url('/upload/frontend/tab_active_corner.svg');
    position: absolute;
    bottom: 0;
    right: 100%;
    transform: scale(-1, 1);
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

.map_interactive__tab--active:before {
    opacity: 1;
}

.map_interactive__tab--active:first-child:before {
    display: none;
}

.map_interactive__tab_hint {
    width: 16px;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.map_interactive__tab_hint svg {
    fill: #E7E7E7;
    transition: fill 0.3s ease-out;
}

.map_interactive__tab--active .map_interactive__tab_hint svg {
    fill: #66e0e5;
}

.map_interactive__tab_hint_wrap {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% + 10px);
    border-radius: 3px;
    padding: 6px 12px;
    width: 184px;
    background: #FFF;
    box-shadow: 0 4px 32px 0 rgba(37, 45, 56, 0.15);
    z-index: 1;
    font-weight: 400;
    font-size: 11px;
    color: #4c4c4c;
    line-height: 13px;
}

.map_interactive__tab_hint_wrap:before {
    content: '';
    position: absolute;
    top: calc(100% - 6px);
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    background: #fff;
    width: 10px;
    height: 10px;
}

.map_interactive__tab_text {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #4c4c4c;
    padding-right: 1px;
    transition: color 0.3s ease-out;
    white-space: nowrap;
}

.map_interactive__tab--active .map_interactive__tab_text {
    color: #ffffff;
    font-weight: 700;
    padding-right: 0;
}

.map_interactive--full .map_interactive__filter {
    padding: 24px;
    background: #00cad4;
    border-radius: 10px;
    position: relative;
    flex-direction: column;
    gap: 10px;
}

.map_interactive--full .map_interactive__filter_inner {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.map_interactive--full .map_interactive__dropdown:not([data-filter="all"]),
.map_interactive--full:has(#map-interactive-monitors):has(.map_interactive__tab:nth-child(2)) .map_interactive__dropdown[data-filter="all"]:not(.xs){
    display: none;
}

.map_interactive--full .map_interactive__dropdown--active {
    display: block !important;
}

.map_interactive--full .map_interactive__search,
.map_interactive--full .map_interactive__dropdown .dropdown__button {
    background: #fff;
}

.map_interactive--full .map_interactive__dropdown {
    margin: 0;
    width: calc(100%/3 - 8px*2/3);
    min-width: calc(100%/3 - 8px*2/3);
}

.map_interactive--full:has(.map_interactive__tab:nth-child(2)):not(:has(.map_interactive__dropdown--active)) .map_interactive__search {
    width: calc(100% - 100% / 3 - 8px* 2 / 3);
}

.clear-map-filter {
    display: none;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    background: transparent;
    border: 0;
    width: fit-content;
    width: -moz-fit-content;
    padding: 0 0 0 20px;
    position: relative;
    transition: opacity 0.3s ease-out;
}

.clear-map-filter--active {
    display: block;
}

.clear-map-filter:before {
    content: '';
    width: 14px;
    height: 14px;
    background: url('/upload/frontend/stop_close_button_white.svg') no-repeat center / contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    line-height: 0;
}

.template-banner--template {
    height: 500px;
    overflow: visible;
}

.template-banner--template .template-banner__slide {
    height: 500px;
    overflow: visible;
}

.template-banner--template .banner__bg {
    height: 500px;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

.template-banner--template .template-banner__slide--doubleimage .banner__text {
    max-width: 50%;
    left: 0;
    padding: 40px 50px 40px 25px
}

.template-banner--template .banner__title {
    font-size: 40px;
    font-weight: normal;
    line-height: 46px;
    margin: 0 0 24px 0;
}

.template-banner--template .banner__info {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.template-banner--template .banner__info,
.template-banner--template .banner__info p,
.template-banner--template .banner__info li {
    line-height: 25px;
}

.template-banner--template .buttons .btn {
    width: auto;
    padding-inline: 24px;
}

.template-banner--template .banner__picture {
    width: 50%;
    max-width: 50%;
}

.template-banner--template .banner__picture img {
    max-width: none;
}

.template-player {
    overflow: hidden;
    margin-bottom: 100px;
    position: relative;
    border-radius: 20px;
}

.template-player__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.template-player__bg picture {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.template-player__bg .info-bg,
.template-player:has(.template-player__stage--active[data-info="info-slide"]) .template-player__bg .mobil-bg {
    display: none;
}

.template-player:has(.template-player__stage--active[data-info="info-slide"]) .template-player__bg .info-bg {
    display: flex;
}

.template-player__bg picture img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.template-player__content {
    position: relative;
    padding: 100px 60px 60px 60px;
}

.template-player__content h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    max-width: 360px;
    position: absolute;
    top: 60px;
    left: 60px;
    color: #000000;
}

.template-player__content h2.template-player__title--white {
    color: #FFF;
    text-shadow: 0 4px 40px #333;
    overflow: visible;
}

.template-player__controls {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    backdrop-filter: blur(8px);
    border-radius: 80px;
    background: rgba(255, 255, 255, 0.2);
    padding: 8px;
    gap: 8px;
    line-height: 0;
}

.template-player__control {
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    color: #FFF;
    border-radius: 50%;
    transition: all 0.3s ease-out;
}

.template-player__control--active {
    background-color: #FFF;
    color: #4D4D4C;
}

.template-player__control--next {
    background-color: #FFF;
    cursor: pointer;
}

.template-player__control--next svg {
    stroke: #00CAD4;
    transition: all 0.3s ease-out;
}

.template-player__stages {
    height: 440px;
}

.template-player__stage {
    display: none;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.template-player__stage--active {
    display: flex;
}

.template-player__car {
    width: 800px;
    height: 440px;
    margin: auto;
    position: relative;
    transition: right 1s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

[data-stage="1"] .template-player__car {
    right: -100%;
}

[data-stage="1"] .template-player__car.animated-in {
    right: 0;
}

[data-stage="1"] .template-player__car.animated-out {
    right: 100%;
}

[data-stage="3"] .template-player__car {
    right: 0;
}

[data-stage="3"] .template-player__car.animated-out {
    right: 100%;
}

.template-player__car_img {
    width: 100%;
    height: 100%;
}

.template-player__car_img img {
    max-width: 100%;
    max-height: 100%;
}

.template-player__car_video {
    width: 481px;
    height: 239px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 49px;
    left: 36.5%;
}

.template-player__car_video video {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.template-player__point_wrap {
    position: absolute;
    width: 24px;
    height: 24px;
}

.template-player__point {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    background-color: #FFF;
}

.template-player__point:before,
.template-player__point:after {
    content: '';
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
}

.template-player__point:after {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.4);
}

@keyframes point-circle {
    from {
        transform: translate(-50%, -50%) scale(1);
    }
    to {
        transform: translate(-50%, -50%) scale(0.8);
    }
}

.template-player__point svg {
    position: relative;
}

.template-player__popup {
    position: absolute;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease-out,
    0.3s z-index 0s linear;
}

.template-player__popup_shadow {
    display: none;
}

.template-player__popup_body {
    width: 328px;
    border-radius: 8px;
    padding: 12px;
    background: #FFF;
    max-height: 148px;
    box-shadow: 0 4px 6px -2px rgba(16, 24, 40, 0.03),
    0 12px 16px -4px rgba(16, 24, 40, 0.08);
    position: relative;
}

.advertising .template-player__popup_body {
    width: 170px;
}

.template-player__popup_body:before {
    content: '';
    position: absolute;
    left: 14px;
    bottom: -4px;
    width: 12px;
    height: 12px;
    border-radius: 1px;
    background: #FFF;
    transform: rotate(45deg);
}

.template-player__popup_close {
    display: none;
}

.template-player__popup_content {
    max-height: 124px;
    overflow-x: clip;
    overflow-y: scroll;
}

.template-player__popup_content::-webkit-scrollbar {
    width: 4px;
}

.template-player__popup_content::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: transparent;
}

.template-player__popup_content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #00CAD4;
    -webkit-box-shadow: none;
}

.template-player__popup_content .title {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 4px 0;
    color: #4C4C4C;
}

.template-player__popup_content .info {
    font-size: 14px;
    line-height: 20px;
    color: #4C4C4C;
    margin: 0 0 10px 0;
}

.template-player__popup_content .info:last-child {
    margin-bottom: 0;
}

.template-player__point_wrap[data-point="1"] {
    top: 23.8%;
    right: 7.5%;
}

.template-player__point_wrap[data-point="1"] .template-player__popup {
    bottom: calc(100% + 22px);
    left: -9px;
}

.advertising .template-player__point_wrap[data-point="1"] .template-player__popup {
    left: auto;
    right: -9px;
}

.template-player__point_wrap[data-point="1"] .template-player__popup_body:before {
    left: 14px;
    bottom: -4px;
}

.advertising .template-player__point_wrap[data-point="1"] .template-player__popup_body:before {
    right: 14px;
    left: auto;
}

[data-stage="2"] .template-player__point_wrap[data-point="1"] {
    top: 11%;
    right: 60%;
}

[data-stage="2"] .template-player__point_wrap[data-point="1"] .template-player__popup {
    bottom: auto;
    top: calc(100% + 22px);
    left: auto;
    right: -9px;
}

[data-stage="2"] .template-player__point_wrap[data-point="1"] .template-player__popup_body:before {
    right: 14px;
    top: -4px;
    left: auto;
    bottom: auto;
}

[data-stage="3"] .template-player__point_wrap[data-point="1"] {
    top: 28.7%;
    right: 12.8%;
}

[data-stage="3"] .template-player__point_wrap[data-point="2"] {
    top: 11%;
    right: 39.6%;
}

[data-stage="3"] .template-player__point_wrap[data-point="2"] .template-player__popup {
    bottom: auto;
    top: calc(100% + 22px);
    left: auto;
    right: -9px;
}

[data-stage="3"] .template-player__point_wrap[data-point="2"] .template-player__popup_body:before {
    right: 14px;
    top: -4px;
    left: auto;
    bottom: auto;
}

.template-player__info {
    width: 100%;
    height: auto;
    margin: auto;
    position: relative;
    display: flex;
    gap: 20px;
}

.template-player__block {
    width: calc(100% / 3 - 20px* 2 / 3);
    box-shadow: 0 0 20px 0 rgba(76, 76, 76, 0.1);
    background: #fff;
    border-radius: 10px;
    padding: 24px 32px;
    position: relative;
    overflow: hidden;
}

.template-player__block--blue {
    background: #00cad4;
}

.template-player__block:before {
    content: '';
    position: absolute;
    top: -60px;
    left: -59px;
    width: 215px;
    height: 215px;
    background: #d1f5f4;
    opacity: 0.4;
    border-radius: 50%;
}

.template-player__block--blue:before {
    background: #d1f5f4;
    opacity: 0.2;
}

.template-player__block:nth-child(3):before {
    top: -79px;
    left: -38px;
}

.template-player__block_head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
    position: relative;
}

.template-player__block_head:last-child {
    margin-bottom: 0;
}

.template-player__block_icon {
    width: 56px;
    flex-shrink: 0;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.template-player__block_icon img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.template-player__block_name {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
}

.template-player__block__text {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    position: relative;
}

.template-player__block--blue .template-player__block_name,
.template-player__block--blue .template-player__block__text,
.template-player__block--blue .template-player__block__text p {
    color: #FFF;
}

.template-player__block__text--mob {
    display: none;
}

.template-player__block__text p {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 15px 0;
}

.template-player__block__text p:last-child {
    margin-bottom: 0;
}

.template-player__block__text b {
    font-weight: 700;
}

.template-player__arrow {
    position: absolute;
    top: -34px;
    left: calc(100%/3 - 20px*2/3 - 136px);
}

.template-player__arrow img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.text_after_items p:last-child {
    margin-bottom: 0;
}

.template-tags {
    margin-bottom: 100px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.template-tags:last-child {
    margin-bottom: 0;
}

.text_after_items + .template-tags {
    margin-top: 60px;
}

.landing .container:has(.template-tags) {
    margin-bottom: 100px;
}

.template-tags__wrap {
    max-height: 32px;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    width: 100%;
}

.template-tags__inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.template-tags__toggle {
    display: none;
    color: #4C4C4C;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 7px;
    gap: 5px;
    align-items: baseline;
    transition: color 0.3s ease-out;
    cursor: pointer;
}

.template-tags__toggle--visible {
    display: flex;
}

.template-tags__toggle .title {
    color: #4C4C4C;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    transition: color 0.3s ease-out;
}

.template-tags__toggle svg {
    stroke: #4C4C4C;
    transition: stroke 0.3s ease-out;
}

.template-tags__toggle--active svg {
    transform: rotate(180deg);
}

.template-tag__link {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 5px 8px;
    white-space: nowrap;
    background: #F8F8F8;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease-out;
}

.template-tag__link span {
    color: #4C4C4C;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    transition: color 0.3s ease-out;
}

@media (hover: hover) and (pointer: fine) {
    .template-banner .buttons .btn:hover {
        background: #02b8c1;
    }

    .popup__button--sent:hover {
        background-color: #2cccd3;
        border-color: #2cccd3;
    }

    .reviews .slider__arrow:hover {
        opacity: 0.8;
    }

    .reviews__block:hover .review__body:after {
        background: url('/upload/frontend/play_video_blue.svg') no-repeat center center;
        background-size: contain;
    }

    .map_interactive__dropdown .checkbox__box:hover {
        color: #00CAD4;
    }

    .map_interactive .ymaps-2-1-79-search__suggest-item:hover {
        color: #00CAD4;
    }

    .map_block__checkbox .box:hover {
        background: rgba(0, 202, 212, 0.6);
    }

    .map_block__month_block .box:hover {
        background: rgba(0, 202, 212, 0.2);
    }

    .map_interactive__aside .landing_program__button:hover {
        background: #02b8c1;
    }

    .map_interactive__aside .landing_program__button--grey:hover {
        background: #f4f4f4;
    }

    .popup__close:hover {
        color: #2cccd3;
    }

    .popup__close:hover svg {
        opacity: 1;
        background-position: -103px -133px;
    }

    .popup_stop__checkbox .box:hover {
        background: rgba(0, 202, 212, 0.3);
    }

    .template-form__connect .connect__block--text:hover {
        background: rgba(255, 255, 255, 0.3);
    }

    .template-form__connect .connect__block:not(.connect__block--text):hover .connect__icon {
        background: rgba(255, 255, 255, 0.4);
    }

    .template-form .form__confirmation a:hover {
        border-color: transparent;
    }

    .template-form .form__button:hover {
        opacity: 0.8;
    }

    .template-clients__slider .slider-block:hover img {
        filter: grayscale(0);
    }

    .template-guides .slider__block:hover .guide__icon img:first-child {
        opacity: 0;
    }

    .template-guides .slider__block:hover .guide__icon img:last-child {
        opacity: 1;
    }

    .template-guides .slider__block:hover .guide__title,
    .template-guides .slider__block:hover .guide__subtitle {
        color: #FFFFFF;
    }

    .template-services .slider__block:hover .service__bg img {
        transform: scale(1.1);
    }

    .template--services .landing_calculator__button:hover {
        background: #02b8c1;
    }

    .template--services .our-works__slider .slick-arrow:hover {
        background: #00cad4 url('/upload/frontend/slider_arrow.svg') no-repeat 11px 13px;
        border: 1px solid #00cad4;
    }

    .template--services .our-works__look-video:hover span {
        background: url('/upload/frontend/play_video_blue.svg') no-repeat top center;
    }

    .template-faq__button:hover:after,
    .template-faq__button:hover:before {
        background: #00CAD4;
    }

    .template-guides .slider__block:hover {
        background: #00CAD4;
    }

    .template-form--mini .form__button:hover {
        background: #02b8c1;
    }

    .template-form--mini .form__confirmation a:hover {
        border-color: transparent;
    }

    .template--services .slider__arrow:hover,
    .template-services .slider__arrow:hover,
    .template-media .slider__arrow:hover {
        background: #02b8c1 url('/upload/frontend/slider_arrow.svg') no-repeat 11px 13px;
    }

    .tariff__slider .slider-block__button:hover {
        background: #00CAD4;
        color: #FFFFFF;
    }

    .template-format .landing_format__button:hover {
        background: #02b8c1;
    }

    .template-format .landing_format__table td:hover {
        background: rgba(10, 99, 221, 0.08);
    }

    .landing_program__button:hover {
        background: #02b8c1;
    }

    .promotion__link:hover .promotion__bg img {
        transform: scale(1.1);
    }

    .promotion_slider__arrow:not(.promotion_slider__arrow--disabled):hover {
        background: #02b8c1 url('/upload/frontend/slider_arrow.svg') no-repeat 11px 13px;
    }

    .portfolio_block:hover .portfolio_block__bg img {
        transform: scale(1.1);
    }

    .portfolio_area__tab:not(.portfolio_area__tab--active):hover {
        color: #00cad4;
    }

    .portfolio_area__block:hover .portfolio_area__bg img {
        transform: scale(1.1);
    }

    .page-full-banner header .mega-menu table td .wrap > a.more-items:hover:before {
        background: url('/upload/frontend/header_icon_more_blue.svg') center no-repeat;
    }

    .page-full-banner-white header .logo_and_menu-row .burger .svg-burger:hover,
    .page-full-banner-white header .logo_and_menu-row .burger .svg-burger:hover path,
    .page-full-banner-white header .logo_and_menu-row .inline-search-show .svg:hover,
    .page-full-banner-white header .logo_and_menu-row .inline-search-show .svg:hover path,
    .page-full-banner-white header .logo_and_menu-row .personal-link .svg:hover,
    .page-full-banner-white header .logo_and_menu-row .personal-link .svg:hover path {
        fill: #49bbc7;
    }

    .page-full-banner-white header .mega-menu table td .wrap > a:hover,
    .page-full-banner-white header .logo_and_menu-row .callback-block:hover {
        color: #49bbc7;
    }

    .template-description td:hover {
        background: #F2FDFD;
    }

    .map_interactive__tab_hint:hover .map_interactive__tab_hint_wrap {
        display: block;
    }

    .map_interactive__tab:not(.map_interactive__tab--active):hover .map_interactive__tab_text {
        color: #00cad4;
    }

    .clear-map-filter:hover {
        opacity: 0.8;
    }

    .template-player__control--next:hover svg {
        stroke: #02b8c1;
    }

    .template-player__point_wrap:hover .template-player__point:before,
    .template-player__point_wrap:hover .template-player__point:after {
        animation-name: point-circle;
    }

    .template-player__point_wrap:hover .template-player__popup {
        opacity: 1;
        z-index: 2;
        transition: opacity 0.3s ease-out;
    }

    .template-tag__link:hover {
        background: #00CAD4;
    }

    .template-tag__link:hover span {
        color: #fff;
    }

    .template-tags__toggle:hover {
        color: #00cad4;
    }

    .template-tags__toggle:hover .title {
        color: #00cad4;
    }

    .template-tags__toggle:hover svg {
        stroke: #00cad4;
    }
}

@media only screen and (max-width: 1439px) {
    .page_wrap__container {
        padding: 0 calc(40px - (100vw - 1376px)/2);
    }

    .template--services .landing_calculator--digitalmobil .landing_calculator__stand {
        right: 22px;
        top: 180px;
        width: 677px;
        height: 338px;
    }

    .template--services .landing_calculator--digitalmobil .advertising__video {
        top: 29px;
        right: 37px;
        width: 387px;
        height: 199px;
    }

    .template--services .landing_calculator__slider {
        width: 55%;
        margin-right: 0;
    }

    .template-player__block__text p {
        margin-bottom: 5px;
    }

    .template-player__block_name {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1376px) {
    .promotion_slider__block--main {
        width: calc(100vw - 80px - 480px);
        min-width: calc(100vw - 80px - 480px);
    }

    .promotion_slider__block--main .promotion__text_wrap {
        width: calc(100% - 100px);
    }

    .case_solution__block {
        padding-left: 40px;
        padding-right: 40px;
    }

    .case_solution__block:after {
        right: 50px;
    }

    .page_wrap__container {
        padding: 0 calc(40px - (100vw - 1344px) / 2);
    }

    .template-player__point_wrap[data-point="1"] .template-player__popup {
        left: auto;
        right: -9px;
    }

    .template-player__point_wrap[data-point="1"] .template-player__popup_body:before {
        right: 14px;
        left: auto;
    }
}

@media only screen and (max-width: 1344px) {
    .promotion_slider__block--main {
        width: calc(100vw - 32px - 480px);
        min-width: calc(100vw - 32px - 480px);
    }

    .page_wrap__container {
        max-width: 100%;
        padding: 0 40px;
    }
}

@media only screen and (max-width: 1299px) {
    .stat_block {
        padding-left: 23px;
        padding-right: 23px;
    }

    .template-form--mini {
        padding-left: 50px;
        padding-right: 50px;
    }

    .template-form__text {
        width: 404px;
        min-width: 404px;
        padding-right: 60px;
        margin-right: 60px;
    }

    .case_solution__block:after {
        right: 10px;
    }
}

@media only screen and (max-width: 1199px) {
    .reviews {
        margin-bottom: 0;
    }

    .map_interactive__aside--active {
        width: 360px;
    }

    .map_interactive__aside_inner {
        width: 360px;
    }

    .map_interactive__aside--active + .map_interactive__iframe {
        width: calc(100% - 360px);
    }

    .map_interactive__aside--active + .map_interactive__iframe_wrap {
        width: calc(100% - 360px);
    }

    .template--services .container {
        max-width: 100%;
        padding: 0 20px;
    }

    .template__title {
        font-size: 30px;
        line-height: 36px;
    }

    .template-banner {
        margin-bottom: 57px;
    }

    .template-banner .banner__text {
        left: 34px;
    }

    .template-banner .template-banner__slide--doubleimage .banner__text {
        max-width: calc((100% - 34px)/2);
    }

    .template-banner .banner__picture {
        width: calc((100% - 34px)/2);
        max-width: calc((100% - 34px)/2);
    }

    .template-banner .banner__picture_inner {
        justify-content: flex-start;
    }

    .template-banner .banner__picture img {
        max-width: none;
        max-height: 100%;
    }

    .template-description {
        margin-bottom: 53px;
    }

    .template-description h2 {
        margin-bottom: 22px;
    }

    .template-description__text {
        position: relative;
        order: 0;
        margin-bottom: 22px;
        width: 100%;
    }

    .template-description__img + .template-description__text {
        width: 100%;
    }

    .template-description__text .template-description__title {
        font-size: 40px;
        line-height: 46px;
    }

    .template-description__stats {
        flex-wrap: wrap;
        position: relative;
        order: 1;
        margin-bottom: -20px;
    }

    .stat_block {
        padding-left: 31px;
        padding-right: 30px;
        margin-bottom: 20px;
        flex-grow: unset;
    }

    .template-description__img {
        width: 100%;
        min-width: auto;
        max-width: 800px;
        height: auto;
        margin: 20px 0 0 0;
        position: relative;
        order: 2;
    }

    .template--services .map_interactive__text {
        max-width: 100%;
        margin: 0 0 30px 0;
    }

    .template--services .map_interactive {
        margin-bottom: 38px;
    }

    .template-form--mini {
        padding: 40px;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 57px;
    }

    .template-form--mini .form__title {
        margin: 0 0 32px 0;
        width: 460px;
        min-width: auto;
    }

    .template-form--mini .form__title:before {
        content: url('/upload/frontend/mini_form_arrow_tablet.svg');
        right: -133px;
        bottom: -35px;
    }

    .template-form--mini .form__form {
        justify-content: flex-start;
    }

    .template-form--mini .form__field {
        width: 40%;
        margin-bottom: 20px;
    }

    .template-form--mini .form__button {
        width: 40%;
    }

    .template-form--mini .form__confirmation {
        margin: 12px 0 0 20px;
        text-align: left;
        width: 50%;
    }

    .template-form--mini .captcha_wrap ~ .form__confirmation {
        width: 50%;
    }

    .template-form--mini .captcha_wrap {
        order: 0;
        margin-top: 0;
        margin-left: 0;
        width: 100%;
        margin-bottom: 15px;
    }

    .template-tariff {
        margin-bottom: 56px;
    }

    .template-tariff__info {
        max-width: 620px;
    }

    .template-tariff .slider__wrap {
        width: calc(100% + 20px);
    }

    .template-format {
        margin-bottom: 56px;
    }

    .template-format .landing_format__img {
        position: relative;
        margin-right: 24px;
    }

    .template-format .landing_format__table_title ~ .landing_format__img {
        top: 0;
    }

    .template-format .landing_format__table_wrap {
        padding-right: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .template-format .landing_format__row {
        width: calc(100% - 350px);
        flex-direction: column;
        justify-content: flex-start;
    }

    .template--services .landing_calculator {
        padding: 40px 30px 50px 30px;
        margin-bottom: 57px;
    }

    .template--services .landing_calculator__slider .title {
        min-height: 37px;
    }

    .template--services .landing_calculator__button {
        margin-top: -16px;
    }

    .template--services .landing_calculator__stand {
        width: 172px;
        height: 229px;
        right: 30px;
        top: auto;
        bottom: 50px;
    }

    .template--services .landing_calculator__stand .format__wrap {
        width: 95px;
        height: 130px;
        right: 16px;
        bottom: 11px;
    }

    .template--services .landing_calculator__stand .format[data-format="a2"] {
        border: 3px solid #0a63dd;
        font-size: 45px;
        line-height: 45px;
    }

    .template--services .landing_calculator__stand .format[data-format="a3"] {
        width: calc(100% - 6px);
        height: calc(50% - 3px);
        border: 3px solid #e94e1b;
        top: 3px;
        left: 3px;
        font-size: 40px;
        line-height: 40px;
    }

    .template--services .landing_calculator__stand .format[data-format="a4"] {
        width: calc(50% - 3px);
        height: calc(50% - 3px);
        border: 3px solid #efde08;
        bottom: 3px;
        left: 3px;
        font-size: 22px;
        line-height: 22px;
    }

    .template-stages {
        flex-direction: column;
        margin-bottom: 67px;
    }

    .template-stages__text p:last-child:after {
        content: url('/upload/frontend/stages_arrow_tablet.svg');
        right: -183px;
        bottom: 21px;
    }

    .template-stages__text {
        margin-right: 0;
        margin-bottom: 32px;
    }

    .template-stages__slider {
        width: calc(100% + 20px);
    }

    .template--services .our-works {
        margin-bottom: 56px;
    }

    .template--services .our-works__slider {
        height: 645px;
    }

    .template--services .our-works__slide {
        height: 645px;
    }

    .template--services .our-works__slide[data-type="slider-slide"] {
        justify-content: flex-start;
        flex-direction: column;
    }

    .template--services .our-works__text {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 27px;
    }

    .template--services .our-works .our-works__title {
        margin: 0;
        max-width: none;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .template--services .our-works__slide[data-type="slider-slide"] .our-works__img {
        width: 100%;
        max-width: 100%;
        height: 373px;
    }

    .template--services .our-works .dial__wrap,
    .template--services .our-works__slider > .slick-dots li:after,
    .template--services .our-works__slider_nav .slick-dots li:after {
        display: none;
    }

    .template--services .our-works__slider > .slick-dots {
        height: 12px;
        bottom: auto;
        top: -43px;
        left: auto;
        right: 0;
    }

    .template--services .our-works__slider_nav {
        height: 12px;
        bottom: auto;
        left: auto;
        right: 0;
        top: 22px;
    }

    .template--services .our-works__slider > .slick-dots li,
    .template--services .our-works__slider_nav .slick-dots li {
        width: 8px;
        min-width: 8px;
        height: 8px;
        border: 1px solid #00cad4;
        margin: 0 5px 0 0;
        font-size: 0;
        line-height: 0;
        transition: all .3s ease-out;
    }

    .template--services .our-works__slider > .slick-dots li.slick-active,
    .template--services .our-works__slider_nav .slick-dots li.slick-active {
        width: 12px;
        min-width: 12px;
        height: 12px;
        background: #00cad4;
        border: 1px solid #00cad4;
    }

    .template-faq {
        margin-bottom: 57px;
    }

    .template-guides {
        margin-bottom: 54px;
    }

    .template-guides .slider__wrap {
        width: calc(100% + 20px);
    }

    .template--services .reviews {
        margin-bottom: 55px;
    }

    .template--services .reviews__wrap {
        width: calc(100% + 20px);
    }

    .template-services {
        margin-bottom: 55px;
    }

    .template-services .slider__wrap {
        width: calc(100% + 20px);
    }

    .template-form {
        background: #00CAD4 url('/upload/frontend/form_template_bg-tablet.jpg') no-repeat center center;
        background-size: cover;
        flex-direction: column-reverse;
        padding: 50px 60px 50px 40px;
    }

    .template-form__text {
        width: 100%;
        min-width: auto;
        padding-right: 0;
        margin-right: 0;
        padding-top: 32px;
        margin-top: 32px;
        border-right: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .template-form__phone p {
        max-width: 225px;
    }

    .template-form__connect {
        display: flex;
        align-items: center;
    }

    .template-form__connect .connect__row {
        margin-bottom: 0;
        margin-right: 16px;
    }

    .template-form__connect .connect__row:last-child {
        margin-right: 0;
    }

    .template-clients__slider .slider__wrap {
        width: calc(100% + 20px);
    }

    .template-clients__slider .slider-block img {
        filter: grayscale(0);
    }

    .column__title {
        display: none;
    }

    .promotion .template-banner {
        margin-bottom: 31px;
    }

    .promotion .template-banner .banner__text {
        left: 34px;
    }

    .template-description__consultation + .template-description__text {
        width: 100%;
    }

    .template-description__consultation {
        margin-left: 0;
        position: relative;
        order: 1;
        margin-top: 10px;
    }

    .promotion .template-description h2 {
        margin-bottom: 32px;
    }

    .template-services[data-template-services="two-services"] .slider__block {
        width: 600px;
        min-width: 600px;
    }

    .promotion_slider__inner,
    .promotion_slider--slider .promotion_slider__inner {
        flex-direction: column;
        margin-bottom: 0;
        width: 100%;
    }

    .promotion_slider__block,
    .promotion_slider__block--main {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .promotion_slider__block:last-child {
        margin-bottom: 0;
    }

    .promotion__bg,
    .promotion_slider__block--main .promotion__bg {
        height: 367px;
        margin-bottom: 0;
    }

    .promotion__text_wrap,
    .promotion_slider__block--main .promotion__text_wrap {
        position: absolute;
        left: 16px;
        bottom: 11px;
        display: block;
        width: calc(100% - 75px);
    }

    .promotion_slider__block:not(.promotion_slider__block--main) .promotion__title {
        font-size: 15px;
        line-height: 22px;
    }

    .promotion_slider__block:not(.promotion_slider__block--main) .promotion__title span {
        margin-bottom: 2px;
        padding: 2px 2px;
    }

    .promotion_slider__block:not(.promotion_slider__block--main) .promotion__title span.rounded-left {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        padding-left: 8px;
    }

    .promotion_slider__block:not(.promotion_slider__block--main) .promotion__title span.rounded-right,
    .promotion_slider__block:not(.promotion_slider__block--main) .promotion__title span:nth-last-child(2) {
        padding-right: 8px;
    }

    .promotion_slider__block:not(.promotion_slider__block--main) .promotion__arrow {
        display: inline-flex;
        width: auto;
        background: rgba(255, 255, 255, 0.8);
        margin-top: 0;
    }

    .promotion_slider__block:not(.promotion_slider__block--main) .promotion__arrow img {
        filter: none;
    }

    .promotion_slider--slider .promotion_slider__arrows {
        display: none;
    }

    .promotion_archive__list {
        flex-direction: column;
        margin-bottom: 0;
    }

    .promotion_archive__block {
        height: 370px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .promotion_archive__block:last-child {
        margin-bottom: 0;
    }

    .promotion_slider--single .promotion_form {
        display: none;
    }

    .page_wrap__container {
        padding: 0 20px;
    }

    .case-banner {
        margin-bottom: 31px;
    }

    .case-banner .banner__text {
        left: 32px;
        width: calc(100% - 340px - 32px + 15px);
    }

    .case-banner .banner__picture {
        width: 340px;
        max-width: 340px;
    }

    .banner__picture_layer {
        background: url('/upload/frontend/banner_layer_tablet.svg') no-repeat left center / contain;
    }

    .case_info {
        gap: 32px;
        padding: 0 45px 60px 32px;
    }

    .case_media {
        width: 200px;
        min-width: 200px;
        top: -71px;
    }

    .case_logo {
        height: 200px;

    }

    .case_description {
        padding-left: 232px;
    }

    .case_solution__block {
        padding-left: 32px;
        padding-right: 32px;
    }

    .case_solution__block:after {
        display: none;
    }

    .case_solution__slider {
        gap: 32px;
        max-width: 100%;
    }

    .case_solution__slider .slick-track {
        gap: 32px;
    }

    .case_solution__item {
        padding-right: 32px;
    }

    .page_wrap--case .template-services {
        margin-bottom: 100px;
    }

    .next-case_link {
        height: 72px;
        width: 100%;
    }

    .media__wrap {
        width: calc(100% + 20px);
    }

    .portfolio_block {
        width: calc(50% - 10px);
    }

    .portfolio_block__link {
        padding: 16px;
    }

    .portfolio_block__bg:before {
        height: 85px;
    }

    .portfolio_block__img {
        height: 198px;
    }

    .portfolio_block__text {
        left: 10px;
        bottom: 4px;
        width: calc(100% - 20px);
    }

    .portfolio_area__tabs {
        display: none;
    }

    .portfolio_area__block {
        height: 370px;
        width: 100%;
    }

    .page-full-banner .template-banner {
        /*height: 510px;*/
        min-height: auto;
    }

    .page-full-banner .template-banner--video {
        height: auto;
        min-height: auto;
    }

    .page-full-banner .template-banner__slide .container {
        padding-left: 45px;
        height: auto;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .page-full-banner .template-banner__slide--notext .container {
        top: auto;
        bottom: 0;
        transform: translateX(-50%);
        padding-left: 20px;
    }

    .page-full-banner .template-banner .template-banner__slide--doubleimage .banner__text {
        max-width: 50%;
    }

    .template--services .landing_efficiency {
        margin-bottom: 53px;
    }

    .template--services .landing_efficiency__wrap {
        align-items: center;
        gap: 30px;
        flex-direction: column;
    }

    .template--services .landing_efficiency__main {
        width: 100%;
        min-width: 100%;
    }

    .template--services .landing_efficiency--nomedia .landing_efficiency__block,
    .template--services .landing_efficiency--nomedia .landing_efficiency__hint {
        width: calc(50% - 10px);
    }

    .template--services .landing_efficiency__bg {
        width: 100%;
    }

    .template--services .landing_calculator--digitalmobil {
        display: flex;
        flex-direction: column;
        padding-bottom: 20px;
    }

    .template--services .landing_calculator--digitalmobil .landing_calculator__stand {
        right: 0;
        top: 0;
        width: 677px;
        height: 338px;
        position: relative;
        margin: 70px auto 0 auto;
        order: 10;
    }

    .template--services .landing_calculator--digitalmobil .landing_calculator__slider {
        width: 100%;
    }

    .template--services .landing_calculator--digitalmobil .landing_calculator__slider .title {
        min-height: auto;
    }

    .template-description .img_row {
        gap: 10px;
    }

    .template-advantages {
        margin-bottom: 56px;
    }

    .template-advantages .slider__wrap {
        width: calc(100% + 20px);
    }

    .map_interactive__tab {
        padding: 12px 12px 20px 12px;
        gap: 10px;
    }

    .map_interactive__tabs_list {
        overflow: scroll;
    }

    .map_interactive__tabs_list::-webkit-scrollbar {
        display: none;
    }

    .map_interactive__tabs_list::-webkit-scrollbar-track {
        display: none;
    }

    .map_interactive__tabs_list::-webkit-scrollbar-thumb {
        display: none;
    }

    .template-player__content h2 {
        font-size: 20px;
        line-height: 24px;
        max-width: 240px;
        top: 30px;
        left: 30px;
    }

    .template-player__content {
        padding: 43px 30px 42px 30px;
    }

    .template-player__stages {
        height: 35.808vw;
    }

    .template-player__car {
        width: 65.105vw;
        height: 35.808vw;
    }

    .template-player__car_video {
        left: 36.5%;
        width: 60.3%;
        height: 55%;
        top: 11%;
    }

    .template-player__controls {
        bottom: 24px;
        padding: 6px;
    }

    .template-player__control {
        width: 32px;
        min-width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .template-player__control--next svg {
        width: 16px;
        height: 16px;
    }

    .template-player__point_wrap {
        width: 16px;
        height: 16px;
    }

    .template-player__point:before {
        width: 32px;
        height: 32px;
    }

    .template-player__point:after {
        width: 24px;
        height: 24px;
    }

    .template-player__point svg {
        width: 7px;
    }

    .template-player__point_wrap[data-point="1"] {
        top: 16.7%;
    }

    .template-player__point_wrap[data-point="1"] .template-player__popup {
        top: calc(100% + 15px);
        right: -11px;
        bottom: auto;
    }

    .template-player__point_wrap[data-point="1"] .template-player__popup_body:before {
        top: -4px;
        bottom: auto;
        right: 12px;
    }

    [data-stage="2"] .template-player__point_wrap[data-point="1"] {
        right: 61.6%;
    }

    [data-stage="3"] .template-player__point_wrap[data-point="1"] {
        top: 52.7%;
        right: 27.8%;
    }

    [data-stage="3"] .template-player__point_wrap[data-point="1"] .template-player__popup {
        bottom: calc(100% + 15px);
        left: -11px;
        top: auto;
        right: auto;
    }

    [data-stage="3"] .template-player__point_wrap[data-point="1"] .template-player__popup_body:before {
        top: auto;
        bottom: -4px;
        right: auto;
        left: 12px;
    }

    [data-stage="3"] .template-player__point_wrap[data-point="2"] {
        top: 9.7%;
        right: 39.4%;
    }

    [data-stage="3"] .template-player__point_wrap[data-point="2"] .template-player__popup {
        top: calc(100% + 15px);
        right: -11px;
    }

    .template-player__popup_body {
        width: 240px;
        max-height: 150px;
    }

    .template-player__popup_content {
        max-height: 126px;
    }

    .template-player__popup_content .info {
        font-size: 12px;
        line-height: 17px;
        margin: 0 0 5px 0;
    }

    .template-player__point_wrap--active .template-player__point:before,
    .template-player__point_wrap--active .template-player__point:after {
        animation-name: point-circle;
    }

    .template-player__point_wrap--active .template-player__popup {
        opacity: 1;
        z-index: 2;
        transition: opacity 0.3s ease-out;
    }

    .template-player__info {
        gap: 10px;
    }

    .template-player__block {
        width: calc(100% / 3 - 10px* 2 / 3);
        padding: 16px;
    }

    .template-player__block__text {
        display: none;
    }

    .template-player__block__text--mob {
        display: block;
    }

    .template-player__block_icon {
        width: 32px;
        height: 32px;
    }

    .template-player__block_name {
        font-size: 14px;
        line-height: 17px;
    }

    .template-player__block__text,
    .template-player__block__text p {
        font-size: 12px;
        line-height: 17px;
    }

    .template-player__block__text p {
        margin-bottom: 15px;
    }

    .template-player__arrow {
        top: -30px;
        left: calc(100% / 3 - 10px* 2 / 3 - 78px);
        width: 70px;
    }

    .template-tags {
        margin-bottom: 55px;
    }
}

@media only screen and (max-width: 991px) {
    .map_block__img {
        width: 80px;
        min-width: 80px;
        height: 80px;
    }

    .map_block__img .map_block__img_slide {
        width: 80px;
        min-width: 80px;
        height: 80px;
    }

    .body {
        padding-top: 63px;
    }

    .page-full-banner .body {
        padding-top: 0;
    }

    .page-full-banner #mobileheader .mobileheader-v1 {
        background: transparent;
        border-bottom: 0;
    }

    .page-full-banner-white #mobileheader:not(.mobile_menu_scroll) .burger .svg-burger path {
        fill: #fff;
    }

    .page-full-banner-white #mobileheader:not(.mobile_menu_scroll) .logo img {
        filter: brightness(100);
    }

    .page-full-banner-white #mobileheader:not(.mobile_menu_scroll) .wrap_phones svg,
    .page-full-banner-white #mobileheader:not(.mobile_menu_scroll) .wrap_phones svg path,
    .page-full-banner-white #mobileheader:not(.mobile_menu_scroll) .right-icons .svg,
    .page-full-banner-white #mobileheader:not(.mobile_menu_scroll) .right-icons .svg path {
        fill: #fff;
        opacity: 1;
    }

    .page-full-banner .template-banner__slide .container {
        padding-top: 80px;
        padding-left: 20px;
    }

    .template-banner--template {
        height: 400px;
    }

    .template-banner--template .template-banner__slide {
        height: 400px;
    }

    .template-banner--template .banner__bg {
        height: 400px;
    }

    .template--services .template-banner--template picture img {
        object-fit: none;
    }

    .template-banner--template .template-banner__slide--doubleimage .banner__text {
        max-width: 52%;
        padding: 25px 50px 20px 42px;
    }

    .template-banner--template .banner__picture {
        width: 50%;
        max-width: 50%;
    }

    .template-banner--template .buttons .btn {
        padding: 10px 15px;
    }

    .template-player__arrow {
        top: -27px;
    }
}

@media only screen and (max-width: 899px) {
    .template-player__arrow {
        top: 12px;
    }

    .template-player__info {
        align-items: center;
    }
}

@media only screen and (max-width: 767px) {
    .bredcump-action {
        margin-left: 15px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .reviews .slider__arrows {
        display: none;
    }

    .reviews h2 {
        margin-bottom: 21px;
    }

    .reviews__wrap {
        width: calc(100% + 20px);
    }

    .reviews h2:empty ~ .reviews__wrap {
        padding-top: 0;
    }

    .reviews__block {
        width: 262px;
        min-width: 262px;
        height: 246px;
        margin-right: 10px;
    }

    .review__header {
        padding: 18px 9px 17px 9px;
    }

    .review__body {
        height: 141px;
    }

    .review__body:after {
        width: 50px;
        height: 50px;
    }

    .review__title {
        white-space: break-spaces;
        text-overflow: initial;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .banners-content .intro-text {
        font-size: 15px;
        max-height: none;
    }

    .banners-content ~ .container .detail.services .drag_block.order {
        display: block;
    }

    .banners-content .intro-text p {
        margin-bottom: 10px;
    }

    .banners-content .intro-text p:last-child {
        margin-bottom: 0;
    }

    .banners-content .intro-text ul {
        margin: 0 0 15px 0;
    }

    .banners-content .intro-text ul:last-child {
        margin-bottom: 0;
    }

    .banners-content .title {
        font-weight: 500;
    }

    .banners-content--company .item_block {
        display: none;
    }

    .map_interactive {
        margin-bottom: 35px;
    }

    .map_interactive__title {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 20px 0;
    }

    .main-page .map_interactive__title {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 21px 0;
    }

    .map_interactive__filter {
        flex-direction: column;
    }

    .map_interactive__dropdown {
        margin-left: 0;
        width: 100%;
        margin-top: 10px;
    }

    .map_interactive__search input {
        padding: 14px 20px;
    }

    .map_interactive__dropdown .dropdown__text {
        padding: 14px 40px 14px  20px;
    }

    .map_interactive__iframe {
        height: 480px;
    }

    .map_interactive__iframe_wrap {
        height: 480px;
    }

    .map_interactive__iframe_wrap .map_interactive__iframe {
        height: 100%;
    }

    .map_interactive__inner {
        margin-bottom: 20px;
    }

    .show-stop-list {
        display: block;
        color: #00CAD4;
        font-size: 15px;
        font-weight: 700;
        line-height: 22px;
        text-align: center;
        background: transparent;
        border: 0;
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .show-stop-list--hidden {
        display: none;
    }

    .clear-stop-list {
        display: block;
        color: #4C4C4C;
        font-size: 15px;
        font-weight: 700;
        line-height: 22px;
        text-align: center;
        background: transparent;
        border: 0;
        width: 100%;
        padding: 0;
    }

    .clear-stop-list--hidden {
        display: none;
    }

    .map_interactive__aside {
        width: 100vw;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        z-index: 12;
        display: none;
    }

    .map_interactive__aside--active {
        width: 100vw;
        display: block;
    }

    .map_interactive__aside_inner {
        width: 100vw;
    }

    .map_interactive__aside--checked .map_block:not(.map_block--checked),
    .map_interactive__aside .map_block--checked {
        display: none;
    }

    .map_interactive__aside--checked .map_block--checked,
    .map_interactive__aside .map_block--current {
        display: block;
    }

    .map_interactive__aside_head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 20px 21px 20px;
        border-bottom: 1px solid #EFF1F5;
        position: relative;
        top: 0;
        left: 0;
    }

    .map_interactive__back {
        display: block;
        color: #4C4C4C;
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        padding-left: 28px;
        position: relative;
        border: none;
        margin-right: 10px;
        background: transparent url('/upload/frontend/stop_arrow_back.svg') no-repeat left center;
    }

    .map_interactive__aside--active + .map_interactive__iframe {
        width: 100%;
    }

    .map_interactive__aside--active + .map_interactive__iframe_wrap {
        width: 100%;
    }

    .map_block:last-child,
    .map_interactive__aside--checked .map_block:last-child {
        margin-bottom: 20px;
    }

    .map_interactive__list {
        height: calc(100% - 110px);
    }

    .map_interactive__aside--showen .map_interactive__list {
        height: calc(100% - 255px);
    }

    .map_interactive__inner:has(#map-interactive-entrancies) .map_interactive__aside--showen .map_interactive__list {
        height: calc(100% - 295px);
    }

    .map_interactive__inner:has(#map-interactive-entrancies) .map_interactive__aside--checked .map_interactive__list {
        height: calc(100% - 251px);
    }

    .map_interactive__subtitle {
        font-size: 19px;
        line-height: 23px;
        border-bottom: 0;
        padding-bottom: 0;
    }

    .map_interactive__aside--showen .map_interactive__subtitle,
    .map_interactive__inner:has(#map-interactive-entrancies) .map_interactive__aside--showen .map_interactive__subtitle,
    .map_interactive__aside--showen .map_interactive__hint {
        padding-bottom: 20px;
    }

    .map_interactive__hint {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .template--services .breadcrumb {
        margin: 18px 0 5px 0;
    }

    .template__title {
        font-weight: 500;
        margin: 0 0 23px 0;
    }

    .template-banner {
        margin-bottom: 40px;
    }

    .template-banner .banner__picture {
        display: none;
    }

    .template-banner .banner__title {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 17px 0;
    }

    .template-banner .banner__subtitle {
        font-size: 18px;
        line-height: 22px;
    }

    .template-banner .banner__text {
        left: 20px;
        max-width: calc(100% - 40px);
    }

    .template-banner .template-banner__slide--doubleimage .banner__text {
        max-width: calc(100% - 40px);
    }

    .template-banner .buttons {
        margin: 28px 0 0 0;
    }

    .template--services h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .template-description {
        margin-bottom: 38px;
    }

    .template-description h2 {
        margin-bottom: 13px;
    }

    .template-description__text {
        margin-bottom: 15px;
    }

    .template-description__text .template-description__title {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 15px 0;
    }

    .template-description__text .template-description__text_inner p {
        margin: 0;
        padding: 0 0 10px 0;
    }

    .template-description__stats {
        flex-wrap: nowrap;
        margin-bottom: 0;
        width: calc(100% + 20px);
    }

    .stat_block {
        margin-bottom: 0;
        padding: 15px 23px;
    }

    .stat_block__text {
        white-space: nowrap;
    }

    .template-description__img {
        max-width: 450px;
    }

    .template--services .map_interactive {
        margin-bottom: 20px;
    }

    .template--services .map_interactive h2 {
        margin-bottom: 13px;
    }

    .template--services .map_interactive__text {
        margin: 0 0 20px 0;
    }

    .template-form--mini {
        padding: 30px 20px;
        margin-bottom: 40px;
    }

    .template-form--mini .form__form {
        justify-content: center;
        width: 100%;
    }

    .template-form--mini .form__title {
        margin: 0 0 25px 0;
        width: 100%;
        font-size: 20px;
        line-height: 26px;
        text-align: center;
    }

    .template-form--mini .form__title:before {
        display: none;
    }

    .template-form--mini .form__field {
        width: 100%;
        margin-bottom: 8px;
        margin-right: 0;
    }

    .template-form--mini .form__button {
        width: 100%;
        margin-top: 12px;
    }

    .template-form--mini .form__confirmation {
        margin: 19px 0 0 0;
        text-align: center;
        width: 100%;
    }

    .template-form--mini .captcha_wrap ~ .form__confirmation {
        width: 100%;
    }

    .template-form--mini .captcha_wrap {
        margin-bottom: 0;
        display: flex;
        justify-content: center;
    }

    .template-tariff {
        margin-bottom: 37px;
    }

    .template-tariff .slider__arrows {
        display: none;
    }

    .template-tariff h2 {
        max-width: 100%;
    }

    .template-tariff__info {
        max-width: 100%;
        margin: 0 0 23px 0;
    }

    .tariff__slider .slider-block {
        width: 292px;
        min-width: 292px;
        padding: 15px;
    }

    .tariff__slider .slider-block__img {
        height: 182px;
        margin-bottom: 16px;
    }

    .tariff__slider .slider-block__text {
        margin: 0 0 15px 0;
    }

    .tariff__slider .slider-block__price {
        margin-bottom: 17px;
    }

    .tariff__slider .slider-block__row {
        align-items: flex-start;
        flex-direction: column;
    }

    .tariff__slider .slider-block__button {
        width: 100%;
        min-width: 100%;
        margin-left: 0;
    }

    .template-format {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-bottom: 41px;
    }

    .template-format h2 {
        max-width: 100%;
        padding: 0 20px;
    }

    .template-format .landing_format__text {
        margin: 0 0 24px 0;
        max-width: 100%;
        padding: 0 20px;
    }

    .template-format .landing_format__table {
        padding: 0 20px;
        border: 0;
        border-radius: 0;
        overflow: scroll;
    }

    .template-format .landing_format__table::-webkit-scrollbar {
        display: none;
    }

    .template-format .landing_format__table::-webkit-scrollbar-track {
        display: none;
    }

    .template-format .landing_format__table::-webkit-scrollbar-thumb {
        display: none;
    }

    .template-format .landing_format__table_title {
        padding: 0 20px;
    }

    .template-format .landing_format__table table {
        border-radius: 10px;
        overflow: hidden;
        border: 1px solid #dedcdc;
        border-collapse: initial;
    }

    .template-format .landing_format__table th,
    .template-format .landing_format__table td {
        min-width: 210px;
    }

    .template-format .landing_format__table tr:last-child td,
    .template-format .landing_format__table tr:nth-last-child(2) td[rowspan="2"],
    .template-format .landing_format__table tr:nth-last-child(3) td[rowspan="3"],
    .template-format .landing_format__table tr:nth-last-child(4) td[rowspan="4"] {
        border-bottom: 0;
    }

    .template-format .landing_format__table th:first-child {
        border-top-left-radius: 10px;
    }

    .template-format .landing_format__table th:last-child {
        border-top-right-radius: 10px;
    }

    .template-format .landing_format__img {
        margin: 0 20px 16px 20px;
        width: 100%;
        height: auto;
        max-width: 450px;
    }

    .template-format .landing_format__row {
        width: 100%;
        padding: 0 20px;
    }

    .template--services .landing_calculator {
        padding: 28px 20px 30px 20px;
        margin-bottom: 38px;
        width: calc(100% + 40px);
        margin-left: -20px;
        border-radius: 0;
        background: #f8f8f8;
    }

    .template--services .landing_calculator h2 {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 17px 0;
    }

    .template--services .landing_calculator__checkbox {
        margin-bottom: 16px;
    }

    .template--services .landing_calculator__checkbox .checkbox__wrap {
        flex-direction: column;
    }

    .template--services .landing_calculator__checkbox .checkbox__block {
        margin: 0 0 10px 0;
    }

    .template--services .landing_calculator__row {
        flex-direction: column;
    }

    .template--services .landing_calculator__slider .title {
        min-height: auto;
    }

    .template--services .landing_calculator__slider {
        width: 100%;
        margin: 0 0 25px 0;
    }

    .template--services .landing_calculator__slider:last-child {
        margin-bottom: 0;
    }

    .template--services .landing_calculator__row:nth-child(4) {
        flex-direction: row;
        flex-wrap: nowrap;
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 0 20px;
        overflow: scroll;
        position: relative;
        margin-bottom: 29px;
    }

    .template--services .landing_calculator__row::-webkit-scrollbar {
        display: none;
    }

    .template--services .landing_calculator__row::-webkit-scrollbar-track {
        display: none;
    }

    .template--services .landing_calculator__row::-webkit-scrollbar-thumb {
        display: none;
    }

    .template--services .landing_calculator__block {
        margin: 0 20px 0 0;
    }

    .template--services .landing_calculator__block:last-child {
        margin-right: 0;
    }

    .template--services .landing_calculator__stand {
        width: 100%;
        height: 115.938vw;
        right: 0;
        bottom: 0;
        position: relative;
        margin: 0 auto 31px auto;
        max-width: 400px;
        max-height: 530px;
    }

    .template--services .landing_calculator__button {
        margin-top: 0;
        width: 100%;
    }

    .template--services .landing_calculator__stand .format__wrap {
        width: 48.125vw;
        height: 65.314vw;
        right: 38px;
        bottom: 26px;
        max-width: 220px;
        max-height: 299px;
    }

    .template--services .landing_calculator__stand .format[data-format="a2"] {
        border: 4px solid #0a63dd;
        font-size: 85px;
        line-height: 85px;
    }

    .template--services .landing_calculator__stand .format[data-format="a3"] {
        width: calc(100% - 8px);
        height: calc(50% - 4px);
        border: 4px solid #e94e1b;
        top: 4px;
        left: 4px;
        font-size: 65px;
        line-height: 65px;
    }

    .template--services .landing_calculator__stand .format[data-format="a4"] {
        width: calc(50% - 4px);
        height: calc(50% - 4px);
        border: 4px solid #efde08;
        bottom: 4px;
        left: 4px;
        font-size: 40px;
        line-height: 40px;
    }

    .template-stages {
        margin-bottom: 39px;
    }

    .template-stages__text h2 {
        margin-bottom: 14px;
    }

    .template-stages__text {
        margin-bottom: 24px;
        max-width: 100%;
        width: 100%;
    }

    .template-stages__text p:last-child:after {
        display: none;
    }

    .stages__wrap {
        height: 360px;
    }

    .stages__wrap .slick-track {
        display: flex;
        align-items: center;
    }

    .stage__block {
        height: 320px;
        width: 264px;
        min-width: 264px;
        padding: 19px 16px;
        margin-right: 16px;
    }

    .stage__block.slick-current {
        height: 360px;
        width: 280px;
        min-width: 280px;
        padding: 19px;
        background: #00CAD4;
        border-color: #00CAD4;
        box-shadow: 0 0 20px 0 rgba(76, 76, 76, 0.10);
    }

    .stage__block.slick-current:before {
        background: rgba(209, 245, 244, 0.2);
    }

    .stage__block.slick-current .stage__number {
        color: #FFF;
    }

    .stage__block.slick-current .stage__title,
    .stage__block.slick-current .stage__text {
        color: #FFF;
    }

    .stage__block.slick-current .stage__timer {
        background: #D1F5F4;
        width: calc(100% - 20px);
        transition: width 5s linear;
    }

    .stage__button {
        height: 34px;
        min-width: 51px;
        margin: 0 3px 0 0;
    }

    .template--services .our-works {
        margin-bottom: 62px;
    }

    .template--services .our-works:before {
        display: none;
    }

    .template--services .our-works h2 {
        margin-bottom: 18px;
        font-size: 20px;
        line-height: 28px;
    }

    .template--services .our-works p {
        display: none;
    }

    .template--services .our-works__slider {
        height: 100vw;
        min-height: 377px;
        max-height: 555px;
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 0;
    }

    .template--services .our-works__slider > .slick-dots {
        right: 50%;
        top: auto;
        bottom: -22px;
        transform: translateX(50%);
    }

    .template--services .our-works__slider_nav {
        right: 50%;
        top: auto;
        bottom: -22px;
        transform: translateX(50%);
    }

    .template--services .our-works__slide {
        height: 100vw;
        min-height: 377px;
        max-height: 555px;
        border-radius: 0;
        padding: 30px 20px;
    }

    .template--services .our-works .our-works__title {
        font-size: 15px;
        line-height: 22px;
        -webkit-line-clamp: 3;
    }

    .template--services .our-works__logo {
        margin-bottom: 29px;
    }

    .template--services .our-works__slide[data-type="slider-slide"] .our-works__img {
        min-height: 153px;
        height: 47.813vw;
        max-height: 355px;
        flex-grow: 1;
    }

    .template--services .our-works__slide[data-type="slider-slide"] .slick-track,
    .template--services .our-works__slide[data-type="slider-slide"] .slick-list,
    .template--services .our-works__slide[data-type="slider-slide"] .picture__block {
        height: 100%;
    }

    .template--services .our-works__look-video {
        top: auto;
        bottom: 26%;
        transform: translateX(-50%);
    }

    .template--services .our-works__look-video span {
        padding-top: 55px;
        background-size: 50px;
    }

    .template--services .our-works__look-video:hover span {
        background-size: 50px;
    }

    .template-faq {
        margin-bottom: 39px;
    }

    .template-faq h2 {
        margin-bottom: 17px;
    }

    .template-faq h2:after {
        display: none;
    }

    .template-faq__icon {
        display: none;
    }

    .template-faq__title {
        font-size: 16px;
        line-height: 20px;
    }

    .template-guides h2 {
        max-width: 100%;
    }

    .template-guides .slider__arrows {
        display: none;
    }

    .template-guides .slider__block {
        width: 280px;
        min-width: 280px;
        min-height: 120px;
        margin-right: 8px;
    }

    .template-guides .slider__block a {
        padding: 16px;
    }

    .guide__icon {
        width: 33px;
        min-width: 33px;
        height: 40px;
    }

    .template-guides {
        margin-bottom: 40px;
    }

    .template--services .reviews h2 {
        margin-bottom: 16px;
        max-width: 100%;
    }

    .template--services .reviews {
        margin-bottom: 43px;
    }

    .template-services {
        margin-bottom: 40px;
    }

    .template-services h2 {
        margin-bottom: 21px;
        max-width: 100%;
    }

    .template-services .slider__arrows {
        display: none;
    }

    .template-services .slider__block {
        width: 280px;
        min-width: 280px;
        height: 280px;
        margin-right: 8px;
    }

    .template-form {
        padding: 20px;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .template-form:last-child {
        margin-bottom: 20px;
    }

    .template-form .form__title {
        font-size: 20px;
        line-height: 28px;
    }

    .template-form .captcha_wrap {
        margin-bottom: 8px;
    }

    .template-form .form__row {
        margin-bottom: 8px;
        align-items: flex-start;
        flex-direction: column;
    }

    .template-form .form__field {
        margin-right: 0;
        width: 100%;
        margin-bottom: 8px;
    }

    .template-form .form__field:last-child {
        margin-bottom: 0;
    }

    .template-form .form__button {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }

    .template-form__text {
        padding-top: 25px;
        margin-top: 23px;
    }

    .template-form__title {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 23px 0;
    }

    .template-form__phone {
        margin-bottom: 23px;
    }

    .template-form__connect {
        align-items: flex-start;
        flex-direction: column;
    }

    .template-form__connect .connect__row {
        margin-bottom: 16px;
        margin-right: 0;
    }

    .template-form__connect .connect__text {
        padding: 13px 16px 13px 16px;
        min-width: 130px;
    }

    .template-clients {
        flex-direction: column;
        text-align: center;
        margin-bottom: 16px;
    }

    .template-clients h2 {
        width: 100%;
        min-width: auto;
        margin-right: 0;
        margin-bottom: 8px;
        font-size: 20px;
        line-height: 28px;
    }

    .template-clients__slider {
        width: 100%;
    }

    .template-clients__slider .slider__wrap {
        width: calc(100% + 40px);
        margin-left: -20px;
    }

    .template-clients__slider .slider-block {
        width: 180px;
        min-width: 180px;
        height: 150px;
    }

    .promotion .template-banner {
        margin-bottom: 25px;
    }

    .promotion .template-banner .banner__text {
        left: 20px;
    }

    .promotion .template-banner .banner__title {
        line-height: 26px;
    }

    .promotion .template-description h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .template-description__text .with-bg {
        padding: 5px 24px;
    }

    .template-description__consultation {
        margin: 11px auto 0 auto;
    }

    .template-services[data-template-services="two-services"] .slider__block {
        width: 280px;
        min-width: 280px;
        height: 280px;
        margin-right: 8px;
    }

    .popup-form {
        padding: 40px 20px;
    }

    .popup-form__close {
        top: 10px;
        right: 20px;
    }

    .popup-form__title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .popup-form__subtitle {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 30px;
    }

    .popup-form__field {
        margin-bottom: 20px;
    }

    .popup-form__send {
        width: 100%;
    }

    .popup-form__policy {
        margin-bottom: 20px;
    }

    .popup-form__policy .policy__box {
        line-height: 18px;
    }

    .promotion_slider {
        margin-bottom: 39px;
    }

    .promotion_slider__block,
    .promotion_slider__block--main {
        margin-bottom: 29px;
    }

    .promotion__bg,
    .promotion_slider__block--main .promotion__bg,
    .promotion_archive__block .promotion__bg {
        height: 45.334vw;
        margin-bottom: 8px;
        border-radius: 10px;
    }

    .promotion__text_wrap,
    .promotion_slider__block--main .promotion__text_wrap,
    .promotion_archive__block .promotion__text_wrap {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
    }

    .promotion__date,
    .promotion_slider__block--main .promotion__date {
        margin-bottom: 4px;
        font-size: 12px;
        line-height: 18px;
    }

    .promotion__title {
        display: inline-block;
        width: 100%;
        background: transparent;
        padding: 0;
        border-radius: 0;
        word-break: break-word;
    }

    .promotion__arrow,
    .promotion__title .promotion__arrow,
    .promotion_slider__block:not(.promotion_slider__block--main) .promotion__arrow {
        display: none;
    }

    .promotion_archive {
        margin-bottom: 38px;
    }

    .promotion_archive__block {
        height: auto;
        margin-bottom: 27px;
    }

    .promotion_archive__text {
        margin: 0 0 20px 0;
    }

    .page_wrap--case {
        padding-top: 2px;
    }

    .page_wrap--case .breadcrumb li {
        line-height: 18px;
    }

    .page_wrap--case .breadcrumb {
        margin-bottom: 22px;
    }

    .case-banner {
        height: 420px;
        margin-bottom: 24px;
    }

    .case-banner .banner__bg,
    .case-banner .template-banner__slide {
        height: 420px;
    }

    .case-banner .banner__bg {
        flex-direction: column;
    }

    .case-banner .banner__picture {
        width: 100%;
        max-width: 100%;
        display: flex;
        height: 320px;
        transform: none;
        top: 0;
    }

    .banner__picture_layer {
        background: url('/upload/frontend/banner_layer_mob.svg') no-repeat center top / cover;
    }

    .case-banner .banner__text {
        width: 100%;
        left: 20px;
        max-width: calc(100% - 40px);
        top: 21px;
        transform: none;
    }

    .case-banner .banner__title {
        line-height: 25px;
    }

    .page_wrap--case h2 {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 19px 0;
    }

    .page_wrap--case .template-services h2 {
        margin-bottom: 21px;
    }

    .page_wrap--case .template-clients h2 {
        margin-bottom: 7px;
    }

    .page_wrap--case .template-services {
        margin-bottom: 40px;
    }

    .case_solution {
        margin-bottom: 40px;
    }

    .case-banner .banner__title {
        line-height: 25px;
    }

    .case_info {
        gap: 24px;
        padding: 0 0 35px 0;
        flex-direction: column;
        margin-bottom: 36px;
    }

    .case_media {
        width: 100%;
        min-width: 100%;
        top: 0;
        position: relative;
        display: flex;
        gap: 8px;
    }

    .case_logo {
        height: 140px;
        width: 140px;
        min-width: 140px;
        margin: 0;
    }

    .case_date {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .case_description {
        padding-left: 0;
        min-height: auto;
    }

    .case_solution h2 {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 19px 0;
    }

    .case_solution__block {
        padding: 24px 32px 16px 32px;
    }

    .case_solution__slider {
        gap: 23px;
        flex-direction: column;
        align-items: flex-start;
    }

    .case_solution__item {
        padding-right: 0;
        padding-bottom: 16px;
        width: 100%;
    }

    .case_solution__item:last-child {
        padding-bottom: 0;
    }

    .case_solution__item:after {
        right: 0;
        top: auto;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, transparent 0%, #d9d9d9 48%, transparent 100%);
    }

    .case_solution__item:last-child:after {
        display: none;
    }

    .template-media .slider__arrows,
    .media__text {
        display: none;
    }

    .page_wrap--case .template-media h2 {
        margin-bottom: 16px;
    }

    .template-media {
        margin-bottom: 40px;
    }

    .media__block {
        border-radius: 20px;
        width: 280px;
        min-width: 280px;
        height: 186px;
        margin-right: 8px;
    }

    .media__block--video .media__body:after {
        width: 60px;
        height: 60px;
    }

    .next-case_link {
        margin: 32px 0;
    }

    .next-case_link a {
        padding: 10px 20px;
    }

    .next-case_link span {
        width: 100%;
    }

    .page_wrap--portfolio {
        padding-top: 11px;
    }

    .page_wrap--portfolio .breadcrumb li {
        line-height: 18px;
    }

    .page_wrap--portfolio .breadcrumb {
        margin-bottom: 6px;
    }

    .portfolio__list {
        margin-bottom: 40px;
    }

    .portfolio_block {
        width: 100%;
    }

    .portfolio_block__bg:before {
        height: 80px;
    }

    .portfolio_block__img {
        min-height: 187px;
        height: 50vw;
        max-height: 350px;
    }

    .portfolio_area__blocks {
        gap: 29px;
        margin-bottom: 40px;
    }

    .portfolio_area__block {
        height: auto;
    }

    .portfolio_area__bg {
        min-height: 170px;
        height: 45.334vw;
        max-height: 300px;
        margin-bottom: 8px;
        border-radius: 10px;
        overflow: hidden;
    }

    .portfolio_area__bg:before {
        display: none;
    }

    .portfolio_area__brand {
        padding: 10px 12px 20px 12px;
        width: 76px;
        height: 65px;
    }

    .portfolio_area__text_wrap {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
    }

    .portfolio_area__date {
        padding: 3px 9px;
        margin-bottom: 3px;
        margin-right: 0;
    }

    .portfolio_area__title {
        padding: 0;
        border-radius: 0;
        margin-right: 0;
        line-height: 22px;
        display: block;
    }

    .portfolio_area__arrow {
        display: none;
    }

    .page-full-banner .template-banner__slide .container {
        padding: 70px 20px 40px 20px;
    }

    .page-full-banner .template-banner--video:not(.template-banner--mob-full) .template-banner__slide--notext .container {
        position: relative;
        padding: 20px 20px 0 20px;
    }

    .page-full-banner .template-banner--video:not(.template-banner--mob-full) .template-banner__slide--notext .container .buttons .btn {
        width: 100%;
    }

    .page-full-banner .template-banner .template-banner__slide--doubleimage .banner__text {
        max-width: 100%;
    }

    .page-full-banner .template-banner {
        /*height: 460px;*/
    }

    .page-full-banner .template-banner--video:not(.template-banner--mob-full) .template-banner__slide--notext .banner__bg {
        height: auto;
    }

    .page-full-banner .template-banner--video {
        height: auto;
    }

    .template--services .landing_efficiency {
        margin-bottom: 40px;
    }

    .template--services .landing_efficiency h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 16px;
    }

    .template--services .landing_efficiency__wrap {
        gap: 20px;
    }

    .template--services .landing_efficiency__blocks {
        gap: 15px;
    }

    .template--services .landing_efficiency__block,
    .template--services .landing_efficiency__hint,
    .template--services .landing_efficiency--nomedia .landing_efficiency__block,
    .template--services .landing_efficiency--nomedia .landing_efficiency__hint{
        width: 100%;
        min-height: auto;
    }

    .template--services .landing_efficiency__hint {
        margin-top: 15px;
    }

    .template--services .landing_efficiency__block .value {
        font-size: 32px;
        line-height: 38px;
    }

    .template--services .landing_calculator--digitalmobil .landing_calculator__row--scroll {
        flex-direction: row;
        flex-wrap: nowrap;
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 0 20px;
        overflow: scroll;
        position: relative;
        margin-bottom: 29px;
    }

    .template--services .landing_calculator--digitalmobil .landing_calculator__row--scroll::-webkit-scrollbar {
        display: none;
    }

    .template--services .landing_calculator--digitalmobil .landing_calculator__row--scroll::-webkit-scrollbar-track {
        display: none;
    }

    .template--services .landing_calculator--digitalmobil .landing_calculator__row--scroll::-webkit-scrollbar-thumb {
        display: none;
    }

    .template--services .landing_calculator--digitalmobil .landing_calculator__stand {
        width: 100%;
        height: auto;
        min-width: 100%;
    }

    .template--services .landing_calculator--digitalmobil .advertising__video {
        top: 8%;
        right: 5.3%;
        width: 57.358%;
        height: 60%;
    }

    .template--services .landing_calculator--digitalmobil .advertising__car .advertising__text {
        top: -46px;
        width: 255px;
        padding: 0 6px;
        left: 35px;
    }

    .template--services .landing_calculator--digitalmobil .advertising__car .advertising__text:after {
        top: -2px;
    }

    .template-description h3 {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .template-description__text .template-description__text_inner.no-scrolling p {
        margin-bottom: 10px;
        padding-bottom: 0;
    }

    .template-description__text .template-description__text_inner.no-scrolling p:last-child {
        margin-bottom: 0;
    }

    .template-description .img_row {
        flex-wrap: nowrap;
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 0 20px;
        overflow: scroll;
    }

    .template-description li .img_row {
        width: calc(100% + 60px);
        margin-left: -40px;
        padding: 0 20px 0 40px;
    }

    .template-description .img_row::-webkit-scrollbar {
        display: none;
    }

    .template-description .img_row::-webkit-scrollbar-track {
        display: none;
    }

    .template-description .img_row::-webkit-scrollbar-thumb {
        display: none;
    }

    .template-description .img_row .img_block {
        width: 300px;
        min-width: 300px;
    }

    .template-description__text:has(.no-scrolling) {
        overflow: visible;
    }

    .template-description .table_wrap {
        border: 0;
        border-radius: 0;
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 0 20px;
        overflow: scroll;
    }

    .template-description .table_wrap::-webkit-scrollbar {
        display: none;
    }

    .template-description .table_wrap::-webkit-scrollbar-track {
        display: none;
    }

    .template-description .table_wrap::-webkit-scrollbar-thumb {
        display: none;
    }

    .template-description table {
        border-radius: 10px;
        overflow: hidden;
        border: 1px solid #dedcdc;
        border-collapse: initial;
    }

    .template-description th,
    .template-description td {
        min-width: 210px;
    }

    .template-description tr:last-child td,
    .template-description tr:nth-last-child(2) td[rowspan="2"],
    .template-description tr:nth-last-child(3) td[rowspan="3"],
    .template-description tr:nth-last-child(4) td[rowspan="4"] {
        border-bottom: 0;
    }

    .template-description th:first-child {
        border-top-left-radius: 10px;
    }

    .template-description th:last-child {
        border-top-right-radius: 10px;
    }

    .template-description .columns_block {
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 0 20px;
        overflow: scroll;
    }

    .template-description .columns_block::-webkit-scrollbar {
        display: none;
    }

    .template-description .columns_block::-webkit-scrollbar-track {
        display: none;
    }

    .template-description .columns_block::-webkit-scrollbar-thumb {
        display: none;
    }

    .template-description .columns_block__item {
        min-width: 250px;
    }

    .template-advantages {
        margin-bottom: 40px;
    }

    .template-advantages h2 {
        max-width: 100%;
        margin-bottom: 16px;
    }

    .template-advantages .slider__arrows {
        display: none;
    }

    .advantages__slider .slider-block {
        padding: 15px;
        width: 292px;
        min-width: 292px;
    }

    .map_interactive__tabs {
        left: 0;
        padding: 16px 16px 0 16px;
        border-radius: 10px 10px 0 0;
        background: #00cad4;
    }

    .map_interactive__tabs_list.no-xs {
        display: none;
    }

    .map_interactive--full .map_interactive__filter {
        padding: 10px 16px 16px 16px;
        border-radius: 0 0 10px 10px;
        gap: 10px;
    }

    .map_interactive--full .map_interactive__filter_inner {
        gap: 10px;
    }

    .map_interactive--full .map_interactive__dropdown {
        width: 100%;
        min-width: 100%;
    }

    .map_interactive--full .map_interactive__search {
        width: 100%;
    }

    .clear-map-filter {
        margin: 0 auto;
    }

    .page-full-banner .template-banner--video.template-banner--mob-full {
        height: 100vh;
        min-height: 500px;
    }

    .page-full-banner .template-banner--mob-full video:first-child {
        display: none;
    }

    .page-full-banner .template-banner--mob-full video:last-child {
        display: block;
    }

    .template-banner--template,
    .template-banner--template .template-banner__slide {
        height: auto;
    }

    .template-banner--template .banner__bg {
        height: 250px;
    }

    .template--services .template-banner--template picture img {
        object-fit: cover;
    }

    .template-banner--template .template-banner__slide--doubleimage .banner__text {
        max-width: 100%;
        padding: 20px 0 0 0;
        position: relative;
        top: auto;
        transform: none;
    }

    .template-banner--template .banner__title {
        font-weight: 500;
    }

    .template-banner--template .banner__info {
        display: block;
    }

    .template-banner--template .banner__picture {
        width: 100%;
        max-width: 100%;
        height: 230px;
        top: 20px;
        transform: none;
        display: block;
    }

    .template-banner--template .banner__picture_inner {
        justify-content: center;
    }

    .template-banner--template .buttons .btn {
        width: 100%;
    }

    .template-banner--template .wow {
        animation-name: none !important;
        visibility: visible !important;
    }

    .advertising__car:has(.template-player__point_wrap),
    .advertising__car.active:has(.template-player__point_wrap) {
        z-index: auto;
    }

    .template-player {
        margin-bottom: 40px;
    }

    .template-player__content {
        padding: 176px 15px 56px 15px;
    }

    .template-player__content:has(.template-player__stage--active[data-stage="4"]) {
        padding: 134px 15px 98px 15px;
    }

    .template-player__stages {
        height: 44.8vw;
    }

    .template-player__content h2 {
        font-size: 20px;
        line-height: 24px;
        max-width: 240px;
    }

    .template-player__car {
        width: 81.334vw;
        height: 44.8vw;
    }

    .template-player__controls {
        bottom: 20px;
    }

    .template-player__point_wrap[data-point="1"] {
        top: 19%;
        right: 10.5%;
    }

    [data-stage="1"] .template-player__car {
        right: -110%;
    }

    [data-stage="2"] .template-player__point_wrap[data-point="1"] {
        right: 63%;
        top: 10%;
    }

    [data-stage="3"] .template-player__point_wrap[data-point="2"] {
        top: 10.8%;
        right: 37.6%;
    }

    [data-stage="3"] .template-player__point_wrap[data-point="1"] {
        top: 27.7%;
        right: 12.8%;
    }

    .template-player__info {
        flex-direction: column;
        gap: 8px;
        max-width: 275px;
    }

    .template-player__block {
        width: 100%;
        padding: 12px;
    }

    .template-player__block__text--mob,
    .template-player__arrow {
        display: none;
    }

    .template-player__block_head {
        margin-bottom: 0;
    }

    .template-player__popup {
        position: fixed;
        width: 100vw;
        width: 100dvw;
        height: 100vh;
        height: 100dvh;
    }

    .template-player__point_wrap--active .template-player__popup {
        z-index: 15;
    }

    .template-player__point_wrap[data-point="1"] .template-player__popup,
    [data-stage="2"] .template-player__point_wrap[data-point="1"] .template-player__popup,
    [data-stage="3"] .template-player__point_wrap[data-point="1"] .template-player__popup,
    [data-stage="3"] .template-player__point_wrap[data-point="2"] .template-player__popup,
    .advertising .template-player__point_wrap[data-point="1"] .template-player__popup {
        top: 0;
        right: 0;
        bottom: auto;
        left: auto;
    }

    .body:has(.template-player__point_wrap--active) {
        z-index: 16;
        background: #fff;
    }

    main:has(.template-player__point_wrap--active) {
        z-index: 6;
        background: #fff;
        position: relative;
    }

    .template-player__popup_shadow {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(77, 77, 76, 0.4);
    }

    .template-player__point_wrap--active .template-player__popup_shadow {
        display: block;
    }

    .template-player__popup_body {
        width: 100%;
        max-height: 60vh;
        position: absolute;
        left: 0;
        bottom: 0;
        border-radius: 24px 24px 0 0;
        padding: 24px 80px 24px 24px;
    }

    .advertising .template-player__popup_body {
        width: 100%;
    }

    .template-player__popup_body:before {
        display: none;
    }

    .template-player__popup_content .title {
        font-size: 16px;
        line-height: 22px;
    }

    .template-player__popup_content .info {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 8px 0;
    }

    .template-player__popup_close {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 24px;
        top: 24px;
        width: 40px;
        height: 40px;
        background: #F8F8F8;
        border-radius: 8px;
    }

    .template-player__popup_content {
        max-height: calc(60vh - 48px);
    }

    .template-tags {
        margin-bottom: 40px;
        flex-wrap: nowrap;
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 0 20px;
        overflow: scroll;
    }

    .text_after_items + .template-tags {
        margin-top: 40px;
    }

    .template-tags::-webkit-scrollbar {
        display: none;
    }

    .template-tags::-webkit-scrollbar-track {
        display: none;
    }

    .template-tags::-webkit-scrollbar-thumb {
        display: none;
    }

    .landing .container:has(.template-tags) {
        margin-bottom: 40px;
    }

    .template-tags__wrap {
        max-height: none;
        overflow: initial;
    }

    .template-tags__toggle {
        display: none;
    }

    .template-tags__inner {
        flex-wrap: nowrap;
    }
}

@media only screen and (max-width: 600px) {
    .banners-content+.container .detail.services .order-block td + td {
        padding-top: 0;
    }
}

@media only screen and (max-width: 580px) {
    .popup_custom {
        padding: 45px 20px 40px 20px;
        width: 100%;
        right: -100%;
    }

    .popup_custom--active {
        right: 0;
    }

    .popup__close {
        right: 10px;
        top: 10px;
    }

    .popup__title--sent {
        font-size: 26px;
        line-height: 30px;
    }

    .popup__stops_wrap {
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 25px 20px 25px 20px;
    }

    .popup__head {
        margin-bottom: 20px;
    }

    .popup__stops_inner {
        padding-right: 0;
    }

    .popup__text--sent,
    .popup__title--sent {
        text-align: center;
    }

    .popup__text--sent {
        margin-top: 10px;
    }

    .popup__text--sent .sent__row {
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .popup__text--sent .sent__img {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .popup__text--sent .sent__text {
        width: 100%;
    }

    .template--services .landing_calculator--digitalmobil .landing_calculator__block {
        min-width: auto;
    }

    .template--services .landing_calculator--digitalmobil .landing_calculator__block .block__title {
        margin-bottom: 5px;
    }

    .template--services .landing_calculator--digitalmobil .landing_calculator__block .block__value .highlighted {
        font-size: 21px;
        line-height: 26px;
    }
}

@media (max-width: 430px) {
    .gallery_block .galerys-block .small-gallery-block .items .col-xs-6 {
        width: 100%;
    }

    .template-banner .banner__title {
        font-size: 20px;
        line-height: 22px;
        margin: 0 0 12px 0;
    }

    .template-banner .banner__subtitle {
        font-size: 16px;
        line-height: 20px;
    }

    .template-banner .buttons {
        margin: 15px 0 0 0;
    }

    .template-banner .buttons .btn {
        width: 210px;
        padding: 11px 15px 13px 15px;
    }

    .template-banner--template .buttons .btn {
        width: 100%;
    }
}

@media (max-width: 374px) {
    .template-banner .banner__info p,
    .template-banner .banner__info li {
        font-size: 14px;
        line-height: 20px;
    }

    .template--services .landing_calculator--digitalmobil .landing_calculator__block {
        margin-right: 10px;
        padding: 12px;
    }

    .template--services .landing_calculator--digitalmobil .landing_calculator__block .block__value .highlighted {
        font-size: 20px;
        line-height: 24px;
    }

    .template-description .img_row .img_block {
        width: 260px;
        min-width: 260px;
    }

    .advantages__slider .slider-block {
        width: 270px;
        min-width: 270px;
    }

    .advantages__slider .slider-block__icon {
        width: 50px;
        height: 50px;
        min-height: 50px;
    }

    .template-banner--template .banner__info p,
    .template-banner--template .banner__info li {
        font-size: 15px;
        line-height: 25px;
    }

    .template-player__block_name {
        font-size: 12px;
        line-height: 15px;
    }
}