@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap"; /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

:root {
    --font-family: "Onest", serif;
    --main-color: #444444;
    --second-color: #111111;
    --accent-color: #e22e2e
}

.scheme__list {
    display: flex;
    flex-direction: column;
    gap: 30px
}

.scheme__item {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e5
}

.scheme__item_content {
    display: flex;
    flex-direction: column
}

.scheme__item_title {
    font-weight: 500;
    font-size: 25px;
    color: #000;
    margin-bottom: 20px
}

.scheme__item_address {
    margin-bottom: 20px
}

.scheme__item_map {
    width: 100%;
    height: auto;
    max-width: 468px;
    border-radius: 20px;
    overflow: hidden
}

.scheme__item_map iframe {
    width: 100%;
    height: 100%
}

.scheme__info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 15px;
    margin-bottom: 30px
}

.scheme__info_item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 220px
}

.scheme__info_item a {
    transition: all .3s ease
}

.scheme__info_item a:hover {
    opacity: .7
}

.scheme__info_ico {
    width: 50px;
    height: 50px;
    background: #f7f7f8;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center
}

.scheme__info_title {
    font-weight: 500;
    font-size: 16px;
    color: #2c3336;
    margin-bottom: 2px
}

.scheme__info_description {
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    color: #758289
}

.scheme__gallery {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 15px
}

.scheme__images {
    display: flex;
    align-items: center
}

.scheme__images_item {
    width: 100px;
    height: 100px;
    position: relative;
    border-radius: 50%;
    border: 5px solid #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.scheme__images_item img {
    width: 100%;
    height: 100%
}

.scheme__images_item:not(:first-child) {
    margin-left: -40px
}

.scheme__images_more {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000080
}

.scheme__video_item {
    width: 100px;
    height: 100px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.scheme__video_item img {
    width: 100%;
    height: 100%
}

.scheme__video_item:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #0006;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.scheme__video_item:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    transform: translate(-40%, -50%);
    border-left: 32px solid white;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    z-index: 2
}

@media screen and (max-width: 992px) {
    .scheme__item {
        flex-direction: column
    }

    .scheme__item_map {
        max-width: 100%;
        height: 300px
    }
}

@media screen and (max-width: 768px) {
    .scheme__item_title {
        font-size: 22px;
        margin-bottom: 15px
    }
}

@media screen and (max-width: 576px) {
    .scheme__list {
        gap: 20px
    }

    .scheme__item {
        padding-bottom: 20px
    }

    .scheme__item_title {
        font-size: 20px;
        margin-bottom: 15px
    }

    .scheme__item_address {
        margin-bottom: 10px
    }

    .scheme__item_map {
        height: 250px
    }

    .scheme__info {
        gap: 10px;
        margin-bottom: 20px
    }

    .scheme__info_ico {
        width: 45px;
        height: 45px
    }

    .scheme__info_title, .scheme__info_description {
        font-size: 14px
    }

    .scheme__gallery {
        column-gap: 15px
    }

    .scheme__images_item {
        width: 80px;
        height: 80px
    }

    .scheme__images_item:not(:first-child) {
        margin-left: -30px
    }

    .scheme__images_more {
        font-size: 14px
    }

    .scheme__video_item {
        width: 80px;
        height: 80px
    }
}

* {
    box-sizing: border-box
}

body, h1, h2, h3, h4, p, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd {
    margin: 0
}

ul[class], ol[class] {
    list-style: none
}

a:active, a:hover, a {
    text-decoration: none
}

a:not([class]) {
    text-decoration-skip-ink: auto
}

img {
    max-width: 100%;
    display: block
}

article > * + * {
    margin-top: 1em
}

input, button, textarea, select {
    font: inherit
}

html {
    scroll-behavior: smooth
}

html.lock {
    overflow: hidden
}

body {
    overflow-x: hidden;
    color: #303239;
    cursor: default;
    position: relative;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed
}

.contact_block_main,
.contact_block_main * {
    font-family: var(--font-family);
}

.main {
    min-height: 100vh;
    overflow: hidden
}

.lock {
    overflow: hidden
}

.burger-menu {
    display: none
}

a {
    text-decoration: none
}

ul {
    list-style-type: none;
    padding: 0
}

.kroshki {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0 0 10px;
    width: auto
}

.kroshki a {
    text-decoration: none;
    color: #758289;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    display: flex;
    padding: 2px 8px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #E1E1E5;
    transition: all .2s ease
}

.kroshki a:hover {
    opacity: .7
}

.page__title {
    color: #2c3336;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px
}

@media screen and (max-width: 768px) {
    .page__title {
        font-size: 36px
    }
}

@media screen and (max-width: 576px) {
    .page__title {
        font-size: 32px
    }

    .kroshki a {
        font-size: 12px
    }
}
