@charset "UTF-8";
@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-Bold.woff2) format("woff2"), url(../fonts/Roboto-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-Regular.woff2) format("woff2"), url(../fonts/Roboto-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-Medium.woff2) format("woff2"), url(../fonts/Roboto-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: PTSans;
    font-display: swap;
    src: url(../fonts/PTSans-Bold.woff2) format("woff2"), url(../fonts/PTSans-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: PTSans;
    font-display: swap;
    src: url(../fonts/PTSans-Regular.woff2) format("woff2"), url(../fonts/PTSans-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: icons;
    font-display: swap;
    src: url(../fonts/icons.woff2) format("woff2"), url(../fonts/icons.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
[class*="_icon-"]:before {
    font-family: icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class*="_icon-"]:before {
    display: block;
}
._icon-arrow-left:before {
    content: "\e900";
}
._icon-arrow-right:before {
    content: "\e905";
}
._icon-close:before {
    content: "\e903";
}
* {
    padding: 0;
    margin: 0;
    border: 0;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body,
html {
    height: 100%;
    min-width: 320px;
}
body {
    color: #000;
    line-height: 1;
    font-family: Roboto;
    font-size: 1rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
button,
input,
textarea {
    font-family: Roboto;
    font-size: inherit;
}
button {
    cursor: pointer;
    color: inherit;
    background-color: inherit;
}
a {
    color: inherit;
}
a:link,
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
ul li {
    list-style: none;
}
img {
    vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}
.wrapper {
    position: relative;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.wrapper > main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.wrapper > * {
    min-width: 0;
}
.page {
    position: relative;
    z-index: 0;
}
.page__to-top {
    position: fixed;
    bottom: 2.5rem;
    right: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #00b4c2;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    width: 3.75rem;
    height: 3.75rem;
    -webkit-box-shadow: 0 0 20px 0 rgba(30, 28, 24, 0.19);
    box-shadow: 0 0 20px 0 rgba(30, 28, 24, 0.19);
    z-index: 10;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}
.page__to-top::before {
    color: #fff;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    font-size: 1.5625rem;
}
.page__to-top._active {
    opacity: 1;
}
.lock {
    overflow: hidden;
}
[class*="__container"] {
    max-width: 74.6875rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 0.9375rem;
}
[class*="-ibg"] {
    position: relative;
}
[class*="-ibg"] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
[class*="-ibg_contain"] img {
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper {
    overflow: hidden;
}
.swiper-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.swiper-vertical .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.swiper-initialized .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-button-lock {
    display: none !important;
}
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #00b4c2;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: var(--swiper-pagination-bullet-inactive-color, #fff);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet:only-child {
    display: none !important;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s top, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s left, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s right, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube {
    overflow: visible;
}
.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}
.swiper-flip {
    overflow: visible;
}
.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    -o-transition-property: transform, opacity, height;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform;
}
.swiper-cards {
    overflow: visible;
}
.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
body::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.8s ease 0s;
    -o-transition: opacity 0.8s ease 0s;
    transition: opacity 0.8s ease 0s;
    pointer-events: none;
    z-index: 149;
}
.popup-show body::after {
    opacity: 1;
}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px 10px;
    -webkit-transition: visibility 0.8s ease 0s;
    -o-transition: visibility 0.8s ease 0s;
    transition: visibility 0.8s ease 0s;
    visibility: hidden;
    pointer-events: none;
}
.popup_show {
    z-index: 150;
    visibility: visible;
    overflow: auto;
    pointer-events: auto;
}
.popup_show .popup__content {
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.popup__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}
.popup__content {
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    background-color: #fff;
    width: 100%;
    max-width: 950px;
    overflow: hidden;
}
.lock .popup__content {
    visibility: visible;
}
.popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.875rem 2.5rem 3.125rem;
}
.popup__content-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 31.25rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3.75rem 2.5rem 3.125rem;
    text-align: center;
}
.popup__close {
    position: absolute;
    top: 1.5625rem;
    right: 1.5625rem;
    z-index: 2;
    color: #000;
    z-index: 2;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.popup__title {
    font-weight: 700;
    line-height: 1.1666666667;
    margin-bottom: 0.9375rem;
}
@supports (font-size: clamp(1.25rem, 1.0290055249rem + 1.1049723757vw, 1.875rem)) {
    .popup__title {
        font-size: clamp(1.25rem, 1.0290055249rem + 1.1049723757vw, 1.875rem);
    }
}
@supports not (font-size: clamp(1.25rem, 1.0290055249rem + 1.1049723757vw, 1.875rem)) {
    .popup__title {
        font-size: calc(1.25rem + 0.625 * (100vw - 20rem) / 56.5625);
    }
}
.popup__subtitle {
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 500;
    margin-bottom: 1.25rem;
}
.popup .btn {
    width: 100%;
    padding: 0.9375rem;
}
[class*="__container"] {
    position: relative;
    z-index: 2;
}
.breadcrumbs {
    white-space: nowrap;
    overflow: auto;
    height: 1.375rem;
    margin-bottom: 2.5rem;
}
.breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.breadcrumbs__list:not(:last-child) {
    margin-bottom: 1.875rem;
}
.breadcrumbs__item {
    font-size: 1rem;
    line-height: 19px;
}
.breadcrumbs__item span {
    position: relative;
    display: block;
}
.breadcrumbs__link {
    margin-right: 0.3125rem;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.breadcrumbs__link::before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.page-inner {
    padding: 10.625rem 0 6.25rem;
}
.btn {
    display: inline-block;
    position: relative;
    background: #00b4c2;
    font-weight: 700;
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.1666666667;
    padding: 0.75rem 1rem;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -o-linear-gradient(242.41deg, #0839e7 -65.91%, rgba(255, 255, 255, 0) 47.84%), #00b4c2;
    background: linear-gradient(207.59deg, #0839e7 -65.91%, rgba(255, 255, 255, 0) 47.84%), #00b4c2;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn span {
    position: relative;
    z-index: 2;
}
.section-title {
    font-weight: 700;
    line-height: 1.1538461538;
    color: #1f1f1f;
}
@supports (font-size: clamp(1.125rem, 0.9482044199rem + 0.8839779006vw, 1.625rem)) {
    .section-title {
        font-size: clamp(1.125rem, 0.9482044199rem + 0.8839779006vw, 1.625rem);
    }
}
@supports not (font-size: clamp(1.125rem, 0.9482044199rem + 0.8839779006vw, 1.625rem)) {
    .section-title {
        font-size: calc(1.125rem + 0.5 * (100vw - 20rem) / 56.5625);
    }
}
.swiper-pagination-horizontal {
    margin-top: 2.5rem;
    text-align: center;
}
input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.input {
    width: 100%;
    display: block;
    padding: 0 20px;
    height: 3.125rem;
    border: 1px solid #d3d3d3;
    font-size: 1.125rem;
    line-height: 1.2222222222;
    color: #38422e;
}
.input:not(:last-child) {
    margin-bottom: 1.25rem;
}
.input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 1rem;
    line-height: 130%;
    color: #c4c4c4;
}
.input::-moz-placeholder {
    font-weight: 400;
    font-size: 1rem;
    line-height: 130%;
    color: #c4c4c4;
}
.input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 1rem;
    line-height: 130%;
    color: #c4c4c4;
}
.input::-ms-input-placeholder {
    font-weight: 400;
    font-size: 1rem;
    line-height: 130%;
    color: #c4c4c4;
}
.input::placeholder {
    font-weight: 400;
    font-size: 1rem;
    line-height: 130%;
    color: #c4c4c4;
}
.input._form-error {
    border-color: red;
}
.form__error {
    font-size: 0.75rem;
    line-height: 1.1875;
    color: red;
    text-align: right;
    margin-top: 0.625rem;
    margin-top: 1.25rem;
}
.checkbox {
    position: relative;
}
.checkbox:not(:last-child) {
    margin-bottom: 1.25rem;
}
.checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}
.checkbox__input:checked + .checkbox__label:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.checkbox__label {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    gap: 10px;
}
.checkbox__label:before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.25rem;
    flex: 0 0 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #00b4c2;
}
.checkbox__label::after {
    content: "";
    width: 0.75rem;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    height: 0.75rem;
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    background-color: #00b4c2;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.checkbox__text {
    font-size: 0.875rem;
    text-align: left;
}
.checkbox__text small {
    color: #00b4c2;
}
.header {
    padding: 1.25rem 0;
    border-bottom: 1px solid #ddd;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 4;
}
.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__logo img {
    max-width: 17.8125rem;
}
.header__wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1.5625rem;
}
.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu__item {
    white-space: nowrap;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.15;
}
.menu__item:not(:last-child) {
    margin-right: 1.875rem;
}
.menu__link {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.icon-menu {
    display: none;
}
.footer {
    background: #f2f2f2;
    padding: 5rem 0 2.1875rem;
}
.footer a {
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__logo {
    margin-right: 1.875rem;
}
.footer__logo img {
    max-width: 11.5625rem;
}
.footer__wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__coll:not(:last-child) {
    margin-right: 12.1875rem;
}
.footer__coll ul li {
    font-size: 1.125rem;
    line-height: 1.1666666667;
    color: #1f1f1f;
}
.footer__coll ul li:not(:last-child) {
    margin-bottom: 0.625rem;
}
.footer__item {
    max-width: 11.4375rem;
    width: 100%;
    text-align: right;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 150%;
    color: #2e2e2e;
}
.footer__item:not(:last-child) {
    margin-bottom: 1.25rem;
}
.footer__copy {
    margin-top: 1.875rem;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.1666666667;
    text-align: right;
    color: #200e32;
}
.main-block {
    position: relative;
    min-height: 100vh;
    height: 100%;
    padding-top: 14.375rem;
    padding-bottom: 6.25rem;
}
.main-block__img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.main-block__img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.7) 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
}
.main-block__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.main-block__title {
    font-weight: 700;
    line-height: 1.18;
    text-align: center;
}
@supports (font-size: clamp(1.5rem, 0.9254143646rem + 2.8729281768vw, 3.125rem)) {
    .main-block__title {
        font-size: clamp(1.5rem, 0.9254143646rem + 2.8729281768vw, 3.125rem);
    }
}
@supports not (font-size: clamp(1.5rem, 0.9254143646rem + 2.8729281768vw, 3.125rem)) {
    .main-block__title {
        font-size: calc(1.5rem + 1.625 * (100vw - 20rem) / 56.5625);
    }
}
.main-block__title:not(:last-child) {
    margin-bottom: 1.25rem;
}
.services-main {
    padding: 2.5rem 0 0.625rem;
}
.services-main a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.services-main__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.875rem;
}
.services-main__link {
    font-family: PTSans;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.3125;
    color: #6a6a6a;
}
.services-main__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -1.25rem;
}
.services-main__item {
    width: calc(50% - 20px);
    margin-left: 1.25rem;
    margin-bottom: 0.9375rem;
    font-weight: 700;
    line-height: 147.69%;
    color: #001845;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
@supports (font-size: clamp(0.875rem, 0.6982044199rem + 0.8839779006vw, 1.375rem)) {
    .services-main__item {
        font-size: clamp(0.875rem, 0.6982044199rem + 0.8839779006vw, 1.375rem);
    }
}
@supports not (font-size: clamp(0.875rem, 0.6982044199rem + 0.8839779006vw, 1.375rem)) {
    .services-main__item {
        font-size: calc(0.875rem + 0.5 * (100vw - 20rem) / 56.5625);
    }
}
.about-main {
    padding: 0.75rem 0 0.625rem;
}
.about-main__title {
    margin-bottom: 2.5rem;
}
.about-main__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 400;
    line-height: 147.69%;
    color: #2e2e2e;
    padding: 0.625rem;
}
@supports (font-size: clamp(0.875rem, 0.7866022099rem + 0.4419889503vw, 1.125rem)) {
    .about-main__text {
        font-size: clamp(0.875rem, 0.7866022099rem + 0.4419889503vw, 1.125rem);
    }
}
@supports not (font-size: clamp(0.875rem, 0.7866022099rem + 0.4419889503vw, 1.125rem)) {
    .about-main__text {
        font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 56.5625);
    }
}
.about-main__btn {
    margin-top: 1.25rem;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.partners {
    padding-top: 1.5625rem;
}
.partners__title {
    margin-bottom: 2.5rem;
}
.partners__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1.25rem;
}
.partners__item {
    width: calc(16.66666% - 20px);
    margin-left: 1.25rem;
    margin-bottom: 1.25rem;
    height: 11.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #212d4b;
    padding: 0.4375rem;
}
.partners__item img {
    width: 100%;
}
.news {
    padding: 2.5rem 0 1.25rem;
}
.news__title {
    margin-bottom: 1.875rem;
}
.news__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1.25rem;
}
.item-news {
    position: relative;
    width: calc(33.3333% - 20px);
    height: 16.5625rem;
    margin-bottom: 1.25rem;
    margin-left: 1.25rem;
}
.item-news:hover .item-news__content {
    opacity: 1;
    pointer-events: auto;
}
.item-news img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.item-news picture {
    width: 100%;
    height: 100%;
}
.item-news picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.item-news__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background: #00b4c2;
    background: -o-linear-gradient(219.41deg, #0839e7 -25.91%, rgba(255, 255, 255, 0) 90.84%), #00b4c2;
    background: linear-gradient(230.59deg, #0839e7 -25.91%, rgba(255, 255, 255, 0) 90.84%), #00b4c2;
    padding: 1.5rem 1.25rem 1rem;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}
.item-news__title {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.2083333333;
    margin-bottom: 2.1875rem;
}
.item-news__subtitle {
    font-size: 1.125rem;
    line-height: 109.4%;
}
.item-news__link {
    font-size: 1.125rem;
    line-height: 1.1666666667;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.reviews {
    padding: 0.9375rem 0 1.875rem;
}
.reviews__title {
    margin-bottom: 1.875rem;
}
.item-reviews__text {
    background-color: #f3f5f6;
    padding: 2.8125rem;
    text-align: center;
    color: #929ba6;
    font-size: 1rem;
    line-height: 140%;
    margin-bottom: 0.9375rem;
    position: relative;
}
.item-reviews__text::before {
    content: "";
    position: absolute;
    bottom: -1.875rem;
    left: 3.125rem;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 30px;
    border-right-width: 0;
    border-top: 30px solid #f3f5f6;
}
.item-reviews__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.item-reviews__img {
    min-width: 4.375rem;
    width: 4.375rem;
    height: 4.375rem;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 1.5rem;
}
.item-reviews__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.item-reviews__name {
    text-transform: uppercase;
    color: #00b4c2;
    font-size: 1.125rem;
    line-height: 1.2222222222;
    font-weight: 700;
    letter-spacing: 0.075rem;
    margin-bottom: 0.4375rem;
}
.item-reviews__role {
    color: #929ba6;
    font-size: 1rem;
    line-height: 1.25;
}
.contacts {
    padding-top: 1.25rem;
    height: 100%;
    position: relative;
}
.contacts__map {
    position: relative;
    width: 100%;
    height: 21.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.contacts__map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
.contacts__container {
    width: 90%;
}
.contacts__title {
    margin-bottom: 2.1875rem;
}
.contacts__box {
    background: #fff;
    padding: 0.625rem;
    width: 23.75rem;
    margin-left: 0;
    margin-right: auto;
    font-weight: 700;
    line-height: 100%;
    color: #231f20;
}
@supports (font-size: clamp(0.875rem, 0.7424033149rem + 0.6629834254vw, 1.25rem)) {
    .contacts__box {
        font-size: clamp(0.875rem, 0.7424033149rem + 0.6629834254vw, 1.125rem);
    }
}
@supports not (font-size: clamp(0.875rem, 0.7424033149rem + 0.6629834254vw, 1.25rem)) {
    .contacts__box {
        font-size: calc(0.875rem + 0.375 * (100vw - 20rem) / 56.5625);
    }
}
.contacts__box span:first-child {
    margin-right: 1.25rem;
}
.contacts__box span:last-child {
    width: 11.375rem;
    font-weight: 400;
    font-size: 0.875rem;
}
.contacts__box a {
    font-weight: 400;
    font-size: 0.875rem;
    width: 11.375rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.contacts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contacts__item:not(:last-child) {
    margin-bottom: 1.25rem;
}
.news-page__title {
    margin-bottom: 1.25rem;
}
.contacts-page__title {
    margin-bottom: 1.25rem;
}
.contacts-page .contacts__box {
    padding: 0;
    margin-bottom: 1.25rem;
}
.contacts-page .contacts__item:not(:last-child) {
    margin-bottom: 0.4375rem;
}
.contacts-page iframe {
    width: 100%;
    height: 42.5rem;
}
.detailed__title {
    margin-bottom: 1.25rem;
}
.detailed__img {
    width: 100%;
    height: 28.9375rem;
    margin-bottom: 1.25rem;
}
.detailed__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.detailed__text {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 147%;
    color: #2E2E2E;
    margin-bottom: 2.5rem;
}
.detailed__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 1rem;
    line-height: 147%;
    color: #0839e7;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.detailed__link::before {
    margin-right: 0.3125rem;
    font-size: 0.5rem;
    margin-top: 0.125rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.about__title {
    margin-bottom: 1.25rem;
}
.about__wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.about__menu {
    margin-right: 1.25rem;
    max-width: 17.3125rem;
    width: 100%;
}
.about__menu-item {
    display: block;
    background: -o-linear-gradient(59.41deg, #0839e7 -25.91%, rgba(255, 255, 255, 0) 90.84%), #00b4c2;
    background: linear-gradient(30.59deg, #0839e7 -25.91%, rgba(255, 255, 255, 0) 90.84%), #00b4c2;
    padding: 0.5rem 1.0625rem;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.1666666667;
    color: #fff;
    position: relative;
}
.about__menu-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(242.41deg, #0839e7 -65.91%, rgba(255, 255, 255, 0) 47.84%), #00b4c2;
    background: linear-gradient(207.59deg, #0839e7 -65.91%, rgba(255, 255, 255, 0) 47.84%), #00b4c2;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.about__menu-item span {
    position: relative;
    z-index: 2;
}
.about__content {
    max-width: 55rem;
    width: 100%;
}
.about__img {
    width: 100%;
    height: 27.25rem;
    margin-bottom: 1.25rem;
}
.about__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.about__text {
    font-weight: 700;
    font-size: 1rem;
    line-height: 147%;
    color: #2e2e2e;
}
.documents__title {
    margin-bottom: 1.25rem;
}
.documents__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1.25rem;
}
.documents__item {
    width: calc(16.66666% - 20px);
    margin-bottom: 1.25rem;
    margin-left: 1.25rem;
    text-align: center;
}
.documents__item img {
    display: block;
    max-width: 8.875rem;
    margin: 0 auto 1.25rem;
}
.documents__item span {
    display: block;
    font-weight: 700;
    font-size: 1rem;
    line-height: 147%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
@media (max-width: 75em) {
    .header__logo img {
        max-width: 12.5rem;
    }
    .menu__item {
        font-size: 1rem;
    }
    .menu__item:not(:last-child) {
        margin-right: 1.5625rem;
    }
    .item-news {
        width: calc(33.3333% - 20px);
        margin-bottom: 1.25rem;
        margin-left: 1.25rem;
        height: 15.3125rem;
    }
    .item-news__title {
        margin-bottom: 1.25rem;
    }
    .documents__item {
        width: calc(20% - 20px);
    }
}
@media (max-width: 81.25em) {
    .item-news__content {
        padding: 1.25rem 0.9375rem 0.75rem;
    }
}
@media (max-width: 71.875em) {
    .partners__item {
        width: calc(20% - 20px);
    }
}
@media (max-width: 61.99875em) {
    .popup__content {
        padding: 1.5625rem 1.25rem 2.5rem;
    }
    .breadcrumbs {
        margin-bottom: 2.1875rem;
    }
    .page-inner {
        padding: 8.125rem 0 4.375rem;
    }
    .btn {
        font-size: 0.9375rem;
        padding: 0.625rem 0.9375rem;
    }
    .header__logo img {
        max-width: 9.375rem;
    }
    .menu__item {
        font-size: 0.875rem;
    }
    .menu__item:not(:last-child) {
        margin-right: 1.25rem;
    }
    .footer__coll:not(:last-child) {
        margin-right: 3.125rem;
    }
    .footer__coll ul li {
        font-size: 1rem;
    }
    .about-main__title {
        margin-bottom: 1.875rem;
    }
    .partners__title {
        margin-bottom: 1.875rem;
    }
    .partners__items {
        margin-left: -0.625rem;
    }
    .partners__item {
        width: calc(25% - 10px);
        margin-left: 0.625rem;
        margin-bottom: 0.625rem;
    }
    .news__items {
        margin-left: -0.625rem;
    }
    .item-news {
        width: calc(50% - 10px);
        margin-bottom: 0.625rem;
        margin-left: 0.625rem;
    }
    .item-news__title {
        font-size: 1.25rem;
    }
    .item-reviews__text {
        padding: 1.5625rem;
    }
    .item-reviews__name {
        font-size: 1rem;
        margin-bottom: 0.3125rem;
    }
    .contacts-page iframe {
        height: 34.375rem;
    }
    .detailed__img {
        height: 25rem;
    }
    .about__img {
        height: 23.75rem;
    }
    .documents__item {
        width: calc(25% - 20px);
    }
}
@media (max-width: 53.125em) {
    .menu__item {
        font-size: 0.75rem;
    }
    .menu__item:not(:last-child) {
        margin-right: 0.9375rem;
    }
}
@media (max-width: 47.99875em) {
    .page__to-top {
        bottom: 1.25rem;
        right: 1.25rem;
        width: 2.8125rem;
        height: 2.8125rem;
    }
    .page__to-top::before {
        font-size: 1.25rem;
    }
    .popup__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .breadcrumbs {
        margin-bottom: 1.5625rem;
    }
    .breadcrumbs__item {
        font-size: 0.875rem;
    }
    .page-inner {
        padding: 6.25rem 0 3.125rem;
    }
    .btn {
        font-size: 0.875rem;
        padding: 0.5rem 0.75rem;
    }
    .header {
        padding: 0.625rem 0;
    }
    .header__btn {
        margin-right: 0.625rem;
    }
    .menu {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-right: 0;
    }
    .menu__body {
        position: fixed;
        width: 80%;
        height: 100vh;
        top: 0;
        right: -1000%;
        overflow: auto;
        background: rgba(221, 221, 221, 0.9);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        padding: 6.25rem 1.25rem 3.125rem 1.25rem;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        z-index: 4;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .menu-open .menu__body {
        right: 0;
    }
    .menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .menu__list:not(:last-child) {
        margin-bottom: 1.25rem;
    }
    .menu__item {
        font-size: 0.875rem;
    }
    .menu__item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 0.9375rem;
    }
    .icon-menu {
        display: block;
        position: relative;
        width: 1.25rem;
        height: 0.9375rem;
        cursor: pointer;
        z-index: 10;
    }
    .icon-menu span,
    .icon-menu::after,
    .icon-menu::before {
        content: "";
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        left: 0;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #000;
    }
    .icon-menu::before {
        top: 0;
    }
    .icon-menu::after {
        bottom: 0;
    }
    .icon-menu span {
        top: calc(50% - 1px);
    }
    .menu-open .icon-menu span {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    .menu-open .icon-menu::before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: calc(50% - 1px);
    }
    .menu-open .icon-menu::after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        bottom: calc(50% - 1px);
    }
    .menu-open .icon-menu span,
    .menu-open .icon-menu::after,
    .menu-open .icon-menu::before {
        background-color: #fff;
    }
    .footer {
        padding: 1.875rem 0 1.5625rem;
    }
    .footer__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer__logo {
        margin-bottom: 0.9375rem;
        margin-right: 0;
    }
    .footer__wrapp {
        margin-bottom: 0.9375rem;
    }
    .footer__coll:not(:last-child) {
        margin-right: 0;
        margin-bottom: 0.625rem;
    }
    .footer__coll ul {
        text-align: center;
    }
    .footer__item {
        text-align: center;
    }
    .footer__copy {
        text-align: center;
    }
    .main-block {
        padding-top: 11.25rem;
        padding-bottom: 5rem;
    }
    .services-main__link {
        font-size: 0.875rem;
    }
    .services-main__items {
        margin-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .services-main__item {
        margin-left: 0;
        width: 100%;
        margin-bottom: 0.625rem;
    }
    .about-main__title {
        margin-bottom: 1.25rem;
    }
    .about-main__text {
        font-weight: 500;
    }
    .partners__title {
        margin-bottom: 1.25rem;
    }
    .partners__item {
        width: calc(33.3333% - 10px);
    }
    .news {
        padding: 1.875rem 0 0.9375rem;
    }
    .news__title {
        margin-bottom: 1.25rem;
    }
    .item-news__title {
        font-size: 1.125rem;
    }
    .item-news__subtitle {
        font-size: 1rem;
    }
    .item-news__link {
        font-size: 0.875rem;
    }
    .reviews {
        padding: 0.625rem 0 1.25rem;
    }
    .reviews__title {
        margin-bottom: 1.25rem;
    }
    .item-reviews__text {
        padding: 0.9375rem;
        font-size: 0.875rem;
    }
    .item-reviews__text::before {
        bottom: -1.25rem;
        left: 1.875rem;
        border-left-width: 20px;
        border-top: 20px solid #f3f5f6;
    }
    .item-reviews__img {
        min-width: 3.125rem;
        width: 3.125rem;
        height: 3.125rem;
        margin-right: 0.9375rem;
    }
    .item-reviews__name {
        font-size: 0.875rem;
    }
    .item-reviews__role {
        font-size: 0.875rem;
    }
    .contacts__map {
        height: 25rem;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .contacts__title {
        margin-bottom: 1.25rem;
    }
    .contacts__box {
        margin-top: 1.875rem;
    }
    .contacts-page iframe {
        height: 25rem;
    }
    .detailed__img {
        height: 21.875rem;
    }
    .about__wrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about__menu {
        margin-bottom: 0.9375rem;
    }
    .about__menu-item {
        font-size: 1rem;
        padding: 0.5rem 0.9375rem;
    }
    .about__img {
        height: 20rem;
    }
    .documents__item {
        width: calc(33.33333% - 20px);
    }
    .documents__item img {
        max-width: 7.625rem;
    }
}
@media (max-width: 47.99875em) and (max-width: 47.99875em) {
    .footer__wrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 37.5em) {
    .item-news {
        width: 100%;
    }
}
@media (max-width: 29.99875em) {
    .popup__content-form {
        padding: 3.125rem 1.25rem 2.5rem;
    }
    .popup__close {
        top: 0.9375rem;
        right: 0.9375rem;
    }
    .popup__subtitle {
        font-size: 0.875rem;
    }
    .breadcrumbs__item {
        font-size: 0.75rem;
    }
    .page-inner {
        padding: 5.3125rem 0 2.1875rem;
    }
    .input {
        height: 2.5rem;
        font-size: 1rem;
    }
    .input:not(:last-child) {
        margin-bottom: 0.9375rem;
    }
    .input::-webkit-input-placeholder {
        font-size: 0.875rem;
    }
    .input::-moz-placeholder {
        font-size: 0.875rem;
    }
    .input:-ms-input-placeholder {
        font-size: 0.875rem;
    }
    .input::-ms-input-placeholder {
        font-size: 0.875rem;
    }
    .input::placeholder {
        font-size: 0.875rem;
    }
    .checkbox__text {
        font-size: 0.75rem;
    }
    .header__logo img {
        max-width: 8.125rem;
    }
    .main-block {
        padding-top: 9.375rem;
        padding-bottom: 3.125rem;
    }
    .services-main__top {
        margin-bottom: 1.25rem;
    }
    .services-main__link {
        font-size: 0.8125rem;
    }
    .about-main__title {
        margin-bottom: 0.9375rem;
    }
    .about-main__btn {
        margin-top: 0.9375rem;
    }
    .partners__title {
        margin-bottom: 0.9375rem;
    }
    .partners__item {
        width: calc(50% - 10px);
    }
    .news__title {
        margin-bottom: 0.9375rem;
    }
    .item-news__title {
        font-size: 1rem;
    }
    .item-news__subtitle {
        font-size: 0.875rem;
    }
    .item-news__link {
        font-size: 0.8125rem;
    }
    .reviews__title {
        margin-bottom: 0.9375rem;
    }
    .contacts__title {
        margin-bottom: 0.9375rem;
    }
    .detailed__img {
        height: 15.625rem;
    }
    .detailed__text {
        font-size: 0.875rem;
        margin-bottom: 1.25rem;
    }
    .detailed__link {
        font-size: 0.875rem;
    }
    .about__menu {
        max-width: 100%;
    }
    .about__menu-item {
        font-size: 0.875rem;
        padding: 0.5rem 0.75rem;
    }
    .about__img {
        height: 12.5rem;
    }
    .about__text {
        font-size: 0.875rem;
    }
    .documents__item {
        width: calc(50% - 20px);
    }
    .documents__item img {
        max-width: 5.625rem;
    }
    .documents__item span {
        font-size: 0.875rem;
    }
}
@media (max-width: 22.5em) {
    .header__btn {
        margin-right: 0;
    }
}
@media (any-hover: hover) {
    .page__to-top:hover {
        background: #357ee2;
    }
    .popup__close:hover {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .breadcrumbs__link:hover {
        color: #00b4c2;
    }
    .breadcrumbs__link:hover::before {
        background-color: #00b4c2;
    }
    .btn:hover::before {
        opacity: 0;
    }
    .menu__link:hover {
        color: #00b4c2;
    }
    .footer a:hover {
        color: #00b4c2;
    }
    .services-main a:hover {
        color: #00b4c2;
    }
    .item-news__link:hover {
        color: #00b4c2;
    }
    .contacts__box a:hover {
        color: #00b4c2;
    }
    .detailed__link:hover {
        color: #00b4c2;
    }
    .detailed__link:hover::before {
        -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    .about__menu-item:hover::before {
        opacity: 0;
    }
    .documents__item:hover span {
        color: #00b4c2;
    }
}
