.logo-lang {
    display: flex;
}

.logo-lang li {
    display: block;
}

.logo-lang a {
    color: #fff;
    margin: 0 2px;
    opacity: 0.5;
}

.logo-lang a:hover {
    text-decoration: underline;
    color: #fff;
}

.logo-lang .current-lang a {
    opacity: 1;
}

.beefup-num {
    font-size: 16px;
    width: 60px;
    height: 60px;
    line-height: 43px;
    border-radius: 16px;
    margin-right: 25px;
}

.beefup__head {
    font-size: 18px;
}

.beefup-proc .beefup__head:before {
    top: 28px;
}

.beefup__body ul:last-child {
    margin-bottom: 0;
}

.beefup__body ul li {
    font-size: 16px;
}

.case-content .oacs-spl-like-button-wrapper {
    display: none;
}

.case-item-visual .title-with-el {
    justify-content: center;
}

.case-additional-description p:not(:last-child),
.case-content p:not(:last-child) {
    margin-bottom: 15px;
}

.tariffs {
    padding: 26px 0;
}

.tariffs-title {
    padding-left: 35px;
    margin-bottom: 21px;
}

.tariffs-list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    align-items: baseline;
}

.tariff-item {
    max-width: calc(33% - 13px);
    width: 100%;
    border: 1px solid #CECECE;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
}

.tariff-item__image img {
    display: block;
    width: 100%;
}

.tariff-item__body {
    padding: 18px 24px 42px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.tariff-item__heading {
    margin-bottom: 19px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.tariff-item__title {
    font-size: 48px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-family: "BebasNeuePro-Bold";
}

.tariff-item__subtitle {
    max-width: 352px;
    margin: 0 auto;
    font-size: 14px;
    text-transform: uppercase;
}

.tariff-item__box {
    border-radius: 25px;
    margin-bottom: 24px;
    background-color: #F8F8F8;
    padding: 16px 28px 12px;
}

.tariff-item__box-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}

.tariff-item__box li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 2;
}

.tariff-item__button {
    background-color: transparent;
    margin: auto;
    margin-bottom: 10px;
    line-height: 2;
    font-size: 14px;
    display: flex;
    gap: 10px;
    align-items: center;
    color: #000;
}

.tariff-item__button svg {
    transition: all 0.5s ease;
}

.tariff-item__button:hover svg {
    transform: translateX(5px);
}

.tariff-item__price {
    font-size: 32px;
    line-height: 0.87;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 300;
}

.tariff-item__order {
    max-width: 264px;
    padding: 25px 120px 25px 33px;
    background-position: right 32px center, center center;
    margin: auto;
}

.tariff-item__order:hover {
    background-position: right 20px center, center center;
}

.tariff-item__hidden {
    font-size: 14px;
    line-height: 2;
    height: 0;
    transition: all 0.5s ease;
    overflow: hidden;
    visibility: hidden;
    border-radius: 25px;
    background-color: #F8F8F8;
    padding-left: 20px;
    padding-right: 20px;
}

.tariff-item__hidden.active {
    height: auto;
    visibility: visible;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-id-173 .main-header .gift,
.page-id-173 .sec-header .gift,
.page-id-1517 .main-header .gift,
.page-id-1517 .sec-header .gift {
    bottom: 70%;
}

.steps {
    padding: 26px 0 56px;
}

.steps-title {
    padding-left: 35px;
    margin-bottom: 34px;
}

.steps-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.steps-item {
    flex: 1 1 15%;
}

.steps-item__image {
    margin-bottom: 21px;
    position: relative;
}

.steps-item__image:before {
    content: "";
    position: absolute;
    width: 84px;
    height: 71px;
    background: url(../img/label.svg) no-repeat center center / 100% 100%;
    left: -1px;
    bottom: -1px;
    z-index: 1;
    transform: scaleX(-1);
}

.steps-item__image img {
    width: 100%;
    border-radius: 25px;
    display: block;
    object-fit: cover;
}

.steps-item__num {
    font-size: 24px;
    font-weight: 700;
    background: linear-gradient(96deg, #EACF9F 0%, #E7A467 54.55%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 60px;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.steps-item__title {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 17px;
}

.steps-item__list ul li {
    display: block;
    font-size: 14px;
}

.steps-item__list ul li:not(:last-child) {
    margin-bottom: 20px;
}

.form-group {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.form-group input[name="your-tel"] {
    border-radius: 15px;
    width: 100%;
    margin-bottom: 0;
}

.single-artcile-header .main-title {
    max-width: 80%;
}

.article-gallery {
    margin-top: 30px;
}

.article-gallery .slider-holder {
    max-width: 1080px;
    margin: auto;
}

.article-gallery-slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    width: 80%;
}

.article-gallery-slider .swiper-slide-active .case-slider-inner {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.article-gallery-slider .swiper-slide img {
    height: 100%;
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.article-gallery-slider .swiper-slide img {
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 25px;
}

.article-gallery-slider .swiper-slide-next .case-slider-inner,
.article-gallery-slider .swiper-slide-prev .case-slider-inner {
    opacity: .5;
}

.partners-title {
    padding-left: 35px;
    margin-bottom: 40px;
}

.partners-slider {
    max-width: 1170px;
    margin: auto;
}

.partners-wrapper {
    position: relative;
}

.partners-logo {
    text-align: center;
}

.partners-wrapper .swiper-wrapper {
    align-items: center;
}

@media only screen and (min-width: 641px) {
    .form-group input[name="your-tel"] {
        background: rgba(8, 8, 8, .2);
    }
}

.form-group .custom-submit {
    width: 100%;
}

.home .main-header .gift,
.home .sec-header .gift {
    bottom: 120%;
}

.single-artcile-header .custom-bg img {
    object-position: left bottom;
}

@media (max-width: 1500px) {
    .tariff-item__title {
        font-size: 38px;
    }

    .tariff-item__price {
        font-size: 26px;
    }
}

@media (max-width: 1200px) {
    .tariffs-title {
        font-size: 75px;
    }

    .tariff-item {
        max-width: calc(50% - 13px);
    }

    .steps-item {
        flex: 1 1 31%;
    }

    .steps-title {
        font-size: 75px;
        padding-left: 0;
    }

    .partners-title {
        padding-left: 0;
    }

    .partners-slider {
        width: 65%;
    }
}

@media (max-width: 1600px) and (min-width: 1200px) {
    .container {
        max-width: 1490px;
    }
}

@media (max-width: 640px) {
    .logo-lang {
        font-size: 10px;
        margin-left: 5px;
    }

    .header-tel {
        font-size: 17px;
    }

    .footer-menu {
        padding-bottom: 0;
    }

    .tariff-item {
        max-width: 100%;
    }

    .tariffs-title {
        padding-left: 0;
        font-size: 40px;
        line-height: normal;
    }

    .main-nav-inner {
        margin: 15px 0 20px;
    }

    .port .sec-title {
        width: 100%;
    }

    .custom-offer-right .header-figure {
        right: -16px;
    }

    .home .custom-offer-right .header-figure {
        right: auto;
        width: 100%;
        border-radius: 20px 20px 0 0;
        padding: 15px;
        background: rgb(255 255 255 / 30%);
    }

    .home .form-group .custom-submit {
        padding: 15px 38px;
    }

    .home .main-header-inner .main-title {
        font-size: 55px;
    }

    .steps-item {
        flex: 1 1 100%;
    }

    .steps-title {
        font-size: 45px;
        margin-bottom: 5px;
    }

    .steps-item__list ul li:not(:last-child) {
        margin-bottom: 10px;
    }

    .steps-item__title {
        margin-bottom: 10px;
    }

    .steps {
        padding: 10px 0 30px;
    }

    .single-artcile-header {
        margin-top: 10px;
    }

    .single-artcile-header .main-title {
        max-width: 100%;
        font-size: 40px;
        line-height: 40px;
    }

    .single-artcile-header .main-header-inner {
        min-height: 400px;
    }

    .partners-title {
        margin-bottom: 15px;
    }

    .partners-slider img {
        max-height: 100px;
        object-fit: contain;
        width: 100%;
        height: auto;
        display: block;
    }
}