

.title-h1 {
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 106%;
    text-transform: uppercase
}

@media (min-width: 680px) {
    .title-h1 {
        font-size: 4.4rem
    }
}

@media (min-width: 1280px) {
    .title-h1 {
        line-height: 130%
    }
}

@media (min-width: 1360px) {
    .title-h1 {
        font-size: 6rem
    }
}

.title-h2 {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase
}

@media (min-width: 680px) {
    .title-h2 {
        font-size: 3.8rem
    }
}

@media (min-width: 1280px) {
    .title-h2 {
        line-height: 130%
    }
}

@media (min-width: 1360px) {
    .title-h2 {
        font-size: 6rem
    }
}

@media (min-width: 680px) {
    .title-h2.--post-title {
        font-size: 3.8rem
    }
}

@media (min-width: 1280px) {
    .title-h2.--post-title {
        font-size: 4.6rem
    }
}

.btn-primary {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    width: 100%;
    background-color: #141414;
    border: 2px solid #141414;
    padding: 6px 24px;
    border-radius: 6px;
    text-decoration: none
}

@media (min-width: 680px) {
    .btn-primary {
        min-height: 50px;
        padding: 6px 42px
    }
}

@media (min-width: 1360px) {
    .btn-primary {
        min-height: 54px
    }
}

@media (any-hover: hover) {
    .btn-primary:hover:after {
        opacity: 1;
        transform: translateX(0)
    }
    .btn-primary:hover .btn-primary__text {
        transform: translateX(0)
    }
}

.btn-primary:focus-visible {
    outline: 0;
    background-color: transparent
}

.btn-primary:focus-visible:after {
    transform: translateX(10px);
    opacity: 0
}

.btn-primary:focus-visible .btn-primary__text {
    color: #141414;
    transform: translateX(16px)
}

.btn-primary:active {
    background-color: #383838
}

.btn-primary:active:after {
    opacity: 1;
    transform: translateX(0)
}

.btn-primary:active .btn-primary__text {
    transform: translateX(0)
}

.btn-primary__text {
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 106%;
    text-transform: uppercase;
    transform: translateX(16px);
    transition: transform .15s
}

@media (min-width: 680px) {
    .btn-primary__text {
        font-size: 1.8rem
    }
}

@media (min-width: 1360px) {
    .btn-primary__text {
        font-size: 2rem
    }
}

.btn-primary:after {
    content: '';
    display: block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-left: 10px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27%3e%3cpath d=%27M12 2L10.6 3.4L16.2 9H0V11H16.2L10.6 16.6L12 18L20 10L12 2Z%27 fill=%27white%27/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateX(10px);
    opacity: 0;
    transition: opacity .15s, transform .15s
}

@media (min-width: 1360px) {
    .btn-primary:after {
        width: 24px;
        min-width: 24px;
        height: 24px
    }
}

.btn-primary.--yellow {
    background-color: #FFC533;
    border: 2px solid #FFC533
}

.btn-primary.--yellow:focus-visible {
    background-color: transparent
}

.btn-primary.--yellow:focus-visible:after {
    transform: translateX(10px);
    opacity: 0
}

.btn-primary.--yellow:focus-visible .btn-primary__text {
    color: #141414;
    transform: translateX(16px)
}

.btn-primary.--yellow:focus-visible .btn-primary__text.--on-black {
    color: #EDB426
}

.btn-primary.--yellow:active {
    background-color: #EDB426
}

.btn-primary.--yellow .btn-primary__text {
    color: #141414
}

.btn-primary.--yellow:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27%3e%3cpath d=%27M12 2L10.6 3.4L16.2 9H0V11H16.2L10.6 16.6L12 18L20 10L12 2Z%27 fill=%27%23141414%27/%3e%3c/svg%3e")
}

.btn-secondary {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 12px 34px;
    border-radius: 10px;
    border: 2px solid #FFC533;
    text-decoration: none;
    color: initial;
    white-space: nowrap;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color .2s
}

@media (min-width: 680px) {
    .btn-secondary {
        width: min-content
    }
}

@media (any-hover: hover) {
    .btn-secondary:hover {
        background-color: #FFC533
    }
}

.btn-secondary:focus-visible {
    outline: 0;
    background-color: transparent;
    box-shadow: 0 0 0 1px #FFC533
}

.btn-secondary:active {
    background-color: #FFC533
}

.btn-text {
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: inherit;
    text-transform: uppercase;
    text-decoration: none;
    color: initial;
    padding: 12px 0;
    border: 3px solid transparent;
    border-radius: 10px;
    outline: none;
    margin-bottom: 12px;
    transition: border-color .2s
}

@media (min-width: 680px) {
    .btn-text {
        font-size: 1.5rem
    }
}

@media (any-hover: hover) {
    .btn-text:hover {
        border-color: #FFC533
    }
}

.btn-text:active {
    border-color: #FFC533;
    text-decoration: underline;
    text-decoration-offset: 2px
}

.btn-text:focus-visible {
    border-color: #FFC533
}

.btn-text.--link-color {
    background-color: #FFC533;
    border-radius: 10px;
    margin-top: 10px
}

@media (min-width: 680px) {
    .btn-text.--link-color {
        margin-top: 12px
    }
}

.btn-text.--link-color:active,
.btn-text.--link-color:focus-visible {
    border-color: #FFC533;
    background-color: transparent;
    text-decoration: none
}

.hamburger {
    cursor: pointer;
    border: 0;
    background-color: transparent;
    width: 24px;
    height: 24px;
    padding: 0;
    position: relative
}

.hamburger:focus-visible {
    outline: 10px solid rgba(20, 20, 20, 0.2);
    background-color: rgba(20, 20, 20, 0.2)
}

.hamburger__line {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: #141414
}

.hamburger__line:nth-child(1) {
    width: 80%;
    transform: translateY(-2px);
    transition: transform .2s ease-in-out .2s, opacity .2s ease-in-out .2s, width .1s
}

.mobile-menu-opened .hamburger__line:nth-child(1) {
    width: 100%;
    opacity: 0;
    transform: translateY(6px);
    transition: transform .2s ease-in-out, opacity .2s ease-in-out
}

.hamburger__line:nth-child(2) {
    transform: translateY(3px);
    transition: transform .2s ease-in-out
}

.mobile-menu-opened .hamburger__line:nth-child(2) {
    transform: rotate(-45deg) translateY(1px) translateX(-1px);
    transition: transform .2s ease-in-out .2s
}

.hamburger__line:nth-child(3) {
    transform: translateY(0);
    transition: transform .2s ease-in-out
}

.mobile-menu-opened .hamburger__line:nth-child(3) {
    transform: rotate(45deg) translateY(-1px) translateX(-1px);
    transition: transform .2s ease-in-out .2s
}

.hamburger__line:nth-child(4) {
    transform: translateY(5px);
    width: 60%;
    transition: transform .2s ease-in-out .2s, opacity .2s ease-in-out .2s, width .1s
}

.mobile-menu-opened .hamburger__line:nth-child(4) {
    width: 100%;
    transform: translateY(-6px);
    opacity: 0;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out
}

.bread-crumbs {
    display: flex;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 30px
}

@media (min-width: 300px) {
    .bread-crumbs {
        padding-top: 95px
    }
}

@media (min-width: 1280px) {
    .bread-crumbs {
        padding-top: 90px
    }
}

.bread-crumbs.--bread-crumbs__weight {
    font-weight: 600
}

.bread-crumbs__home {
    width: 24px;
    height: 24px
}

.bread-crumbs__arrow {
    width: 18px;
    height: 18px
}

.bread-crumbs__text {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #8A8A8A;
    text-decoration: none;
    border: 1px solid transparent
}

@media (min-width: 680px) {
    .bread-crumbs__text {
        font-size: 1.4rem
    }
}

@media (any-hover: hover) {
    .bread-crumbs__text:hover {
        font-weight: 700
    }
}

.bread-crumbs__text:active {
    font-weight: 700;
    text-decoration: underline
}

.bread-crumbs__text:focus-visible {
    border: 1px solid #141414;
    outline: none
}

.bread-crumbs__link {
    display: flex
}

.bread-crumbs__arrow-down {
    margin: 0 6px 0 0
}

.subscribe-form {
    width: 100%;
    max-width: 414px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 768px) {
    .subscribe-form {
        display: flex;
        position: relative;
        margin-left: initial;
        margin-right: initial
    }
}

@media (min-width: 1280px) {
    .subscribe-form {
        max-width: 530px
    }
}

.subscribe-form .wpcf7 {
    width: 100%
}

.subscribe-form .wpcf7 form .wpcf7-response-output {
    display: none
}

.subscribe-form .wpcf7-form {
    width: 100%
}

.subscribe-form .wpcf7-form>p {
    width: 100%
}

.subscribe-form__label {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative
}

.subscribe-form__email {
    border: 0;
    border-radius: 6px;
    padding: 12px 26px;
    background-color: #fff;
    height: 48px;
    width: 100%;
    color: #141414;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 106%
}

@media (min-width: 768px) {
    .subscribe-form__email {
        height: 50px
    }
}

.subscribe-form__email:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 2px #FFC533
}

.subscribe-form__email:focus-visible::placeholder {
    opacity: 0
}

.subscribe-form__email::placeholder {
    color: #8A8A8A;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 106%;
    transition: opacity .2s
}

.contact-us-page .subscribe-form__email {
    background-color: #F1EEFC;
    color: #141414
}

@media (min-width: 680px) {
    .contact-us-page .subscribe-form__email {
        background-color: #fff;
        color: #141414
    }
}

.subscribe-form .wpcf7-not-valid-tip,
.subscribe-form .error-message {
    margin-top: 6px;
    color: #E00000;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 106%
}

@media (min-width: 768px) {
    .subscribe-form .wpcf7-not-valid-tip,
    .subscribe-form .error-message {
        margin-top: 0;
        position: absolute;
        bottom: -20px;
        left: 0
    }
}

.subscribe-form__submit {
    margin-top: 14px
}

@media (min-width: 768px) {
    .subscribe-form__submit {
        margin-top: 0;
        position: absolute;
        top: 0;
        right: 0;
        width: auto
    }
}

@media (min-width: 1360px) {
    .subscribe-form__submit {
        min-height: 50px
    }
}

.subscribe-form__submit:after {
    width: 20px;
    height: 20px
}

.contact-us-page .subscribe-form__submit.btn-primary.--yellow {
    background-color: #141414;
    border-color: #141414
}

@media (min-width: 680px) {
    .contact-us-page .subscribe-form__submit.btn-primary.--yellow {
        background-color: #FFC533;
        border-color: #FFC533
    }
}

.contact-us-page .subscribe-form__submit.btn-primary.--yellow:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27%3e%3cpath d=%27M12 2L10.6 3.4L16.2 9H0V11H16.2L10.6 16.6L12 18L20 10L12 2Z%27 fill=%27white%27/%3e%3c/svg%3e")
}

@media (min-width: 680px) {
    .contact-us-page .subscribe-form__submit.btn-primary.--yellow:after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27%3e%3cpath d=%27M12 2L10.6 3.4L16.2 9H0V11H16.2L10.6 16.6L12 18L20 10L12 2Z%27 fill=%27%23141414%27/%3e%3c/svg%3e")
    }
}

.contact-us-page .subscribe-form__submit .btn-primary__text {
    color: #fff
}

@media (min-width: 680px) {
    .contact-us-page .subscribe-form__submit .btn-primary__text {
        color: #141414
    }
}

@media (min-width: 768px) {
    .subscribe-form__submit .btn-primary__text {
        font-size: 1.6rem
    }
}

.form-response__window {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 288px;
    border-radius: 16px;
    padding: 48px 24px
}

@media (min-width: 680px) {
    .form-response__window {
        max-width: 596px;
        padding: 68px 110px
    }
}

@media (min-width: 1280px) {
    .form-response__window {
        max-width: 639px
    }
}

.form-response__icon {
    width: 38px;
    height: 38px
}

@media (min-width: 680px) {
    .form-response__icon {
        width: 48px;
        height: 48px
    }
}

.form-response__text {
    width: 100%;
    text-align: center;
    margin-top: 14px;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

@media (min-width: 680px) {
    .form-response__text {
        font-size: 1.8rem
    }
}

.form-response__btn {
    margin-top: 24px
}

.footer {
    padding-top: 48px;
    padding-bottom: 48px;
    background-color: #141414
}

@media (min-width: 1280px) {
    .footer {
        padding-top: 64px;
        padding-bottom: 64px
    }
}

.contact-us-page .footer {
    background-color: #fff
}

@media (min-width: 680px) {
    .contact-us-page .footer {
        background-color: #141414
    }
}

@media (min-width: 768px) {
    .footer__row {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
}

.footer__row+.footer__row {
    margin-top: 26px
}

@media (min-width: 768px) {
    .footer__row+.footer__row {
        margin-top: 38px
    }
}

.footer__logo-img {
    display: block;
    width: 89px;
    height: 30px;
    margin: 0 auto;
    object-fit: contain
}

@media (min-width: 768px) {
    .footer__logo-img {
        width: 107px;
        height: 37px;
        margin: 0
    }
}

@media (min-width: 1280px) {
    .footer__logo-img {
        width: 138px;
        height: 48px
    }
}

.contact-us-page .footer__logo-img {
    display: block
}

@media (min-width: 680px) {
    .contact-us-page .footer__logo-img {
        display: none
    }
}

.contact-us-page .footer__logo-img.--white {
    display: none
}

@media (min-width: 680px) {
    .contact-us-page .footer__logo-img.--white {
        display: block
    }
}

.footer__logo-link {
    display: block
}

.footer__pages-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    margin-top: 26px
}

@media (min-width: 768px) {
    .footer__pages-links {
        flex-direction: row;
        column-gap: 30px;
        margin-top: 0
    }
}

.footer__page-link {
    color: #fff;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 106%;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 8px;
    position: relative
}

@media (min-width: 1280px) {
    .footer__page-link {
        font-size: 1.8rem;
        color: transparent;
        padding: 10px;
        border: 2px solid transparent
    }
}

@media (any-hover: hover) {
    .footer__page-link:hover:after {
        font-weight: 700
    }
}

.footer__page-link:focus-visible {
    outline: 0;
    border-color: #fff
}

.footer__page-link:active:after {
    text-decoration: underline
}

.contact-us-page .footer__page-link {
    color: #141414
}

@media (min-width: 680px) {
    .contact-us-page .footer__page-link {
        color: #fff
    }
}

@media (min-width: 1280px) {
    .footer__page-link:after {
        content: attr(data-text);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        position: absolute;
        white-space: nowrap;
        top: 0;
        left: 0;
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 1.6;
        color: #fff;
        transition: font-weight .15s
    }
}

.footer__page-link.--current {
    font-weight: 700;
    color: #FFC533
}

.footer__page-link.--current:active {
    text-decoration: none
}

@media (min-width: 1280px) {
    .footer__page-link.--current:after {
        font-weight: 700
    }
}

.footer__social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 26px;
    color: #fff;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 106%;
    text-transform: uppercase;
    text-decoration: none
}

@media (min-width: 768px) {
    .footer__social-links {
        order: 1;
        margin-top: 0
    }
}

@media (min-width: 1280px) {
    .footer__social-links {
        font-size: 1.8rem
    }
}

.contact-us-page .footer__social-links {
    color: #141414
}

@media (min-width: 680px) {
    .contact-us-page .footer__social-links {
        color: #fff
    }
}

.footer__social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 14px
}

@media (min-width: 1280px) {
    .footer__social-link {
        width: 42px;
        height: 42px
    }
}

.footer__social-link.--tg:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 2px #05CC78
}

.footer__social-link.--tg:focus-visible svg path {
    stroke: #05CC78
}

.footer__social-link.--tg svg path {
    transition: stroke .15s
}

@media (any-hover: hover) {
    .footer__social-link.--tg:hover svg path {
        stroke: #05CC78
    }
}

.footer__social-link.--email:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 2px #05CC78
}

.footer__social-link.--email:focus-visible svg path {
    stroke: #05CC78;
    fill: #05CC78
}

.footer__social-link.--email svg path {
    transition: fill .15s, stroke .15s
}

@media (any-hover: hover) {
    .footer__social-link.--email:hover svg path {
        stroke: #05CC78;
        fill: #05CC78
    }
}

.footer__social-link:active {
    box-shadow: 0 0 0 2px #05CC78;
    transform: scale(1.03)
}

.footer__social-link+.footer__social-link {
    margin-left: 12px
}

.footer__social-link svg {
    width: 22px;
    height: 22px
}

@media (min-width: 1280px) {
    .footer__social-link svg {
        width: 24px;
        height: 24px
    }
}

@media (min-width: 768px) {
    .footer__form {
        order: 2
    }
}

.footer__legal {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.14px;
    margin-top: 26px
}

@media (min-width: 768px) {
    .footer__legal {
        margin-top: 28px;
        text-align: left
    }
}

@media (min-width: 1280px) {
    .footer__legal {
        font-size: 1.6rem
    }
}

.contact-us-page .footer__legal {
    color: #141414
}

@media (min-width: 680px) {
    .contact-us-page .footer__legal {
        color: #fff
    }
}