.main-container .page-content {
    display: flex;
    flex-direction: column;
    gap: 2em;
}
.banner {
    padding: 2em;
    display: flex;
    gap: 2em;
    background-color: #0332AD;
    border-radius: 1em;
    background-image: url('/upload/bannerCircles.png');
}
.banner-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    justify-content: center;
    padding: 4em;

    color: white;
}
.banner-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner h1 {
    font-size: 2em;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
    padding: 0;
}
.banner-content-tizers-list {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}
.banner-content-tizer {
    display: flex;
    gap: 1em;
    align-items: center;
}
.banner-content-button {
    display: inline;
    padding: 0.8em 8px;
    background-color: white;
    color: #0332AD;
    font-weight: 700;
    border: none;
    border-radius: 1em;
    box-shadow: none;
    width: 250px;
}

.tizers-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1em;
}
.tizer-item {
    display: flex;
    align-items: center;
    gap: 1em;
    padding: 1.5em;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    border-radius: 1em;
    min-width: 200px;
    width: 100%;
}

.colored-layout {
    background-color: #FAFAFA;
}

#prices, #malfunctions, #reviews, #gallery {
    position: relative;
    padding: 2em 0em;
}
#prices header h2, #prices .prices-banners h2, #malfunctions header h2, #workflow header h2, #reviews header h2, #map .map-fake-title, #gallery header h2 {
    font-size: 2em;
    font-weight: 700;
}
#prices .prices-content-solo {
    display: block;

    .prices-table {
        width: 100%;
    }
}
#prices .prices-content-duo {
    display: flex;
    gap: 1em;
}
#prices .prices-table {
    width: 870px;
}
#prices .prices-banners {
    width: 270px;
}
#prices table {
    width: 100%;
    padding: 1em;
    border: 1px solid #E0E5F0;
    border-radius: 1em;
    overflow: hidden;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#prices table thead {
    background-color: #0332AD;
    color: white;
}
#prices table th, #prices table td {
    padding: 1em;
    border: 1px solid #E0E5F0;
}
#prices .price-button-wrapper {
    padding: 0.5em;
}
#prices .price-button {
    display: inline;
    padding: 0.6em;
    font-weight: 700;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 132px;

    background: linear-gradient(90deg, #ff3366, #8833ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    border: 1px solid #8833ff;
    border-radius: 2em;
}
#prices .price-desktop {
    display: block;
}
#prices .price-mobile {
    display: none;
    background-color: white;
}
#prices .price-item {
    border: 1px solid #E0E5F0;
    border-bottom: none;
    display: flex;
    flex-direction: column;
    gap: 1em;
    padding: 1em;
}
#prices .price-item .price-item-header div:nth-child(2) {
    min-width: 100px;
}
#prices .price-item:last-child {
    border-bottom: 1px solid #E0E5F0;
}
#prices .price-item-header, #prices .price-item-body {
    display: flex;
    justify-content: space-between;
    gap: 1em;
}
#prices .price-item-header div:nth-child(1) {
    font-size: 1.2em;
}
#prices .price-item-header > div:nth-child(2) {
    font-weight: 700;
}
#prices .price-item-body > div:nth-child(1) > div:nth-child(1) {
    font-weight: 700;
    color: #0332AD;
}

#prices .prices-banners {
    display: flex;
    flex-direction: column;
    gap: 1em;
}
#prices .prices-banners-item {
    padding: 1.5em;
    min-height: 210px;
    min-width: 250px;
    border-radius: 1em;
    position: relative;
    flex-shrink: 1;
}
#prices .banner-item-layout {
    background-color: white;
    border-radius: 100%;
    height: 96px;
    width: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #F23838;
}
#prices .banner-item-title {
    font-size: 1.5em;
    font-weight: 600;
    color: #F23838;
}
#prices .prices-banners-item .banner-item-icon {
    position: absolute;
    padding: 0.5em;
    left: 1em;
    top: 1em;
    background-color: white;
    border-radius: 100%;
}
#prices .banner-item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
    text-align: center;
}
#prices .banner-item-description {
    font-weight: 600;
}
#prices .price-banner-color-1 {
    background-color: #E0E6F8;
}
#prices .price-banner-color-2 {
    background-color: #FBD2D2;
}

#callback-name-alert, #callback-phone-alert, #callback-agreement-alert {
    display: none;
    color: rgb(255, 90, 90);
    font-size: 0.8em;
    position: absolute;
    top: -2em;
    left: 0;

}
#callback .callback-content-inner {
    background-image: url('/upload/electronik/callback_banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding: 3em;
    display: flex;
    flex-direction: column;
    gap: 2em;
    justify-content: center;
}
#callback .callback-header {
    font-size: 2em;
    line-height: 1.2em;
    font-weight: 600;
}
#callback .callback-container {
    display: flex;
    gap: 1em;
}
#callback .callback-container label, #callback .callback-agreement {
    position: relative;
}

#callback .callback-button, #callback-reset {
    border: none;
    border-radius: 2em;
    background-color: #F4DA34;
    color: #0332AD;
    padding: 0.5em 2em;
    font-weight: 600;
    height: 45px;
}
#callback .callback-content {
    background: linear-gradient(90deg, #0332AD 0%, #546FB5 100%);
    width: 100%;
    height: 306px;
    border-radius: 1em;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    color: white;
}
#callback .callback-agreement label {
    display: flex;
    align-items: start;
    gap: 0.5em;
    max-width: 800px;
}
#callback .callback-agreement a {
    color: #F4DA34;
}
#callback .callback-form {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}
#callback input[type="text"] {
    width: 270px;
    padding: 0.5em 1em;
    border-radius: 1em;
    color: black;
    border: none;
    box-shadow: none;
}
#callback-success {
    display: none;
}
#callback-success div {
    margin-bottom: 1em;
}
#callback .callback-header {
    font-size: 2em;
}

#malfunctions .malfunctions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2em;
}
#malfunctions .malfunction-item {
    display: flex;
    flex-direction: column;
    gap: 1em;
}
#malfunctions .malfunction-item .malfunction-header {
    display: flex;
    gap: 0.5em;
    align-items: center;
    color: #0332AD;
    font-size: 1.2em;
    font-weight: 600;
}
#malfunctions .malfunction-list {
    list-style-type: disc;
}
#malfunctions .malfunction-list li {
    margin-left: 2em;
}
#workflow .workflow-list {
    display: flex;
    justify-content: space-between;
    gap: 2em;
    flex-wrap: wrap;
}
#workflow .workflow-item {
    display: flex;
    flex-direction: column;
    gap: 1em;
    max-width: 200px;
}
#workflow .workflow-item-header {
    display: flex;
}
#workflow .workflow-item-header-content {
    display: flex;
    gap: 1em;
    align-items: center;
    padding-bottom: 0.5em;
    border-bottom: #0332AD 1px solid;
}
#workflow .workflow-item-number {
    font-size: 4em;
    opacity: 25%;
    color: #0332AD;
    line-height: 60px;
    size: 55px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 400;
}
#workflow ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#prices .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1em;
}
#reviews .review-item {
    display: flex;
    flex-direction: column;
    gap: 1em;
}
#reviews .review-item-header {
    display: flex;
    align-items: center;
    gap: 1em;
}
#reviews .review-item-image-container {
    box-sizing: content-box;
    width: 30px;
    height: 30px;
    padding: 0.4em;
    border: 1px solid #E0E5F0;
    border-radius: 100%;
}
#reviews .review-item-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#reviews .review-item-mark {
    height: 23px;
}
#reviews .review-item {
    background-color: white;
    border: 1px solid #E0E5F0;
    border-radius: 1em;
    padding: 1em;
}
#reviews .review-item-name {
    font-weight: 600;
}
#reviews .reviews-content {
    position: relative;
}
#reviews main, #gallery main {
    position: relative;
}
.reviews-buttons, .gallery-buttons {
    position: absolute;
    left: -4em;
    right: -4em;
    top: 0;
    bottom: 0;
    display: flex !important;
    justify-content: space-between;
    visibility: visible !important;
}
.reviews-buttons .swiper-button, .gallery-buttons .swiper-button {
    border: none;
    box-shadow: none;
    background-color: none;
}
#reviews .reviews-get-review {
    margin-top: 2em;
    padding: 2em;
    background-color: #0332AD;
    color: white;
    display: flex;
    justify-content: space-between;
    gap: 1em;
    border-radius: 1em;
    align-items: center;
}
#reviews .reviews-get-review-left-part {
    display: flex;
    gap: 1em;
    align-items: center;
}
#reviews .reviews-get-review-header {
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 0.3em;
}
#reviews .reviews-get-review-links {
    display: flex;
    justify-content: space-between;
    gap: 1em;
}
#reviews .reviews-get-review-links a {
    padding: 0.5em;
    background-color: white;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    box-sizing: content-box;
}
#reviews .reviews-get-review-links img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#map .map-container {
    display: flex;
    gap: 1em;
}
#map .map-list {
    display: flex;
    flex-direction: column;
    gap: 2em;
}
#map .map-item-title {
    font-weight: 600;
    font-size: 1.2em;
}

#map ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#map li {
    padding: 0;
    margin: 0;
}
#map .map-content {
    display: flex;
    flex-direction: column;
    gap: 1em;
}
#map .map-item-time, #map .map-item-adress {
    display: flex;
    align-items: start;
    gap: 0.5em;
}
#map .map-content, #map .map-iframe {
    width: 100%;
}
#map .map-item img {
    width: 22px;
    height: 22px;
    object-fit: cover;
}
#gallery .gallery-item {
    width: 270px;
    height: 250px;
}
#gallery .gallery-item img {
    width: auto;
    height: 100%;
    object-fit: contain;
}
#header3-container .backfix {
    display: block;
}
#header3-container {
    background-color: #042bb7;
    padding: 0.5em 100px;
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
#header3-container .logo img {
    height: 80px;
    width: auto;
    object-fit: contain;
}
@media screen and (max-width: 992px) {
    #map .map-fake-title {
        display: none;
        visibility: hidden;
    }
    #map .map-content {
        order: 1;
    }
    #map .map-iframe {
        order: 0;
    }
    #map .map-container {
        flex-direction: column;
    }
    #reviews .reviews-get-review-left-part, #reviews .reviews-get-review {
        flex-direction: column;
        gap: 1em;
    }
    #reviews .reviews-buttons, .gallery-buttons {
        position: initial;
    }
    #workflow .swiper-buttons {
        display: none;
        visibility: hidden;
    }
    #prices .swiper-wrapper {
        display: flex;
        flex-direction: row;
        gap: 0em;
    }
    #prices .swiper-slide, #workflow .workflow-item {
        flex-shrink: 0;
        width: 100%;
    }
    .banner {
        flex-direction: column;
        padding: 1em;
        gap: 1em;
        text-align: center;
    }
    .banner-content {
        padding: 1em 0em;
    }
    .banner-content-tizer {
        justify-content: center;
    }
    .banner-content-button {
        margin: 0 auto;
    }
    .banner-image img {
        width: 60%;
        height: auto;
    }
    .tizers-list {
        grid-template-columns: repeat(2, 1fr);
    }
    #prices .price-desktop {
        display: none;
    }
    #prices .price-mobile {
        display: block;
    }
    #prices .prices-banners-item {
        min-width: unset;
    }
    #prices .prices-content-duo {
        flex-direction: column;
    }
    #prices .prices-banners {
        width: auto;
    }
    #callback .callback-content-inner {
        align-items: center;
        gap: 3em;
        text-align: center;
    }
    #callback .callback-container {
        flex-direction: column;
        gap: 1.2em
    }
    #callback .callback-content {
        height: auto;
    }
    #callback input[type="text"] {
        width: 100%;
    }
    #callback .callback-form {
        gap: 3em;
    }
    #callback .callback-agreement div {
        text-align: left;
    }
    #malfunctions .malfunctions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    #workflow .workflow-list {
        justify-content: unset;
    }
    #header3-container {
        padding: 1em;
    }
}
@media screen and (max-width: 576px) {
    #workflow .swiper-buttons {
        display: flex;
        visibility: visible;
        padding: 1em 0;
        justify-content: center;
        gap: 1em;
    }
    .banner-image img {
        width: 80%;
        height: auto;
    }
    .tizers-list {
        grid-template-columns: repeat(1, 1fr);
    }
    #malfunctions .malfunctions-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    #workflow .workflow-list {
        flex-wrap: nowrap;
        gap: 0;
    }
}
