@charset "UTF-8";

*,
::before,
::after {
    box-sizing: border-box
}

* {
    margin: 0;
    padding: 0
}

:where(ul, ol):where([class]) {
    padding-left: 0
}

body,
:where(blockquote, figure):where([class]) {
    margin: 0
}

:where(h1, h2, h3, h4, h5, h6, p, ul, ol, dl):where([class]) {
    margin-block: 0
}

:where(dd[class]) {
    margin-left: 0
}

:where(fieldset[class]) {
    margin-left: 0;
    padding: 0;
    border: none
}

:where(ul[class]) {
    list-style: none
}

:where(address[class]) {
    font-style: normal
}

p {
    --paragraphMarginBottom: 24px;
    margin-block: 0
}

p:where(:not([class]):not(:last-child)) {
    margin-bottom: var(--paragraphMarginBottom)
}

img,
video {
    display: block;
    max-width: 100%;
    height: auto
}

input,
textarea,
select,
button {
    font: inherit
}

html {
    height: 100%;
    scrollbar-gutter: stable
}

html,
:has(:target) {
    scroll-behavior: smooth
}

body {
    min-height: 100%;
    line-height: 1.5
}

a:where([class]) {
    display: inline-flex
}

input[type=submit],
a,
button,
label {
    cursor: pointer
}

.header__top:where([stroke]:not([stroke=none], [stroke^=url])) {
    stroke: currentColor
}

svg * {
    transition-property: fill, stroke
}

:where(table) {
    border-collapse: collapse;
    border-color: currentColor
}

@media (prefers-reduced-motion:reduce) {

    *,
    ::before,
    ::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important
    }
}

@font-face {
    font-family: "Montserrat";
    src: url(../fonts/montserrat-regular-wght.woff2) format("woff2-variations");
    font-weight: 400 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Montserrat";
    src: url(../fonts/montserrat-italic-wght.woff2) format("woff2-variations");
    font-style: italic;
    font-weight: 400 900;
    font-display: swap
}

@font-face {
    font-family: "Roboto";
    src: url(../fonts/roboto-regular-wght.woff2) format("woff2-variations");
    font-style: normal;
    font-weight: 400 900;
    font-display: swap
}

@font-face {
    font-family: "Roboto";
    src: url(../fonts/roboto-italic-wght.woff2) format("woff2-variations");
    font-display: swap;
    font-style: italic;
    font-weight: 400 900
}

ul:not([class]) {
    list-style-type: none;
    padding-left: 25px;
    margin-top: 30px
}

ul:not([class]) li {
    margin-top: 10px;
    position: relative
}

ul:not([class]) li:before {
    content: "";
    top: 10px;
    width: 5px;
    height: 5px;
    position: absolute;
    background: #000;
    border-radius: 50%;
    margin-left: -25px
}

ol:not([class]) {
    list-style-type: none;
    counter-reset: ol-counter;
    padding-left: 25px;
    margin-top: 30px
}

ol:not([class]) li {
    margin-top: 10px;
    position: relative;
    counter-increment: ol-counter
}

ol:not([class]) li:before {
    font-size: 15px;
    font-weight: 700;
    top: 2px;
    margin-left: -25px;
    content: counter(ol-counter);
    position: absolute
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw
}

.alignwide {
    margin-left: calc(-25vw + 25%);
    margin-right: calc(-25vw + 25%)
}

@media (max-width:768px) {
    .alignwide {
        margin-left: -15px;
        margin-right: -15px;
        max-width: 768px;
        width: auto
    }

    ul:not([class]) {
        margin-top: 20px !important;
        font-size: 15px !important
    }

    blockquote {
        padding: 15px;
        font-size: 15px
    }

    p:not([class]) {
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    ol:not([class]) {
        font-size: 15px !important
    }
}

:root {
    --color-light: #FFFFFF;
    --color-primary: #3b3b3b;
    --color-accent: #228B22;
    --color-accent-hover: #186018;
    --color-border: #f3f3f3;
    --color-input-background: #323232;
    --color-input-placeholder: #e5e5e5;
    --color-input-error: #f01414;
    --container-widht: 82.5rem;
    --container-wide-widht: 120rem;
    --container-padding-x: 1rem;
    --transition-duration: 0.2s;
    --font-family-base: Roboto, sans-serif;
    --font-family-accent: Montserrat, sans-serif
}

.container {
    width: 100%;
    position: relative;
    max-width: calc(var(--container-widht) + var(--container-padding-x) * 2);
    margin-inline: auto;
    padding-inline: var(--container-padding-x)
}

.container--wide {
    max-width: calc(var(--container-wide-widht) + var(--container-padding-x) * 2) !important
}

.section__container {
    padding-block: clamp(2.5rem, 1.5441176471rem + 3.9215686275vw, 6.25rem)
}

.mainbanner__container {
    padding-top: 105px;
    /* padding-block: clamp(6.25rem, 5.7720588235rem + 1.9607843137vw, 8.125rem) clamp(2.5rem, 2.181372549rem + 1.3071895425vw, 3.75rem) !important */
    padding-bottom: 80px;
}

@media (max-width: 991px) {
    .mainbanner__container {
        padding-top: 105px;
    }
}

@media (max-width: 767px) {
    .mainbanner__container {
        padding-top: 80px;
        padding-bottom: 40px;
    }
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    border: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
    clip-path: inset(100%) !important;
    clip: rect(0 0 0 0) !important;
    overflow: hidden !important
}

@media (width <=47.99875rem) {
    .hidden-mobile {
        display: none !important
    }
}

@media (width>47.99875rem) {
    .visible-mobile {
        display: none !important
    }
}

body {
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: clamp(0.875rem, 0.8112745098rem + 0.2614379085vw, 1.125rem);
    color: var(--color-primary);
    font-family: var(--font-family-base);
    font-weight: 400;
    line-height: 1.4;
    overflow-x: hidden
}

.title {
    font-family: var(--font-family-base);
    line-height: 1.2
}

main {
    flex-grow: 1
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family-base);
    font-weight: 900;
    line-height: 1.2
}

h2 {
    font-size: 2.1875rem
}

h3 {
    font-size: 1.875rem
}

h4 {
    font-size: 1.5625rem
}

h5 {
    font-size: 1.25rem
}

blockquote {
    margin-top: 1.875rem;
    background: #f8f8f9;
    padding: 1.875rem;
    font-style: italic
}

p {
    margin-top: 1.25rem
}

h1,
.h1 {
    font-size: clamp(1.875rem, 1.237745098rem + 2.614379085vw, 3.475rem);
    line-height: 1.2
}

h2,
.h2 {
    font-size: clamp(1.75rem, 1.2720588235rem + 1.9607843137vw, 3.625rem);
    line-height: 1.3
}

h3,
.h3 {
    font-size: clamp(1.5rem, 1.2450980392rem + 1.045751634vw, 2.5rem)
}

h4,
.h4 {
    font-size: clamp(1.125rem, 0.9975490196rem + 0.522875817vw, 1.625rem)
}

h5,
.h5 {
    font-size: clamp(1.125rem, 1.0294117647rem + 0.3921568627vw, 1.5rem)
}

h6,
.h6 {
    font-size: clamp(1rem, 0.9362745098rem + 0.2614379085vw, 1.25rem)
}

a,
button,
label,
input,
textarea,
select,
svg * {
    transition-duration: var(--transition-duration)
}

a {
    color: inherit
}

@media (any-hover:hover) {
    a:hover {
        color: var(--color-accent)
    }
}

@media (any-hover:none) {
    a:active {
        color: var(--color-accent)
    }
}

a[class] {
    text-decoration: none
}

a[aria-label],
button[aria-label] {
    position: relative
}

a[aria-label]::before,
button[aria-label]::before {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 2.75rem;
    height: 2.75rem;
    content: ""
}

.mfp-close {
    width: 48px !important;
    height: 48px !important;
    opacity: 1 !important;
    border-radius: 0 0 0 10px !important;
    background-color: var(--color-accent) !important
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    z-index: 4;
    position: relative;
    font-weight: 800;
    color: var(--color-light);
    background-color: var(--color-accent);
    border: none;
    border-radius: 4.0625rem;
    appearance: none;
    text-align: center
}

@media (any-hover:hover) {
    .btn:hover {
        background-color: var(--color-accent-hover);
        color: var(--color-light)
    }
}

@media (any-hover:none) {
    .btn:active {
        background-color: var(--color-accent-hover);
        color: var(--color-primary)
    }
}

.btn-pulse::before {
    content: "";
    border: 1px solid var(--color-accent);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
    width: auto;
    border-radius: 50%;
    animation-duration: 2s;
    animation-name: pulse_1;
    animation-iteration-count: infinite;
    z-index: -1
}

.btn-pulse::after {
    content: "";
    border: 1px solid var(--color-accent);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
    width: auto;
    border-radius: 50%;
    animation-duration: 2s;
    animation-name: pulse_2;
    animation-iteration-count: infinite;
    z-index: -1
}

@keyframes pulse_1 {
    from {
        opacity: 1;
        transform: scale(1, 1)
    }

    to {
        opacity: 0;
        transform: scale(1.3, 1.3)
    }
}

@keyframes pulse_2 {
    from {
        opacity: 1;
        transform: scale(1, 1)
    }

    to {
        opacity: 0;
        transform: scale(1.5, 1.5)
    }
}

.mainbanner__container .background-lines {
    background: rgba(243, 243, 243, .25)
}

.mainbanner__container {
    display: flex;
    align-items: center;
    gap: 1rem
}

@media (width <=63.99875rem) {
    .mainbanner__container {
        flex-direction: column
    }
}

.mainbanner {
    width: 100%;
    height: 100%;
    position: relative
}

.mainbanner::after {
    content: "";
    position: absolute;
    background: #3e3e3e;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    z-index: -1
}

.mainbanner__body {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 6.25rem;
    margin-top: 80px;
}

@media (max-width: 767px) {
    .mainbanner__body {
        margin-top: 20px;
    }
}

@media (width <=47.99875rem) {
    .mainbanner__body {
        gap: 2.5rem
    }
}

.mainbanner__socials {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 100px;
    right: 45px;
    z-index: 6;
    top: 200px;
    bottom: unset !important;
    position: fixed !important
}

@media (width <=63.99875rem) {
    .mainbanner__socials {
        right: 20px
    }
}

@media (width <=47.99875rem) {
    .mainbanner__socials {
        gap: .5rem;
        right: 10px
    }
}

.mainbanner__side-btn {
    display: flex;
    transition: all 0.4s;
    position: absolute;
    align-items: center;
    left: 57px;
    transform-origin: top left;
    bottom: 60px;
    color: rgba(255, 255, 255, .5);
    letter-spacing: .4em;
    text-transform: uppercase;
    transform: rotate(-90deg);
    cursor: pointer
}

.mainbanner__img {
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    position: absolute;
    z-index: -1
}

/* @media (width <=47.99875rem) {
    .mainbanner__img {
        display: none
    }
} */

.mainbanner__img_mob {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    object-fit: cover;
    height: 100% !important;
    position: absolute;
    z-index: -1;
    display: none
}

/* @media (width <=47.99875rem) {
    .mainbanner__img_mob {
        display: block
    }
} */

.mainbanner__socials-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    filter: drop-shadow(0 10px 30px rgba(32, 18, 0, .1))
}

@media (width <=47.99875rem) {
    .mainbanner__socials-holder {
        width: 48px;
        height: 48px
    }
}

.mainbanner__socials-holder:hover img {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0)
}

.mainbanner__side-btn {
    left: 15px;
    font-size: 14px;
    bottom: 30px
}

@media (width <=63.99875rem) {
    .mainbanner__side-btn {
        display: none
    }
}

.mainbanner__side-btn img {
    display: block;
    margin-right: 40px;
    transform: rotate(90deg)
}

.mainbanner__side-btn:hover {
    color: #fff
}

.mainbanner__side-btn:hover img {
    opacity: 1;
    filter: brightness(0) invert(1)
}

.mainbanner__title {
    font-size: 50px;
    font-weight: 900;
    color: #fff
}

@media (width <=63.99875rem) {
    .mainbanner__title {
        font-size: 55px
    }
}

@media (width <=47.99875rem) {
    .mainbanner__title {
        font-size: 28px
    }
}

.mainbanner__title>span {
    color: #228B22
}

.mainbanner__subtitle {
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    margin-top: 27px;
    max-width: 80%
}

@media (width <=63.99875rem) {
    .mainbanner__subtitle {
        font-size: 16px;
        margin-top: 20px
    }
}

@media (width <=47.99875rem) {
    .mainbanner__subtitle {
        font-size: 14px;
        max-width: unset
    }
}

.mainbanner__btn {
    height: 44px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    padding: 25px 55px
}

@media (width <=63.99875rem) {
    .mainbanner__btn {
        padding: 15px 30px;
        font-size: 14px
    }
}

@media (width <=30.06125rem) {
    .mainbanner__btn {
        width: 100%
    }
}

.mainbanner__benefits {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    row-gap: 15px;
    grid-column-gap: 0px;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}

@media (width <=47.99875rem) {
    .mainbanner__benefits {
        align-self: center;
        flex-direction: column;
        justify-self: center
    }
}

.mainbanner__benefit {
    display: flex;
    gap: 1rem
}

.mainbanner__benefit-img {
    height: 40px;
    width: 40px
}

.mainbanner__benefit-content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    gap: .5rem
}

@media (width <=47.99875rem) {
    .mainbanner__benefit-content {
        text-align: left
    }
}

.mainbanner__benefit-title {
    color: #fff;
    line-height: 1.2;
    font-size: 24px;
    font-weight: 600
}

@media (width <=63.99875rem) {
    .mainbanner__benefit-title {
        align-self: flex-start
    }
}

@media (width <=47.99875rem) {
    .mainbanner__benefit-title {
        font-size: 16px
    }
}

.mainbanner__benefit-text {
    color: #fff;
    font-size: 14px
}

@media (width <=47.99875rem) {
    .mainbanner__benefit-text {
        font-size: 12px
    }
}

.mainbanner__video {
    height: 450px;
    position: relative;
    overflow: hidden
}

@media (width <=90.06125rem) {
    .mainbanner__video {
        height: 360px
    }
}

@media (width <=47.99875rem) {
    .mainbanner__video {
        height: 300px
    }
}

@media (width <=30.06125rem) {
    .mainbanner__video {
        height: 250px
    }
}

.mainbanner__video-btn:after {
    content: "";
    display: block;
    width: 100%;
    height: 90px;
    bottom: 0;
    position: absolute;
    background: rgb(28, 39, 51);
    background: linear-gradient(0deg, rgb(28, 39, 51) 0%, rgba(28, 39, 51, .476650035) 54%, rgba(28, 39, 51, 0) 100%)
}

.mainbanner__video img {
    object-fit: cover
}

.mainbanner__video-text {
    max-width: 50%;
    font-size: 16px;
    font-weight: 900;
    margin-top: 10px;
    text-align: center;
    z-index: 3;
    color: #fff;
    position: absolute;
    bottom: 20px
}

.mainbanner__video-btn {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.mainbanner__side-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 525px;
}

@media (width <=63.99875rem) {
    .mainbanner__side-content {
        align-self: center;
        margin-top: 20px
    }
}

@media (max-width: 991px) {
    .mainbanner__side-content {
        min-width: 100%;
    }
}

.mainbanner__btn-group {
    margin-top: 30px;
    display: flex;
    align-items: center
}

.mainbanner__btn-pulse {
    display: none;
    position: relative;
    border: 1px solid #228B22;
    border-radius: 50%;
    justify-content: center;
    align-items: center
}

@media (width <=90.06125rem) {
    .mainbanner__btn-pulse {
        width: 75px;
        height: 75px;
        display: none
    }
}

@media (width <=63.99875rem) {
    .mainbanner__btn-pulse {
        width: 60px;
        height: 60px
    }
}

@media (width <=90.06125rem) {
    .mainbanner__btn-pulse img {
        transform: scale(2)
    }
}

@media (width <=63.99875rem) {
    .mainbanner__btn-pulse img {
        transform: unset;
        width: 20px;
        height: auto
    }
}

@media (max-width:991px) {
    .mainbanner__video-btn:after {
        display: block
    }
}

.header {
    transition: all 0.4s ease;
    width: 100%;
    z-index: 99;
    color: var(--color-light);
    position: absolute;
    top: 0;
    background: transparent;
    display: flex;
    align-items: center;
    box-shadow: 0 .25rem 1.875rem rgba(0, 0, 0, .05)
}

.header_white {
    display: block !important;
    position: fixed !important;
    flex-direction: column !important
}

.header_landing {
    height: 6.25rem
}

.header__country {
    background: url(../images/top-region.svg) no-repeat left center/1.375rem .625rem;
    padding-left: .9375rem;
    border: .0625rem solid rgba(255, 255, 255, .2);
    border-radius: .875rem;
    height: 1.25rem;
    display: flex;
    padding: .1875rem .625rem .1875rem 1.25rem
}

.header__lacation {
    display: flex
}

.header__top {
    height: 2rem;
    background: rgba(0, 0, 0, 0.85);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    display: flex;
    align-items: center
}

.header__top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 1rem
}

.header__top-mail {
    font-size: .875rem;
    background: url(../images/top-mail.svg) no-repeat left center/0.625rem .625rem;
    margin: 0 0 0 .625rem;
    padding-left: .9375rem;
    line-height: 1.6
}

@media (width <=30.06125rem) {
    .header__top-mail {
        font-size: .875rem;
        margin-left: 0;
        background: unset;
        padding: 0
    }
}

.header__top-contact {
    display: flex;
    justify-content: space-between
}

.header__bottom {
    background: rgba(16, 16, 16, 0.85);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    height: 4.6875rem;
    display: flex;
    align-items: center
}

@media (width <=47.99875rem) {
    .header__bottom {
        height: 65px
    }
}

.header__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 1rem;
    height: 100%
}

.header-menu {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 3.125rem;
    font-weight: 700;
}

@media (width <=90.06125rem) {
    .header-menu {
        column-gap: 1.375rem
    }
}

@media (width <=63.99875rem) {
    .header-menu {
        column-gap: 1rem
    }
}

.header-menu>li {
    font-size: .9375rem
}

@media (width <=90.06125rem) {
    .header-menu>li {
        font-size: .875rem
    }
}

.header-menu__link {
    font-size: 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-transform: none;
}

.header-menu__phone {
    display: flex;
    align-items: center;
    padding: 3px 0;
    font-size: 14px;
    gap: 5px;
}

.header-menu__phone img {
    filter: invert(1);
    height: 14px;
}

@media (width <=63.99875rem) {
    .header-menu__phone {
        font-size: .875rem;
        display: inline-block
    }
}

.header-menu__phone-block {
    font-weight: 700;
    display: flex;
    flex-direction: column
}

@media (width <=63.99875rem) {
    .header-menu__phone-block {
        display: none
    }
}

.header__contacts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 1rem
}

@media (min-width: 1024px) {
    .header__contacts>a:nth-last-child(2) {
        display: none;
    }
}

@media (max-width: 1024px) {
    .header__contacts>a:last-child {
        display: none;
    }
}

@media (width <=47.99875rem) {
    .header__contacts {
        justify-content: flex-end
    }
}

.header__btn {
    padding: .9375rem 1.875rem
}

@media (width <=90.06125rem) {
    .header__btn {
        width: 40px;
        height: 40px;
        min-height: 40px;
        padding: unset;
        border-radius: 50%
    }
}

@media (width <=90.06125rem) {
    .header__btn span {
        display: none
    }
}

.header__btn-inner {
    display: flex;
    align-items: center;
    font-size: .8125rem
}

.header__btn-arw {
    margin-left: .625rem;
    filter: invert(1);
}

.header__btn-mob {
    display: none;
    width: 1.25rem;
    filter: invert(1);
}

@media (width <=90.06125rem) {
    .header__btn-mob {
        display: block
    }
}

.header__btn-mobile {
    margin-left: .625rem;
    background: var(--color-accent);
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: none;
    cursor: pointer
}

.header-btn__messengers {
    display: none;
    margin-bottom: .5rem;
    align-items: center;
    justify-content: center
}

.header-btn__messengers-item {
    margin: 0 .3125rem
}

.header-btn__messengers-link img {
    width: 1.25rem;
    height: auto
}

.header__btn-mob_img {
    transition: all 0s;
    animation: ring 1s infinite
}

.header__lang {
    background: url(../images/top-lang.svg) no-repeat left center/1.375rem .625rem;
    padding-left: .9375rem;
    margin-right: .625rem;
    border: .0625rem solid rgba(255, 255, 255, .2);
    border-radius: .875rem;
    height: 1.25rem;
    display: flex;
    padding: .1875rem .625rem .1875rem 1.25rem
}

.header__lang-select option {
    color: #ffffff !important;
    background-color: rgba(16, 16, 16, 0.85) !important
}

.header__lang-select_mob {
    display: none
}

@media (width <=63.99875rem) {
    .header__logo {
        width: 8.75rem
    }
}

@media (width <=47.99875rem) {
    .header__logo {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0
    }
}

@media (width <=30.06125rem) {
    .header__logo {
        left: 5rem;
        margin: unset
    }
}

.header__logo-svg {
    display: block;
    width: auto;
    max-width: none;
    height: 65px;
}

@media (width <=47.99875rem) {
    .header__logo-svg {
        height: 48px
    }
}

.header__mobile-section {
    display: none
}

@media (width <=63.99875rem) {
    .header__mobile-section {
        display: flex !important;
        align-items: center
    }
}

.header__lang-select {
    font-size: .875rem;
    padding-right: .625rem;
    padding-left: 1.25rem;
    margin: -.1875rem 0rem -.1875rem -1.25rem;
    line-height: 1;
    appearance: none;
    background: transparent;
    color: var(--color-light);
    text-transform: uppercase;
    border: none;
    position: relative;
    background: url(../images/menu-arrow.svg) no-repeat right center, .5625rem .25rem transparent;
    text-align: left
}

.header-menu>li.menu-item-has-children::after {
    width: calc(100% - 1.125rem)
}

header+section>.section__container {
    padding-top: 0
}

.header-menu>li::after,
.header-menu>.menu-item.current-menu-item::after {
    content: "";
    position: absolute;
    bottom: 1rem;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0;
    background: var(--color-accent);
    transition: all 0.4s ease
}

.header-menu .menu-item:hover::after,
.header-menu .menu-item.current-menu-item::after {
    opacity: 1
}

.header-menu>li>span,
.header__menu-link,
.header__menu>li>span {
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.wp-block-group.container {
    padding-block: 4.375rem
}

@media (width <=63.99875rem) {
    .wp-block-group.container {
        padding-block: 3.125rem
    }
}

@media (width <=47.99875rem) {
    .wp-block-group.container {
        padding-block: 1.875rem
    }
}

.hidden {
    display: none;
    visibility: hidden
}

@keyframes ring {

    1%,
    3%,
    5%,
    7%,
    9%,
    11%,
    13%,
    15%,
    17%,
    19%,
    21% {
        transform: rotate(-7deg)
    }

    2%,
    4%,
    6%,
    8%,
    10%,
    12%,
    14%,
    16%,
    18%,
    20%,
    22% {
        transform: rotate(7deg)
    }

    23%,
    100% {
        transform: rotate(0deg)
    }
}

.overline {
    z-index: 5;
    position: relative
}

.video-loop {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-.0625rem, 0, 0)
    }

    20%,
    80% {
        transform: translate3d(.125rem, 0, 0)
    }

    30%,
    50%,
    70% {
        transform: translate3d(-.1875rem, 0, 0)
    }

    40%,
    60% {
        transform: translate3d(.1875rem, 0, 0)
    }
}

.documents__container .background-lines,
.banner__container .background-lines {
    background: rgba(243, 243, 243, .25)
}

@keyframes slidein-bottom {
    from {
        top: 0
    }

    to {
        top: calc(100% - 4rem)
    }
}

@keyframes slidein-top {
    from {
        bottom: 0
    }

    to {
        bottom: calc(100% - 4rem)
    }
}

header+section>.section__container {
    padding-top: 0
}

.page__header {
    padding-top: 8.75rem;
    margin-bottom: 3.75rem
}

@media (width <=63.99875rem) {
    .page__header {
        padding-top: 6.25rem
    }
}

@media (width <=47.99875rem) {
    .page__header {
        padding-top: 3.75rem;
        margin-bottom: 2.5rem
    }
}

.page__title {
    font-weight: 900;
    font-size: 3.75rem
}

.page__breadcrumbs {
    font-size: .875rem;
    margin-top: 1.25rem
}

.breadcrumb_last {
    color: rgba(28, 39, 51, .5)
}

.blogpage {
    padding-bottom: 6.25rem
}

.blogpage__row {
    margin-top: 4.375rem
}

.wp-pagenavi a,
.wp-pagenavi span {
    border-color: unset !important;
    padding: unset !important
}

.col-6 .section__title {
    max-width: unset
}

.pagebanner {
    text-align: center;
    padding-top: 6.25rem;
    padding-bottom: 3.125rem;
    color: var(--color-light);
    position: relative
}

.pagebanner .breadcrumb_last {
    color: var(--color-light);
    opacity: .4
}

.pagebanner::after {
    content: "";
    position: absolute;
    background: rgba(16, 16, 16, 0.85);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    z-index: -1
}

.pagebanner__img {
    top: 0;
    left: 0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    position: absolute;
    z-index: -1
}

.pagebanner__title {
    margin-top: 1.875rem;
    font-weight: 800;
    font-size: 3.125rem
}

.pagebanner__props {
    margin-top: 2.125rem;
    font-size: .875rem;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center
}

.pagebanner__props span {
    display: flex;
    align-items: center
}

.pagebanner__props span img {
    margin-right: .4375rem
}

.pagebanner__props span+span {
    margin-left: .875rem
}

.pagebanner__share {
    margin-top: 2.625rem !important;
    font-size: .875rem;
    justify-content: center;
    align-items: center;
    display: flex
}

.pagebanner__share-item {
    height: 1.875rem;
    border-radius: .9375rem;
    display: inline-block
}

.pagebanner__share-item:not(:first-child) {
    margin-left: 0.625rem !important
}

.pagebanner__share-item_tg {
    background: #1775bd
}

.pagebanner__share-item_fb {
    background: #2f4784
}

.pagebanner__share-item_tw {
    background: #248feb
}

.pagebanner__share-link {
    color: var(--color-light);
    height: 100%;
    padding-left: .625rem;
    padding-right: .625rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.pagebanner__share-link img {
    margin-right: .3125rem
}

.breadcrumbs-wrapper {
    margin-top: 4.375rem;
    padding-bottom: 4.375rem;
    position: relative;
    z-index: 9
}

.none {
    display: none
}

.error-page {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: calc(100vh - 12.5rem);
    margin: 6.25rem auto;
    justify-content: center;
    align-items: center
}

.error-page__title {
    font-size: 13.75rem;
    font-weight: 900;
    letter-spacing: -3.125rem;
    text-shadow: -.5rem 0 0 var(--color-light);
    position: relative;
    font-family: Montserrat, sans-serif;
    margin-left: -3.125rem;
    line-height: 1
}

.error-page__title-span {
    position: relative
}

.error-page__text {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 1.25rem
}

.error-page__link {
    width: 100%;
    display: block;
    margin-top: 1.875rem
}

.error-page__btn {
    padding: .9375rem 2.5rem
}

@media (width <=90.06125rem) {
    .page-header {
        padding-top: 6.25rem
    }
}

@media (width <=47.99875rem) {
    .page-header {
        margin-bottom: 2.5rem
    }
}

@media (max-width:47.9375rem) {
    .row {
        margin-right: -.3125rem;
        margin-left: -.3125rem
    }

    .single-post__container {
        padding-top: 2.5rem !important
    }

    .pagebanner {
        text-align: left;
        padding-top: 6.25rem
    }

    .pegebanner__props,
    .page-banner__share {
        justify-content: flex-start
    }

    .pegebanner__props {
        margin-top: 1.25rem
    }

    .pagebanner__title {
        font-size: 1.75rem;
        margin-top: 1.25rem
    }

    .page__title {
        font-size: 2rem
    }

    .page__breadcrumbs {
        margin-top: .625rem
    }

    .zakaz_sit {
        font-size: 1.375rem !important
    }
}

.news__row {
    margin-top: 2.5rem
}

.news__pagenavi {
    margin-top: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.news__pagenavi span,
.news__pagenavi a {
    font-size: .875rem;
    transition: all 0.4s ease;
    width: 1.75rem;
    height: 1.75rem;
    margin: 0 0.3125rem !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: .0625rem solid var(--color-primary);
    border-radius: 50%
}

.news__pagenavi>a {
    color: var(--color-light);
    background: var(--color-primary)
}

.news__pagenavi>a:hover {
    cursor: pointer;
    background: var(--color-light);
    color: var(--color-primary)
}

.blogpage__row .news-item {
    padding-bottom: 2rem
}

.blogpage .news-item__prop {
    margin-top: 1.125rem
}

.news-smitem {
    padding-bottom: 1.25rem
}

.news-bigitem {
    padding-bottom: 1.25rem
}

.news-item {
    height: 100%;
    display: flex;
    flex-direction: column
}

.news-item__img {
    height: 13.125rem;
    flex: 0 0 auto;
    display: block;
    overflow: hidden
}

.news-item__img-big {
    height: 27.5rem;
    display: block;
    overflow: hidden
}

.news-item__img-link {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease
}

.news-item__img-link:hover {
    transform: scale(1.1)
}

.news-item__content {
    margin-top: 1.25rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.news-item__title {
    line-height: 1.167;
    font-weight: 900;
    font-size: 1.5rem
}

.news-item__text {
    margin-top: 1.25rem;
    font-size: 1rem
}

.news-item__text-mob {
    display: block !important
}

.news-item__prop {
    margin-top: .625rem;
    color: #73797c;
    font-size: .875rem;
    display: flex;
    align-items: center
}

.news-item__prop-time {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.news-item__prop-time::before {
    content: "";
    background: #73797c;
    width: .25rem;
    height: .25rem;
    margin: 0 .625rem;
    border-radius: 50%
}

#side-menu {
    appearance: none;
    display: none
}

input#side-menu[type=checkbox]:checked+header .mobile-menu__box::before {
    top: -.1875rem;
    opacity: 0;
    background: var(--color-light)
}

input#side-menu[type=checkbox]:checked+header .mobile-menu__box .mobile-menu__inner {
    transform: rotate(45deg);
    top: .8125rem;
    left: 0;
    background: var(--color-light)
}

input#side-menu[type=checkbox]:checked+header .mobile-menu__box::after {
    transform: rotate(-45deg);
    bottom: .625rem;
    left: 0;
    background: var(--color-light)
}

input#side-menu[type=checkbox]:checked~#polt-menu {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition: visibility 0.4s, transform 0.4s;
    overflow-y: auto
}

@media (max-width:61.9375rem) {
    .news-item {
        margin-bottom: 1.25rem
    }

    .news-item__text-mob {
        display: block !important
    }
}

@media (max-width:47.9375rem) {
    .blogpage__row {
        margin-top: 2.5rem
    }

    .news-item__title_big {
        font-size: 1.25rem !important
    }

    .news-item__title {
        font-size: .875rem
    }

    .news-smitem__prop {
        font-size: 0.75rem !important
    }

    .news-smitem__content {
        margin-top: 0.625rem !important
    }

    .news-smitem__title {
        font-size: .875rem
    }

    .news-item__text {
        font-size: .875rem;
        margin-top: .9375rem
    }

    .news-item__content {
        margin-top: .9375rem
    }

    .news__row {
        margin-top: 1.25rem
    }

    .news-item__img-big {
        height: 12.5rem
    }

    .news-item__img {
        height: 8.125rem
    }
}

.group_name {
    position: relative
}