@charset "UTF-8";
@import"https://fonts.googleapis.com/css?family=Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic&display=swap";

@font-face {
    font-family: MyriadPro;
    font-display: swap;
    src: url(/fonts/MyriadPro-Bold.woff2) format("woff2"), url(/fonts/MyriadPro-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: MyriadPro;
    font-display: swap;
    src: url(/fonts/MyriadPro-Light.woff2) format("woff2"), url(/fonts/MyriadPro-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: MyriadPro;
    font-display: swap;
    src: url(/fonts/MyriadPro-Regular.woff2) format("woff2"), url(/fonts/MyriadPro-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: MyriadPro;
    font-display: swap;
    src: url(/fonts/MyriadPro-Semibold.woff2) format("woff2"), url(/fonts/MyriadPro-Semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

* {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

*,
*:before,
*:after {
    box-sizing: border-box
}

html,
body {
    height: 100%;
    min-width: 320px
}

body {
    color: #000;
    line-height: 1;
    font-family: MyriadPro;
    font-size: .875rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

input,
button,
textarea {
    font-family: MyriadPro;
    font-size: inherit
}

button {
    cursor: pointer;
    color: inherit;
    background-color: inherit
}

a {
    color: inherit
}

a:link,
a:visited,
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
}

.lock body {
    overflow: hidden;
    touch-action: none;
    overscroll-behavior: none
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.wrapper>main {
    flex: 1 1 auto
}

.wrapper>* {
    min-width: 0
}

[class*=__container] {
    max-width: 81.25rem;
    margin: 0 auto;
    padding: 0 .9375rem
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: .5rem 0;
    color: #fff;
    background-color: #087473
    font-size: 1rem;
    transition: background-color .3s ease 0s
}

@media (any-hover: hover) {
    .button:hover {
        background-color: #c96219
    }
}

.button:focus {
    background-color: #c96219
}

.button:active {
    background-color: #c96219
}

@media (max-width: 29.99875em) {
    .button {
        font-size: 1.375rem;
        width: 100%;
        max-width: none;
        padding: .625rem 0
    }
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.input {
    border-radius: 0 !important;
    background-color: #fff;
    width: 100%;
    display: block;
    font-size: 1rem;
    padding: .75rem;
    border: .0625rem solid #888888;
    transition: background-color .3s ease 0s, border-color .3s ease 0s;
    outline: none
}

@media (max-width: 29.99875em) {
    .input {
        font-size: 1.125rem
    }
}

.input::placeholder {
    color: #bababa;
    transition: color .3s ease 0s
}

.input._form-focus {
    background-color: #cfcfcf
}

.input._form-error {
    border-color: #d80000;
    color: #d80000
}

.input._form-error::placeholder {
    color: #d80000
}

textarea.input {
    resize: none;
    height: 5rem
}

@media (max-width: 29.99875em) {
    textarea.input {
        height: 5.625rem
    }
}

body:after {
    content: "";
    background-color: #fffc;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .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: 1.875rem .625rem;
    transition: visibility .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;
    opacity: 1
}

.popup__wrapper {
    flex-direction: column;
    min-height: 100%;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.popup__content {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease 0s;
    background-color: #fff;
    padding: .625rem 1.25rem .9375rem;
    border: .0625rem solid #000;
    width: 100%;
    max-width: 31.25rem
}

.lock .popup__content {
    visibility: visible
}

.popup__close {
    width: 1.875rem;
    height: 1.875rem;
    margin: 0 0 0 auto;
    display: block;
    position: relative;
    transition: opacity .3s ease 0s
}

.popup__close:not(:last-child) {
    margin-bottom: .625rem
}

.popup__close:before,
.popup__close:after {
    display: block;
    position: absolute;
    content: "";
    width: 80%;
    height: .125rem;
    top: 50%;
    left: 50%;
    background-color: #000
}

.popup__close:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.popup__close:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

@media (any-hover: hover) {
    .popup__close:hover {
        opacity: .75
    }
}

.popup__close:active {
    opacity: .5
}

.form-popup__input-wrapper {
    display: block
}

.form-popup__input-wrapper:not(:last-child) {
    margin-bottom: .3125rem
}

@media (max-width: 29.99875em) {
    .form-popup__input-wrapper:not(:last-child) {
        margin-bottom: .625rem
    }
}

.form-popup__input-wrapper._form-error span {
    color: #d80000
}

.form-popup__input-wrapper span {
    display: block;
    font-size: .75rem;
    color: #3f3d3d
}

.form-popup__input-wrapper span:not(:last-child) {
    margin-bottom: .1875rem
}

@media (max-width: 29.99875em) {
    .form-popup__input-wrapper span:not(:last-child) {
        margin-bottom: .3125rem
    }
}

@media (max-width: 29.99875em) {
    .form-popup__input-wrapper span {
        font-size: .875rem
    }
}

.form-popup__btn-wrapper {
    margin-top: .625rem
}

.form-popup__button {
    max-width: 14.375rem;
    font-size: 1.375rem;
    line-height: 1.8181818182;
    padding: 0
}

@media (max-width: 29.99875em) {
    .form-popup__button {
        max-width: none;
        font-size: 1.25rem;
        padding: .3125rem 0
    }
}

[class*=-ibg] {
    position: relative
}

[class*=-ibg] img,
[class*=-ibg] video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover
}

[class*=-ibg_contain] img {
    object-fit: contain
}

._lazy-load {
    opacity: 0;
    transition: opacity .3s ease 0s
}

._lazy-load._lazy-loaded {
    opacity: 1
}

._section-title {
    font-weight: 700;
    color: #303031;
    text-transform: uppercase;
    line-height: 140%
}

@media (min-width: 81.25em) {
    ._section-title {
        font-size: 2.5rem
    }
}

@media (min-width: 20em) and (max-width: 81.25em) {
    @supports (font-size: clamp(1.375rem, 1.0076530612rem + 1.8367346939vw, 2.5rem)) {
        ._section-title {
            font-size: clamp(1.375rem, 1.0076530612rem + 1.8367346939vw, 2.5rem)
        }
    }

    @supports not (font-size: clamp(1.375rem, 1.0076530612rem + 1.8367346939vw, 2.5rem)) {
        ._section-title {
            font-size: calc(1.375rem + 1.125 * (100vw - 20rem) / 61.25)
        }
    }
}

@media (max-width: 20em) {
    ._section-title {
        font-size: 1.375rem
    }
}

._section-with-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.main-section {
    padding: 5rem 0;
    position: relative;
    color: #fff
}

.main-section:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #6775d5;
    z-index: 2
}

.main-section._red-bg:after {
    background-color: #6775d5
}

.main-section__container {
    position: relative;
    z-index: 5
}

.main-section__title {
    font-family: Open Sans;
    
    line-height: 1.2
}

@media (min-width: 81.25em) {
    .main-section__title {
        font-size: 3.75rem
    }
}

@media (min-width: 20em) and (max-width: 81.25em) {
    @supports (font-size: clamp(1.625rem, .931122449rem + 3.4693877551vw, 3.75rem)) {
        .main-section__title {
            font-size: clamp(1.625rem, .931122449rem + 3.4693877551vw, 3.75rem)
        }
    }

    @supports not (font-size: clamp(1.625rem, .931122449rem + 3.4693877551vw, 3.75rem)) {
        .main-section__title {
            font-size: calc(1.625rem + 2.125 * (100vw - 20rem) / 61.25)
        }
    }
}

@media (max-width: 20em) {
    .main-section__title {
        font-size: 1.625rem
    }
}

.main-section__title:not(:last-child) {
    margin-bottom: .5666666667em
}

@media (max-width: 47.99875em) {
    .main-section__title:not(:last-child) {
        margin-bottom: .75em
    }
}

@media (max-width: 29.99875em) {
    .main-section__title:not(:last-child) {
        margin-bottom: 1em
    }
}

.main-section__bread-crumbs {
    display: flex;
    gap: 1.875rem
}

@media (max-width: 47.99875em) {
    .main-section__bread-crumbs {
        gap: 1.25rem
    }
}

@media (max-width: 29.99875em) {
    .main-section__bread-crumbs {
        gap: .625rem
    }
}

.main-section__bread-crumbs a.main-section__bread-crumbs-link {
    transition: color .3s ease 0s
}

@media (any-hover: hover) {
    .main-section__bread-crumbs a.main-section__bread-crumbs-link:hover {
        color: #bebebe
    }

    .main-section__bread-crumbs a.main-section__bread-crumbs-link:hover:after {
        color: #fff
    }
}

.main-section__bread-crumbs-link {
    font-family: Open Sans;
    font-size: 1.5625rem;
    position: relative
}

@media (max-width: 61.99875em) {
    .main-section__bread-crumbs-link {
        font-size: 1.375rem
    }
}

@media (max-width: 47.99875em) {
    .main-section__bread-crumbs-link {
        font-size: 1rem
    }
}

@media (max-width: 29.99875em) {
    .main-section__bread-crumbs-link {
        font-size: .75rem
    }
}

.main-section__bread-crumbs-link:not(:last-child):after {
    color: #fff;
    content: "/";
    position: absolute;
    top: 0;
    right: -1.25rem
}

@media (max-width: 47.99875em) {
    .main-section__bread-crumbs-link:not(:last-child):after {
        right: -.75rem
    }
}

@media (max-width: 29.99875em) {
    .main-section__bread-crumbs-link:not(:last-child):after {
        right: -.4375rem
    }
}

.search-popup {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 105;
    background: #cfcfcd none repeat scroll 0 0;
    box-shadow: 0 .5rem .625rem #00000014;
    transform: translateY(-200%);
    transition: all .3s ease 0s
}

.search-popup._visible {
    transform: translate(0)
}

.search-popup__body {
    padding: 3rem 0;
    display: flex;
    gap: 1.5625rem;
    align-items: center
}

@media (max-width: 47.99875em) {
    .search-popup__body {
        gap: 1.25rem
    }
}

@media (max-width: 29.99875em) {
    .search-popup__body {
        gap: .9375rem
    }
}

.search-popup__form-wrapper {
    flex: 1 1 auto
}

.search-popup__form {
    display: block
}

.search-popup__form::selection {
    background: #6775d5
    color: #fff;
    text-shadow: none
}

.search-popup__label {
    position: relative
}

.search-popup__input {
    display: block;
    width: 100%;
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #333;
    font-size: 1.5625rem;
    font-weight: 300;
    height: 3.75rem;
    line-height: 3.75rem;
    padding: 0 4.375rem 0 1.25rem;
    text-align: left;
    outline: none
}

.search-popup__submit {
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    cursor: pointer;
    height: 3.75rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 3.75rem;
    transition: .3s;
    display: flex;
    justify-content: center;
    align-items: center
}

.search-popup__submit img {
    transition: filter .3s ease 0s;
    width: 1.25rem;
    height: 1.25rem
}

@media (any-hover: hover) {
    .search-popup__submit:hover {
        background-color: #e26e1d
    }

    .search-popup__submit:hover img {
        filter: invert(1)
    }
}

.search-popup__close {
    display: block;
    flex: 0 0 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    position: relative;
    transition: transform .5s ease 0s
}

.search-popup__close:before,
.search-popup__close:after {
    content: "";
    position: absolute;
    width: 80%;
    height: .125rem;
    top: 50%;
    left: 50%;
    background-color: #fff;
    transition: background-color .5s ease 0s
}

.search-popup__close:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.search-popup__close:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

@media (any-hover: hover) {
    .search-popup__close:hover {
        transform: scale(2) rotate(180deg)
    }

    .search-popup__close:hover:before,
    .search-popup__close:hover:after {
        background-color: #6775d5
    }
}

.search-popup__close:active {
    transform: scale(2) rotate(180deg)
}

.search-popup__close:active:before,
.search-popup__close:active:after {
    background-color: #6775d5
}

@media (max-width: 29.99875em) {
    .search-popup__close {
        flex: 0 0 1.875rem;
        width: 1.875rem;
        height: 1.875rem
    }
}

.block-redactor__container {
    padding: 3.125rem 0
}

._text-content {
    font-size: 1.125rem;
    line-height: 1.2222222222;
    font-family: Open Sans
}

@media (max-width: 29.99875em) {
    ._text-content {
        font-size: 1rem
    }
}

._text-content *:not(:last-child) {
    margin-bottom: .9375rem
}

._text-content h2,
._text-content h3 {
    font-size: 1.5625rem;
    line-height: 1.2;
    font-weight: 600
}

@media (max-width: 47.99875em) {

    ._text-content h2,
    ._text-content h3 {
        font-size: 1.375rem
    }
}

._text-content h4,
._text-content h5,
._text-content h6 {
    font-size: 1.375rem;
    line-height: 1.2;
    font-weight: 600
}

@media (max-width: 47.99875em) {

    ._text-content h4,
    ._text-content h5,
    ._text-content h6 {
        font-size: 1.25rem
    }
}

._text-content b,
._text-content strong {
    font-weight: 700
}

._text-content i,
._text-content em {
    font-style: italic
}

._text-content a {
    text-decoration: underline;
    color: #6775d5;
    transition: color .3s ease 0s
}

@media (any-hover: hover) {
    ._text-content a:hover {
        color: #6775d5
    }
}

._text-content p {
    min-height: 1em
}

._text-content p img {
    display: block;
    width: 100% !important;
    height: auto !important
}

._text-content ul li {
    position: relative;
    padding-left: 1em
}

._text-content ul li:before {
    position: absolute;
    left: 0;
    top: -.125rem;
    line-height: 1;
    font-size: 1.5em;
    display: block;
    content: "\2022  ";
    color: #6775d5
}

._text-content ol li {
    margin-left: 1.1em
}

._text-content ol li::marker {
    font-size: 1em;
    font-family: Open Sans
}

._text-content table {
    border: .0625rem solid rgb(156, 156, 156) !important;
    width: 100% !important;
    height: auto !important
}

@media (max-width: 29.99875em) {
    ._text-content table {
        font-size: .875rem
    }
}

._text-content table tr {
    height: auto !important
}

._text-content table tr td {
    text-align: center;
    padding: .1875rem .625rem;
    border: .0625rem solid rgb(156, 156, 156) !important;
    width: auto !important;
    height: auto !important
}

._text-content table tr td:first-child {
    width: 60% !important
}

.header__top {
    background-color: #414144;
    padding: .625rem 0
}

.header__top-body {
    display: flex;
    align-items: center;
    gap: 1.125rem;
    justify-content: flex-end
}

.header__lang {
    font-family: Open Sans, sans-serif;
    font-size: 1.125rem;
    line-height: 1.2;
    color: #fff;
    transition: color .3s ease 0s;
    font-weight: 600
}

.header__lang:not(:last-child) {
    margin-right: .3125rem
}

@media (any-hover: hover) {
    .header__lang:hover {
        color: #6775d5
    }
}

.header__lang:active {
    color: #929292
}

@media (max-width: 29.99875em) {
    .header__lang {
        font-size: 1.375rem;
        display: inline-block
    }

    .header__lang:not(:last-child) {
        margin-right: .625rem
    }
}

@media (max-width: 29.99875em) {
    .header__top-text {
        display: none
    }
}

.header__numbers {
    font-size: .875rem;
    line-height: 1.2;
    color: #d6d6d6;
    display: flex;
    align-items: center;
    gap: .3125rem
}

.header__number {
    transition: color .3s ease 0s
}

@media (any-hover: hover) {
    .header__number:hover {
        color: #aaa
    }
}

.header__number:active {
    color: #929292
}

.header__annotation {
    font-size: .75rem;
    line-height: 1.2;
    color: #d6d6d6;
    text-align: right;
    opacity: .6
}

.header__body {
    background-color: #303031
}

.menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 1.0625rem 0rem
}

.menu__logo {
    flex: 0 0 4.375rem;
    width: 4.375rem;
    margin-top: -.5rem;
    display: block;
    position: relative;
    z-index: 101
}

.menu__logo img {
    width: 100%
}

@media (max-width: 61.99875em) {
    .menu__logo {
        transition: filter .5s ease 0s
    }

    .menu-open .menu__logo {
        filter: invert(1)
    }
}

@media (max-width: 61.99875em) {
    .menu__body {
        position: fixed;
        z-index: 100;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #fff;
        padding-top: 7.5rem;
        padding-bottom: 1.875rem;
        overflow: auto;
        transform: scale(2);
        opacity: 0;
        visibility: hidden
    }

    .menu-open .menu__body {
        transform: scale(1);
        opacity: 1;
        visibility: visible
    }

    .loaded .menu__body {
        transition: 1s
    }
}

@media (max-width: 61.99875em) and (max-width: 29.99875em) {
    .menu__body {
        padding-top: 8.75rem
    }
}

.menu__list {
    display: flex;
    align-items: center;
    gap: 2.6875rem
}

@media (max-width: 75em) {
    .menu__list {
        gap: 1.875rem
    }
}

@media (max-width: 61.99875em) {
    .menu__list {
        flex-direction: column;
        gap: 2.5rem
    }
}

.menu__link {
    color: #d5d5d5;
    font-size: .875rem;
    position: relative;
    display: block;
    transition: color .3s ease 0s
}

.menu__link:after {
    content: "";
    position: absolute;
    width: 100%;
    height: .0625rem;
    bottom: -.3125rem;
    left: 0;
    background-color: #d5d5d5;
    opacity: 0;
    transition: opacity .3s ease 0s;
    pointer-events: none
}

@media (any-hover: hover) {
    .menu__link:hover:after {
        opacity: 1
    }
}

.menu__link:active {
    color: #8b8b8b
}

@media (max-width: 61.99875em) {
    .menu__link {
        color: #000;
        font-size: 1.5rem;
        font-weight: 600
    }
}

.menu__actions {
    display: none
}

@media (max-width: 61.99875em) {
    .menu__actions {
        display: flex;
        align-items: center;
        gap: 1.25rem
    }
}

.menu__search {
    width: 1rem;
    height: 1rem;
    transition: opacity .3s ease 0s
}

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

.menu__search_mobile {
    width: 1.5rem;
    height: 1.5rem
}

@media (any-hover: hover) {
    .menu__search:hover {
        opacity: .5
    }
}

@media (max-width: 61.99875em) {
    .menu__search-desktop {
        display: none
    }
}

@media (max-width: 61.99875em) {
    .icon-menu {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        display: block;
        position: relative;
        width: 1.875rem;
        height: 1.125rem;
        cursor: pointer;
        z-index: 101
    }

    .icon-menu span,
    .icon-menu:before,
    .icon-menu:after {
        content: "";
        transition: all .3s ease 0s;
        right: 0;
        position: absolute;
        width: 100%;
        height: .125rem;
        background-color: #d6d6d6
    }

    .icon-menu:before {
        top: 0
    }

    .icon-menu:after {
        bottom: 0
    }

    .icon-menu span {
        top: 50%;
        transform: translateY(-50%)
    }

    .menu-open .icon-menu span,
    .menu-open .icon-menu:before,
    .menu-open .icon-menu:after {
        background-color: #000
    }

    .menu-open .icon-menu span {
        width: 0
    }

    .menu-open .icon-menu:before {
        top: 50%;
        transform: rotate(-45deg) translateY(-50%)
    }

    .menu-open .icon-menu:after {
        bottom: 50%;
        transform: rotate(45deg) translateY(50%)
    }
}


@media (max-width: 61.99875em) {
    .footer {
        padding: 5.3125rem 0
    }
}

@media (max-width: 47.99875em) {
    .footer {
        padding: 4.6875rem 0
    }
}

@media (max-width: 29.99875em) {
    .footer {
        padding: 3.125rem 0
    }
}



.footer__container {
    position: relative;
    z-index: 5
}

.footer__body {
    display: flex;
    justify-content: space-between;
    gap: 2.5rem
}

@media (max-width: 61.99875em) {
    .footer__body {
        flex-wrap: wrap;
        justify-content: center
    }
}

.footer__feedback {
    flex: 0 0 29.1338582677%;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

@media (max-width: 61.99875em) {
    .footer__feedback {
        flex: 0 1 31.25rem
    }
}

.footer__title {
    width: 100%;
    color: #000;
    font-size: 1.375rem;
    text-transform: uppercase;
    font-weight: 600
}

.footer__title:not(:last-child) {
    margin-bottom: 2.3125rem
}

.footer__title span {
    position: relative;
    display: inline-block
}

.footer__title span:after {
    content: "";
    position: absolute;
    bottom: -.375rem;
    left: 0;
    width: 100%;
    height: .1875rem;
    background-color: #6775d5
}

@media (max-width: 75em) {
    .footer__title {
        font-size: 1.25rem
    }
}

@media (max-width: 61.99875em) {
    .footer__title {
        text-align: center
    }
}

.footer__form-block {
    flex: 1 1 auto;
    background-color: #000;
    padding: 1.5625rem 1.3125rem 1.3125rem;
    color: #fff;
    width: 100%
}

.footer__form-title:not(:last-child) {
    margin-bottom: .625rem !important
}

.footer__contacts {
    flex: 0 1 51.25rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.footer__contacts-block {
    flex: 1 1 auto;
    padding: 1.5625rem 3.8125rem .75rem 1.25rem;
    width: 100%
}

@media (max-width: 75em) {
    .footer__contacts-block {
        padding: 1.5625rem 1.25rem .75rem
    }
}

@media (max-width: 61.99875em) {
    .footer__contacts-block {
        padding: 1.5625rem 1.25rem
    }
}

.footer__text {
    font-size: 1rem;
    line-height: 135%;
    font-family: Open Sans;
    color: #000000
}

.footer__text:not(:last-child) {
    margin-bottom: 1.5625rem
}

.footer__text_bold {
    font-weight: 700
}

.footer__centrall-office:not(:last-child) {
    margin-bottom: 1.5625rem
}

.footer__centrall-office .footer__text:not(:last-child) {
    margin-bottom: 0
}

.footer__tel {
    color: #087473;
    font-weight: 700;
    transition: color .3s ease 0s
}

@media (any-hover: hover) {
    .footer__tel:hover {
        color: #6775d5
    }
}

.footer__tel:active {
    color: #087473
}

.footer__email {
    color: #0086f9;
    transition: color .3s ease 0s
}

@media (any-hover: hover) {
    .footer__email:hover {
        color: #53afff
    }
}

.footer__contacts-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: .9375rem
}

.footer__contacts-bottom .footer__text:not(:last-child) {
    margin-bottom: 0
}

@media (max-width: 47.99875em) {
    .footer__contacts-bottom {
        flex-wrap: wrap;
        gap: 1.875rem;
        justify-content: flex-start
    }
}

.footer__socials {
    display: flex;
    gap: .4375rem;
    margin-top: .4375rem
}

@media (max-width: 47.99875em) {
    .footer__socials {
        gap: .625rem
    }
}

.footer__socials-item {
    flex: 0 0 1.875rem;
    width: 1.875rem;
    height: 1.875rem
}

@media (max-width: 47.99875em) {
    .footer__socials-item {
        flex: 0 0 2.5rem;
        width: 2.5rem;
        height: 2.5rem
    }
}

.footer__socials-link {
    width: 100%;
    height: 100%;
    transition: opacity .3s ease 0s
}

.footer__socials-link img {
    width: 100%;
    height: 100%
}

@media (any-hover: hover) {
    .footer__socials-link:hover {
        opacity: .75
    }
}

.form-footer-feedback {
    width: 100%
}

.form-footer-feedback__input-wrapper:not(:last-child) {
    margin-bottom: .3125rem
}

.form-footer-feedback__txtarea-wrapper:not(:last-child) {
    margin-bottom: .9375rem
}

.form-footer-feedback__button {
    max-width: 10.625rem
}

@media (max-width: 47.99875em) {
    .form-footer-feedback__button {
        max-width: none;
        width: 50%
    }
}

@media (max-width: 29.99875em) {
    .form-footer-feedback__button {
        width: 100%
    }
}

.main-home {
    padding-top: 3.9375rem;
    position: relative
}

@media (min-width: 81.25em) {
    .main-home {
        padding-bottom: 23.375rem
    }
}

@media (min-width: 20em) and (max-width: 81.25em) {
    @supports (padding-bottom: clamp(12.5rem, 8.9489795918rem + 17.7551020408vw, 23.375rem)) {
        .main-home {
            padding-bottom: clamp(12.5rem, 8.9489795918rem + 17.7551020408vw, 23.375rem)
        }
    }

    @supports not (padding-bottom: clamp(12.5rem, 8.9489795918rem + 17.7551020408vw, 23.375rem)) {
        .main-home {
            padding-bottom: calc(12.5rem + 10.875 * (100vw - 20rem) / 61.25)
        }
    }
}

@media (max-width: 20em) {
    .main-home {
        padding-bottom: 12.5rem
    }
}

@media (max-width: 47.99875em) {
    .main-home {
        padding-top: 3.125rem
    }
}

@media (max-width: 29.99875em) {
    .main-home {
        background-position: 70% center
    }
}

.main-home__bg-video-ibg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover
}

.main-home__container {
    position: relative;
    z-index: 5
}

.main-home__title {
    font-family: Open Sans;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700
}

@media (min-width: 81.25em) {
    .main-home__title {
        font-size: 4.625rem
    }
}

@media (min-width: 20em) and (max-width: 81.25em) {
    @supports (font-size: clamp(1.875rem, .9770408163rem + 4.4897959184vw, 4.625rem)) {
        .main-home__title {
            font-size: clamp(1.875rem, .9770408163rem + 4.4897959184vw, 4.625rem)
        }
    }

    @supports not (font-size: clamp(1.875rem, .9770408163rem + 4.4897959184vw, 4.625rem)) {
        .main-home__title {
            font-size: calc(1.875rem + 2.75 * (100vw - 20rem) / 61.25)
        }
    }
}

@media (max-width: 20em) {
    .main-home__title {
        font-size: 1.875rem
    }
}

@media (max-width: 47.99875em) {
    .main-home__title:not(:last-child) {
        margin-bottom: .5em
    }
}

.main-home__subtitle {
    font-family: Open Sans;
    color: #e3701e;
    font-weight: 600
}

@media (min-width: 81.25em) {
    .main-home__subtitle {
        font-size: 3.125rem
    }
}

@media (min-width: 20em) and (max-width: 81.25em) {
    @supports (font-size: clamp(1.375rem, .8035714286rem + 2.8571428571vw, 3.125rem)) {
        .main-home__subtitle {
            font-size: clamp(1.375rem, .8035714286rem + 2.8571428571vw, 3.125rem)
        }
    }

    @supports not (font-size: clamp(1.375rem, .8035714286rem + 2.8571428571vw, 3.125rem)) {
        .main-home__subtitle {
            font-size: calc(1.375rem + 1.75 * (100vw - 20rem) / 61.25)
        }
    }
}

@media (max-width: 20em) {
    .main-home__subtitle {
        font-size: 1.375rem
    }
}

.main-home__subtitle:not(:last-child) {
    margin-bottom: 1.5625rem
}

.main-home__link {
    font-family: Open Sans;
    color: #267cd4;
    font-size: 1.25rem;
    line-height: 110%;
    transition: color .3s ease 0s
}

.main-home__link:after {
    content: ">";
    transition: transform .35s ease 0s, color .3s ease 0s;
    transform: translate(35%);
    display: inline-block
}

@media (any-hover: hover) {
    .main-home__link:hover {
        color: #1d61a5
    }

    .main-home__link:hover:after {
        transform: translate(100%)
    }
}

.news-home {
    padding-top: 3.9375rem;
    padding-bottom: 4.875rem
}

@media (max-width: 47.99875em) {
    .news-home {
        padding: 3.125rem 0
    }
}

.news-home__title:not(:last-child) {
    margin-bottom: 1.375rem
}

.news-home__more {
    font-family: Open Sans;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 110%;
    position: relative
}

.news-home__more:not(:last-child) {
    margin-bottom: 1.875rem
}

.news-home__more:after {
    content: "";
    position: absolute;
    width: 100%;
    height: .125rem;
    left: 0;
    bottom: -.3125rem;
    background-color: #6775d5;
    transition: transform .4s ease 0s
}

@media (any-hover: hover) {
    .news-home__more:hover:after {
        transform: scaleX(0)
    }
}

.news-home__body {
    display: flex;
    column-gap: 6.5%
}

@media (max-width: 61.99875em) {
    .news-home__body {
        column-gap: 3.5%
    }
}

@media (max-width: 47.99875em) {
    .news-home__body {
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 8%;
        row-gap: 3.125rem
    }
}

@media (max-width: 37.5em) {
    .news-home__body {
        column-gap: 5%;
        row-gap: 1.5625rem
    }
}

.news-home__item {
    flex: 0 0 29%
}

@media (max-width: 61.99875em) {
    .news-home__item {
        flex: 0 0 31%
    }
}

@media (max-width: 47.99875em) {
    .news-home__item {
        flex: 0 0 46%
    }
}

@media (max-width: 37.5em) {
    .news-home__item {
        flex: 0 0 47.5%
    }
}

@media (max-width: 29.99875em) {
    .news-home__item {
        flex: 0 0 100%
    }
}

.news-home__item-link {
    display: block
}

@media (any-hover: hover) {
    .news-home__item-link:hover .news-home__text-content {
        height: 100%
    }
}

.news-home__image-ibg {
    width: 100%;
    padding-bottom: 100%
}

.news-home__text-content {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background-color: #000000c2;
    display: flex;
    align-items: center;
    padding: 0 1.25rem;
    z-index: 3;
    transition: height .5s ease 0s
}

.news-home__text-content p {
    margin-top: 6%;
    font-family: Open Sans;
    color: #fff;
    line-height: 140%
}

@media (min-width: 81.25em) {
    .news-home__text-content p {
        font-size: 1.625rem
    }
}

@media (min-width: 20em) and (max-width: 81.25em) {
    @supports (font-size: clamp(1.25rem, 1.1275510204rem + .612244898vw, 1.625rem)) {
        .news-home__text-content p {
            font-size: clamp(1.25rem, 1.1275510204rem + .612244898vw, 1.625rem)
        }
    }

    @supports not (font-size: clamp(1.25rem, 1.1275510204rem + .612244898vw, 1.625rem)) {
        .news-home__text-content p {
            font-size: calc(1.25rem + .375 * (100vw - 20rem) / 61.25)
        }
    }
}

@media (max-width: 20em) {
    .news-home__text-content p {
        font-size: 1.25rem
    }
}

@media (max-width: 61.99875em) {
    .news-home__text-content p {
        margin-top: 3%
    }
}

.standarts-home {
    padding-top: 4.1875rem
}

@media (min-width: 81.25em) {
    .standarts-home {
        padding-bottom: 8.75rem
    }
}

@media (min-width: 20em) and (max-width: 81.25em) {
    @supports (padding-bottom: clamp(6.25rem, 5.4336734694rem + 4.0816326531vw, 8.75rem)) {
        .standarts-home {
            padding-bottom: clamp(6.25rem, 5.4336734694rem + 4.0816326531vw, 8.75rem)
        }
    }

    @supports not (padding-bottom: clamp(6.25rem, 5.4336734694rem + 4.0816326531vw, 8.75rem)) {
        .standarts-home {
            padding-bottom: calc(6.25rem + 2.5 * (100vw - 20rem) / 61.25)
        }
    }
}

@media (max-width: 20em) {
    .standarts-home {
        padding-bottom: 6.25rem
    }
}

@media (max-width: 47.99875em) {
    .standarts-home {
        padding-top: 3.125rem
    }
}

@media (max-width: 29.99875em) {
    .standarts-home {
        background-position: 35% center
    }
}

.standarts-home__title {
    max-width: 56.3125rem;
    color: #fff
}

.standarts-home__title:not(:last-child) {
    margin-bottom: 2.5rem
}

.standarts-home__body {
    display: flex;
    column-gap: 6.5%
}

@media (max-width: 61.99875em) {
    .standarts-home__body {
        column-gap: 3.5%
    }
}

@media (max-width: 47.99875em) {
    .standarts-home__body {
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 8%;
        row-gap: 3.125rem
    }
}

@media (max-width: 37.5em) {
    .standarts-home__body {
        column-gap: 5%;
        row-gap: 1.5625rem
    }
}

.standarts-home__item {
    flex: 0 0 29%;
    transition: transform .3s ease 0s
}

@media (any-hover: hover) {
    .standarts-home__item:hover {
        transform: translateY(-5%)
    }

    .standarts-home__item:hover .standarts-home__text {
        background-color: #000000d9
    }
}

@media (max-width: 61.99875em) {
    .standarts-home__item {
        flex: 0 0 31%
    }
}

@media (max-width: 47.99875em) {
    .standarts-home__item {
        flex: 0 0 46%
    }
}

@media (max-width: 37.5em) {
    .standarts-home__item {
        flex: 0 0 47.5%
    }
}

@media (max-width: 29.99875em) {
    .standarts-home__item {
        flex: 0 0 100%
    }
}

.standarts-home__text {
    width: 100%;
    height: 100%;
    padding: 2.4375rem 1.4375rem;
    min-height: 14.3125rem;
    background-color: #000;
    transition: background-color .3s ease 0s
}

.standarts-home__text p {
    font-family: Open Sans;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.3333333333
}

.standarts-home__text p span {
    color: #d5681b
}

.products-catalog {
    padding: 4.375rem 0
}

@media (max-width: 47.99875em) {
    .products-catalog {
        padding: 3.125rem 0
    }
}

.products-catalog__search-result-title {
    text-align: center;
    font-family: Open Sans
}

@media (min-width: 81.25em) {
    .products-catalog__search-result-title {
        font-size: 2.25rem
    }
}

@media (min-width: 20em) and (max-width: 81.25em) {
    @supports (font-size: clamp(1.625rem, 1.4209183673rem + 1.0204081633vw, 2.25rem)) {
        .products-catalog__search-result-title {
            font-size: clamp(1.625rem, 1.4209183673rem + 1.0204081633vw, 2.25rem)
        }
    }

    @supports not (font-size: clamp(1.625rem, 1.4209183673rem + 1.0204081633vw, 2.25rem)) {
        .products-catalog__search-result-title {
            font-size: calc(1.625rem + .625 * (100vw - 20rem) / 61.25)
        }
    }
}

@media (max-width: 20em) {
    .products-catalog__search-result-title {
        font-size: 1.625rem
    }
}

.products-catalog__search-result-title:not(:last-child) {
    margin-bottom: 1em
}

.products-catalog__body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 1.333%;
    row-gap: 1.25rem
}

.products-catalog__body:not(:last-child) {
    margin-bottom: 4.6875rem
}

@media (max-width: 47.99875em) {
    .products-catalog__body:not(:last-child) {
        margin-bottom: 3.75rem
    }
}

@media (max-width: 61.99875em) {
    .products-catalog__body {
        column-gap: 2%
    }
}

@media (max-width: 29.99875em) {
    .products-catalog__body {
        column-gap: 4%
    }
}

.products-catalog__item {
    flex: 0 0 24%
}

@media (max-width: 61.99875em) {
    .products-catalog__item {
        flex: 0 0 32%
    }
}

@media (max-width: 29.99875em) {
    .products-catalog__item {
        flex: 0 0 48%
    }
}

.products-catalog__item-link {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #414144;
    color: #fff;
    padding: 3.125rem 3.125rem 1.875rem;
    transition: background-color .4s ease 0s
}

@media (any-hover: hover) {
    .products-catalog__item-link:hover {
        background-color: #6775d5
    }
}

.products-catalog__item-link:active {
    background-color: #e26e1d
}

@media (max-width: 75em) {
    .products-catalog__item-link {
        padding: 1.875rem
    }
}

@media (max-width: 47.99875em) {
    .products-catalog__item-link {
        padding: 1.25rem
    }
}

@media (max-width: 29.99875em) {
    .products-catalog__item-link {
        padding: 1.25rem .9375rem
    }
}

.products-catalog__item-image-ibg {
    width: 100%;
    padding-bottom: 76.1261261261%
}

.products-catalog__item-image-ibg:not(:last-child) {
    margin-bottom: 1.6875rem
}

.products-catalog__item-title {
    font-size: 1.5625rem;
    text-align: center;
    line-height: 1.2
}

@media (max-width: 61.99875em) {
    .products-catalog__item-title {
        font-size: 1.375rem
    }
}

@media (max-width: 47.99875em) {
    .products-catalog__item-title {
        font-size: 1.25rem
    }
}

@media (max-width: 37.5em) {
    .products-catalog__item-title {
        font-size: 1.125rem
    }
}

.products-catalog__pagination {
    display: flex;
    align-items: center;
    gap: .9375rem;
    justify-content: center
}

.products-catalog__pagination-prev,
.products-catalog__pagination-next {
    width: 1.875rem;
    height: 1.875rem;
    transition: opacity .4s ease 0s
}

@media (any-hover: hover) {

    .products-catalog__pagination-prev:hover,
    .products-catalog__pagination-next:hover {
        opacity: .5
    }
}

.products-catalog__pagination-item {
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 110%;
    transition: color .4s ease 0s
}

@media (any-hover: hover) {
    .products-catalog__pagination-item:hover {
        color: #e26e1d
    }
}

.search-products-catalog__body {
    padding: 0 0rem 3.75rem
}

@media (max-width: 47.99875em) {
    .search-products-catalog__body {
        padding: 0 0rem 3.125rem
    }
}

.search-products-catalog__form-wrapper {
    border: .3125rem solid #cfcfcd
}

.products-category {
    padding: 5.625rem 0
}

@media (max-width: 61.99875em) {
    .products-category {
        padding: 4.6875rem 0
    }
}

@media (max-width: 29.99875em) {
    .products-category {
        padding: 3.125rem 0
    }
}

.products-category__list-item {
    padding: 1.25rem 0rem 3.125rem
}

.products-category__list-item:nth-child(even) {
    background-color: #eee
}



@media (max-width: 47.99875em) {
    .products-category__list-item {
        padding: 1.25rem 0rem 2.5rem
    }
}

.products-category__item {
    max-width: 55rem;
    width: 100%
}

@media (min-width: 81.25em) {
    .products-category__item h2 {
        font-size: 2.5rem
    }
}

@media (min-width: 20em) and (max-width: 81.25em) {
    @supports (font-size: clamp(1.25rem, .8418367347rem + 2.0408163265vw, 2.5rem)) {
        .products-category__item h2 {
            font-size: clamp(1.25rem, .8418367347rem + 2.0408163265vw, 2.5rem)
        }
    }

    @supports not (font-size: clamp(1.25rem, .8418367347rem + 2.0408163265vw, 2.5rem)) {
        .products-category__item h2 {
            font-size: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.25)
        }
    }
}

@media (max-width: 20em) {
    .products-category__item h2 {
        font-size: 1.25rem
    }
}

.products-category__item h2:not(:last-child) {
    margin-bottom: 1.875rem
}

.products-category__item-body {
    display: flex;
    gap: 1.25rem
}

@media (max-width: 47.99875em) {
    .products-category__item-body {
        gap: 1.875rem
    }
}

@media (max-width: 29.99875em) {
    .products-category__item-body {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.25rem
    }
}

.products-category__image-wrapper {
    flex: 0 0 50%;
    display: flex;
    justify-content: center
}

@media (max-width: 29.99875em) {
    .products-category__image-wrapper {
        flex: 0 1 20rem
    }
}

.products-category__item-image-ibg_contain {
    width: 80%;
    padding-bottom: 80%
}

@media (max-width: 47.99875em) {
    .products-category__item-image-ibg_contain {
        width: 100%;
        padding-bottom: 100%
    }
}

@media (max-width: 29.99875em) {
    .products-category__content {
        flex: 0 0 100%
    }
}

.products-category__content ._text-content:not(:last-child) {
    margin-bottom: 1.875rem
}

.products-category__more {
    max-width: 9.375rem;
    font-weight: 400
}

@media (max-width: 29.99875em) {
    .products-category__more {
        font-size: 1.375rem;
        width: 100%;
        max-width: none;
        padding: .625rem 0
    }
}

.about-product {
    padding: 5.625rem 0
}

@media (max-width: 61.99875em) {
    .about-product {
        padding: 4.6875rem 0
    }
}

@media (max-width: 29.99875em) {
    .about-product {
        padding: 3.125rem 0
    }
}

.about-product__title {
    line-height: 1.2;
    font-family: Open Sans
}

@media (min-width: 81.25em) {
    .about-product__title {
        font-size: 3.4375rem
    }
}

@media (min-width: 20em) and (max-width: 81.25em) {
    @supports (font-size: clamp(1.625rem, 1.0331632653rem + 2.9591836735vw, 3.4375rem)) {
        .about-product__title {
            font-size: clamp(1.625rem, 1.0331632653rem + 2.9591836735vw, 3.4375rem)
        }
    }

    @supports not (font-size: clamp(1.625rem, 1.0331632653rem + 2.9591836735vw, 3.4375rem)) {
        .about-product__title {
            font-size: calc(1.625rem + 1.8125 * (100vw - 20rem) / 61.25)
        }
    }
}

@media (max-width: 20em) {
    .about-product__title {
        font-size: 1.625rem
    }
}

.about-product__title:not(:last-child) {
    margin-bottom: .6060606061em
}

@media (max-width: 47.99875em) {
    .about-product__title:not(:last-child) {
        margin-bottom: 1em
    }
}

.about-product__body {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2.3622047244%;
    row-gap: 2.5rem
}

.about-product__body:not(:last-child) {
    margin-bottom: 4.375rem
}

@media (max-width: 61.99875em) {
    .about-product__body:not(:last-child) {
        margin-bottom: 3.75rem
    }
}

@media (max-width: 29.99875em) {
    .about-product__body:not(:last-child) {
        margin-bottom: 3.125rem
    }
}

@media (max-width: 61.99875em) {
    .about-product__body {
        justify-content: center
    }
}

@media (max-width: 29.99875em) {
    .about-product__body {
        row-gap: 1.875rem
    }
}

.about-product__image-wrapper {
    flex: 0 0 40.9448818898%;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width: 61.99875em) {
    .about-product__image-wrapper {
        flex: 0 1 32.5rem
    }
}

.about-product__image-ibg_contain {
    width: 80%;
    padding-bottom: 80%
}

.about-product__text-content {
    flex: 0 0 56.6929133858%
}

@media (max-width: 61.99875em) {
    .about-product__text-content {
        flex: 0 0 100%
    }
}

.about-product__buy-btn-wrapper {
    flex: 0 0 40.9448818898%
}

@media (max-width: 47.99875em) {
    .about-product__buy-btn-wrapper {
        flex: 0 0 100%
    }
}

.about-product__button {
    max-width: 15.625rem;
    font-size: 1.25rem
}

@media (max-width: 47.99875em) {
    .about-product__button {
        margin: 0 auto;
        max-width: 18.75rem
    }
}

@media (max-width: 29.99875em) {
    .about-product__button {
        max-width: none
    }
}

.about-product__emblems {
    flex: 0 0 56.6929133858%;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem
}

@media (max-width: 47.99875em) {
    .about-product__emblems {
        flex: 0 0 100%;
        justify-content: center
    }
}

.about-product__emblems-item {
    width: auto;
    flex: 0 0 auto;
    height: 9.375rem
}

.about-product__emblems-item img {
    height: 100%;
    width: auto
}

@media (max-width: 61.99875em) {
    .about-product__emblems-item {
        height: 7.8125rem
    }
}

@media (max-width: 47.99875em) {
    .about-product__emblems-item {
        height: 6.25rem
    }
}

.about-product__characteristics {
    font-family: Open Sans
}

.about-product__characteristics-title {
    line-height: 1.2
}

@media (min-width: 81.25em) {
    .about-product__characteristics-title {
        font-size: 2.1875rem
    }
}

@media (min-width: 20em) and (max-width: 81.25em) {
    @supports (font-size: clamp(1.25rem, .943877551rem + 1.5306122449vw, 2.1875rem)) {
        .about-product__characteristics-title {
            font-size: clamp(1.25rem, .943877551rem + 1.5306122449vw, 2.1875rem)
        }
    }

    @supports not (font-size: clamp(1.25rem, .943877551rem + 1.5306122449vw, 2.1875rem)) {
        .about-product__characteristics-title {
            font-size: calc(1.25rem + .9375 * (100vw - 20rem) / 61.25)
        }
    }
}

@media (max-width: 20em) {
    .about-product__characteristics-title {
        font-size: 1.25rem
    }
}

.about-product__characteristics-title:not(:last-child) {
    margin-bottom: 1.2857142857em
}

.news-block {
    padding: 1.875rem 0rem 5.625rem
}

@media (max-width: 61.99875em) {
    .news-block {
        padding: 1.875rem 0 4.6875rem
    }
}

@media (max-width: 29.99875em) {
    .news-block {
        padding: 1.875rem 0 3.125rem
    }
}

.news-block__item:not(:last-child) {
    margin-bottom: 3.875rem
}

@media (max-width: 61.99875em) {
    .news-block__item:not(:last-child) {
        margin-bottom: 3.125rem
    }
}

@media (max-width: 29.99875em) {
    .news-block__item:not(:last-child) {
        margin-bottom: 2.5rem
    }
}