@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);
body.fixed-height {
    height: 100vh;
    overflow: hidden;
}
html {
    scroll-behavior: smooth;
    scroll-margin-top: 60px;
}
body {
    overflow-x: hidden;
}
a {
    color: inherit;
    text-decoration: none;
}
.main-test {
    padding-bottom: 90px;
}
ul {
    line-height: 25px;
}
ul.number {
    margin-bottom: 20px;
    margin-left: 15px;
}
ul.number.n > li {
    margin-bottom: 0 !important;
}
ul.number.b {
    margin-bottom: 20px;
}
ul.number > li {
    list-style: decimal;
    margin-bottom: 10px;
}
ul.line {
    margin-left: 20px;
    margin-top: 10px;
}
ul.line.n {
    margin-left: 0;
}
ul.line.b {
    margin-bottom: 20px;
}
ul.line > li {
    list-style: none;
    margin-bottom: 5px;
}
ul.line > li:before {
    content: "-  ";
}
.subtitle-block {
    color: #292929;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 600;
    height: -moz-max-content;
    height: max-content;
}
.underline {
    text-decoration: underline;
}
.flex {
    display: flex;
}
.flex-to-center {
    align-items: center;
    display: flex;
    justify-content: center;
}
.flex-to-center-col,
.flex-to-center-col-betw {
    align-items: center;
    display: flex;
    flex-direction: column;
}
.flex-betw,
.flex-to-center-col-betw {
    justify-content: space-between;
}
.flex-betw {
    display: flex;
}
.flex-around {
    display: flex;
    justify-content: space-around;
}
.flex-align-center,
.flex-align-center-sbetw {
    align-items: center;
    display: flex;
}
.flex-align-center-sbetw {
    justify-content: space-between;
}
@media screen and (max-width: 840px) {
    .flex-align-center-sbetw {
        justify-content: start;
    }
}
.flex-align-start-sbetw {
    display: flex;
    justify-content: space-between;
}
.flex-align-end {
    align-items: end;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.flex-align-end p,
.flex-align-end > h1 {
    text-align: end;
}
.border-gray {
    border: 1px solid;
    border-color: #ddd !important;
}
.border-prpl {
    border: 1px solid;
    border-color: var(--main-color-prpl) !important;
}
.txt-empty {
    color: var(--border-solid-green);
    font-size: 18px;
}
.txt-white {
    color: #fff;
}
.txt-blue {
    color: #00acc4;
}
.txt-semibold {
    font-weight: 600;
}
.txt-bold {
    font-weight: 700;
}
.txt-little {
    font-size: 12px;
}
.txt-black {
    color: #292929;
}
.bg-gray {
    background: #ddd !important;
}
.hide {
    display: none;
}
button {
    cursor: pointer;
}
button:active {
    opacity: 0.9;
}
.image-sth {
    height: 720px;
    left: 0;
    position: absolute;
    transform: rotate(60deg);
    width: 620px;
    z-index: 2;
}
.blue-circle {
    background: radial-gradient(
        circle,
        rgba(67, 218, 239, 0.5),
        rgba(67, 218, 239, 0) 60%
    );
    border-radius: 50%;
    height: 900px;
    position: absolute;
    width: 900px;
    z-index: -2;
}
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container:after {
    display: none;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.frame {
    margin-top: 60px;
}
@media screen and (min-width: 768px) {
    .frame {
        margin-top: 120px;
    }
}
::-webkit-scrollbar {
    background: #e4e4e4;
    border-radius: 10px;
    height: 5px;
    width: 5px;
}
::-webkit-scrollbar-thumb {
    background: #00acc4;
    border-radius: 10px;
    height: 5px;
    width: 5px;
}
.wrapper {
    min-height: 100vh;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    main {
        padding-bottom: 40px;
    }
}
.main {
    height: 100%;
    margin: 0 auto;
    max-width: 1140px;
}
@media screen and (max-width: 1160px) {
    .main {
        padding: 0 15px;
    }
}
.main__decoration {
    max-width: 100%;
    position: relative;
}
.main__decoration.map-container {
    border-radius: 10px;
    box-shadow: 0 4px 13px rgba(54, 54, 54, 0.1);
    overflow: hidden;
    position: relative;
}
.main__decoration #c-1 {
    left: -80vw;
    top: -100px;
}
.main__decoration #c-2 {
    top: 300px;
}
.main__decoration #c-3 {
    right: 0;
    top: 300px;
}
.main__decoration #c-4 {
    left: -100px;
    top: -100px;
}
.main__decoration #c-5 {
    height: 1200px;
    right: -100%;
    top: -30%;
    width: 1200px;
}
.main__decoration #c-6 {
    left: -400px;
    top: -150px;
}
@media screen and (min-width: 768px) {
    .main__decoration #c-4 {
        display: none;
        left: -200px;
        top: 50px;
        width: 200;
    }
    .main__decoration #c-5 {
        left: -30%;
        top: -90%;
    }
}
@media screen and (min-width: 1200px) {
    .main__decoration #c-1 {
        left: 10%;
        top: -50px;
    }
    .main__decoration #c-2 {
        right: -20%;
        top: 400px;
    }
}
.main__block.first-description {
    margin-bottom: 110px;
    margin-top: 72px;
    max-width: 620px;
    width: 100%;
}
.main__block.first-description h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
}
@media screen and (max-width: 5760px) {
    .main__block.first-description {
        margin-bottom: 220px;
    }
}
.main__block.first-description > .image-block {
    position: absolute;
    right: 0;
    top: -70px;
    z-index: -1;
}
@media screen and (max-width: 940px) {
    .main__block.first-description > .image-block {
        top: 200px;
    }
}
@media screen and (max-width: 5760px) {
    .main__block.first-description > .image-block {
        right: -80px;
    }
}
.main__block.blocks {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    padding-left: 15px;
    padding-right: 15px;
    scrollbar-width: none;
    width: 100%;
}
@media screen and (min-width: 1200px) {
    .main__block.blocks {
        grid-template-columns: repeat(auto-fill, minmax(262px, 1fr));
    }
}
@media screen and (min-width: 768px) {
    .main__block.blocks {
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
    .main__block.blocks {
        width: 750px;
    }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
    .main__block.blocks {
        width: 970px;
    }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
    .main__block.blocks {
        width: 1170px;
    }
}
@media screen and (max-width: 767px) {
    .main__block.blocks {
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
        grid-template-columns: repeat(4, 200px);
        overflow-x: auto;
        position: absolute;
        top: 130%;
        width: 100%;
    }
}
.main__block.technic {
    background: #fafafa;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 12px;
}
@media screen and (min-width: 992px) {
    .main__block.technic {
        display: grid;
        gap: 36px;
        grid-template-columns: 60% 1fr;
        padding: 26px 24px;
    }
}
.main__block.accordion {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
@media screen and (min-width: 992px) {
    .main__block.accordion {
        flex-direction: row;
        width: 100%;
    }
}
.main__block.why-me {
    display: grid;
    gap: 20px;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .main__block.why-me {
        grid-template-columns: repeat(2, 1fr);
    }
}
.main__block.form {
    background: hsla(0, 0%, 100%, 0.6);
    border-radius: 10px;
    box-shadow: 0 4px 13px rgba(54, 54, 54, 0.1);
    padding: 40px 16px;
}
@media screen and (min-width: 768px) {
    .main__block.form {
        height: 460px;
        padding: 40px;
    }
}
.main__block.form h2 {
    line-height: normal;
    margin-bottom: 12px;
}
.description__block {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: hsla(0, 0%, 100%, 0.7);
    border-radius: 10px;
    box-shadow: 0 4px 13px rgba(54, 54, 54, 0.1);
    padding: 24px;
    width: 100%;
}
@media screen and (max-width: 1030px) {
    .description__block {
        padding: 16px;
    }
}
.description__block > .block-title {
    text-wrap: wrap;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 600;
    margin-bottom: 16px;
    max-width: 70%;
    width: 180px;
}
@media screen and (min-width: 768px) {
    .description__block > .block-title {
        max-width: 80%;
    }
}
.description__block > span {
    font-size: 14px;
}
.technic__images {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
    .technic__images {
        gap: 24px;
    }
}
.technic__images-block {
    aspect-ratio: 1/1;
    border-radius: 10px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .technic__images-block {
        aspect-ratio: unset;
    }
}
.technic__block {
    background: #fff;
    border-radius: 10px;
}
.technic__block.text-box {
    background: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 0;
}
.technic__block-wrapper {
    display: flex;
    flex-direction: column;
    gap: clamp(14px, 2vw, 24px);
    margin-bottom: 20px;
}
.technic__block-wrapper p,
.technic__block-wrapper span {
    font-size: clamp(14px, 2vw, 14px);
}
.technic__block .subtitle {
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 600;
    margin: 0 !important;
}
.technic__block > a.flex-align-center-sbetw {
    cursor: pointer;
    margin-top: 10px;
}
.technic__block > a.flex-align-center-sbetw span {
    color: #00acc4;
}
.technic__block > a.flex-align-center-sbetw .arrow {
    height: 10px;
    position: relative;
    width: 50px;
}
.accordion__block {
    width: 100%;
}
.accordion__block.sign-up {
    border-radius: 10px;
    box-shadow: 0 4px 20px 0 hsla(0, 0%, 42%, 0.1);
    overflow: hidden;
    padding: 36px;
    position: relative;
    position: sticky;
    top: 24px;
}
@media screen and (max-width: 576px) {
    .accordion__block.sign-up {
        height: 195px;
    }
}
.accordion__block.sign-up .image-sth {
    bottom: -300px;
    left: -250px;
    z-index: -1;
}
@media screen and (max-width: 940px) {
    .accordion__block.sign-up .image-sth {
        bottom: -480px;
        left: -35px;
        transform: scale(0.9);
    }
}
@media screen and (max-width: 840px) {
    .accordion__block.sign-up .image-sth {
        bottom: -480px;
        left: -35px;
    }
}
@media screen and (min-width: 992px) {
    .accordion__block.sign-up {
        height: 507px;
    }
}
.accordion__block-button {
    background: #fd4741;
    border: none;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    margin-top: 16px;
    outline: none;
    padding: 10px 20px;
    transition: 0.2s ease-in-out;
}
.accordion__block-button:hover {
    opacity: 0.9;
}
.accordion__block-button:active {
    scale: 0.98;
}
.accordion__item {
    background: #fafafa;
    border-radius: 10px;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}
.accordion__item__header {
    border-radius: 10px;
    cursor: pointer;
    height: -moz-max-content;
    height: max-content;
    padding: 24px 30px;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .accordion__item__header {
        padding: 16px;
    }
}
.accordion__item__header > span {
    font-size: 14px;
}
.accordion__item__circle {
    border: 2px solid #00acc4;
    border-radius: 50%;
    color: #00acc4;
    font-size: 16px;
    font-weight: 700;
    height: 23px;
    left: 0;
    margin-right: 24px;
    position: relative;
    transition: transform 0.2s ease-in-out;
    width: 23px;
}
.accordion__item__body {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition:
        height 0.2s,
        opacity 0.6s;
    width: 100%;
}
.accordion__item__body.active {
    height: auto;
    opacity: 1;
    padding: 0 40px 15px;
}
@media screen and (min-width: 768px) {
    .accordion__item__body.active {
        padding: 0 40px 15px;
    }
    .accordion__item__body-container {
        max-height: 470px;
        overflow-y: auto;
    }
}
.block-title {
    word-wrap: break-word;
    font-size: clamp(18px, 2vw, 20px);
    font-weight: 600;
    position: relative;
}
.why__block {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
@media screen and (max-width: 576px) {
    .why__block {
        gap: 12px;
    }
}
.why__block .why__block-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.why__block:nth-child(3),
.why__block:nth-child(4) {
    flex-direction: row-reverse;
}
@media screen and (max-width: 860px) {
    .why__block:first-child,
    .why__block:nth-child(3) {
        flex-direction: row;
    }
    .why__block:nth-child(2),
    .why__block:nth-child(4) {
        flex-direction: row-reverse;
    }
}
.why__block img {
    aspect-ratio: 1/1;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    width: clamp(120px, 15vw, 250px);
}
.tabs__buttons {
    gap: 10px;
    overflow-x: auto;
    padding: 10px;
}
@media screen and (max-width: 768px) {
    .tabs__buttons {
        scrollbar-width: none;
    }
}
.tabs__buttons-item {
    background: #fafafa;
    border-radius: 10px;
    box-shadow: 0 4px 13px rgba(54, 54, 54, 0.08);
    cursor: pointer;
    font-size: clamp(14px, 1.2vw, 18px);
    min-width: -moz-max-content;
    min-width: max-content;
    padding: 8px 16px;
    transition: all 0.3s ease-in-out;
}
.tabs__buttons-item:hover {
    background-color: #fff;
}
@media screen and (min-width: 768px) {
    .tabs__buttons-item {
        padding: 16px 24px;
    }
}
.tabs__buttons-item.active {
    background: #fff;
    color: #00acc4;
    font-weight: 600;
}
.tabs__data {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 13px rgba(54, 54, 54, 0.1);
    margin-top: 12px;
    padding: 16px 16px 60px;
}
@media screen and (min-width: 768px) {
    .tabs__data {
        margin-top: 36px;
        padding: 40px;
    }
}
.tabs__data__item {
    display: none;
    gap: 20px;
    grid-template-columns: 280px 1fr;
    min-height: 350px;
    position: relative;
}
@media screen and (max-width: 740px) {
    .tabs__data__item {
        grid-template-columns: 1fr;
        min-height: 320px;
    }
}
.tabs__data__item h4 {
    font-weight: 600;
    margin: 0 !important;
}
.tabs__data__item.active {
    display: grid;
}
.tabs__data__item__content {
    color: #292929;
    max-height: 320px;
    overflow: hidden;
    transition: max-height 0.5s ease;
}
.tabs__data__item__content > p {
    margin-bottom: 20px;
}
.tabs__data__item__content.expanded {
    max-height: none;
}
.show-more-btn {
    word-wrap: normal;
    background: none;
    border: none;
    bottom: -20px;
    color: #00acc4;
    cursor: pointer;
    display: none;
    font-weight: 600;
    left: 50%;
    margin-top: 10px;
    position: absolute;
    transform: translateX(-50%);
}
@media screen and (max-width: 740px) {
    .show-more-btn {
        bottom: -40px;
        font-size: 14px;
        width: 100%;
    }
}
.show-more-btn.visible {
    display: block;
}
.info-panel {
    position: absolute;
    right: 32px;
    top: 32px;
}
@media screen and (max-width: 530px) {
    .info-panel {
        left: 16px;
        right: 16px;
    }
}
.info-panel a {
    color: #00acc4 !important;
}
.info-panel a:hover {
    text-decoration: underline;
}
.info-block {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 24px 30px;
}
@media screen and (max-width: 840px) {
    .info-block {
        background: #fff;
        padding: 12px 16px;
    }
}
.info-block h3 {
    color: #292929;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 24px;
}
@media screen and (max-width: 576px) {
    .info-block h3 {
        font-size: 14px;
        margin: 0 0 12px;
    }
}
.info-block p {
    font-size: 14px;
}
@media screen and (max-width: 576px) {
    .info-block p {
        font-size: 14px;
    }
}
.info-block__text {
    margin-bottom: 8px;
}
@media screen and (max-width: 576px) {
    .info-block__text {
        margin-bottom: 0;
    }
}
.form-text {
    color: #959593;
}
.form-text a {
    font-size: inherit;
}
.form__field {
    display: grid;
    gap: 12px;
    margin-top: 32px;
}
@media screen and (min-width: 768px) {
    .form__field {
        grid-template-columns: repeat(3, 1fr);
    }
    .form__field .directions-form__privacy ,
    .form__field .smart-captcha,
    .form__field .captcha-error{
        grid-column: 1 / -1;
    }
}
.form__field label {
    position: relative;
}
.form__field label:after {
    color: red;
    content: "*";
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 20;
}
.form__field-input {
    border: none;
    border-radius: 10px;
    display: inline-block;
    outline: none;
    padding: 14px 16px;
    position: relative;
    width: 100%;
}
.form__field-input:after {
    background: #000;
    color: red;
    content: "*";
    font-size: 1em;
    position: absolute;
    right: 5px;
    top: 50%;
    z-index: 100;
}
.form__field-button {
    background: #00acc4;
    border: none;
    border-radius: 10px;
    color: #fff;
    height: 100%;
    outline: none;
    padding: 14px 24px;
    transition: 0.2s ease-in-out;
}
.form__field-button:active {
    scale: 0.98;
}
.form__field .txt-blue {
    cursor: pointer;
    font-size: 14 px;
    text-decoration: underline;
}
#map {
    border-radius: 20px !important;
    height: 600px;
    width: 100%;
}
@media (max-width: 525px) {
    #map {
        height: 450px;
    }
}
.ymaps-2-1-79-map .custom-placemark {
    background-color: #00acc4;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px 5px 30px;
    position: relative;
    white-space: nowrap;
    width: -moz-max-content;
    width: max-content;
    z-index: 100000;
}
.ymaps-2-1-79-map .custom-placemark:before {
    background: #fff;
    border-radius: 50%;
    content: "";
    height: 14px;
    left: 10px;
    position: absolute;
    top: 6px;
    width: 14px;
}
.ymaps-2-1-79-copyrights-pane,
.ymaps-2-1-79-events-pane,
.ymaps-2-1-79-ground-pane {
    filter: grayscale(110%) brightness(1) contrast(1.1);
}
.text-editor-sm {
    font-size: 12px;
}
.text-editor-nm {
    font-size: 14px;
}
.main__hero {
    margin-top: 52px;
    position: relative;
}
.main__hero-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 360px;
}
.main__hero-title {
    font-size: clamp(20px, 3vw, 36px);
    font-weight: 600;
}
.main__hero-description,
.main__hero-description p {
    font-size: clamp(14px, 2vw, 14px);
}
.main__hero-container {
    position: relative;
}
.main__hero-image {
    max-width: 400px;
    position: absolute;
    right: -30vw;
    rotate: 71deg;
    top: 80%;
    z-index: -1;
}
@media screen and (min-width: 768px) {
    .main__hero {
        margin-top: 72px;
    }
    .main__hero-title {
        line-height: 40px;
    }
    .main__hero-description {
        max-width: 97%;
    }
    .main__hero-container {
        display: grid;
        gap: 30px;
        grid-template-columns: repeat(2, 1fr);
    }
    .main__hero-wrapper {
        align-items: start;
        display: flex;
        flex-direction: column;
        gap: 40px;
        margin-bottom: 50px;
    }
    .main__hero-image {
        inset: unset;
        position: relative;
        rotate: 0deg;
    }
}
@media screen and (min-width: 1200px) {
    .main__hero-wrapper {
        margin-bottom: 100px;
    }
    .main__hero-image {
        max-width: 100vw;
        position: absolute;
        right: 0;
        rotate: 0deg;
        top: -20%;
    }
}
.frame h2 {
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 600;
    margin-bottom: 24px;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .frame h2 {
        margin-bottom: 36px;
    }
}
.frame h2:not(.center) {
    text-align: start;
}
h4 {
    font-size: clamp(16px, 2vw, 18px);
    font-weight: 600;
    margin-bottom: 8px;
}

section {
    z-index: auto;
}

@media (min-width: 1201px) {
    .directions {
        display: block;
    }
}

.main__decoration #c-3 {
    top: auto;
}

@media (max-width: 1201px) {
    .main__decoration #c-3 {
        right: auto;
        top: auto;
    }
}

main {
    overflow-x: clip;
}

label.no-after::after {
    display: none;
}
