@import"https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap";

*,
:before,
:after {
    box-sizing: border-box;
    background-repeat: no-repeat
}

:before,
:after {
    text-decoration: inherit;
    vertical-align: inherit
}

:where(:root) {
    cursor: default;
    line-height: 1.5;
    overflow-wrap: break-word;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%
}

:where(body) {
    margin: 0
}

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

:where(dl, ol, ul) :where(dl, ol, ul) {
    margin: 0
}

:where(hr) {
    color: inherit;
    height: 0
}

:where(nav) :where(ol, ul) {
    list-style-type: none;
    padding: 0
}

:where(nav li):before {
    content: "​";
    float: left
}

:where(pre) {
    font-family: monospace, monospace;
    font-size: 1em;
    overflow: auto
}

:where(abbr[title]) {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

:where(b, strong) {
    font-weight: bolder
}

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

:where(small) {
    font-size: 80%
}

:where(audio, canvas, iframe, img, svg, video) {
    vertical-align: middle
}

:where(iframe) {
    border-style: none
}

:where(svg:not([fill])) {
    fill: currentColor
}

:where(table) {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0
}

:where(button, input, select) {
    margin: 0
}

:where(button, [type=button i], [type=reset i], [type=submit i]) {
    -webkit-appearance: button
}

:where(fieldset) {
    border: 1px solid #a0a0a0
}

:where(progress) {
    vertical-align: baseline
}

:where(textarea) {
    margin: 0;
    resize: vertical
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

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

:where(dialog) {
    background-color: #fff;
    border: solid;
    color: #000;
    height: -moz-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: fit-content
}

:where(dialog:not([open])) {
    display: none
}

:where(details>summary:first-of-type) {
    display: list-item
}

:where([aria-busy=true i]) {
    cursor: progress
}

:where([aria-controls]) {
    cursor: pointer
}

:where([aria-disabled=true i], [disabled]) {
    cursor: not-allowed
}

:where([aria-hidden=false i][hidden]) {
    display: initial
}

:where([aria-hidden=false i][hidden]:not(:focus)) {
    clip: rect(0, 0, 0, 0);
    position: absolute
}

:root {
    --font-primary: "Source Sans 3", sans-serif;
    --color-white: #ffffff;
    --color-black-950: #0b0b0c;
    --color-atomic-100: #ffe4d4;
    --color-atomic-300: #ff9d74;
    --color-blue-500: #4f4af6;
    --color-blue-700: #4632d0;
    --color-blue-light: #f0f3f9;
    --color-blue-opacity-80: rgba(79, 74, 246, .8);
    --grid-gutter-x: 24px
}

:is(:is(h1, h2, h3), :is(h4, h5, h6)),
p {
    margin: 0;
    padding: 0
}

body {
    @extemd .text-m;
    font-family: var(--font-primary);
    color: var(--color-black-950);
    font-size: 1.125rem
}

a,
button {
    outline-offset: 2px;
    outline-color: var(--color-blue-700);
    transition: background-color .15s linear, color .15s linear
}

a:focus-visible,
button:focus-visible {
    outline-width: 2px;
    outline-style: dashed
}

a {
    color: var(--color-blue-500)
}

a:hover {
    color: var(--color-blue-700)
}

button {
    font-family: var(--font-primary)
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none
}

.marked-list {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.marked-list li {
    position: relative;
    padding-left: 16px
}

.marked-list li:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-blue-500)
}

.text-semi {
    font-weight: 600
}

.text-medium {
    font-weight: 500
}

.text-s {
    font-size: 1rem;
    line-height: 150%
}

.text-m {
    font-size: 1.125rem;
    line-height: 150%
}

.text-h-xs {
    font-size: .75rem;
    line-height: 144%
}

.text-h-m {
    font-size: 1.125rem;
    line-height: 150%
}

.text-h-l {
    font-size: 1.5rem;
    line-height: 130%;
    font-weight: 500
}

.text-h-xl {
    font-size: 3rem;
    line-height: 120%
}

.text-h-xxl {
    font-size: 4.25rem;
    line-height: 108%
}

.section {
    margin: 80px 0
}

@media (min-width: 992px) {
    .section {
        margin: 120px 0
    }
}

.section.section_reviews {
    overflow: hidden
}

.section.section_info-right {
    padding: 80px 0;
    background-color: var(--color-blue-light);
    margin: 0
}

@media (min-width: 992px) {
    .section.section_info-right {
        padding: 120px 0;
        background: linear-gradient(270deg, #fefeff, #f0f3f9)
    }
}

.section.section_contacts {
    margin: 0;
    padding: 80px 0;
    background-color: var(--color-blue-500);
    color: var(--color-white)
}

@media (min-width: 992px) {
    .section.section_contacts {
        padding: 120px 0
    }
}

.splide__pagination {
    padding-top: 17px;
    gap: 9px
}

.splide__pagination>li {
    line-height: 0
}

.splide__pagination__page {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 0;
    background-color: #00000014;
    padding: 0
}

.splide__pagination__page.is-active {
    background-color: #000
}

.splide__arrows {
    position: absolute;
    bottom: calc(100% + 40px);
    right: 0;
    display: flex;
    gap: 12px
}

.splide__arrow {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 0;
    background-color: #00000014
}

.splide__arrow:hover {
    background-color: #00000029
}

.splide__arrow .icon {
    width: 12px;
    height: 12px
}

.ac {
    padding: 12px 0;
    border-bottom: 1px solid #d9d9d9;
    background-color: var(--color-white)
}

.ac .ac-header {
    margin: 0;
    padding: 0
}

.ac .ac-trigger {
    font-weight: 500
}

.ac .ac-trigger {
    font-size: 1.5rem;
    line-height: 130%;
    font-weight: 500
}

.ac .ac-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    padding: 12px 0;
    border: 0;
    background: none;
    text-align: left
}

@media (min-width: 992px) {
    .ac .ac-trigger {
        font-weight: 600
    }

    .ac .ac-trigger {
        font-size: 1.125rem;
        line-height: 150%
    }
}

.ac .ac-trigger:after {
    content: "";
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.50475 4.50483C9.77812 4.23146 10.2216 4.23146 10.495 4.50483C10.7684 4.7782 10.7684 5.2217 10.495 5.49506L6.49499 9.49506C6.22162 9.76843 5.77812 9.76843 5.50475 9.49506L1.50475 5.49506L1.41491 5.38471C1.23581 5.11305 1.26568 4.74391 1.50475 4.50483C1.74383 4.26575 2.11297 4.23589 2.38464 4.41499L2.49499 4.50483L5.99987 8.00971L9.50475 4.50483Z' fill='%230B0B0C'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: all .15s linear
}

.ac .ac-panel {
    overflow: hidden;
    transition-property: height, visibility;
    transition-timing-function: ease
}

.ac .ac-panel .ac-text {
    font-size: 1.125rem;
    line-height: 150%
}

.ac .ac-panel .ac-text {
    padding-bottom: 12px
}

.ac.js-enabled .ac-panel {
    visibility: hidden
}

.ac.is-active .ac-panel {
    visibility: visible
}

.ac.is-active>.ac-header .ac-trigger:after {
    transform: rotate(180deg)
}

.modal__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000c;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px
}

.modal__container {
    display: flex;
    flex-direction: column;
    gap: 14px;
    background-color: var(--color-white);
    padding: 24px;
    max-width: 856px;
    max-height: 90svh;
    border-radius: 4px;
    overflow-y: auto;
    box-shadow: 0 2px 4px #0000000a, 0 6px 13px #0000000d
}

@media (min-width: 992px) {
    .modal__container {
        display: grid;
        grid-template-columns: 328px auto;
        gap: 16px
    }
}

.modal__image {
    display: none;
    border-radius: 4px;
    overflow: hidden
}

@media (min-width: 992px) {
    .modal__image {
        display: block;
        grid-row: span 3;
        min-height: 480px
    }
}

.modal__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.modal__header {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.modal__header>*:first-child {
    padding-right: 56px
}

.modal__title {
    font-size: 1.5rem;
    line-height: 130%;
    font-weight: 500
}

.modal__description {
    font-size: 1.125rem;
    line-height: 150%
}

.modal__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background-color: #00000014
}

.modal__close:hover {
    background-color: #00000029
}

.modal__close .icon {
    width: 12px;
    height: 12px
}

@keyframes mmfadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes mmfadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes mmslideIn {
    0% {
        transform: translateY(15%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes mmslideOut {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-10%)
    }
}

.micromodal-slide {
    display: none
}

.micromodal-slide.is-open {
    display: block
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden=false] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden=true] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform
}

.icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    color: currentColor
}

.icon--size-24 {
    width: 24px;
    height: 24px
}

.button {
    font-weight: 600
}

.button {
    font-size: 1.125rem;
    line-height: 150%
}

.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--color-white);
    background-color: var(--color-blue-500);
    padding: 12px 24px;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    flex-shrink: 0;
    text-decoration: none
}

.button_icon {
    width: 16px;
    height: 16px
}

.button:hover {
    color: var(--color-white);
    background-color: var(--color-blue-700)
}

.button:disabled {
    background-color: #00000014
}

.form,
.form__fields {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.form__field {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.form__field label,
.form__field input {
    font-size: 1.125rem;
    line-height: 150%
}

.form__field input {
    padding: 12px;
    border-radius: 4px;
    background-color: #00000014;
    color: var(--color-black);
    border: 0;
    outline: none
}

.form__field input::-moz-placeholder {
    color: #0000004d
}

.form__field input::placeholder {
    color: #0000004d
}

.form__footer {
    display: flex;
    flex-direction: column;
    gap: 16px
}

@media (min-width: 576px) {
    .form__footer {
        flex-direction: row;
        align-items: center
    }
}

.form__caption {
    font-size: 1rem;
    line-height: 150%
}

.form__caption {
    flex-grow: 1;
    color: #0000004d
}

.container,
.container-fluid {
    width: 100%;
    padding-right: var(--grid-gutter-x);
    padding-left: var(--grid-gutter-x);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1400px
    }
}

.header {
    background: var(--color-white);
    padding: 8px 0
}

@media (min-width: 992px) {
    .header {
        position: sticky;
        top: 0;
        z-index: 1;
        box-shadow: 0 2px 4px #0000000a, 0 6px 13px #0000000d
    }
}

.header__grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px
}

.header__logotype {
    height: 44px
}

.header__nav {
    font-size: 1.125rem;
    line-height: 150%
}

.header__nav {
    display: none;
    flex-grow: 1
}

@media (min-width: 992px) {
    .header__nav {
        display: block
    }
}

.header__nav ul {
    display: flex;
    gap: 40px
}

.header__nav a {
    color: var(--color-black);
    text-decoration: none
}

.header__nav a.is-active,
.header__nav a:hover {
    color: var(--color-blue-500)
}

.hero {
    display: flex;
    min-height: calc(100svh - 67px);
    padding: 60px 0;
    position: relative
}

@media (min-width: 576px) {
    .hero {
        padding: 160px 0;
        min-height: auto
    }
}

@media (min-width: 992px) {
    .hero {
        padding: 200px 0
    }
}

.hero__bg {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.hero__bg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000000b3
}

.hero__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.hero__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--color-white);
    text-align: center;
    padding-top: 28px
}

@media (min-width: 992px) {
    .hero__content {
        text-align: left;
        max-width: 564px
    }
}

.hero__subtitle {
    font-size: 1.125rem;
    line-height: 150%
}

.hero__subtitle {
    text-transform: uppercase;
    color: var(--color-atomic-100)
}

@media (min-width: 992px) {
    .hero__subtitle {
        display: inline-flex;
        align-items: center;
        gap: 4px
    }
}

.hero__subtitle:before {
    width: 8px;
    height: 2px;
    background-color: currentColor;
    flex-shrink: 0
}

@media (min-width: 992px) {
    .hero__subtitle:before {
        content: ""
    }
}

.hero__title {
    font-weight: 600
}

.hero__title {
    font-size: 3rem;
    line-height: 120%
}

@media (min-width: 992px) {
    .hero__title {
        font-size: 4.25rem;
        line-height: 108%
    }
}

.hero__buttons {
    display: grid;
    grid-gap: calc(var(--grid-gutter-x) / 2);
    margin-top: 40px
}

@media (min-width: 576px) {
    .hero__buttons {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width: 992px) {
    .hero__buttons {
        display: flex
    }
}

.hero_container {
    position: relative;
    min-height: 100%
}

.info__content {
    position: relative
}

.info__bg {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: calc((100% - var(--grid-gutter-x) * 2) / 3);
    overflow: hidden;
    border-radius: 4px;
    grid-column: span 4
}

@media (min-width: 992px) {
    .info__bg {
        display: block
    }
}

.info__bg img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.info__title {
    font-weight: 600
}

.info__title {
    font-size: 3rem;
    line-height: 120%
}

.info__title {
    position: relative;
    text-align: center;
    margin-bottom: 40px
}

@media (min-width: 992px) {
    .info__title {
        text-align: left
    }
}

.info__grid {
    display: grid;
    grid-gap: var(--grid-gutter-x)
}

@media (min-width: 992px) {
    .info__grid {
        grid-template-columns: repeat(4, 1fr)
    }
}

.info-item {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--color-white);
    padding: 24px;
    border-radius: 4px;
    box-shadow: 0 2px 4px #0000000a, 0 6px 13px #0000000d
}

.info-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-bottom: 16px;
    background-color: var(--color-blue-500);
    color: var(--color-white)
}

.info-item__icon .icon,
.info-item__icon img {
    width: 40px;
    height: 40px
}

.info-item__title {
    font-weight: 500
}

.info-item__title {
    font-size: 1.5rem;
    line-height: 130%;
    font-weight: 500
}

@media (min-width: 992px) {
    .info-item__title {
        font-weight: 600
    }

    .info-item__title {
        font-size: 1.125rem;
        line-height: 150%
    }
}

.info-item__description {
    font-size: 1.125rem;
    line-height: 150%
}

.info-item__description {
    margin-top: 12px
}

.info-item__description ul,
.info-item__description ol {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.info-item__description ul li,
.info-item__description ol li {
    position: relative;
    padding-left: 16px
}

.info-item__description ul li:before,
.info-item__description ol li:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-blue-500)
}

.info__button {
    margin-top: 40px;
    text-align: center
}

@media (min-width: 992px) {
    .info__button {
        margin-top: 24px;
        text-align: left
    }
}

.info--right .info__bg {
    right: auto;
    left: 0
}

@media (min-width: 992px) {
    .info--right .info__title {
        text-align: right
    }
}

@media (min-width: 992px) {
    .info--right .info__grid>*:first-child {
        grid-column-start: 2
    }
}

@media (min-width: 992px) {
    .info--right .info__button {
        text-align: right
    }
}

.reviews__title {
    font-weight: 600
}

.reviews__title {
    font-size: 3rem;
    line-height: 120%
}

.reviews__title {
    margin-bottom: 40px
}

@media (min-width: 992px) {
    .reviews__title {
        max-width: 620px
    }
}

.reviews__track {
    overflow: visible !important
}

.reviews-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: var(--color-white);
    padding: 24px;
    border-radius: 4px;
    box-shadow: 0 2px 4px #0000000a, 0 6px 13px #0000000d
}

.reviews-card__rating {
    display: flex;
    gap: 2px;
    color: var(--color-atomic-300)
}

.reviews-card__rating .icon {
    width: 18px;
    height: 18px
}

.reviews-card__description {
    font-size: 1.125rem;
    line-height: 150%
}

.reviews-card__author {
    font-weight: 600
}

.reviews-card__author {
    font-size: 1.125rem;
    line-height: 150%
}

.about__grid {
    display: grid;
    gap: 40px
}

@media (min-width: 992px) {
    .about__grid {
        grid-template-columns: repeat(12, 1fr);
        gap: var(--grid-gutter-x)
    }
}

.about__title {
    font-weight: 600
}

.about__title {
    font-size: 3rem;
    line-height: 120%
}

@media (min-width: 992px) {
    .about__title {
        grid-column: 1 / 8
    }
}

@media (min-width: 992px) {
    .about__author {
        grid-column: 8 / 13;
        grid-row: 1 / 5
    }
}

@media (min-width: 1200px) {
    .about__author {
        grid-column: 9 / 13;
        grid-row: 1 / 5
    }
}

.about__photo {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 4px;
    height: 580px
}

.about__photo:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/play.svg) no-repeat 50% 50%, linear-gradient(180deg, #0454f200, #0454f2cc)
}

.about__photo:hover img {
    transform: scale(1.05)
}

.about__photo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 1s ease
}

.about__info {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (min-width: 992px) {
    .about__info {
        margin-top: 12px
    }
}

.about__subtitle {
    font-weight: 500
}

.about__subtitle {
    font-size: 1.5rem;
    line-height: 130%;
    font-weight: 500
}

.about__socials {
    display: flex;
    align-items: center;
    gap: 12px
}

.about__socials a {
    color: #0000004d
}

.about__socials a:hover {
    color: var(--color-blue-500)
}

.about__socials a .icon {
    width: 40px;
    height: 40px
}

@media (min-width: 992px) {
    .about__socials a .icon {
        width: 32px;
        height: 32px
    }
}

.about__description {
    font-size: 1.125rem;
    line-height: 150%
}

@media (min-width: 992px) {
    .about__description {
        grid-column: 1 / 6
    }
}

.about__numbers {
    font-size: 1.125rem;
    line-height: 150%
}

.about__numbers {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px calc(var(--grid-gutter-x) / 2)
}

@media (min-width: 992px) {
    .about__numbers {
        grid-column: 1 / 5
    }
}

.about__numbers span {
    font-weight: 600
}

.about__numbers span {
    font-size: 3rem;
    line-height: 120%
}

.about__numbers p {
    white-space: pre-line
}

.faq__grid {
    display: grid;
    gap: 40px
}

@media (min-width: 992px) {
    .faq__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--grid-gutter-x)
    }
}

.faq__title {
    font-weight: 600
}

.faq__title {
    font-size: 3rem;
    line-height: 120%
}

.faq__title {
    margin-bottom: 24px
}

.faq__description {
    font-size: 1.125rem;
    line-height: 150%
}

.faq__description {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 75%
}

@media (min-width: 992px) {
    .faq__description {
        max-width: 300px
    }
}

.faq__accordion {
    border-top: 1px solid #d9d9d9
}

.contacts__grid {
    display: grid;
    gap: 40px;
    align-items: flex-start
}

@media (min-width: 992px) {
    .contacts__grid {
        grid-template-columns: repeat(12, 1fr);
        gap: 40px var(--grid-gutter-x)
    }
}

.contacts__title {
    font-weight: 600
}

.contacts__title {
    font-size: 3rem;
    line-height: 120%
}

@media (min-width: 992px) {
    .contacts__title {
        font-size: 4.25rem;
        line-height: 108%
    }

    .contacts__title {
        grid-column: 1 / 7
    }
}

.contacts__form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: var(--color-white);
    color: var(--color-black-950);
    border-radius: 4px;
    padding: 24px
}

@media (min-width: 992px) {
    .contacts__form {
        grid-column: 1 / 7
    }
}

.contacts__description {
    font-size: 1.125rem;
    line-height: 150%
}

.contacts__description {
    margin-top: 4px
}

.contacts__info {
    display: flex;
    flex-direction: column;
    gap: 40px
}

@media (min-width: 992px) {
    .contacts__info {
        grid-column: 8 / 13
    }
}

.contacts__subtitle {
    font-weight: 500
}

.contacts__subtitle {
    font-size: 1.5rem;
    line-height: 130%;
    font-weight: 500
}

.contacts__subtitle {
    margin-bottom: 12px
}

.contacts__links {
    font-size: 1.125rem;
    line-height: 150%
}

.contacts__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px
}

.contacts__links a {
    color: var(--color-white)
}

.contacts__socials {
    display: flex;
    align-items: center;
    gap: 12px
}

.contacts__socials a {
    color: var(--color-white)
}

.contacts__socials a:hover {
    color: var(--color-blue-light)
}

.contacts__socials a .icon {
    width: 40px;
    height: 40px
}

@media (min-width: 992px) {
    .contacts__socials a .icon {
        width: 32px;
        height: 32px
    }
}

.footer {
    font-size: 1rem;
    line-height: 150%
}

.footer {
    background: var(--color-blue-700);
    color: var(--color-white);
    padding: 12px 0
}

.footer__grid {
    display: flex;
    align-items: center;
    gap: 40px
}

.footer__logotype {
    height: 44px
}

.footer__copyright {
    flex-grow: 1;
    text-align: right
}

@media (min-width: 992px) {
    .footer__copyright {
        text-align: left
    }
}

.footer__nav {
    display: none
}

@media (min-width: 992px) {
    .footer__nav {
        display: block
    }
}

.footer__nav ul {
    display: flex;
    gap: 24px
}

.footer__nav a {
    color: var(--color-white)
}

.glightbox-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999 !important;
    overflow: hidden;
    touch-action: none;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    backface-visibility: hidden;
    outline: none
}

.glightbox-container.inactive {
    display: none
}

.glightbox-container .gcontainer {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden
}

.glightbox-container .gslider {
    transition: transform .4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transform: translateZ(0)
}

.glightbox-container .gslide {
    width: 100%;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0
}

.glightbox-container .gslide.current {
    opacity: 1;
    z-index: 99999;
    position: relative
}

.glightbox-container .gslide.prev {
    opacity: 1;
    z-index: 9999
}

.glightbox-container .gslide-inner-content {
    width: 100%
}

.glightbox-container .ginner-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 100%;
    margin: auto;
    height: 100vh
}

.glightbox-container .ginner-container.gvideo-container {
    width: 100%
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
    flex-direction: column
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
    max-width: 100% !important
}

.gslide iframe,
.gslide video {
    outline: none !important;
    border: none;
    min-height: 165px;
    -webkit-overflow-scrolling: touch;
    touch-action: auto
}

.gslide:not(.current) {
    pointer-events: none
}

.gslide-image {
    align-items: center
}

.gslide-image img {
    max-height: 100vh;
    display: block;
    padding: 0;
    float: none;
    outline: none;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    max-width: 100vw;
    width: auto;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    touch-action: none;
    margin: auto;
    min-width: 200px
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
    width: auto
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
    width: auto;
    max-width: 100%
}

.gslide-image img.zoomable {
    position: relative
}

.gslide-image img.dragging {
    cursor: grabbing !important;
    transition: none
}

.gslide-video {
    position: relative;
    max-width: 100vh;
    width: 100% !important
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
    display: none
}

.gslide-video .gvideo-wrapper {
    width: 100%;
    margin: auto
}

.gslide-video:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ff000057;
    display: none
}

.gslide-video.playing:before {
    display: none
}

.gslide-video.fullscreen {
    max-width: 100% !important;
    min-width: 100%;
    height: 75vh
}

.gslide-video.fullscreen video {
    max-width: 100% !important;
    width: 100% !important
}

.gslide-inline {
    background: #fff;
    text-align: left;
    max-height: calc(100vh - 40px);
    overflow: auto;
    max-width: 100%;
    margin: auto
}

.gslide-inline .ginlined-content {
    padding: 20px;
    width: 100%
}

.gslide-inline .dragging {
    cursor: grabbing !important;
    transition: none
}

.ginlined-content {
    overflow: auto;
    display: block !important;
    opacity: 1
}

.gslide-external {
    display: flex;
    width: 100%;
    min-width: 100%;
    background: #fff;
    padding: 0;
    overflow: auto;
    max-height: 75vh;
    height: 100%
}

.gslide-media {
    display: flex;
    width: auto
}

.zoomed .gslide-media {
    box-shadow: none !important
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
    margin: 0 auto;
    flex-direction: column
}

.gslide-description {
    position: relative;
    flex: 1 0 100%
}

.gslide-description.description-left,
.gslide-description.description-right {
    max-width: 100%
}

.gslide-description.description-bottom,
.gslide-description.description-top {
    margin: 0 auto;
    width: 100%
}

.gslide-description p {
    margin-bottom: 12px
}

.gslide-description p:last-child {
    margin-bottom: 0
}

.zoomed .gslide-description,
.glightbox-button-hidden {
    display: none
}

.glightbox-mobile .glightbox-container .gslide-description {
    height: auto !important;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 19px 11px 50px;
    max-width: 100vw !important;
    order: 2 !important;
    max-height: 78vh;
    overflow: auto !important;
    background: linear-gradient(to bottom, #0000, #000000bf);
    transition: opacity .3s linear
}

.glightbox-mobile .glightbox-container .gslide-title {
    color: #fff;
    font-size: 1em
}

.glightbox-mobile .glightbox-container .gslide-desc {
    color: #a1a1a1
}

.glightbox-mobile .glightbox-container .gslide-desc a {
    color: #fff;
    font-weight: 700
}

.glightbox-mobile .glightbox-container .gslide-desc * {
    color: inherit
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
    color: #fff;
    opacity: .4
}

.gdesc-open .gslide-media {
    transition: opacity .5s ease;
    opacity: .4
}

.gdesc-open .gdesc-inner {
    padding-bottom: 30px
}

.gdesc-closed .gslide-media {
    transition: opacity .5s ease;
    opacity: 1
}

.greset {
    transition: all .3s ease
}

.gabsolute {
    position: absolute
}

.grelative {
    position: relative
}

.glightbox-desc {
    display: none !important
}

.glightbox-open {
    overflow: hidden
}

.gloader {
    height: 25px;
    width: 25px;
    animation: lightboxLoader .8s infinite linear;
    border: 2px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
    display: block;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 47%
}

.goverlay {
    width: 100%;
    height: calc(100vh + 1px);
    position: fixed;
    top: -1px;
    left: 0;
    background: #000;
    will-change: opacity
}

.glightbox-mobile .goverlay {
    background: #000
}

.gprev,
.gnext,
.gclose {
    z-index: 99999;
    cursor: pointer;
    width: 26px;
    height: 44px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.gprev svg,
.gnext svg,
.gclose svg {
    display: block;
    width: 25px;
    height: auto;
    margin: 0;
    padding: 0
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
    opacity: .1
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
    stroke: #fff
}

.gbtn.focused {
    outline: 2px solid #0f3d81
}

iframe.wait-autoplay {
    opacity: 0
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
    opacity: 0 !important
}

.glightbox-clean .gslide-description {
    background: #fff
}

.glightbox-clean .gdesc-inner {
    padding: 22px 20px
}

.glightbox-clean .gslide-title {
    font-size: 1em;
    font-weight: 400;
    font-family: arial;
    color: #000;
    margin-bottom: 19px;
    line-height: 1.4em
}

.glightbox-clean .gslide-desc {
    font-size: .86em;
    margin-bottom: 0;
    font-family: arial;
    line-height: 1.4em
}

.glightbox-clean .gslide-video {
    background: #000
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
    background-color: #000000bf;
    border-radius: 4px
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
    fill: #fff
}

.glightbox-clean .gprev {
    position: absolute;
    top: -100%;
    left: 30px;
    width: 40px;
    height: 50px
}

.glightbox-clean .gnext {
    position: absolute;
    top: -100%;
    right: 30px;
    width: 40px;
    height: 50px
}

.glightbox-clean .gclose {
    width: 35px;
    height: 35px;
    top: 15px;
    right: 10px;
    position: absolute
}

.glightbox-clean .gclose svg {
    width: 18px;
    height: auto
}

.glightbox-clean .gclose:hover {
    opacity: 1
}

.gfadeIn {
    animation: gfadeIn .5s ease
}

.gfadeOut {
    animation: gfadeOut .5s ease
}

.gslideOutLeft {
    animation: gslideOutLeft .3s ease
}

.gslideInLeft {
    animation: gslideInLeft .3s ease
}

.gslideOutRight {
    animation: gslideOutRight .3s ease
}

.gslideInRight {
    animation: gslideInRight .3s ease
}

.gzoomIn {
    animation: gzoomIn .5s ease
}

.gzoomOut {
    animation: gzoomOut .5s ease
}

@keyframes lightboxLoader {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes gfadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes gfadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes gslideInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-60%, 0, 0)
    }

    to {
        visibility: visible;
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes gslideOutLeft {
    0% {
        opacity: 1;
        visibility: visible;
        transform: translateZ(0)
    }

    to {
        transform: translate3d(-60%, 0, 0);
        opacity: 0;
        visibility: hidden
    }
}

@keyframes gslideInRight {
    0% {
        opacity: 0;
        visibility: visible;
        transform: translate3d(60%, 0, 0)
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes gslideOutRight {
    0% {
        opacity: 1;
        visibility: visible;
        transform: translateZ(0)
    }

    to {
        transform: translate3d(60%, 0, 0);
        opacity: 0
    }
}

@keyframes gzoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 1
    }
}

@keyframes gzoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@media (min-width: 769px) {
    .glightbox-container .ginner-container {
        width: auto;
        height: auto;
        flex-direction: row
    }

    .glightbox-container .ginner-container.desc-top .gslide-description {
        order: 0
    }

    .glightbox-container .ginner-container.desc-top .gslide-image,
    .glightbox-container .ginner-container.desc-top .gslide-image img {
        order: 1
    }

    .glightbox-container .ginner-container.desc-left .gslide-description {
        order: 0
    }

    .glightbox-container .ginner-container.desc-left .gslide-image {
        order: 1
    }

    .gslide-image img {
        max-height: 97vh;
        max-width: 100%
    }

    .gslide-image img.zoomable {
        cursor: zoom-in
    }

    .zoomed .gslide-image img.zoomable {
        cursor: grab
    }

    .gslide-inline {
        max-height: 95vh
    }

    .gslide-external {
        max-height: 100vh
    }

    .gslide-description.description-left,
    .gslide-description.description-right {
        max-width: 275px
    }

    .glightbox-open {
        height: auto
    }

    .goverlay {
        background: #000000eb
    }

    .glightbox-clean .gslide-media {
        box-shadow: 1px 2px 9px #000000a6
    }

    .glightbox-clean .description-left .gdesc-inner,
    .glightbox-clean .description-right .gdesc-inner {
        position: absolute;
        height: 100%;
        overflow-y: auto
    }

    .glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
        background-color: #00000052
    }

    .glightbox-clean .gprev:hover,
    .glightbox-clean .gnext:hover,
    .glightbox-clean .gclose:hover {
        background-color: #000000b3
    }

    .glightbox-clean .gprev,
    .glightbox-clean .gnext {
        top: 45%
    }
}

@media (min-width: 992px) {
    .glightbox-clean .gclose {
        opacity: .7;
        right: 20px
    }
}

@media screen and (max-height: 420px) {
    .goverlay {
        background: #000
    }
}

@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
    opacity: 1;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide__track--ttb>.splide__list {
    display: block
}

.splide__container {
    box-sizing: border-box;
    position: relative
}

.splide__list {
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
    display: none
}

.splide__progress__bar {
    width: 0
}

.splide {
    position: relative;
    visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
    visibility: visible
}

.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative
}

.splide__slide img {
    vertical-align: bottom
}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
    display: none
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}
