/*
Theme Name: Boroda Theme
Version: 1.0"
Description: Boroda Theme
Text Domain: boroda
Author: KITH
Author URI: https://kith.agency
*/

@charset "UTF-8";

* {
    box-sizing: border-box;
    font-family: Montserrat, sans-serif;
    scroll-behavior: smooth
}

html {
    font-size: 16px
}

body {
    margin: 0;
    padding: 0;
    max-width: 100vw;
    position: relative;
    overflow-x: hidden;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    word-wrap: break-word
}

.container-all {
    position: relative;
    overflow: hidden;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    max-width: 1920px
}

@media screen and (min-width: 1920px) {
    .container-all {
        margin: 0 auto
    }
}

main {
    position: relative
}

.header-space {
    height: 125px;
    background: #000000
}

@media screen and (max-width: 992px) {
    .header-space {
        height: 120px
    }
}

@media screen and (max-width: 480px) {
    .header-space {
        height: 96px
    }
}

img {
    vertical-align: top
}

.window-overlay {
    position: fixed;
    width: 100vw;
    height: 100dvh;
    left: 0;
    top: 0;
    background: #3d3d3db2;
    z-index: 150;
    opacity: 0;
    transition: .3s;
    pointer-events: none
}

.window-overlay.open {
    opacity: 1;
    pointer-events: all;
    transition: .3s
}

._hide,
._mob {
    display: none !important
}

@media screen and (max-width: 992px) {
    ._mob {
        display: block !important
    }
}

._mob-f {
    display: none !important
}

@media screen and (max-width: 992px) {
    ._mob-f {
        display: flex !important
    }
}

._desk {
    display: none !important
}

@media screen and (min-width: 993px) {
    ._desk {
        display: block !important
    }
}

._desk-f {
    display: none !important
}

@media screen and (min-width: 993px) {
    ._desk-f {
        display: flex !important
    }
}

._flex {
    display: flex
}

._flex-x {
    display: flex;
    align-items: center
}

._flex-cntr {
    display: flex;
    align-items: center;
    justify-content: center
}

._flex-btwn {
    display: flex;
    justify-content: space-between
}

._flex-btwn-x {
    display: flex;
    align-items: center;
    justify-content: space-between
}

._flex-col {
    display: flex;
    flex-direction: column
}

._flex-col-cntr {
    display: flex;
    flex-direction: column;
    align-items: center
}

._invert {
    filter: invert(1)
}

._accent {
    font-family: inherit
}

._white {
    color: #fff
}

._icon-txt {
    gap: 5px;
    position: relative
}

._icon-txt .icon {
    display: block;
    height: 20px;
    width: auto
}

._ta-c {
    text-align: center
}

._tt-u {
    text-transform: uppercase
}

.clamp-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.625
}

.clamp-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.625
}

.img-wrap a img {
    transition: .3s
}

.img-wrap:hover a img {
    transform: scale(1.02);
    transition: .3s
}

.ul-norm {
    padding-left: 0;
    margin: 0;
    list-style: none
}

.o-fit {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

._round {
    border-radius: 50%;
    overflow: hidden
}

.pt80 {
    padding-top: 80px
}

@media screen and (max-width: 992px) {
    .pt80 {
        padding-top: 60px
    }
}

.pb80 {
    padding-bottom: 80px
}

@media screen and (max-width: 992px) {
    .pb80 {
        padding-bottom: 60px
    }
}

.pt40 {
    padding-top: 40px
}

@media screen and (max-width: 992px) {
    .pt40 {
        padding-top: 30px
    }
}

.pb40 {
    padding-bottom: 40px
}

@media screen and (max-width: 992px) {
    .pb40 {
        padding-bottom: 30px
    }
}

._h1,
h1,
._h2,
h2,
._h3,
h3,
._h4,
h4,
._h5,
h5,
._h6,
h6 {
    font-style: normal;
    margin: 0;
    line-height: 1.3;
    font-weight: 700
}

h1,
._h1 {
    font-size: 4rem
}

@media screen and (max-width: 992px) {

    h1,
    ._h1 {
        font-size: 3rem
    }
}

h2,
._h2 {
    font-size: 36px
}

@media screen and (max-width: 992px) {

    h2,
    ._h2 {
        font-size: 32px
    }
}

h3,
._h3 {
    font-size: 28px
}

h4,
._h4 {
    font-size: 16px
}

._txt-l {
    font-size: 20px;
    font-weight: 400
}

@media screen and (max-width: 992px) {
    ._txt-l {
        font-size: 16px
    }
}

._txt-s {
    font-size: 14px;
    font-weight: 500
}

a {
    text-decoration: none;
    color: inherit;
    transition: all .3s
}

p>a:hover,
span>a:hover,
li>a:hover {
    color: #ff9f0f;
    transition: all .3s
}

p {
    margin: 0
}

.txt-editor h1,
.txt-editor h2,
.txt-editor h3,
.txt-editor h4,
.txt-editor h5,
.txt-editor h6 {
    margin-bottom: .75em
}

.txt-editor h2 {
    font-size: 24px
}

.txt-editor h2 {
    font-size: 22px
}

.txt-editor h3 {
    font-size: 20px
}

.txt-editor h4 {
    font-size: 18px
}

.txt-editor h5 {
    font-size: 15px
}

.txt-editor h5 {
    font-size: 14px
}

.txt-editor p {
    margin-bottom: 16px
}

.txt-editor ul {
    padding-left: 18px
}

.txt-editor ul li::marker {
    color: #ff9f0f
}

.txt-editor ul li+li {
    margin-top: 8px
}

.txt-editor ol {
    padding-left: 18px
}

[class*=__container] {
    width: 100%;
    padding: 0 1rem;
    max-width: 1212px;
    margin: 0 auto
}

.bttn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: all ease .3s;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase
}

.bttn svg {
    display: block
}

.bttn.base {
    transition: .3s;
    border: 3px solid #FF9F0F;
    min-height: 70px;
    border-radius: 35px;
    padding: 0 40px;
    gap: 10px;
    min-width: 260px;
    text-decoration: none
}

@media screen and (max-width: 992px) {
    .bttn.base {
        padding: 0 20px
    }
}

.bttn.base.dark {
    background-color: #d9d9d936;
    color: #fff
}

.bttn.base.light {
    background-color: transparent;
    color: #ff9f0f
}

.bttn.base:hover {
    transition: .3s;
    background-color: #ff9f0f24;
    color: #ff9f0f;
    box-shadow: 0 4px 4px #00000040
}

.bttn.base:hover .txt {
    color: #ff9f0f;
    transition: .3s
}

.bttn.cont {
    transition: .3s;
    min-height: 70px;
    border-radius: 35px;
    padding: 0 20px;
    gap: 20px;
    min-width: 260px;
    text-decoration: none;
    color: #fff;
    text-align: left
}

.bttn.cont.insta {
    background-color: #e8336b
}

.bttn.cont.tg {
    background-color: #67b8f2
}

.bttn.cont.viber {
    background-color: #713ea4
}

.bttn.cont img {
    display: block;
    height: 45px;
    width: auto
}

.bttn .txt {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase
}

.bttn img {
    display: block;
    height: 20px;
    width: auto
}

.bttn.inline {
    transition: .3s;
    padding: 0;
    gap: 10px;
    color: #ff9f0f;
    text-decoration: underline
}

.bttn.inline:hover {
    transition: .3s;
    background-color: #ff9f0f24;
    color: #ff9f0f;
    box-shadow: 0 4px 4px #00000040
}

.bttn.inline:hover .txt {
    color: #d38510;
    transition: .3s
}

._input,
input[type=text],
input[type=number],
input[type=tel],
input[type=email] {
    display: block;
    height: 40px;
    padding: 10px;
    border-radius: 0;
    border: 1px solid #D9D9D9;
    font-size: 16px;
    line-height: 1;
    outline: none;
    background-color: transparent;
    color: #000;
    transition: all ease .3s
}

._input:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=email]:focus {
    border: 1px solid #FF9F0F;
    transition: all ease .3s
}

._input:hover,
input[type=text]:hover,
input[type=number]:hover,
input[type=tel]:hover,
input[type=email]:hover {
    border: 1px solid #FF9F0F;
    transition: all ease .3s
}

._input:invalid,
input[type=text]:invalid,
input[type=number]:invalid,
input[type=tel]:invalid,
input[type=email]:invalid {
    border: 1px solid #D85140;
    color: #d85140;
    transition: all ease .3s
}

._input:disabled,
input[type=text]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
input[type=email]:disabled {
    opacity: .6
}

input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border: 1px solid #D9D9D9;
    background-color: #fff;
    box-shadow: 0 1px 4px #00000040;
    border-radius: 50%;
    position: relative
}

input[type=radio]:checked:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ff9f0f;
    border-radius: 50%;
    top: 2px;
    left: 2px
}

input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    color: currentColor;
    width: 24px;
    min-width: 24px;
    height: 24px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    transform: translateY(-.075em);
    display: grid;
    place-content: center
}

input[type=checkbox]:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    transition: .3s opacity ease-in-out;
    background-image: url(assets/img/icons/check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    opacity: 0
}

input[type=checkbox]:checked:before {
    opacity: 1;
    transition: .3s opacity ease-in-out
}

select {
    display: block;
    height: 40px;
    width: 100%;
    padding: 10px 35px 10px 10px;
    border-radius: 0;
    border: 1px solid #d6d8dd;
    font-size: 15px;
    line-height: 1;
    outline: none;
    background-color: #fff;
    color: #000;
    transition: all ease .3s;
    background-image: url(assets/img/icons/shevron-down.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 50% !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

textarea,
._textarea {
    display: block;
    height: 145px;
    resize: vertical;
    padding: 10px;
    border-radius: 0;
    border: 1px solid #D9D9D9;
    font-size: 16px;
    line-height: 1;
    outline: none;
    background-color: transparent;
    color: #000;
    transition: all ease .3s
}

textarea:focus,
._textarea:focus {
    border: 1px solid #FF9F0F;
    transition: all ease .3s
}

textarea:hover,
._textarea:hover {
    border: 1px solid #FF9F0F;
    transition: all ease .3s
}

textarea:invalid,
._textarea:invalid {
    border: 1px solid #D85140;
    transition: all ease .3s
}

textarea:disabled,
._textarea:disabled {
    opacity: .6
}

.swiper.base {
    padding-bottom: 40px
}

.sw-arr {
    width: 48px;
    height: 48px;
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
    transition: all ease .3s;
    cursor: pointer;
    border-radius: 50%;
    border: 3px solid #FF9F0F
}

.sw-arr:hover {
    background-color: #ff9f0f24;
    transition: all ease .3s
}

.sw-arr.swiper-button-disabled {
    opacity: .4;
    filter: grayscale(1)
}

.sw-arr-prev {
    background-image: url(assets/img/icons/Arrow-prev.svg)
}

.sw-arr-next {
    background-image: url(assets/img/icons/Arrow-next.svg)
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #a6a6a6;
    border-radius: 50%;
    margin: 0
}

.swiper-pagination-bullet-active {
    background: #ff9f0f
}

.swiper-buttons {
    justify-content: flex-end;
    gap: 22px
}

.swiper-top-prods {
    margin-top: -46px
}

@media screen and (max-width: 992px) {
    .swiper-top-prods {
        margin-top: 28px
    }
}

.arr-elem {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    transition: .3s
}

@media screen and (max-width: 992px) {
    .arr-elem {
        width: 24px;
        height: 24px;
        min-width: 24px
    }
}

.arr-elem svg path {
    transition: .3s
}

.card {
    border-radius: 32px;
    background-color: #f4fbff;
    padding: 24px;
    height: 100%
}

@media screen and (max-width: 1499px) {
    .card {
        border-radius: 16px
    }
}

@media screen and (max-width: 767px) {
    .card {
        border-radius: 8px
    }
}

.rad-32-8 {
    border-radius: 32px;
    overflow: hidden
}

@media screen and (max-width: 992px) {
    .rad-32-8 {
        border-radius: 8px
    }
}

.accent-txt {
    display: inline-block;
    padding: 0 10px;
    color: #00529a;
    background: #ccedff;
    border-radius: 30px
}

@media screen and (max-width: 992px) {
    .accent-txt {
        padding: 0 6px;
        border-radius: 20px
    }
}

.section-head {
    flex-wrap: wrap;
    gap: 20px;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto
}

.bttn-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 15px
}

.bottom-menu {
    position: fixed;
    z-index: 500;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 14px 35px;
    background: #000;
    box-shadow: 0 -4px 8px #ffffff1a
}

.bottom-menu-item .link {
    display: flex;
    flex-direction: column;
    align-items: center
}

.bottom-menu-item .link .icon {
    display: block;
    height: 24px;
    width: auto;
    margin-bottom: 4px
}

.bottom-menu-item .link .txt {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .01em;
    text-align: center;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    transition: .3s;
    background-color: #000
}

.header-top {
    background-color: #ff9f0f
}

.header-top-wrap {
    padding: 10px 0
}

.header-top-wrap .txt {
    font-weight: 700;
    font-size: 20px;
    display: block;
    line-height: 1
}

@media screen and (max-width: 992px) {
    .header-top-wrap .txt {
        font-size: 16px
    }
}

@media screen and (max-width: 480px) {
    .header-top-wrap .txt {
        font-size: 13px
    }
}

.header-main__container {
    height: 100%
}

.header-main-wrap {
    padding: 10px 0;
    height: 100%
}

.header-main-wrap .txt {
    font-weight: 700;
    font-size: 20px
}

@media screen and (max-width: 992px) {
    .header-main-wrap .txt {
        font-size: 16px
    }
}

.header .logo {
    display: block;
    width: 140px
}

@media screen and (max-width: 992px) {
    .header .logo {
        max-width: 36%;
        flex-grow: 0
    }
}

.header .logo img {
    display: block;
    width: 100%;
    height: auto
}

.header-mob .bottom {
    margin-top: 16px
}

.header-mob .bottom .col {
    gap: 16px
}

.header .menu-item a {
    display: block;
    position: relative;
    color: #fff;
    transition: .3s;
    font-weight: 700;
    font-size: 14px
}

.header .menu-item a:hover {
    color: #ff9f0f
}

.header .menu-item.menu-item-has-children>a {
    display: flex;
    align-items: center;
    gap: 8px
}

.header .menu-item.menu-item-has-children>a:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(assets/img/icons/shevron-down.svg);
    background-position: center;
    background-size: contain;
    background-repeat: none;
    filter: brightness(0) invert(1);
    transform: rotate(0);
    transition: all ease .3s
}

.header .menu-item.menu-item-has-children>a:hover {
    border-radius: 20px 20px 20px 0
}

.header .menu-item.menu-item-has-children>a:hover:after {
    filter: brightness(1) invert(0);
    transform: rotate(180deg);
    transition: all ease .3s
}

.header .icons-wrap {
    gap: 18px
}

@media screen and (max-width: 992px) {
    .header .icons-wrap {
        min-width: 32%;
        flex-grow: 1
    }
}

@media screen and (max-width: 992px) {
    .header .icons-wrap.right {
        justify-content: flex-end
    }
}

.cart-link {
    cursor: pointer;
    display: block
}

.cart-link .icon-wrap {
    position: relative
}

.cart-link .icon-wrap .num {
    position: absolute;
    top: 0;
    left: 60%;
    padding: 1px 5px 0;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    text-align: left;
    color: #000;
    background: #fff
}

.menu1 {
    gap: 70px;
    flex-wrap: wrap
}

.banner-elem {
    width: 100%;
    height: 100%;
    position: relative
}

.banner-elem .img-wrap {
    position: absolute;
    width: 100%;
    height: 100%
}

.banner-elem .banner__container {
    height: 100%
}

.banner-elem .txt-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10
}

.banner-elem .txt-wrap-inner {
    width: 100%;
    height: 100%;
    justify-content: center;
    gap: 16px;
    padding: 20px 0
}

@media screen and (max-width: 992px) {
    .banner-elem .txt-wrap-inner {
        padding: 40vw 0
    }
}

.banner-elem .txt-wrap-inner.left {
    align-items: flex-start
}

@media screen and (max-width: 992px) {
    .banner-elem .txt-wrap-inner.left {
        align-items: center
    }
}

.banner-elem .txt-wrap-inner.left .txt {
    text-align: left
}

@media screen and (max-width: 992px) {
    .banner-elem .txt-wrap-inner.left .txt {
        text-align: center
    }
}

.banner-elem .txt-wrap-inner.center {
    align-items: center
}

.banner-elem .txt-wrap-inner.center .txt {
    text-align: center
}

.banner-elem .txt-wrap-inner.right {
    align-items: flex-end
}

@media screen and (max-width: 992px) {
    .banner-elem .txt-wrap-inner.right {
        align-items: center
    }
}

.banner-elem .txt-wrap-inner.right .txt {
    text-align: right
}

@media screen and (max-width: 992px) {
    .banner-elem .txt-wrap-inner.right .txt {
        text-align: center
    }
}

.banner-elem .txt-wrap-inner.right .txt-2 {
    text-align: right
}

@media screen and (max-width: 992px) {
    .banner-elem .txt-wrap-inner.right .txt-2 {
        text-align: center
    }
}

@media screen and (max-width: 1499px) {
    .banner-elem .txt-wrap-inner ._h1 {
        font-size: 44px
    }
}

@media screen and (max-width: 992px) {
    .banner-elem .txt-wrap-inner ._h1 {
        text-align: center
    }
}

.banner-elem .txt-wrap-inner .txt {
    font-weight: 400;
    font-size: 36px
}

@media screen and (max-width: 1499px) {
    .banner-elem .txt-wrap-inner .txt {
        font-size: 24px
    }
}

.banner-elem .txt-wrap-inner .txt-2 {
    font-weight: 400;
    font-size: 20px
}

@media screen and (max-width: 1499px) {
    .banner-elem .txt-wrap-inner .txt-2 {
        font-size: 16px
    }
}

.banner-elem .txt-wrap-inner .bttn {
    margin-top: 24px
}

.small-banner {
    width: 100%;
    height: 29.5vw
}

@media screen and (max-width: 992px) {
    .small-banner {
        height: auto
    }
}

.main-banner {
    width: 100%;
    height: 100dvh
}

.main-banner .banner-elem {
    height: auto;
    flex-grow: 1
}

@media screen and (max-width: 992px) {
    .top-products .bttn-wrap {
        margin-top: 40px
    }
}

.prod-categories {
    background: #e8e8e8
}

.prod-cat-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 70px 20px
}

@media screen and (max-width: 1199px) {
    .prod-cat-wrap {
        grid-gap: 50px 16px
    }
}

@media screen and (max-width: 992px) {
    .prod-cat-wrap {
        display: none
    }
}

.prod-cat-elem {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    transition: .3s;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    margin-bottom: 50px
}

@media screen and (max-width: 1199px) {
    .prod-cat-elem {
        margin-bottom: 30px
    }
}

.prod-cat-elem:hover {
    transition: .3s;
    box-shadow: 0 4px 4px #00000040
}

.prod-cat-elem:hover .img-wrap:after {
    background: #0000008f;
    transition: .3s
}

.prod-cat-elem .img-wrap {
    position: absolute;
    width: 100%;
    height: 100%
}

.prod-cat-elem .img-wrap img {
    position: absolute
}

.prod-cat-elem .img-wrap:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #0000005c;
    transition: .3s
}

.prod-cat-elem h3 {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 10
}

@media screen and (max-width: 1199px) {
    .prod-cat-elem h3 {
        font-size: 24px
    }
}

@media screen and (max-width: 767px) {
    .prod-cat-elem h3 {
        font-size: 18px
    }
}

.advantages-wrap {
    width: 710px;
    max-width: 710px
}

@media screen and (max-width: 992px) {
    .advantages-wrap {
        width: 100%
    }
}

.advantages__container {
    gap: 30px
}

.advantages-card {
    max-width: 150px;
    gap: 16px
}

.advantages-card .img-wrap {
    width: 100px;
    height: 100px;
    background: radial-gradient(50% 50% at 50% 50%, #d9d9d9e6, #f4f4f4e6)
}

@media screen and (max-width: 767px) {
    .advantages-card .img-wrap {
        width: 23vw;
        height: 23vw
    }
}

.advantages-card .img-wrap img {
    object-fit: contain
}

@media screen and (max-width: 767px) {
    .advantages-card h4 {
        font-size: 14px
    }
}

@media screen and (max-width: 480px) {
    .advantages-card h4 {
        font-size: 12px
    }
}

@media screen and (max-width: 374px) {
    .advantages-card h4 {
        font-size: 10px
    }
}

.advantages .bttn {
    margin-top: 30px
}

@media screen and (max-width: 992px) {
    .img-txt__container {
        padding: 0
    }
}

@media screen and (max-width: 992px) {
    .img-txt__container .section-head {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width: 992px) {
    .img-txt-wrap {
        flex-direction: column;
        gap: 20px
    }
}

.img-txt-col {
    width: 50%;
    min-width: 50%
}

@media screen and (max-width: 992px) {
    .img-txt-col {
        width: 100%;
        min-width: auto
    }
}

.img-txt-col:first-child {
    padding-right: 10px
}

@media screen and (max-width: 992px) {
    .img-txt-col:first-child {
        padding-right: 0
    }
}

.img-txt-col:last-child {
    padding-left: 10px
}

@media screen and (max-width: 992px) {
    .img-txt-col:last-child {
        padding-left: 0
    }
}

@media screen and (max-width: 992px) {
    .img-txt-col .img-wrap {
        max-width: 480px;
        margin: 0 auto
    }
}

@media screen and (max-width: 480px) {
    .img-txt-col .img-wrap {
        max-width: none;
        margin: 0
    }
}

.img-txt-col .txt-wrap {
    padding-top: 20px
}

@media screen and (max-width: 992px) {
    .img-txt-col .txt-wrap {
        padding: 20px
    }
}

.img-txt-col .bttn {
    margin-top: 30px
}

.img-txt.loyalty {
    background: #f5f5f5
}

@media screen and (max-width: 992px) {
    .img-txt.map .img-txt-wrap {
        gap: 0px
    }
}

@media screen and (max-width: 992px) {
    .img-txt.map .img-txt-col .txt-wrap {
        padding: 0 15px
    }
}

@media screen and (max-width: 992px) {
    .img-txt.map .bttn-wrap {
        padding: 0 15px
    }
}

.img-txt.map .bttn {
    margin-top: 20px
}

.swiper.swiper-partners {
    padding-bottom: 70px
}

.partner-elem .img-wrap {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden
}

.partner-elem .img-wrap img {
    position: absolute
}

.inner-page-head {
    padding-bottom: 25px
}

.contacts .write-us {
    padding-top: 25px
}

@media screen and (max-width: 992px) {
    .contacts .write-us {
        flex-direction: column;
        align-items: center;
        gap: 16px
    }
}

.contacts .write-us .bttn {
    width: 30%;
    min-width: 30%
}

@media screen and (max-width: 992px) {
    .contacts .write-us .bttn {
        width: 50%;
        min-width: 260px
    }
}

@media screen and (max-width: 767px) {
    .contacts .write-us .bttn {
        width: 100%;
        min-width: auto
    }
}

.contacts-wrap {
    flex-wrap: wrap;
    gap: 50px
}

.contacts-elem {
    width: 46%;
    gap: 30px;
    align-items: flex-start
}

@media screen and (max-width: 767px) {
    .contacts-elem {
        width: 100%;
        gap: 10px
    }
}

.contacts-elem .icon {
    width: 60px;
    min-width: 60px
}

.contacts-elem .txt-col .title {
    margin-bottom: 16px;
    font-weight: 700
}

.contacts-elem .txt-col .desc.link {
    transition: .3s
}

.contacts-elem:hover .desc.link {
    color: #ff9f0f;
    transition: .3s
}

@media screen and (max-width: 767px) {
    .cooperation {
        flex-direction: column;
        align-items: center;
        gap: 16px
    }
}

.cooperation-elem {
    width: calc((100% - 40px) / 3);
    min-width: calc((100% - 40px) / 3);
    border: 1px solid #D9D9D9;
    background: #ff9f0f1a;
    padding: 40px 20px 20px
}

@media screen and (max-width: 767px) {
    .cooperation-elem {
        width: 100%;
        min-width: auto;
        max-width: 380px
    }
}

.cooperation-elem .title {
    margin-bottom: 20px;
    font-size: 20px
}

.howto-wrap {
    max-width: 776px;
    margin: 0 auto
}

.howto-wrap ol {
    margin: 0;
    padding-left: 18px
}

.howto-wrap ol li {
    margin-bottom: 16px
}

@media screen and (max-width: 992px) {
    .howto-wrap .write-us {
        flex-direction: column;
        align-items: center;
        gap: 16px
    }
}

.howto-wrap .write-us .bttn {
    width: 48%;
    min-width: 48%
}

@media screen and (max-width: 992px) {
    .howto-wrap .write-us .bttn {
        width: 50%;
        min-width: 260px
    }
}

@media screen and (max-width: 767px) {
    .howto-wrap .write-us .bttn {
        width: 100%;
        min-width: auto
    }
}

.footer {
    background: #000;
    position: relative;
    margin-top: auto
}

.footer--main {
    border-bottom: 1px solid #ffffff
}

@media screen and (max-width: 1280px) {
    .footer--main__container {
        flex-wrap: wrap;
        gap: 40px 24px;
        justify-content: space-between
    }
}

@media screen and (max-width: 767px) {
    .footer--main__container {
        gap: 12px
    }
}

.footer--copyright {
    padding: 30px 0
}

.footer-col {
    width: 25%;
    min-width: 25%;
    padding-right: 16px
}

@media screen and (max-width: 1280px) {
    .footer-col {
        width: 40%
    }
}

@media screen and (max-width: 767px) {
    .footer-col {
        width: 100%
    }
}

.footer-col:last-child {
    padding-right: 0
}

.footer-col h4 {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px
}

@media screen and (max-width: 767px) {
    .footer-col h4.footToggle:after {
        content: "";
        display: block;
        width: 24px;
        min-width: 24px;
        height: 24px;
        background-image: url(assets/img/icons/shevron-down-wt.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center
    }
}

.footer-col ul {
    gap: 12px
}

.footer-col ul * {
    color: #fff
}

.footer .soc-wrap {
    margin-top: 32px
}

.footer .copyright-txt {
    font-weight: 700;
    font-size: 14px
}

.soc-wrap {
    gap: 16px
}

.footer .footToggle.open:after {
    transform: rotate(180deg)
}

.acc-body {
    max-height: 0;
    overflow: hidden;
    transition: all .9s ease
}

.acc-body.open {
    max-height: 250px;
    transition: all .9s ease
}

@media screen and (max-width: 767px) {
    .acc-body.open {
        padding-bottom: 20px;
        transition: all .9s ease
    }
}