/* USER VARIABLES SECTION */

:root {
    --se-tu: #353435;
    --1-white: #fff;
    --1-d9d9d9: #00aeef;
    --ce-tu-1: #da9eb2;
    --ce-tu-2-text: #353435;
    --ce-tu-3: #fff;
    --ce-tu-4: #a8a8a8;
    --ce-tu-5: #dedede;
    --regular-text: 16px;
    --lineheight: 1.65;
    --font-family: "PT Serif", sans-serif;
    --second-family: "Inter", sans-serif;
    --third-family: "Manrope", sans-serif;
    --font4: "Montserrat", sans-serif;
    --font5: "Roboto", sans-serif;
    --systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

/* BOOTSTRAP SETTINGS SECTION */

/* gutter 20px (10px + 10px). Comment this code for default gutter start at 1.5rem (24px) wide. */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 0.938rem;
}

.row,
.row>* {
    --bs-gutter-x: 1.875rem;
}

@media (min-width: 1200px) {
    .container-fluid {
        max-width: 100%;
        padding: 0 20px;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1602px;
    }
}

@media (max-width: 991px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
    }
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}

input[type="checkbox"],
input[type="radio"],
input[type="file"] {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    z-index: 1;
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
}

/* GENERAL CSS SETTINGS */
body.no-scroll {
    overflow: hidden;
}

.svg-block {
    position: absolute;
    bottom: -9999px;
    left: -9999px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.img-right,
.img-left {
    float: none;
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
}

@media (min-width: 1024px) {
    .img-right {
        float: right;
        margin-left: 55px;
        width: auto;
    }

    .img-left {
        float: left;
        margin-right: 55px;
        width: auto;
    }
}

::placeholder {
    color: #000;
    opacity: 1;
}

input,
textarea {
    outline: none;
}

input:focus:required:invalid,
textarea:focus:required:invalid {
    border-color: #14295e;
}

input:required:valid,
textarea:required:valid {
    border-color: green;
}

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: var(--font-family);
    font-size: var(--regular-text);
    line-height: var(--lineheight);
    color: var(--text);
    font-weight: 400;
    min-width: 320px;
    position: relative;
    overflow-x: hidden;
    background: #fff;
}

/* common */
.logo {
    display: block;
    width: 100%;
    max-width: 125px;
}

@media(min-width: 1024px) {
    .logo {
        max-width: 180px;
    }
}

.logo img {
    object-fit: contain;
    width: 100%;
}

.phone-whatsapp {
    display: flex;
    align-items: center;
    gap: 0 0;
    text-decoration: none;
}

@media(min-width: 1024px) {
    .phone-whatsapp {
        gap: 0 18px;
    }
}

.phone-whatsapp__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    border-radius: 100%;
    background: var(--ce-tu-1);
}

.phone-whatsapp__icon-svg {
    width: 27px;
    height: 27px;
    fill: #fdfdfd;
}

.phone-whatsapp__text {
    display: none;
}

@media(min-width: 1340px) {
    .phone-whatsapp__text {
        display: block;
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 20px;
        line-height: 1;
        color: var(--se-tu);
    }
}

.lang {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    gap: 0 12px;
}

.lang__item {
    list-style-type: none;
}

.lang__link {
    display: block;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    transition: .2s ease;
    text-transform: uppercase;
}

@media(min-width: 1200px) {
    .lang__link {
        font-size: 16px;
    }
}

.lang__link:hover,
.lang__link.active {
    color: var(--ce-tu-1);
}

.menu {
    padding: 0 0 0 18px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0 15px;
    position: relative;
}

@media(min-width: 1300px) {
    .menu {
        gap: 0 35px;
    }
}

@media(min-width: 1500px) {
    .menu {
        gap: 0 54px;
    }
}

.menu::before {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 1px;
    height: 28px;
    background: #000;
}

.menu__item {
    list-style-type: none;
}

.menu__link {
    text-decoration: none;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: var(--se-tu);
    transition: .2s ease;
}

@media(min-width: 1200px) {
    .menu__link {
        font-size: 16px;
    }
}

.menu__item.active a,
.menu__item:hover a{
    color: #DA9EB2;
}

.menu__link:hover {
    color: inherit;
}

.social {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 14px;
}

.social__item {
    list-style-type: none;
}

.social__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid var(--ce-tu-1);
    background: transparent;
    text-decoration: none;
    transition: .2s ease;
}

.social__link svg {
    fill: var(--ce-tu-1);
    width: 20px;
    height: 20px;
}

.social__link:hover {
    background: var(--ce-tu-1);
}

.social__link:hover svg {
    fill: #fff;
}

.btn {
    background: var(--ce-tu-1);
    border-radius: 10px;
    width: 100%;
    max-width: 272px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--1-white);
    transition: .2s ease;
    border: 1px solid var(--ce-tu-1);
}

.btn:hover {
    background: var(--1-white);
    color: var(--ce-tu-1);
}

.btn-home {
    margin: 24px auto 0 auto;
}

@media(min-width: 1024px) {
    .btn-home {
        margin: 51px auto 0 auto;
    }
}

.c-pagination{
    position: absolute;
    bottom: 0!important;
    width: 100%!important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
    z-index: 9;
}

.c-pagination .swiper-pagination-bullet{
    padding: 0!important;
    margin: 0!important;
    width: 12px;
    height: 12px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 100%;
    opacity: 1;
}

.c-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #fff;
}

.title-h2{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--se-tu);
    margin: 0;
    text-align: center;
}

@media(min-width: 1024px) {
    .title-h2{
        font-size: 32px;
    }
}

.description{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: var(--se-tu);
    margin: 25px 0 0 0;
}

@media(min-width: 1024px) {
    .description{
        font-size: 18px;
        max-width: 790px;
        margin: 45px auto 0 auto;
    }
}

.c-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 9;
}

@media(min-width: 1200px) {
    .c-prev{
        left: -22px
    }
}

.c-prev svg{
    fill: none;
    stroke: #353435;
    width: 12px;
    height: 24px;
    transform: scale(-1);
}

.c-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 9;
}

@media(min-width: 1200px) {
    .c-next{
        right: -22px
    }
}

.c-next svg{
    fill: none;
    stroke: #353435;
    width: 12px;
    height: 24px;
}


/* end common */

/* header */
.header {
    padding: 19px 0 12px 0;
    position: sticky;
    top: 0;
    z-index: 9999;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.05);
    background: var(--1-white);
}

@media(min-width: 1200px) {
    .header {
        padding: 33px 0;
    }
}

.header__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 22px;
}

@media(min-width: 1500px) {
    .header__right {
        gap: 0 83px;
    }
}

.header__lang {
    display: none;
}

@media(min-width: 1200px) {
    .header__lang {
        display: flex;
    }
}

.header__btn-mobile {
    background: none;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    width: 22px;
    height: 20px;
    position: relative;
}

@media(min-width: 1200px) {
    .header__btn-mobile {
        display: none;
    }
}

.header__btn-mobile-line {
    background: var(--ce-tu-1);
    border-radius: 20px;
    height: 2px;
    width: 100%;
    display: block;
    position: absolute;
    transition: all 0.3s ease;
}

.header__btn-mobile-line:first-child {
    top: 0;
}

.header__btn-mobile.active .header__btn-mobile-line:first-child {
    transform: rotate(45deg);
    top: 50%;
}

.header__btn-mobile-line:nth-child(2) {
    top: 6px;
}

.header__btn-mobile.active .header__btn-mobile-line:nth-child(2) {
    visibility: hidden;
    opacity: 0;
}

.header__btn-mobile-line:nth-child(3) {
    top: 12px;
}

.header__btn-mobile.active .header__btn-mobile-line:nth-child(3) {
    visibility: hidden;
    opacity: 0;
}

.header__btn-mobile-line:last-child {
    bottom: 0;
}

.header__btn-mobile.active .header__btn-mobile-line:last-child {
    transform: rotate(-45deg);
    top: 50%;
}

/* end header */

/* mobile-block */
.mobile-block {
    position: fixed;
    top: 0;
    left: -9999px;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 99;
    padding: 102px 0 0 0;
    opacity: 0;
    visibility: hidden;
    transition: .2s ease;
}

.mobile-block.show {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.mobile-block__menu {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px 0;
}

.mobile-block__lang {
    margin: 32px 0 0 0;
}

/* end mobile-block */

/* footer */
.footer {}

.footer__top {
    background: #f0f4ff;
    padding: 95px 0 58px 0;
}

@media(min-width: 1024px) {
    .footer__top {
        padding: 60px 0 52px 0;
    }
}

.footer__top-logo {
    display: block;
    width: 100%;
    max-width: 225px;
    margin: 0 auto 44px auto;
}

@media(min-width: 1024px) {
    .footer__top-logo {
        margin: 0 auto 59px auto;
    }
}

.footer__top-logo img {
    object-fit: contain;
    width: 100%;
}

.footer__top-menu {
    flex-direction: column;
    gap: 16px 0;
    padding: 0;
    margin: 0 0 40px 0;
    justify-content: center;
}

@media(min-width: 1024px) {
    .footer__top-menu {
        flex-direction: row;
        gap: 0 81px;
        margin: 0 0 63px 0;
    }
}

.footer__top-menu::before {
    display: none;
}

.footer__top-phone {
    display: flex;
    align-items: center;
    gap: 0 16px;
    justify-content: center;
    text-decoration: none;
}

.footer__top-phone-icon {
    fill: var(--ce-tu-1);
    width: 29px;
    height: 29px;
}

.footer__top-phone-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: var(--se-tu);
}

@media(min-width: 1024px) {
    .footer__top-phone-text {
        font-size: 16px;
    }
}

.footer__top-email {
    display: flex;
    align-items: center;
    gap: 0 16px;
    justify-content: center;
    text-decoration: none;
    margin: 40px 0 0 0;
}

.footer__top-email-icon {
    stroke-width: 2px;
    stroke: var(--ce-tu-1);
    width: 32px;
    height: 24px;
    fill: none;
}

.footer__top-email-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: var(--se-tu);
}

@media(min-width: 1024px) {
    .footer__top-email-text {
        font-size: 16px;
    }
}

.footer__top-social {
    margin: 38px 0 57px 0;
}

@media(min-width: 1024px) {
    .footer__top-social {
        margin: 52px 0 3px 0;
    }
}

.footer__top-bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer__top-bottom-link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--se-tu);
    transition: .2s ease;
}

.footer__top-bottom-link:hover {
    text-decoration: none;
    color: inherit
}

.footer__bottom {
    background: var(--ce-tu-1);
    padding: 57px 0;
}

@media(min-width: 1024px) {
    .footer__bottom {
        padding: 29px 0;
    }
}

.footer__bottom-copy {
    text-align: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--1-white);
    line-height: 1;
    margin: 0 0 66px 0;
}

@media(min-width: 1024px) {
    .footer__bottom-copy {
        text-align: left;
        margin: 0;
    }
}

.footer__bottom-develop {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 12px 0;
    text-decoration: none;
}

@media(min-width: 1024px) {
    .footer__bottom-develop {
        flex-direction: row;
        justify-content: end;
        gap: 0 24px;
    }
}

.footer__bottom-develop-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: var(--1-white);
}

.footer__bottom-develop-logo {
    width: 112px;
    height: 43px;
}

/* end footer */

/* crumbs-block */
.crumbs-block {
    padding: 28px 0 0 0;
}

@media(min-width: 1024px) {
    .crumbs-block {
        padding: 47px 0 0 0;
    }
}

.breadcrumb {
    padding: 0;
    margin: 0;
}

.breadcrumb-item a {
    text-decoration: none;
    color: var(--ce-tu-4);
    font-size: 16px;
    line-height: 1;
    transition: .2s ease;
}

.breadcrumb-item a:hover {
    color: var(--se-tu);
}

.breadcrumb-item.active {
    color: var(--se-tu);
}

/* end crumbs-block */

/* block-title */
.block-title {
    padding: 26px 0 45px 0;
}

@media(min-width: 1024px) {
    .block-title {
        padding: 3px 0 45px 0;
    }
}

@media(min-width: 1024px) {
    .block-title--inner {
        padding: 3px 0 70px 0;
    }
}

.block-title__h1 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    margin: 0;
    color: var(--se-tu);
}

@media(min-width: 1024px) {
    .block-title__h1 {
        font-size: 32px;
    }
}

.block-title__h1--ttu{
    text-transform: uppercase;
}

.block-title__description{
    margin: 25px 0 0 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    color: var(--se-tu);
}

@media(min-width: 1024px) {
    .block-title__description{
        margin: 41px auto 0 auto;
        max-width: 1330px;
    }
}

/* end block-title */

/* info-page */
.info-page {
    padding: 0 0 75px 0;
}

@media(min-width: 1024px) {
    .info-page {
        padding: 0 0 115px 0;
    }
}

/* end info-page */

/* cms-content */
.cms-content {}

.cms-content h2 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    color: var(--se-tu);
    margin: 0 0 32px 0;
}

.cms-content h3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    color: var(--se-tu);
    margin: 0 0 32px 0;
}

@media(min-width: 1024px) {
    .cms-content h3 {
        margin: 0 0 24px 0;
    }
}


.cms-content p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #231F20;
    margin: 0 0 50px 0;
}

@media(min-width: 1024px) {
    .cms-content p {
        margin: 0 0 40px 0;
    }
}

.cms-content p:last-child {
    margin: 0;
}

.cms-content__wrap-img{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 48px 0;
}

.cms-content__wrap-img img{
    width: calc(50% - 15px);
}


/* end cms-content */

/* error-page */
.error-page {
    padding: 67px 0 66px 0;
}

.error-page__wrapper {
    position: relative;
}

.error-page__img {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.error-page__img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.error-page__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.error-page__h1 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 128px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: var(--se-tu);
    margin: 0 0 24px 0;
}

.error-page__text p {
    margin: 0;
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: var(--se-tu);
}

@media(min-width: 1024px) {
    .error-page__text p {
        font-size: 24px;
        line-height: 28px;
    }
}

/* end error-page */

/* seo-block */
.seo-block {
    padding: 128px 0 53px 0;
}

@media (min-width: 1024px) {
    .seo-block {
        padding: 136px 0 47px 0;
    }
}

.seo-block--inner {
    padding: 67px 0 40px 0;
}

@media(min-width: 1024px) {
    .seo-block--inner {
        padding: 112px 0 40px 0;
    }
}

.seo-block--contact{
    padding: 47px 0 41px 0;
}

@media(min-width: 1024px) {
    .seo-block--contact {
        padding: 97px 0 30px 0;
    }
}

.seo-block__content {
    height: 105px;
    overflow: hidden;
    position: relative;
}

.seo-block__content p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 169%;
    color: var(--se-tu);
    margin: 0 0 20px 0;
}

.seo-block__content p:last-child {
    margin: 0;
}

.seo-block__content::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(242, 242, 239, 0) 0%, #fff 100%);
}

.seo-block__content.show {
    height: auto;
}

.seo-block__content.show::before {
    display: none;
}

.seo-block__btn {
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    transition: 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -15px auto 0 auto;
    position: relative;
    z-index: 9;
}

.seo-block__btn svg {
    fill: none;
    width: 14px;
    height: 9px;
    stroke: #231F20;
}

.seo-block__btn.active svg {
    transform: scale(-1);
}

.seo-block__btn.active{
    margin-top: 20px;
}

/* end seo-block */

/*slider-swiper*/
.slider-swiper{
    overflow: hidden;
    height: 524px;
}

@media(min-width: 1024px) {
    .slider-swiper{
        height: 842px;
    }
}

.slider-swiper__slide{
    position: relative;
    height: 100%;
}

.slider-swiper__bg{
    height: 100%;
}

.slider-swiper__bg img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.slider-swiper__content{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 91px 0 0 0;
}

@media(min-width: 1024px){
    .slider-swiper__content{
        padding: 224px 0 0 0;
    }
}

.slider-swiper__title{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 48px;
    line-height: 54px;
    color: var(--1-white);
    margin: 0 0 30px 0;
}

@media(min-width: 1024px) {
    .slider-swiper__title{
        font-size: 64px;
        line-height: 80px;
    }
}

.slider-swiper__desc p{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: var(--1-white);
    margin: 0;
}

@media(min-width: 1024px) {
    .slider-swiper__desc p{
        font-size: 20px;
    }
}

.slider-swiper__link{
    margin: 30px 0 0 0;
}

.slider-swiper__pagination{
    bottom: 52px!important
}

/*end slider-swiper*/

/*services*/
.services{
    padding: 71px 0 0 0;
    overflow: hidden;
}

@media(min-width: 1024px) {
    .services{
        padding: 76px 0 0 0;
    }
}

.services__row{
    margin-top: 64px;
    gap: 25px 0;
}

@media(min-width: 1024px) {
    .services__row{
        margin-top: 78px;
        gap: 30px 0;
    }
}

.services-item{
    position: relative;
    display: block;
    height: 524px;
    overflow: hidden;
    margin: 0 -20px;
}

@media(min-width: 1024px) {
    .services-item{
        margin: 0;
    }
}

.services-item::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    transition: .2s ease;
    background: linear-gradient(180deg, rgba(15, 15, 15, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
}

.services-item::after{
    content: '';
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .2s ease;
    display: block;
    background: #fff;
}

.services-item:hover::after{
    opacity: .5;
    visibility: visible;
}

.services-item__img{
    height: 100%;
}

.services-item__img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.services-item__name{
    position: absolute;
    top: 43px;
    left: 34px;
    display: flex;
    align-items: center;
    gap: 0 20px;
    z-index: 9;
}

@media(min-width: 1024px) {
    .services-item__name{
        left: 39px;
        top: 47px;
    }
}

.services-item__name-text{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    color: #fff;
}

.services-item__name-icon{
    stroke: #fff;
    width: 24px;
    height: 21px;
}
/*end services*/

/*shop-product*/
.shop-product{
    padding: 64px 0 112px 0;
}

@media(min-width: 1024px) {
    .shop-product{
        padding: 110px 0 80px 0;
    }
}

.shop-product__row {
    gap: 15px 0;
    margin-top: 40px;
    display: none;
}

@media(min-width: 1024px) {
    .shop-product__row{
        margin-top: 81px;
        gap: 31px 0;
        display: flex;
    }
}

.shop-product__swiper{
    display: block;
    margin-top: 40px;
}

@media(min-width: 1024px) {
    .shop-product__swiper{
        display: none;
    }
}

.shop-product__btn{
    margin: 61px auto 0 auto;
}

@media(min-width: 1024px) {
    .shop-product__btn{
        margin: 50px auto 0 auto;
    }
}
/*end shop-product*/

/*product-item*/
.product-item{
    text-decoration: none;
}

.product-item__img{
    height: 288px;
    margin: 0 0 18px 0;
    transition: .2s ease;
    position: relative;
}

@media(min-width: 1024px){
    .product-item__img{
        height: 492px;
    }
}

.product-item__img::before{
    position: absolute;
    content: '';
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: .2s ease;
    display: block;
}

.product-item:hover .product-item__img::before{
    visibility: visible;
    opacity: .5;
}

.product-item__img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.product-item__name{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: var(--se-tu);
}

@media(min-width: 1024px){
    .product-item__name{
        font-size: 24px;
    }
}

.product-item__price{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #999;
    margin: 14px 0 0 0;
}

@media(min-width: 1024px){
    .product-item__price{
        font-size: 24px;
    }
}
/*end product-item*/

/*callback-block*/
.callback-block{
    padding: 63px 0 73px 0;
    background: #f7fafc;
}

@media(min-width: 1024px) {
    .callback-block{
        padding: 60px 0 62px 0;
    }
}
/*end callback-block*/

/*callback-form*/
.callback-form{
    width: 100%;
    max-width: 1058px;
    margin: 43px auto 0 auto;
}

.form-control{
    margin: 0 0 22px 0;
    padding: 0;
    background: none;
    border: none;
}

.form-control label{
    display: block;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--se-tu);
    margin: 0 0 12px 0;
}

.form-control label sup{
    color: #fa3c3c;
}

.form-control input{
    display: flex;
    align-items: center;
    background: transparent;
    border: 1px solid var(--ce-tu-4);
    border-radius: 6px;
    width: 100%;
    height: 68px;
    font-size: 18px;
    line-height: 1;
    padding: 0 12px;
}

.form-control textarea{
    display: block;
    font-size: 18px;
    line-height: 1;
    width: 100%;
    resize: none;
    height: 209px;
    border-radius: 6px;
    border: 1px solid var(--ce-tu-4);
    padding: 12px;
    background: transparent;
}

.form-policy{
    margin: 22px 0 0 0;
    cursor: pointer;
}

.form-policy span{
    display: block;
    position: relative;
    padding: 0 0 0 48px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 32px;
    color: var(--se-tu);
}

.form-policy span::before{
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 24px;
    height: 24px;
    background: #353435;
    border-radius: 8px;
}

.form-policy span::after{
    content: '';
    position: absolute;
    top: 12px;
    left: 5px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEzIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjcwODM3IDQuNjY2NDFMNS4wMTAwNCA3Ljk2ODA4TDExLjYyNSAxLjM2NDc1IiBmaWxsPSIjMzUzNDM1Ii8+CjxwYXRoIGQ9Ik0xLjcwODM3IDQuNjY2NDFMNS4wMTAwNCA3Ljk2ODA4TDExLjYyNSAxLjM2NDc1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 13px;
    height: 9px;
    opacity: 0;
    visibility: hidden;
    transition: .2s ease;
}

.form-policy input:checked ~ span::after{
    opacity: 1;
    visibility: visible;
}

.form-policy span a{
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--se-tu);
}

.form-policy span a:hover{
    text-decoration: none;
}

.form__btn{
    margin: 39px auto 0 auto;
}

@media(min-width: 1024px) {
    .form__btn{
        margin: 36px 0 0 0;
    }
}
/*end callback-form*/

/*clients-slider*/
.clients-slider{
    padding: 50px 0 0 0;
}

@media(min-width: 1024px) {
    .clients-slider{
        padding: 146px 0 0 0;
    }
}

.clients-slider--about{
    padding: 101px 0 88px 0;
}

@media(min-width: 1024px) {
    .clients-slider--about{
        padding: 194px 0 150px 0;
    }
}

.clients-slider__wrapper{
    margin: 45px 0 0 0;
    position: relative;
}
/*end clients-slider*/

/*client-item*/
.client-item{
    position: relative;
}

@media(min-width: 1200px) {
    .client-item::before{
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        height: 138px;
        width: 1px;
        background: #000;
    }
}

@media(min-width: 1024px) {
    .clients-swiper__slide{}
}

.client-item__img{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 118px;
}

.client-item__text{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--se-tu);
    text-align: center;
    margin: 42px 0 0 0;
}

@media(min-width: 1024px) {
    .client-item__text{
        margin: 33px 0 0 0;
    }
}
/*end client-item*/

/*blog-slider*/
.blog-slider{
    padding: 110px 0 0 0;
}

@media(min-width: 1024px) {
    .blog-slider{
        padding: 178px 0 0 0;
    }
}

.blog-slider--article{
    padding: 49px 0 0 0;
}

@media(min-width: 1024px) {
    .blog-slider--article{
        padding: 89px 0 0 0;
    }
}

.blog-swiper{
    margin: 45px 0 0 0;
    padding: 0 0 75px 0;
}

.blog-slider__btn{
    margin: 42px auto 0 auto;
}

@media(min-width: 1024px) {
    .blog-slider__btn{
        margin: 59px auto 0 auto;
    }
}

.blog-swiper__scrollbar{
    position: absolute;
    bottom: 0;
    max-width: 376px;
    background: #666!important;
    left: 50%!important;
    transform: translateX(-50%);
}

.swiper-scrollbar-drag{
    background: var(--ce-tu-1)!important;
}
/*end blog-slider*/

/*blog-item*/
.blog-item{
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.blog-item::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.5;
}

.blog-item__info{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 70px 35px 62px 35px;
    z-index: 3;
}

.blog-item__info-head{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
}

.blog-item__info-bottom-day{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 10px 0;
}

.blog-item__info-bottom-date{
    margin: 0 0 45px 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.blog-item__info-bottom-more{
    color: #fff;
    display: flex;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    gap: 0 10px;
}

.blog-item__info-bottom-more-icon{
    width: 22px;
    height:16px;
    stroke: #fff;
    transition: .2s ease;
}

.blog-item:hover .blog-item__info-bottom-more-icon{
    transform: translateX(15px);
}
/*end blog-item*/

/*catalog-page*/
.catalog-page__row{
    gap: 40px 0;
}

@media(min-width: 1024px) {
    .catalog-page__row{
        gap: 30px 0;
    }
}
/*end catalog-page*/


/* items-pagination */
.items-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 67px 0 0 0;
    gap: 0 24px;
}

.items-pagination__list {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    gap: 0 24px;
}

.items-pagination__list li {
    list-style-type: none;
}

.items-pagination__list li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 4px;
    transition: 0.2s ease;
    font-family: var(--font4);
    font-weight: 700;
    font-size: 14px;
    line-height: 186%;
    text-align: center;
    color: var(--se-tu);
}

.items-pagination__list li.active a,
.items-pagination__list li a:hover {
    background: var(--se-tu);
    color: #fff;
}

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

.items-pagination__prev svg {
    width: 6px;
    height: 10px;
    transform: scale(-1);
    fill: var(--se-tu);
}

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

.items-pagination svg {
    fill: var(--se-tu);
    width: 6px;
    height: 10px;
}
/* end items-pagination */

/*blog-page*/
.blog-page{}

.blog-page__row{
    gap: 25px 0;
}

@media(min-width: 1024px) {
    .blog-page__row{
        gap: 47px 0;
    }
}
/*end blog-page*/

/*contact-page*/
.contact-page{
    padding: 19px 0 36px 0;
    overflow: hidden;
}

@media(min-width: 1024px) {
    .contact-page{
        padding: 20px 0 97px 0;
    }
}

.contact-page__head{
    background: #e7f3f7;
    margin: 0 -20px 28px -20px;
}

@media(min-width: 1024px) {
    .contact-page__head{
        margin: 0 0 60px 0;
    }
}

.contact-page__head .row{
    flex-direction: column-reverse;
}

@media(min-width: 1024px) {
    .contact-page__head .row{
        flex-direction: row;
    }
}

.contact-page__head-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media(min-width: 1024px) {
    .contact-page__head-img{
        height: 100%;
    }
}

.contact-page__head-info{
    padding: 20px 15px 46px 15px;
}

@media(min-width: 1200px) {
    .contact-page__head-info{
        padding: 101px 54px  0 44px;
    }
}

.contact-page__head-info h1{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    color: var(--se-tu);
    margin: 0;
    text-align: center;
}

@media(min-width: 1024px) {
    .contact-page__head-info h1{
        font-size: 48px;
        line-height: 1;
        text-align: left;
    }
}

.info-contact-list{
    display: flex;
    flex-direction: column;
    gap: 15px 0;
    margin: 16px 0 0 0;
}

@media(min-width: 1024px) {
    .info-contact-list{
        flex-direction: row;
        flex-wrap: wrap;
        margin: 20px 0 0 0;
    }
}

@media(min-width: 1200px) {
    .info-contact-list{
        flex-direction: row;
        flex-wrap: wrap;
        margin: 53px 0 0 0;
    }
}

.info-contact-item{
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    flex: 1 0 50%;
}

@media(min-width: 1024px) {
    .info-contact-item{
        gap: 30px 0;
    }
    .info-contact-item:first-child{
        order: 0;
    }

    .info-contact-item:nth-child(2){
        order: 2;
    }

    .info-contact-item:nth-child(3){
        order: 1;
    }

    .info-contact-item:last-child{
        order: 3;
    }
}

.info-contact-item h3{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 36px;
    color: #000;
    margin: 0;
}

.info-contact-item p{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    color: #000;
    margin: 0;
}

.info-contact-item a{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    color: #000;
    text-decoration: none;
}

.contact-page__map{
    height: 612px;
    margin: 0 -20px;
}

@media(min-width: 1024px) {
    .contact-page__map{
        height: 842px;
        margin: 0;
    }
}
/*end contact-page*/

/*about-content*/
.about-content{
    padding: 13px 0 0 0;
}

@media(min-width: 1024px) {
    .about-content{
        padding: 45px 0 0 0;
    }
}

.about-content__img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.about-content__text{
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
}

.about-content__text p{
    margin: 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: var(--se-tu);
}

.about-content__text-img{
    margin: 47px 0 0 0;
}

@media(min-width: 1024px) {
    .about-content__text-img{
        margin: 154px 0 0 0;
    }
}

.about-content__text-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}


/*end about-content*/

/*faq*/
.faq{
    padding: 84px 0 56px 0;
}

@media(min-width: 1024px) {
    .faq{
        padding: 100px 0 109px 0;
    }
}

.faq__list{
    margin: 35px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 22px 0;
}

@media(min-width: 1024px) {
    .faq__list{
        width: 100%;
        max-width: 1330px;
        margin: 62px auto 0 auto;
        gap: 41px 0;
    }
}

.faq-item{
    padding: 0 0 29px 0;
    border-bottom: 1px solid var(--ce-tu-4);
}

@media(min-width: 1024px) {
    .faq-item{
        padding: 0 0 45px 0;
    }
}

.faq-item:last-child{
    border: none;
}

.faq-item__head{
    display: flex;
    align-items: center;
    gap: 0 0;
    justify-content: space-between;
    cursor: pointer;
}

.faq-item__head-title{
    padding: 0;
    margin: 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: var(--se-tu);
    max-width: calc(100% - 32px)
}

.faq-item__head-icon{
    width: 32px;
    height: 32px;
    stroke: #DA9EB2;
    fill: none;
    transform: scale(-1);
    transition: .2s ease;
}

.faq-item__head.active .faq-item__head-icon{
    transform: scale(1);
}

.faq-item__body{
    padding: 33px 35px 0 32px;
    display: none;
}

@media(min-width: 1024px) {
    .faq-item__body{
        padding: 35px 105px 0 93px;
    }
}

.faq-item__body.show{
    display: block;
}

.faq-item__body p {
    padding: 0;
    margin: 0;
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: var(--se-tu);
}
/*end faq*/

/*location-work*/
.location-work{
    padding: 65px 0 0 0;
}

@media(min-width: 1024px) {
    .location-work{
        padding: 150px 0 0 0;
    }
}

.location-work__head{
    margin: 0 0 25px 0;
}

@media(min-width: 1024px) {
    .location-work__head{
        margin: 0 0 40px 0;
    }
}

.location-work__row{
    gap: 35px 0;
}

@media (min-width: 1024px) {
    .location-work-item-left{
        padding: 15px 0 0 0;
    }
}

.location-work-item-left-icon{
    margin: 0 0 25px 0;
    width: 54px;
    height: 65px;
    fill: #DA9EB2;
}

.location-work-item-left-title{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 48px;
    line-height: 52px;
    color: var(--ce-tu-1);
}

.location-work-item__img{
    margin: 0 0 14px 0;
}

@media(min-width: 1024px) {
    .location-work-item__img{
        margin: 0 0 30px 0;
    }
}

.location-work-item__img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.location-work-item__name{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 32px;
    line-height: 1;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--se-tu);
}
/*end location-work*/

/*services-page*/
.services-page{
    padding: 0 0 39px 0;
}

@media(min-width: 1024px) {
    .services-page{
        padding: 0 0 68px 0;
    }
}

.services-page__link-contact{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 25px;
    text-decoration: none;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    color: #000;
    margin: 0 0 33px 0;
}

@media(min-width: 1024px) {
    .services-page__link-contact{
        font-size: 32px;
        margin: 0 0 57px 0;
    }
}

.services-page__link-contact:hover{
    color: #000;
}

.services-page__link-contact-icon{
    background: #00e510;
    border-radius: 100%;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-page__link-contact-icon svg{
    width: 41px;
    fill: #fff;
    height: 41px;
}

.services-page__row{
    gap: 26px 0;
}

@media(min-width: 1024px) {
    .services-page__row{
        gap: 29px 0;
    }
}

.services-inner-item{
    display: block;
    position: relative;
    text-decoration: none;
    margin: 0 -20px;
    overflow: hidden;
}

@media(min-width: 1024px) {
    .services-inner-item{
        margin: 0;
    }
}

.services-inner-item__img{
    overflow: hidden;
    transition: .5s ease;
}

.services-inner-item__img::before{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(15, 15, 15, 0.5) 74.52%);
}
.services-inner-item__img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.services-inner-item__bottom{
    position: absolute;
    bottom: 0;
    z-index: 5;
    padding: 0 16px 33px 16px;
}

@media(min-width: 1024px) {
    .services-inner-item__bottom{
        padding: 0 59px 51px 59px;
    }
}

.services-inner-item__bottom h3{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    margin: 0;
    padding: 0;
}

@media(min-width: 1024px) {
    .services-inner-item__bottom h3{
        font-size: 32px;
    }
}

.services-inner-item__btn{
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    margin: 25px 0 0 0;
}

@media(min-width: 1024px) {
    .services-inner-item__btn{
        margin: 30px 0 0 0;
    }
}

.services-inner-item:hover .services-inner-item__btn{
    color: #231f20;
    background: #fff;
}

.services-inner-item:hover .services-inner-item__img{
    filter: blur(2.699999809265137px);
}
/*end services-page*/


/*article-first-block*/
.article-first-block{
    position: relative;
    overflow: hidden;
    margin: 30px 0 0 0;
    height: 322px;
}

@media(min-width: 1024px) {
    .article-first-block{
        margin: 13px 0 0 0;
        height: 750px;
    }
}

.article-first-block__img{
    height: 100%;
}

.article-first-block__img::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
}

.article-first-block__img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.article-first-block__title{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
    color: #fff;
}

@media(min-width: 1024px) {
    .article-first-block__title{

    }
}

.article-content{
    padding: 63px 0 0 0;
}

@media(min-width: 1024px) {
    .article-content{
        padding: 42px 0 0 0;
    }
}
/*end article-first-block*/

/*similar-events*/
.similar-events{
    padding: 69px 0 0 0;
}

@media(min-width: 1024px) {
    .similar-events{
        padding: 79px 0 0 0;
    }
}

.similar-swiper{
    margin: 45px 0 0 0;
    padding: 0 0 50px 0;
}

.similar-swiper__pagination{
    bottom: 0!important;
    display: flex;
    align-items: center;
    gap: 0 21px;
    justify-content: center;
}

.similar-swiper__pagination .swiper-pagination-bullet{
    padding: 0!important;
    margin: 0!important;
    width: 12px;
    height: 12px;
    opacity: 1!important;
    background: transparent;
    border: 1px solid #000;
}

.similar-swiper__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #000;
}

.similar-swiper .services-inner-item{
    margin: 0;
}

/*end similar-events*/

/*services-header*/
.services-header{
    padding: 31px 0 42px 0;
}

@media(min-width: 1024px) {
    .services-header{
        padding: 15px 0 75px 0;
    }
}

.services-header__img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.services-header__text{
    padding: 38px 0 0 0;
}

@media(min-width: 1024px) {
    .services-header__text{
        padding: 0;
    }
}

.services-header__text h1{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    margin: 0 0 32px 0;
    color: var(--se-tu);
}

@media(min-width: 1024px) {
    .services-header__text h1{
        font-size: 32px;
        margin: 0 0 45px 0;
    }
}

.services-header__text p{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #231F20;
}

.services-header__text p:last-child{
    margin: 0;
}
/*end services-header*/

/*services-target*/
.services-target{
    background: #f7fafc;
    padding: 51px 0;
}

@media(min-width: 1024px) {
    .services-target{
        padding: 61px 0 82px 0;
    }
}

.services-target__row{
    gap:65px 0;
}

.services-target-item{
    display: flex;
    flex-direction: column;
    gap: 36px 0;
}

@media(min-width: 1024px) {
    .services-target-item{
        flex-direction: row;
    }
    .services-target-item__icon{
        width: 240px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media(min-width: 1024px) {
    .services-target-item__text{
        width: 100%;
        max-width: 480px;
    }
}

.services-target-item__text h4{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #231F20;
    margin: 0 0 23px 0;
}

.services-target-item__text p{
    margin: 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #231F20;
}
/*end services-target*/

/*services-steps*/
.services-steps{
    display: flex;
    flex-direction: column;
    gap: 59px 0;
    padding: 59px 0 65px 0;
}

@media(min-width: 1024px) {
    .services-steps{
        padding: 81px 0 76px 0;
        gap: 117px 0;
    }
}

.step-item{}

.step-item__row{}

@media(min-width: 1024px) {
    .step-item:nth-child(2n) .step-item__row{
        flex-direction: row-reverse;
    }
}

.step-item__img{}

.step-item__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.step-item__text{
    padding: 0;
}

@media(min-width: 1024px) {
    .step-item__text{
        padding: 46px 0 0 0;
    }
}

.step-item__text h2{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    color: var(--se-tu);
    margin: 0 0 33px 0;
}

.step-item__text p{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #231F20;
    margin: 0 0 50px 0;
}

.step-item__text p:last-child{
    margin: 0;
}

.step-item__gallery{
    position: relative;
    margin: 24px 0 0 0;
}

@media(min-width: 1024px) {
    .step-item__gallery{
        margin: 31px 0 0 0;
    }
}

.steps-swiper__slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.step-item__gallery-prev svg,
.step-item__gallery-next svg{
    stroke: #fff;
}

@media(min-width: 1024px) {
    .step-item__gallery-prev svg,
    .step-item__gallery-next svg{
        stroke: var(--se-tu);
    }
}
/*end services-steps*/

/*product-info*/
.product-info{
    padding: 33px 0 0 0;
}

@media(min-width: 1024px) {
    .product-info{
        padding: 16px 0 0 0;
    }
}

.product-info__text{
    padding: 62px 0 0 0;
}

@media(min-width: 1024px) {
    .product-info__text{
        padding: 0;
    }
}

.product-info__text h1{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--se-tu);
    margin: 0 0 36px 0;
}

@media(min-width: 1024px) {
    .product-info__text h1{
        font-size: 36px;
        margin: 0 0 45px 0;
    }
}

.product-info__text-price{
    display: flex;
    align-items: center;
    gap: 0 20px;
    margin: 0 0 26px 0;
}

@media(min-width: 1024px) {
    .product-info__text-price{
        margin: 0 0 50px 0;
    }
}

.price{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: var(--ce-tu-1);
}

@media(min-width: 1024px) {
    .price{
        font-size: 36px;
    }
}

.old-price{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: var(--ce-tu-1);
    text-decoration: line-through;
    text-decoration-style: solid;
}

.product-info__text h3{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--se-tu);
    margin: 0 0 11px 0;
}

@media(min-width: 1024px) {
    .product-info__text h3{
        font-size: 20px;
        line-height: 40px;
    }
}

.product-info__text p{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #231F20;
    margin: 0 0 35px 0;
}

@media(min-width: 1024px) {
    .product-info__text p{
        margin: 0 0 45px 0;
        line-height: 32px;
    }
}

.product-info__text p:last-child{
    margin: 0;
}

.product-info__btn{
    margin: 37px auto 0 auto;
}

@media(min-width: 1024px) {
    .product-info__btn{
        margin: 0;
    }
}

.product-big-swiper__item img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.product-swiper-thumb{
    display: none;
}

@media(min-width: 1024px) {
    .product-swiper-thumb{
        display: block;
        margin: 23px 0 0 0;
    }
}

.product-big-swiper-prev svg,
.product-big-swiper-next svg{
    stroke: #fff;
}

.product-big-swiper-prev{
    left: 15px;
}

.product-big-swiper-next{
    right: 15px;
}

@media(min-width: 1024px) {
    .product-big-swiper-prev,
    .product-big-swiper-next{
        display: none;
    }
}

.product-big-swiper{
    margin: 0 -20px;
}

@media(min-width: 1024px) {
    .product-big-swiper{
        margin: 0;
    }
}

/*end product-info*/

/*similar-products*/
.similar-products{
    padding: 54px 0 69px 0;
}

@media(min-width: 1024px) {
 .similar-products{
     padding: 101px 0 103px 0;
 }
}

.similar-products__slider{
    position: relative;
    margin: 45px 0 0 0;
}

.products-swiper-prev,
.products-swiper-next{
    top: 45%;
    transform: translateY(-45%);
}

.products-swiper-prev svg,
.products-swiper-next svg{
    stroke: #fff;
}
/*end similar-products*/



/*delivery*/
.delivery-payment{
    padding: 51px 0 64px 0;
    overflow: hidden;
}

@media(min-width: 1024px) {
    .delivery-payment{
        padding: 62px 0 89px 0;
    }
}

.delivery-payment .title-h2{
    text-transform: capitalize;
}

.delivery-payment__content{
    margin: 38px 0 0 0;
}

@media(min-width: 1024px) {
    .delivery-payment__content{
        margin: 72px 0 0 0;
    }
}

.delivery-payment__content p{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #231F20;
    margin: 0 0 40px 0;
}

.delivery-payment__content p a{
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #231F20;

}

.delivery-payment__content p:last-child{
    margin: 0;
}

.delivery-payment__content__img{
    display: flex;
    gap: 26px 0;
    flex-direction: column;
}

@media(min-width: 1200px) {
    .delivery-payment__content__img{
        flex-direction: row;
        gap: 0 30px;
    }
}

@media(min-width: 1600px) {
    .delivery-payment__content__img{
        gap: 0 30px;
        flex-direction: row;
        justify-content: end;
        align-items: end;
        margin: -15% 0 0 0;
    }
}

.delivery-payment__content__img img{
    width: 100%;
}

@media(min-width: 1200px) {
    .delivery-payment__content__img img{
        width: calc(100% / 2 - 15px);
        height: 100%;
    }
}
/*end delivery*/

/*delivery-block*/
.delivery-block{
    padding: 27px 0 46px 0;
}

@media(min-width: 1024px) {
    .delivery-block{
        padding: 58px 0 60px 0;
    }
}

.delivery-block__text h1{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    color: var(--se-tu);
    margin: 0 0 25px 0;
    text-align: center;
}

@media(min-width: 1024px) {
    .delivery-block__text h1{
        margin: 0 0 60px 0;
        font-size: 64px;
        text-align: left;
    }
}

.delivery-block__text p{
    margin: 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: var(--se-tu);
}

@media(min-width: 1024px) {
    .delivery-block__text p{
        text-align: left;
    }
}

.delivery-block__img{
    margin: 34px 0 0 0;
}

@media(min-width: 1024px) {
    .delivery-block__img{
        margin: 0;
    }
}

.delivery-block__img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/*end delivery-block*/

/*delivery-content*/
.delivery-content{
    padding: 0 0 26px 0;
}

@media(min-width: 1024px) {
    .delivery-content{
        padding: 0 0 107px 0;
    }
}

.delivery-content__title{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: var(--se-tu);
    text-align: center;
    margin: 0 0 38px 0;
}

@media(min-width: 1024px) {
    .delivery-content__title{
        font-size: 32px;
        margin: 0 0 55px 0;
    }
}

.delivery-content__text p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: var(--se-tu);
    margin: 0 0 46px 0;
}

@media(min-width: 1024px) {
    .delivery-content__text p{
        margin: 0 0 63px 0;
    }
}

.delivery-content__text p:last-child{
    margin: 0;
}

.delivery-content__table{
    border-collapse: collapse;
    width: 846px;
    margin: 0 auto 33px auto;
}

@media(min-width: 1024px) {
    .delivery-content__table{
        margin: 0 auto 93px auto;
    }
}

.delivery-content__table tr{
    border-bottom: 1px solid #000;
}

.delivery-content__table tr:last-child{
    border-bottom: none;
}

.delivery-content__table tr td{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: var(--se-tu);
    padding: 37px 0 49px 0;
}

.delivery-content__table tr:first-child td{
    padding: 0 0 34px 0;
}

.delivery-content__table tr:last-child td{
    padding-bottom: 0;
}

.delivery-content__icons{
    margin: 51px 0 0 0;
}

@media(min-width: 1024px) {
    .delivery-content__icons{
        margin: 38px 0 0 0;
    }
}

.delivery-icon-item__img{
    margin: 0 0 25px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
}

.delivery-icon-item__title{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: var(--se-tu);
    margin: 0 0  25px 0;
}

.delivery-icon-item__desc{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: var(--se-tu);
    margin: 0;
    padding: 0 20px;
}

.delivery-content__icons-row{
    gap: 52px 0;
}

/*end delivery-content*/

/*delivery-details*/
.delivery-details{
    background-image: url("../images/bg-faq-delivery.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 57px 0 69px 0;
}

@media(min-width: 1024px) {
    .delivery-details{
        padding: 71px 0 297px 0;
    }
}

.delivery-details::before{
    content:'';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #565555 0%, rgba(255, 255, 255, 0) 100%);
}

.delivery-details__wrapper{
    position: relative;
    z-index: 8;
}

.delivery-details__title{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    text-align: center;
    margin: 0 0 55px 0;
}

@media(min-width: 1024px) {
    .delivery-details__title{
        font-size: 32px;
        text-align: left;
    }
}

.faq-item--delivery{
    background: #fff;
    padding: 16px 5px 15px 19px;
    border: none;
}

@media(min-width: 1024px) {
    .faq-item--delivery{
        padding: 10px 17px 10px 35px;
    }
}

.faq-item--delivery .faq-item__head{
    align-items: flex-start;
}

.faq-item--delivery .faq-item__head-title{
    font-weight: 700;
    line-height: 32px;
}

.faq-item--delivery .faq-item__body{
    padding: 9px 24px 0 44px;
}

@media(min-width: 1024px) {
    .faq-item--delivery .faq-item__body{
        padding-right: 106px;
    }
}

.delivery-details__row{
    gap: 18px 0;
}

@media(min-width: 1024px) {
    .delivery-details__row{
        gap: 27px 0;
    }
}
/*end delivery-details*/

/*popup*/
.popup-dialog-success{
    max-width: 774px;
    border-radius: 0;
    padding: 0;
}

.modal-content{
    border-radius: 0;
    padding: 0;
}

.popup{
    padding: 71px 30px;
}

@media(min-width: 1024px) {
    .popup{
        padding: 110px 0;
    }
}

.popup h2{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 32px;
    line-height: 1;
    margin: 0 0 46px 0;
    text-align: center;
    color: #000;
}

@media(min-width: 1024px) {
    .popup h2{
        font-size: 48px;
        margin: 0 0 52px 0;
    }
}

.popup p{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    margin: 0;
}

.popup-btn-success{
    margin: 36px auto 0 auto;
    background: #DA9EB2;
    opacity: 1;
}

@media(min-width: 1024px) {
    .popup-btn-success{
        margin: 46px auto 0 auto;
    }
}

/*end popup*/