* {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
}
.page-frame {
    position: relative;
    overflow: hidden;
}
#header-wrapper {
    background: none;
}
#header-wrapper + section {
    margin-top: 115px;
}
#header-wrapper + #hero3 {
    margin-top: 0;
}
#header-wrapper + #hero3 .hero3__slide {
    padding-top: 115px;
}
header .header__location,
header .header__phone,
footer .footer-top__location,
footer .footer-top__phone {
    color: var(--light);
    white-space: nowrap;
}
header .header__email,
footer .footer-top__email {
    border-bottom: none;
}
.dark_theme .form-group {
    border: none;
}
.header__btn,
.footer-top__btn {
    background: none !important;
}
.header.ct,
div.header {
    position: static;
    padding-top: 0;
}
.service-card {
    cursor: pointer;
}
.service-card__img {
    position: relative;
}
.service-card__img .billboard {
    position: relative;
    z-index: 1;
    aspect-ratio: 1 / 0.8;
    object-fit: fill;
}
.service-card__img .main-image::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 10px 0 var(--color2);
}
.service-card__img .main-image {
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 9.375%;
    transform: translateX(-50%);
    width: 93.5%;
    height: 73.8%;
}
.service-card__img .main-image img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.quiz-body-wrap {
    display: none;
}
.quiz-body-wrap.active {
    display: block;
    width: 100%;
    height: 100%;
}

.quiz-head__btn,
.quiz-prev,
.quiz-next,
.quiz-head-end {
    cursor: pointer !important;
}


.b2b-copy {
    width: 173px;
    margin: 0;
    background: #2C2C2C;
    border-radius: 20px;
    opacity: 1;
    padding: 7px 18px;
}
.b2b-copy svg {
    margin-left: 11px;
}
.b2b-copy svg #b2b {
    fill: #fff;
}
.b2b-copy-link {
    color: #fff;
    font-size: 10px;
}
.footer-bottom .b2b {
    width: 173px;
}

.connection {
    z-index: 12;
}
.content-wrap .connection {
    z-index: unset;
}

.form-section .form-block {
    padding: 0;
    max-width: 29.25rem;
    flex: 1 0 29.25rem;
}
.footer-top__social svg path {
    fill: var(--color2);
}
.form-section {
    background-position: 20%;
}
.form-section .text-block {
    flex: 35rem 0 1;
}

.header__nav-list {
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
}

.header__nav-list li a {
    padding: 0 1rem;
    color: var(--color);
    transition: 0.3s color;
    font-size: 0.875rem;
    font-weight: 700;
}
.header__nav-list li a:hover {
    color: var(--color2);
}
.header__nav-list li:first-child a {
    padding-left: 0;
}
.header__nav-list li:last-child a {
    padding-right: 0;
}
.header__nav-list li {
    position: relative;
}
.header__nav-list li::after {
    content: '';
    display: block;
    position: absolute;
    height: 1rem;
    width: 1px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: var(--color);
}
.header__nav-list li:last-child::after {
    display: none;
}

.header__group {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.photos_slider .photos__lists {
    max-width: 1000px;
}
.gallery-arrow-center {    
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-arrow-center .slick-dots {
    position: static;
    order: 2;
    width: fit-content;
    margin-inline: 2rem;
}
.gallery-arrow-center .slick-arr-prev {
    order: 1;
}
.gallery-arrow-center .slick-arr-next {
    order: 3;
}

.photos_gallery .photo__lists-images {
    justify-content: center;
}


.form-section {
    background-position: right -20vw bottom;
    padding-bottom: 20rem;
    background-size: 200%;
}
@media (max-width: 1399px) {
    .form-section .form-block {
        padding: 0;
        max-width: 25rem;
        flex: 1 0 25rem;
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .form-section .text-block {
        flex: unset;
    }
    .form-section {
        background-position: 40%;
    }
}