:root {
    --belyy: #fff;
    --cvet-teksta: #797979;
    --fon: #090909;
    --font-family: "Onest", sans-serif
}

@font-face {
    font-display: swap;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/onest/onest-300.woff2') format('woff2'), url('../fonts/onest/onest-300.ttf') format('truetype')
}

@font-face {
    font-display: swap;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/onest/onest-400.woff2') format('woff2'), url('../fonts/onest/onest-400.ttf') format('truetype')
}

@font-face {
    font-display: swap;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/onest/onest-500.woff2') format('woff2'), url('../fonts/onest/onest-500.ttf') format('truetype')
}

@font-face {
    font-display: swap;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/onest/onest-700.woff2') format('woff2'), url('../fonts/onest/onest-700.ttf') format('truetype')
}

.container {
    margin-right: auto;
    margin-left: auto;
    max-width: 80rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem
}

.btn {
    position: relative;
    font-family: var(--font-family);
    color: #182640;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: -0.03em;
    white-space: nowrap;
    line-height: unset;
    position: relative;
    text-decoration: none;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
    min-height: 3.75rem;
    transition: .4s;
    border-radius: .75rem;
    outline: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: .0625rem solid #182640
}

.btn--reset {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    min-height: .0625rem;
    border-radius: 0;
    background-color: transparent;
    cursor: pointer
}

.btn--accent {
    color: #fff;
    background: #192741;
    border-color: #192741
}

.btn--accent.btn--arrow-right:after {
    background-image: url('../img/icons/arrow-right-light.svg')
}

.btn--light {
    color: #182640;
    background: #fff;
    border-color: #fff
}

.btn--gray {
    color: #192741;
    background: #f6f8fa;
    border-color: #f6f8fa
}

.btn--border-light {
    color: #fff;
    border-color: #fff
}

.btn--border-light.btn--arrow-right:after {
    background-image: url('../img/icons/arrow-right-light.svg');
    margin-left: .75rem
}

.btn--text-light {
    color: #fff
}

.btn--text-light.btn--arrow-right:after {
    background-image: url('../img/icons/arrow-right-light.svg');
    margin-left: .75rem
}

.btn--burger:before, .btn--cross:before {
    content: '';
    width: 2.5rem;
    height: 2.5rem;
    min-width: 2.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.btn--arrow-right:after {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    min-width: 1.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 1rem
}

.btn--burger:before {
    background-image: url('../img/icons/burger.svg');
    background-size: 32px
}

.btn--arrow-right:after {
    background-image: url('../img/icons/arrow-right.svg');
    transition: .4s
}

.btns-spacer {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -0.75rem
}

.btns-spacer > * {
    margin-right: .75rem;
    margin-bottom: .75rem
}

.form__group {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px
}

.form__group > * {
    flex: 1 1 200px
}

.form__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.25rem;
    gap: 24px
}

.form__send {
    width: 100%
}

.form__error {
    color: var(--red);
    font-size: 1.0625rem;
    line-height: 1.3;
    margin-top: .25rem;
    text-align: left
}

.form__send {
    padding: 0 3.75rem
}

.form__agree {
    color: #d9d9d9;
    font-size: .75rem
}

.form__agree a:not([class]) {
    color: #d9d9d9;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px
}

.input {
    margin-bottom: 1.25rem;
    display: block;
    position: relative
}

.input__label {
    color: #fff;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.7;
    display: inline-block;
    margin: 0 0 .25rem
}

.input__elem, .select__btn {
    position: relative;
    font-family: var(--font-family);
    color: #fff;
    font-weight: 400;
    font-size: .75rem;
    line-height: 2;
    background: #253655;
    border: .0625rem solid #253655;
    border-radius: .625rem;
    min-height: 3.375rem;
    padding: 0 1.5rem;
    width: 100%;
    outline: 0;
    transition: .2s;
    resize: none
}

.input__elem:focus::-webkit-input-placeholder, .select__btn:focus::-webkit-input-placeholder {
    color: transparent
}

.input__elem:focus::-moz-placeholder, .select__btn:focus::-moz-placeholder {
    color: transparent
}

.input__elem:focus::-ms-input-placeholder, .select__btn:focus::-ms-input-placeholder {
    color: transparent
}

.input__elem:focus::placeholder, .select__btn:focus::placeholder {
    color: transparent
}

.input__elem::-webkit-input-placeholder, .select__btn::-webkit-input-placeholder {
    color: #fff
}

.input__elem::-moz-placeholder, .select__btn::-moz-placeholder {
    color: #fff
}

.input__elem::-ms-input-placeholder, .select__btn::-ms-input-placeholder {
    color: #fff
}

.input__elem::placeholder, .select__btn::placeholder {
    color: #fff
}

textarea.input__elem {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.input__elem--date {
    cursor: pointer;
    background-image: url('../img/icons/input-date.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 24px) center;
    background-size: 16px
}

.input__elem--date::-webkit-calendar-picker-indicator {
    opacity: 0;
    display: none
}

.input__checkbox {
    display: none
}

.input__checkbox:checked + .input__checkbox-label:before {
    background-color: #fff;
    background-image: url('../img/icons/checkbox-active.svg');
    border-color: #fff
}

.input__checkbox-label {
    position: relative;
    cursor: pointer;
    color: #d9d9d9;
    font-size: .75rem;
    padding-left: 1.5rem
}

.input__checkbox-label:before {
    content: '';
    width: .875rem;
    height: .875rem;
    position: absolute;
    top: -1px;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: .0625rem solid #d9d9d9;
    border-radius: .125rem;
    transition: .4s
}

.select {
    position: relative
}

.select__btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.select__btn:after {
    content: '';
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    background: url('../img/icons/plus-light.svg') no-repeat center / contain;
    margin-left: 1.25rem
}

.select__btn.is-active:after {
    background-image: url('../img/icons/minus-light.svg')
}

.select__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 11;
    margin-top: -1rem;
    width: 100%;
    background: #253655;
    padding: .75rem;
    border-radius: 0 0 .625rem .625rem;
    display: block;
    -webkit-animation: .4s fadeInBottom 0s forwards;
    animation: .4s fadeInBottom 0s forwards
}

.select__dropdown-option {
    cursor: pointer;
    color: rgba(255, 255, 255, .7);
    font-weight: 400;
    font-size: .75rem;
    line-height: 1.3;
    background: #253655;
    padding: 0 .75rem;
    display: inline-flex;
    align-items: center;
    min-height: 2.5rem;
    width: 100%;
    transition: .4s;
    border-radius: .625rem;
    margin-bottom: .25rem
}

.select__dropdown-option:last-child {
    margin-bottom: 0
}

.select__dropdown-option.option-active {
    cursor: default;
    color: #fff;
    background: #192741
}

.select__dropdown--hide {
    display: none
}

.social {
    display: flex;
    align-items: center
}

.social__link {
    color: #192741;
    font-weight: 400;
    font-size: 1.25rem;
    display: inline-flex;
    align-items: center;
    margin-right: 1.5rem
}

.social__link:before {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    min-width: 1.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: .5
}

.social__link span {
    margin-left: .625rem
}

.social__link--wa:before {
    background-image: url('../img/icons/social/wa.svg')
}

.social__link--max:before {
    background-image: url('../img/icons/social/max.svg')
}

.social__link--tg:before {
    background-image: url('../img/icons/social/tg.svg')
}

.social__link--rb:before {
    background-image: url('../img/icons/social/rb.svg')
}

.social--light .social__link::before {
    opacity: 1
}

.social--light .social__link--wa:before {
    background-image: url('../img/icons/social/wa-light.svg')
}

.social--light .social__link--max:before {
    background-image: url('../img/icons/social/max-light.svg')
}

.social--light .social__link--tg:before {
    background-image: url('../img/icons/social/tg-light.svg')
}

.social--light .social__link--rb:before {
    background-image: url('../img/icons/social/rb-light.svg')
}

.social--gray .social__link::before {
    opacity: 1
}

.social--gray .social__link--wa:before {
    background-image: url('../img/icons/social/wa-gray.svg')
}

.social--gray .social__link--max:before {
    background-image: url('../img/icons/social/max-gray.svg')
}

.social--gray .social__link--tg:before {
    background-image: url('../img/icons/social/tg-gray.svg')
}

.social--gray .social__link--rb:before {
    background-image: url('../img/icons/social/rb-gray.svg')
}

.commun__tr {
    margin-bottom: 1.5rem
}

.commun__tr:last-child {
    margin-bottom: 0
}

.commun__td {
    margin-bottom: 1.5rem
}

.commun__td:last-child {
    margin-bottom: 0
}

.commun__link {
    display: inline-flex;
    align-items: flex-start;
    color: #fff;
    font-weight: 500;
    font-size: .875rem
}

a.commun__link {
    white-space: nowrap
}

.commun__link:before {
    content: '';
    width: 1.125rem;
    height: 1.125rem;
    min-width: 1.125rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: .625rem;
    opacity: .5
}

.commun__link--phone:before {
    background-image: url('../img/icons/commun/phone.svg')
}

.commun__link--email:before {
    background-image: url('../img/icons/commun/email.svg')
}

.commun__link--loc:before {
    background-image: url('../img/icons/commun/loc.svg')
}

.commun__link--time:before {
    background-image: url('../img/icons/commun/time.svg')
}

.commun__link--doc:before {
    background-image: url('../img/icons/commun/doc.svg')
}

.commun--dark .commun__link {
    font-weight: 400;
    font-size: 1rem;
    color: #192741
}

.commun--dark .commun__link::before {
    width: 1.5rem;
    height: 1.5rem;
    min-width: 1.5rem
}

.commun--dark .commun__link--phone:before {
    background-image: url('../img/icons/commun/phone-dark.svg')
}

.commun--dark .commun__link--email:before {
    background-image: url('../img/icons/commun/email-dark.svg')
}

.commun--dark .commun__link--loc:before {
    background-image: url('../img/icons/commun/loc-dark.svg')
}

.commun--dark .commun__link--time:before {
    background-image: url('../img/icons/commun/time-dark.svg')
}

.commun--dark .commun__link--doc:before {
    background-image: url('../img/icons/commun/doc-dark.svg')
}

.commun--dark a.commun__link:hover {
    color: rgba(25, 39, 65, .7)
}

.docs__card-inner .glass-content {
    display: flex;
    align-items: center
}

.glass {
    position: relative
}

.glass-filter {
    position: absolute;
    z-index: 0;
    inset: 0;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    -webkit-filter: url(#glass-distortion);
    filter: url(#glass-distortion);
    overflow: hidden;
    isolation: isolate;
    border-radius: .625rem
}

.glass-overlay {
    position: absolute;
    inset: 0;
    inset: 0;
    background: rgba(25, 39, 65, 0.4);
    border-radius: .625rem;
    transition: .4s
}

.glass-specular {
    position: absolute;
    inset: 0;
    z-index: 0;
    box-shadow: inset -1px 0 2px 0 rgba(255, 255, 255, 0.5), inset 0 0 1px .5px rgba(255, 255, 255, 0.5);
    border-radius: .625rem
}

.glass-content {
    position: relative;
    z-index: 1
}

.modal {
    display: none;
    background: #192741;
    border-radius: .9375rem;
    padding: 2rem;
    width: 100%;
    max-width: 39rem
}

.modal:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url('../img/content/modal/logo-back.svg') no-repeat center -52px / auto 110%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.modal > .f-button.is-close-btn {
    top: 20px;
    right: 20px;
    width: 1.5rem;
    height: 1.5rem;
    opacity: 1;
    background: url('../img/icons/cross-light.svg') no-repeat center / contain
}

.modal > .f-button.is-close-btn svg {
    display: none
}

.modal__title {
    color: #fff;
    padding-right: 1.25rem;
    margin-bottom: 0
}

.modal__text {
    color: #fff;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.5;
    margin: 1.25rem 0 0
}

.modal__form {
    margin-top: 1.5rem
}

.is-compact .fancybox__content > .f-button.is-close-btn {
    top: 20px;
    right: 20px
}

.fancybox__container {
    --fancybox-bg: rgba(0, 0, 0, .8)
}

.fancybox__slide {
    padding: 2.5rem 1.25rem
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
    padding: 2.5rem 1.25rem
}

.header {
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 1.25rem;
    margin-bottom: -6rem;
    transition: .4s
}

.header--visible {
    top: 0
}

.header--bg .glass-overlay {
    background: rgba(37, 54, 85, 0.8)
}

.header__row {
    border-radius: .9375rem;
    background: rgba(0, 0, 0, 0.07);
    padding: .5rem .75rem .5rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header__logo {
    display: block;
    width: 6.375rem;
    min-width: 6.375rem
}

.header__logo-img {
    width: 100%
}

.header__menu {
    padding: 0 1.5rem;
    height: calc(100% - 6rem - 1.25rem);
    top: 96px
}

.header__menu .header__social {
    display: flex
}

.header__nav::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none
}

.header__nav-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.header__nav-item {
    margin-bottom: 1rem
}

.header__nav-item--arrow.active .header__nav-submenu {
    -webkit-animation: fadeIn .4s forwards 0s;
    animation: fadeIn .4s forwards 0s;
    display: block
}

.header__nav-item--arrow.active .header__nav-link:after {
    background-image: url('../img/icons/minus.svg')
}

.header__nav-item--arrow .header__nav-link:after {
    content: '';
    width: .625rem;
    height: .625rem;
    min-width: .625rem;
    margin-left: .25rem;
    background-image: url('../img/icons/plus.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.header__nav-item:last-child {
    margin: 0
}

.header__nav-link {
    color: #6e6e6e;
    font-weight: 400;
    font-size: .875rem;
    display: inline-flex;
    align-items: center
}

.header__nav-submenu {
    margin-top: 1rem;
    padding: 0 0 0 1rem;
    display: none
}

.header__nav-submenu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    max-width: 95rem;
    margin: 0 auto
}

.header__nav-submenu-list:before {
    content: '';
    width: .0625rem;
    height: 100%;
    background: rgba(25, 39, 65, .1);
    position: absolute;
    top: 0;
    left: 400px
}

.header__nav-submenu-item {
    margin-bottom: .75rem
}

.header__nav-submenu-item:last-child {
    margin-bottom: 0
}

.header__nav-submenu-item.active .header__nav-submenu-link {
    color: #192741;
    text-shadow: 0 0 .4px #192741, 0 0 .4px #192741
}

.header__nav-submenu-item.active .header__nav-submenu-link:after {
    background-image: url('../img/icons/minus.svg');
    opacity: 1
}

.header__nav-submenu-item.active .header__nav-submenu-toggle {
    background-image: url('../img/icons/minus.svg');
    opacity: 1
}

.header__nav-submenu-item.active .header__nav-child-list {
    -webkit-animation: fadeIn .4s forwards 0s;
    animation: fadeIn .4s forwards 0s;
    display: flex
}

.header__nav-submenu-name {
    display: inline-flex
}

.header__nav-submenu-toggle {
    width: 1.5rem;
    height: 1.5rem;
    min-width: 1.5rem;
    margin-left: .75rem;
    background: url('../img/icons/plus.svg') no-repeat center / 10px
}

.header__nav-submenu-link {
    color: rgba(25, 39, 65, .7);
    font-size: .875rem;
    line-height: 1.5;
    text-decoration: none;
    display: inline-block
}

.header__nav-submenu-link:after {
    content: '';
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    background: url('../img/icons/plus.svg') no-repeat center / 10px;
    display: inline-block;
    margin-left: .75rem;
    opacity: .7
}

.header__nav-child-list {
    list-style: none;
    padding: .625rem;
    margin: .25rem 0 -1.25rem;
    display: none;
    flex-wrap: wrap
}

.header__nav-child-item {
    width: 100%;
    padding: 0 .375rem;
    margin-bottom: .625rem
}

.header__nav-child-link {
    position: relative;
    color: #6e6e6e;
    font-size: .875rem;
    text-decoration: none
}

.header__social {
    display: none;
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.header__social .social__link {
    margin-right: 1rem
}

.header__social .social__link:last-child {
    margin: 0
}

.header__social .social__link:before {
    width: 1.25rem;
    height: 1.25rem;
    min-width: 1.25rem
}

.header__panel {
    display: flex;
    align-items: center
}

.header__commun {
    display: none;
    align-items: center
}

.header__commun .commun__link {
    margin: 0 1.25rem 0 0
}

.header__commun .commun__link:last-child {
    margin: 0
}

.header__feedback-btn {
    color: #192741;
    font-weight: 400;
    font-size: .875rem;
    min-height: 2.5rem;
    padding: 0 1.5rem;
    border-radius: .3125rem;
    margin-left: 1.5rem
}

.header__feedback-btn:after {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    margin-left: .5rem
}

.header__burger {
    margin-left: 1.5rem
}

.header-mobile-menu .header__menu {
    display: flex;
    -webkit-animation: fadeIn .4s forwards 0s;
    animation: fadeIn .4s forwards 0s
}

.header-mobile-menu .header__burger:before {
    background-image: url('../img/icons/cross-light.svg')
}

.banner.-height-low- .container {
    justify-content: center
}

.banner .container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.banner .container.-flex-end- {
    justify-content: flex-end
}

.banner__actions .btn {
    width: 100%
}

.species__card-info .btn {
    margin-top: 1.5rem
}

.cases__card-info .btn {
    margin-top: 1rem
}

.cases__footer .btn {
    width: 100%
}

.stats__card-inner.glass {
    background: transparent
}

.stats__card-inner .glass-content {
    flex: 1;
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

.features__card .btn--arrow-right {
    margin-top: auto
}

.model__actions .btn {
    width: 100%
}

.contacts__card-commun .commun__link {
    margin-bottom: 1rem
}

.contacts__card-commun .commun__link:last-child {
    margin: 0
}

.warning-panel .glass-content {
    color: #fff;
    font-weight: 700;
    font-size: 1.25rem;
    padding: 1.25rem
}

.cost-product__card .glass-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.points__panel .glass-content {
    color: #fff;
    font-weight: 700;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    padding: 2rem 2.5rem
}

.footer {
    padding: 2.5rem 0;
    background: #192741
}

.footer__logo {
    display: block;
    min-width: 9.25rem;
    width: 9.25rem;
    margin-bottom: 2.5rem
}

.footer__logo img {
    width: 100%
}

.footer__group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: -1.25rem;
    margin-left: -1.25rem
}

.footer__group-col {
    width: 100%;
    padding: 0 1.25rem;
    margin-bottom: 2.5rem
}

.footer__group-col:last-child {
    margin-bottom: 0
}

.footer__commun {
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

.footer__commun .commun__link {
    margin-bottom: 1rem
}

.footer__commun .commun__link:last-child {
    margin-bottom: 0
}

.footer__social {
    margin-top: 1rem
}

.footer__nav-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer__nav-item {
    margin-bottom: 1rem
}

.footer__nav-item:last-child {
    margin: 0
}

.footer__nav-link {
    color: rgba(255, 255, 255, .7);
    font-size: .875rem
}

.footer__feedback {
    margin-top: 2.5rem
}

.footer__feedback-title {
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: -0.04em;
    margin: 0
}

.footer__feedback-text {
    color: rgba(255, 255, 255, .7);
    font-size: .875rem;
    margin: .625rem 0 0
}

.footer__feedback-form {
    margin-top: 2rem
}

.footer__feedback-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px
}

.footer__feedback-group .input {
    flex: 1 1 200px
}

.footer__feedback .form__agree .input__checkbox:checked + .input__checkbox-label {
    opacity: 1
}

.footer__feedback .form__agree .input__checkbox-label {
    opacity: .5;
    transition: .4s
}

.footer__feedback .form__send {
    min-height: 3.375rem
}

.footer__copy {
    margin-top: 2.5rem
}

.footer__copy-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 32px
}

.footer__copy-links a {
    color: rgba(255, 255, 255, .4);
    font-size: .875rem
}

.footer__copy-texts {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, .4)
}

.footer__copy-texts p {
    color: rgba(255, 255, 255, .4);
    font-size: .875rem;
    margin: 0
}

@media (min-width: 580px) {
    .form__send {
        width: auto
    }

    .banner__actions .btn {
        width: auto
    }

    .model__actions .btn {
        max-width: 25rem
    }

    .cost-product__actions .btn {
        padding: 0 3.75rem
    }

    .footer__group-col {
        width: 50%;
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .btn--burger:before {
        background-size: 24px
    }

    .modal {
        padding: 3rem
    }

    .modal__text {
        font-size: 1rem
    }

    .modal__form {
        margin-top: 2rem
    }

    .header__menu {
        padding: 0 2.5rem
    }

    .header__nav-child-item {
        width: 50%
    }

    .header__social {
        padding-bottom: 2rem
    }

    .header__commun {
        display: flex
    }

    .cases__card-info .btn {
        margin-top: 1.25rem
    }

    .warning-panel .glass-content {
        display: flex;
        align-items: center;
        padding: 2rem 2.5rem
    }
}

@media (min-width: 1025px) {
    .btn--accent:hover {
        color: #fff
    }

    .btn--border-light:hover {
        color: #fff
    }

    .btn--text-light:hover {
        color: #fff
    }

    .btn--arrow-right:hover:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .form__agree a:not([class]):hover {
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent
    }

    .select__dropdown-option:hover {
        color: #fff;
        background: #192741
    }

    .social__link:hover {
        opacity: 1
    }

    .social--light .social__link:hover {
        opacity: .7
    }

    .social--gray .social__link:hover {
        opacity: .7
    }

    .commun__tr {
        display: flex;
        flex-wrap: nowrap
    }

    .commun__td {
        margin-bottom: 0
    }

    .commun__td:first-child {
        min-width: 15rem;
        margin-right: 2rem
    }

    a.commun__link:hover {
        color: rgba(255, 255, 255, .7)
    }

    .commun--dark .commun__link {
        font-size: 1.25rem
    }

    .docs__card-inner:hover .glass-overlay {
        background: rgba(37, 54, 85, 0.8)
    }

    .modal > .f-button.is-close-btn:hover {
        opacity: .7
    }

    .header__logo:hover {
        opacity: .7
    }

    .header__nav-link:hover {
        color: rgba(255, 255, 255, 1)
    }

    .header__nav-child-link:hover {
        color: #192741;
        text-shadow: 0 0 .4px #192741, 0 0 .4px #192741
    }

    .banner .container {
        justify-content: center
    }

    .species__card-inner:hover .glass-overlay {
        background: rgba(25, 39, 65, 0.7)
    }

    .species__card-info .btn {
        margin-top: .625rem
    }

    .footer {
        padding: 3rem 0 2rem
    }

    .footer__main {
        display: flex;
        align-items: flex-start;
        justify-content: space-between
    }

    .footer__col {
        width: 48%
    }

    .footer__logo {
        min-width: 14.5rem;
        width: 14.5rem
    }

    .footer__logo:hover {
        opacity: .7
    }

    .footer__group-col {
        width: auto
    }

    .footer__nav-link:hover {
        color: rgba(255, 255, 255, 1)
    }

    .footer__feedback {
        width: 48%;
        margin-top: 1rem
    }

    .footer__feedback .form__agree .input__checkbox-label:hover {
        opacity: 1
    }

    .footer__copy {
        margin-top: 2rem
    }

    .footer__copy-links a:hover {
        color: rgba(255, 255, 255, 1)
    }
}

@media (min-width: 1280px) {
    .footer__col {
        width: 46%
    }

    .footer__feedback {
        width: 42%
    }
}

@media (min-width: 1380px) {
    .header {
        margin-bottom: -7.3125rem
    }

    .header--visible {
        top: 0
    }

    .header__row {
        padding: 1rem 1.25rem
    }

    .header__menu {
        padding: 0;
        height: auto;
        top: 0
    }

    .header__menu .header__social {
        display: none
    }

    .header__nav-list {
        display: flex;
        align-items: center
    }

    .header__nav-item {
        margin-right: 1.25rem;
        margin-bottom: 0
    }

    .header__nav-item--arrow.active .header__nav-link:after {
        background-image: url('../img/icons/minus-light.svg')
    }

    .header__nav-item--arrow .header__nav-link:after {
        background-image: url('../img/icons/plus-light.svg')
    }

    .header__nav-link {
        color: rgba(255, 255, 255, .8)
    }

    .header__nav-submenu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin-top: 1.25rem;
        border-radius: .9375rem;
        background: #fff;
        padding: 3rem
    }

    .header__nav-submenu-item {
        margin-bottom: 1.5rem;
        max-width: 24rem
    }

    .header__nav-submenu-toggle {
        display: none
    }

    .header__nav-submenu-link {
        font-size: 1.25rem
    }

    .header__nav-child-list {
        padding: 0;
        padding-left: 3.75rem;
        margin: 0 -1.25rem -1.25rem;
        position: absolute;
        top: 0;
        left: 384px;
        right: 0
    }

    .header__nav-child-item {
        padding: 0 1.25rem;
        margin-bottom: 1.25rem
    }

    .header__nav-child-link {
        color: #9c9c9c
    }

    .header__social {
        display: flex;
        margin-left: 0;
        margin-right: 0;
        border-top: 0;
        padding-top: 0;
        padding-bottom: 0
    }

    .header__feedback-btn {
        min-height: 2.8125rem;
        padding: 0 1rem
    }

    .header__burger {
        display: none
    }
}

@media (min-width: 1640px) {
    .header__row {
        padding: 1rem 2.25rem
    }

    .header__logo {
        width: 7.9375rem;
        min-width: 7.9375rem
    }

    .header__nav-item {
        margin-right: 2.5rem
    }

    .header__nav-submenu {
        padding: 8.25rem 3.75rem
    }

    .header__nav-submenu-list:before {
        left: 540px
    }

    .header__nav-submenu-item {
        max-width: 28.75rem
    }

    .header__nav-child-list {
        padding-left: 12.5rem;
        left: 460px
    }

    .header__social .social__link {
        margin-right: 1.5rem
    }

    .header__social .social__link:before {
        width: 1.5rem;
        height: 1.5rem;
        min-width: 1.5rem
    }

    .header__commun .commun__link {
        margin: 0 1.5rem 0 0
    }

    .header__feedback-btn {
        padding: 0 1.875rem;
        margin-left: 2.5rem
    }
}

@media (max-width: 1024px) {
    .species__card-info .btn {
        color: #192741
    }

    .species__card-info .btn:after {
        background-image: url('../img/icons/arrow-right.svg')
    }

    .species__card .glass-filter, .species__card .glass-overlay, .species__card .glass-specular {
        display: none
    }
}

@media (max-width: 767px) {
    .header__nav {
        padding-top: 1.5rem
    }
}

@media (max-width: 579px) {
    .header__feedback-btn {
        display: none
    }

    .hero__actions .btn--light {
        width: 100%
    }

    .services__card-actions .btn {
        width: 100%
    }

    .features__card .btn--arrow-right {
        width: 100%
    }

    .cost-product__actions .btn {
        width: 100%
    }

    .points__actions .btn {
        width: 100%
    }
}

@media (max-width: 1379px) {
    .header__menu {
        position: fixed;
        left: 20px;
        right: 20px;
        background: #fff;
        border-radius: 1.25rem;
        display: none;
        justify-content: space-between;
        flex-direction: column
    }

    .header__nav {
        flex: 1;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-top: 2rem;
        padding-bottom: 1.5rem
    }

    .header__nav-submenu-list:before {
        display: none
    }

    .header__nav-submenu-link:after {
        display: none
    }
}



@media (min-width: 1380px) {

    .header__panel .header__burger{
        display: none;
    }

    @media (min-width: 1380px) {
        .header__nav-submenu-name .header__nav-submenu-toggle {
            display: none;
        }
    }
}

.glass-overlay{
    background: rgba(37,54,85,0.8);
}
.header{
    margin-bottom: 10px;
}
.title-section{
    z-index: 0;
}

body {
    margin: 0;
}

* {
    box-sizing: border-box;
}
