

/* Start:/local/templates/ispiria/fonts/Raleway/style.css?17815306243564*/
/* Static fallback (browsers without variable font support) */
@font-face {
  font-family: "Raleway";
  font-display: swap;
  src: url('/local/templates/ispiria/fonts/Raleway/static/Raleway-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  font-display: swap;
  src: url('/local/templates/ispiria/fonts/Raleway/static/Raleway-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Raleway";
  font-display: swap;
  src: url('/local/templates/ispiria/fonts/Raleway/static/Raleway-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  font-display: swap;
  src: url('/local/templates/ispiria/fonts/Raleway/static/Raleway-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Raleway";
  font-display: swap;
  src: url('/local/templates/ispiria/fonts/Raleway/static/Raleway-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  font-display: swap;
  src: url('/local/templates/ispiria/fonts/Raleway/static/Raleway-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Raleway";
  font-display: swap;
  src: url('/local/templates/ispiria/fonts/Raleway/static/Raleway-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  font-display: swap;
  src: url('/local/templates/ispiria/fonts/Raleway/static/Raleway-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Raleway";
  font-display: swap;
  src: url('/local/templates/ispiria/fonts/Raleway/static/Raleway-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  font-display: swap;
  src: url('/local/templates/ispiria/fonts/Raleway/static/Raleway-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Raleway";
  font-display: swap;
  src: url('/local/templates/ispiria/fonts/Raleway/static/Raleway-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  font-display: swap;
  src: url('/local/templates/ispiria/fonts/Raleway/static/Raleway-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Raleway";
  font-display: swap;
  src: url('/local/templates/ispiria/fonts/Raleway/static/Raleway-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  font-display: swap;
  src: url('/local/templates/ispiria/fonts/Raleway/static/Raleway-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Raleway";
  font-display: swap;
  src: url('/local/templates/ispiria/fonts/Raleway/static/Raleway-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  font-display: swap;
  src: url('/local/templates/ispiria/fonts/Raleway/static/Raleway-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Raleway";
  font-display: swap;
  src: url('/local/templates/ispiria/fonts/Raleway/static/Raleway-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  font-display: swap;
  src: url('/local/templates/ispiria/fonts/Raleway/static/Raleway-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}

/* Variable font override */
@supports (font-variation-settings: normal) {
  @font-face {
    font-family: "Raleway";
    font-display: swap;
    src: url('/local/templates/ispiria/fonts/Raleway/Raleway-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
  }

  @font-face {
    font-family: "Raleway";
    font-display: swap;
    src: url('/local/templates/ispiria/fonts/Raleway/Raleway-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
  }
}
/* End */


/* Start:/local/templates/ispiria/style/css/styles.css?1781530474105728*/
html {
    font-family: "Raleway", system-ui;
    font-size: 10px;
    color: #222222;
}

* {
    color: #222222;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    background-color: #fafbfb;
}

a {
    text-decoration: none;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.btn {
    background-color: #074a4f;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
}

.btn:hover {
    background-color: #2f7277;
    color: #fff;
}

.title {
    text-transform: uppercase;
    font-size: 4.2rem;
    line-height: 1.3;
    margin-top: 20px;
    font-weight: 700;
    color: #074a4f;
}

@media screen and (max-width: 767px) {
    .title {
        font-size: 30px;
        width: auto;
        text-align: center;
    }
}

.title-second {
    text-transform: uppercase;
    color: #222222;
    font-size: 3.2rem;
    line-height: 41.6px;
    font-weight: 700;
}

.form {
    display: grid;
    max-width: 712px;
    grid-template-columns: 1fr 1fr 212px;
    gap: 14px;
}

.form__input {
    padding-left: 22px;
    background-color: #fafbfb;
    border: none;
    outline: none;
    height: 53px;
    border-radius: 6px;
    font-size: 1.8rem;
    color: #666666;
}

.form__btn {
    background-color: #fff;
    color: #074a4f;
    font-size: 1.8rem;
    line-height: 28.8px;
    border: none;
    font-weight: 600;
}

.popup__category {
    display: none;
    width: 1200px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 11;
    background-color: #fff;
    top: 100%;
    border-radius: 0 0 20px 20px;
    -webkit-box-shadow: 2px 2px 10px 5px rgba(7, 74, 79, 0.06);
    box-shadow: 2px 2px 10px 5px rgba(7, 74, 79, 0.06);
    width: 100%;
    top: 115px;
}

.popup__category.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.popup__category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: solid 2px rgba(7, 74, 79, 0.1);
}

.header__sidebar-wrapper .popup__category-list {
    border: none;
}

.popup__category-item {
    width: 335px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 20px;
    position: relative;
}

.popup__category-item::after {
    content: "";
    height: 1px;
    width: 312px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #e6eded;
}

.popup__category-item:last-child::after {
    height: 0;
}

.popup__category-item:hover {
    background-color: #e6eded;
}

.popup__category-item .arrow {
    padding: 15px 15px 15px 30px;
}

.header__sidebar-wrapper .popup__category-item {
    width: 360px;
    padding: 15px 20px;
}

.header__sidebar-wrapper .popup__category-item:hover {
    background-color: #fff;
}

.popup__category-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 23.4px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
}

.popup__category-list-arrow {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 10px;
}

.popup__category-img {
    max-width: 40px;
    max-height: 40px;
    width: auto;
    height: auto;
}

.popup__category-wrapper {
    position: relative;
    padding-top: 20px;
    position: absolute;
    right: -100vw;
    background-color: #fff;
    width: 100%;
    border-radius: 0 0 20px 20px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.popup__category-wrapper.active {
    right: 0vw;
    min-height: 100%;
    overflow: auto;
}

.popup__category-wrapper .back {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.popup__category-wrapper .back.active {
    display: block;
    padding: 10px 10px 10px 15px;
}

.header__sidebar-wrapper .popup__category-wrapper {
    padding-top: 20px;
    position: absolute;
    right: -100vw;
    background-color: #fff;
    width: 100%;
    border-radius: 0 0 20px 20px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.popup__category-pane {
    display: none;
    padding: 15px 28px;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.popup__category-pane.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__sidebar-wrapper .popup__category-pane {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.popup__category-type:nth-child(1) {
    width: 250px;
}

.popup__category-type:nth-child(2) .popup__category-products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 12px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.header__sidebar-wrapper .popup__category-type:nth-child(2) .popup__category-products {
    gap: 5px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.popup__category-title {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 28.8px;
}

.popup__category-products {
    margin-top: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.popup__category-products.header__sidebar-wrapper .popup__category-products {
    margin-top: 5px;
    gap: 5px;
}

.header__sidebar-wrapper .popup__category-products {
    margin-top: 5px;
    gap: 5px;
}

.popup__category-product {
    font-size: 1.6rem;
    line-height: 25.6px;
}

.popup__category .popup__category-pane {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-wrap: wrap;
    /* flex-direction: column; */
    gap: 10px;
    max-height: 100%;
    overflow-y: auto;
}

.popup__category-desktop.active {
    display: flex;
}

.header__sidebar-wrapper .popup__category {
    top: 70px;
    overflow-x: hidden;
    border-radius: 0;
    height: 50vh;
}

.popup__container {
    display: none;
    position: absolute;
    background-color: #074a4f !important;
    width: 588px;
    height: 522px;

    border-radius: 20px;
    padding: 39px;
    overflow: visible !important;
}

.popup__container-title {
    color: #fff;
    text-align: center;
    font-size: 3.2rem;
    line-height: 41.6px;
}

.popup__container-text {
    padding-top: 10px;
    font-size: 1.9rem;
    line-height: 30.4px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.popup__container-text a {
    font-size: 1.9rem;
    line-height: 30.4px;
    text-align: center;
    color: #fff;
    font-weight: 700;
}

.popup__container-privacy {
    padding-top: 12px;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    line-height: 19.6px;
}

.popup__container-privacy a {
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    line-height: 19.6px;
    text-decoration: underline;
}

.popup__form {
    margin-top: 19px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
}

.popup__form-input {
    padding: 0 20px;
}

.popup__form-input::-webkit-input-placeholder {
    text-align: center;
}

.popup__form-input::-moz-placeholder {
    text-align: center;
}

.popup__form-input:-ms-input-placeholder {
    text-align: center;
}

.popup__form-input::-ms-input-placeholder {
    text-align: center;
}

.popup__form-input::placeholder {
    text-align: center;
}

.popup__form-input:nth-child(3),
.popup__form-input:nth-child(4) {
    grid-column: 1/3;
}

.popup__form-btn {
    grid-column: 1/3;
    height: 52px;
    border-radius: 6px;
    cursor: pointer;
}

.callback-big {
    margin-top: 120px;
}

.callback-big .container {
    background-color: #074a4f;
    position: relative;
    padding: 40px 60px 50px;
    border-radius: 20px;
}

.callback-big__petal {
    position: absolute;
    top: -133px;
    right: -80px;
    z-index: -1;
}

.callback-big__pack {
    position: absolute;
    top: 50px;
    right: 43px;
}

.callback-big__title {
    color: #fff !important;
    padding-bottom: 25px;
}

.callback-big__text {
    font-size: 1.8rem;
    line-height: 28.8px;
    color: #fff;
    position: relative;
    z-index: 10;
    max-width: 930px;
}

.callback-big__text-link {
    font-weight: 700;
}

.callback-big__form {
    margin-top: 30px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 14px;
    max-width: 767px;
}

.callback-big__form .form-name,
.callback-big__form .form-tel {
    padding: 12px 22px;
    background-color: #fafbfb;
    border: none;
    outline: none;
    border-radius: 6px;
    font-size: 1.8rem;
    color: #666666;
    width: calc(50% - 7px);
}

.callback-big__form .form-name::-webkit-input-placeholder,
.callback-big__form .form-tel::-webkit-input-placeholder {
    font-size: 1.8rem;
    color: #666666;
}

.callback-big__form .form-name::-moz-placeholder,
.callback-big__form .form-tel::-moz-placeholder {
    font-size: 1.8rem;
    color: #666666;
}

.callback-big__form .form-name:-ms-input-placeholder,
.callback-big__form .form-tel:-ms-input-placeholder {
    font-size: 1.8rem;
    color: #666666;
}

.callback-big__form .form-name::-ms-input-placeholder,
.callback-big__form .form-tel::-ms-input-placeholder {
    font-size: 1.8rem;
    color: #666666;
}

.callback-big__form .form-name::placeholder,
.callback-big__form .form-tel::placeholder {
    font-size: 1.8rem;
    color: #666666;
}

.callback-big__form-message {
    padding: 12px 22px;
    background-color: #fafbfb;
    border: none;
    outline: none;
    width: 100%;
    border-radius: 6px;
    font-size: 1.8rem;
    color: #666666;
}

.callback-big__form-message::-webkit-input-placeholder {
    font-size: 1.8rem;
    color: #666666;
}

.callback-big__form-message::-moz-placeholder {
    font-size: 1.8rem;
    color: #666666;
}

.callback-big__form-message:-ms-input-placeholder {
    font-size: 1.8rem;
    color: #666666;
}

.callback-big__form-message::-ms-input-placeholder {
    font-size: 1.8rem;
    color: #666666;
}

.callback-big__form-message::placeholder {
    font-size: 1.8rem;
    color: #666666;
}

.callback-big__form-btn {
    background-color: #fff;
    color: #074a4f;
    font-size: 1.8rem;
    line-height: 28.8px;
    border: none;
    font-weight: 600;
    display: block;
    width: 100%;
    border-radius: 6px;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
}

.callback-big__form-btn:hover,
.callback-big__form-btn:focus {
    background-color: #2f7277;
    color: #fff;
}

.callback-big__privacy {
    color: #fff;
    font-size: 1.4rem;
    line-height: 19.6px;
}

.callback-big__privacy-link {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.callback-big__privacy-link:hover {
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1199px) {
    .popup__category-desktop.active {
        display: none;
    }

    .callback-big__form {
        max-width: 100%;
    }

    .callback-big {
        margin-top: 79px;
    }

    .callback-big .container {
        padding: 30px;
    }

    .callback-big__petal,
    .callback-big__pack {
        display: none;
    }

    .callback-big__title {
        padding-bottom: 22px;
    }

    .callback-big__text,
    .callback-big__text-link {
        letter-spacing: 0.55px;
    }

    .callback-big__form {
        margin-top: 20px;
        margin-bottom: 13px;
    }
}

@media (max-width: 767px) {

    .callback-big__form .form-name,
    .callback-big__form .form-tel {
        width: 100%;
        text-align: center;
    }

    .callback-big__form-message {
        text-align: center;
    }

    .callback-big .container {
        padding: 30px 10px 0px 10px;
    }

    .callback-big__pack {
        display: block;
        position: static;
        width: 183px;
        height: 225px;
        -o-object-fit: contain;
        object-fit: contain;
        margin: 0 auto;
        margin-top: 7px;
    }

    .callback-big__title {
        text-align: center;
        padding-bottom: 19px;
    }

    .callback-big__text {
        text-align: center;
        font-size: 1.4rem;
        line-height: 22.4px;
    }

    .callback-big__text-link {
        font-size: 1.4rem;
        line-height: 22.4px;
    }

    .callback-big__form {
        margin-top: 16px;
        margin-bottom: 12px;
    }

    .callback-big__privacy {
        font-size: 1.4rem;
        line-height: 19.6px;
        text-align: center;
    }

    .callback-big__privacy-link {
        font-size: 1.4rem;
        line-height: 19.6px;
    }
}

.poshiv__bisiness {
    padding-top: 120px;
}

.poshiv__bisiness-title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.poshiv__bisiness-next {
    top: 22px !important;
    right: 0 !important;
    left: auto !important;
}

.poshiv__bisiness-prev {
    top: 22px !important;
    left: auto !important;
    right: 45px !important;
}

.poshiv__bisiness-wrapper {
    padding-top: 82px;
}

.poshiv__bisiness-pagination {
    display: none !important;
}

.business-item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.business-item__left {
    max-width: 486px;
}

.business-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.business-item__logo {
    background-color: #f5f8f8;
    padding: 10px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.business-item__info-title {
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    margin-bottom: 6px;
}

.business-item__info-descr {
    font-size: 14px;
    line-height: 18px;
}

.business-item__content-item {
    margin-bottom: 30px;
}

.business-item__content-item-title {
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    margin-bottom: 10px;
}

.business-item__content-item-text {
    font-size: 16px;
    line-height: 20px;
}

.business-item__btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 30px;
    border: none;
}

.business-item__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (max-width: 1199px) {
    .poshiv__bisiness {
        padding-top: 80px;
    }

    .business-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 76px;
    }

    .business-item__btn {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .business-item__left {
        max-width: initial;
    }

    .business-item__right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .business-item__right picture img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 10px;
        overflow: hidden;
    }

    .business-item__right picture:first-child {
        max-height: 488px;
        max-width: 289px;
    }

    .business-item__right picture:last-child {
        max-height: 488px;
        max-width: 391px;
    }
}

@media (max-width: 991px) {
    .poshiv__bisiness-title {
        max-width: calc(100% - 90px);
    }
}

@media (max-width: 767px) {

    .poshiv__bisiness-next,
    .poshiv__bisiness-prev {
        display: none !important;
    }

    .poshiv__bisiness-title {
        max-width: initial;
        display: block;
        width: 100%;
    }

    .poshiv__bisiness-pagination .swiper-pagination-bullet {
        width: 30px;
        height: 2px;
        background-color: rgba(7, 75, 80, 0.4);
        border-radius: 0 !important;
    }

    .poshiv__bisiness-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #074a4f;
    }

    .business-item__top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .business-item {
        padding-bottom: 88px;
    }

    .poshiv__bisiness-pagination {
        display: block !important;
        bottom: 74px !important;
    }
}

.about {
    padding-top: 120px;
    padding-bottom: 60px;
    background-color: rgba(7, 74, 79, 0.04);
}

.about__title {
    letter-spacing: 0.2px;
}

.about__info {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
}

.about__text {
    max-width: 690px;
    font-size: 1.8rem;
    line-height: 28.8px;
}

.about__data {
    display: grid;
    grid-template-columns: repeat(2, 210px);
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 45px;
}

.about__data-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
}

.about__data-count {
    color: #074a4f;
    font-size: 4.4rem;
    line-height: 19.4px;
    font-weight: 700;
}

.about__data-text {
    font-size: 1.8rem;
    line-height: 23.4px;
}

.about__link {
    margin-top: 30px;
    font-size: 1.6rem;
    line-height: 25.6px;
    font-weight: 500;
    width: 213px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #074a4f;
}

.about__pictures {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.about__pictures div {
    max-width: 384px;
    max-height: 385px;
}

.about__pictures div:nth-child(2) {
    max-height: 440px;
}

.about__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    border-radius: 10px;
}

.about__img:nth-child(1) {
    -o-object-position: right;
    object-position: right;
}

.about__img-petal {
    z-index: -1;
    position: absolute;
    right: -145px;
    top: -205px;
}

@media (max-width: 1199px) {
    .about {
        padding-top: 77px;
    }

    .about__info {
        margin-top: 23px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 41px;
    }

    .about__text {
        max-width: 100%;
    }

    .about__data {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
        grid-template-columns: repeat(4, 1fr);
    }

    .about__data-count {
        font-size: 4rem;
    }

    .about__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .about__link {
        margin: 0 auto;
        margin-top: 30px;
    }

    .about__pictures {
        margin-top: 30px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 385px 300px;
        gap: 24px;
    }

    .about__pictures div {
        max-width: 100%;
        max-height: 100%;
    }

    .about__pictures div:nth-child(1) {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .about__img {
        max-height: 100%;
        max-width: 100%;
        width: 100%;
    }

    .about__img:nth-child(2) {
        max-height: 100%;
    }

    .about__img-petal {
        display: none;
    }
}

@media (max-width: 767px) {
    .about {
        padding-top: 61px;
    }

    .about__title {
        text-align: center;
    }

    .about__info {
        margin-top: 21px;
        gap: 0;
    }

    .about__text {
        text-align: center;
        font-size: 1.4rem;
        line-height: 22.1px;
    }

    .about__data {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 10px;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        margin: 10px 0;
    }

    .about__data-item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0;
    }

    .about__data-count {
        font-size: 3.8rem;
        line-height: 60.8px;
    }

    .about__data-text {
        font-size: 1.6rem;
        line-height: 21.8px;
        text-align: center;
        letter-spacing: 0.5px;
    }

    .about__link {
        margin-top: 20px;
        font-size: 1.4rem;
        line-height: 22.4px;
        width: 196px;
        height: 42px;
    }

    .about__pictures {
        margin-top: 20px;
        grid-template-rows: 158px 180px;
        gap: 8px;
    }
}

.adventages {
    margin-top: 45px;
}

.adventages .container {
    background-color: transparent;
    border-radius: 20px;
    height: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 40px;
    gap: 24px;
}

.adventages__item {
    width: 262px;
}

.adventages__item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.adventages__item-title {
    color: #222222;
    font-size: 1.8rem;
    line-height: 23.4px;
    font-weight: 600;
}

.adventages__item-text {
    margin-top: 12px;
    color: #222222;
    font-size: 1.6rem;
    line-height: 20.8px;
}

@media (max-width: 1199px) {
    .adventages {
        margin-top: 3px;
    }

    .adventages .container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        height: auto;
        padding: 30px 35px;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        row-gap: 35px;
    }

    .adventages__item {
        width: auto;
    }
}

@media (max-width: 767px) {
    .adventages {
        margin-top: 3px;
    }

    .adventages .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 20px;
        gap: 24px;
    }

    .adventages__item {
        width: auto;
        gap: 19px;
    }

    .adventages__item-title {
        font-size: 1.8rem;
        line-height: 23.4px;
    }

    .adventages__item-text {
        font-size: 1.4rem;
        line-height: 18.2px;
    }
}

.callback {
    margin-top: 120px;
}

.callback .container {
    background-image: url("/local/templates/ispiria/img/main__page/callback/bg.png");
    background-color: #074a4f;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
    padding: 40px 60px 50px;
    border-radius: 20px;
}

.callback__petal {
    position: absolute;
    top: -133px;
    right: -80px;
    z-index: -1;
}

.callback__pack {
    position: absolute;
    top: -60px;
    right: 43px;
}

.callback__title {
    color: #fff;
}

.callback__text {
    max-width: 732px;
    font-size: 1.8rem;
    line-height: 28.8px;
    color: #fff;
}

.callback__text-link {
    font-weight: 700;
}

.callback__form {
    margin-top: 30px;
    margin-bottom: 10px;
}

.callback__privacy {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
}

.callback__privacy-link {
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 1199px) {
    .callback {
        margin-top: 79px;
    }

    .callback .container {
        padding: 30px;
    }

    .callback__petal {
        display: none;
    }

    .callback__pack {
        display: none;
    }

    .callback__title {
        padding-bottom: 22px;
    }

    .callback__text {
        letter-spacing: 0.55px;
    }

    .callback__text-link {
        letter-spacing: 0.55px;
    }

    .callback__form {
        margin-top: 20px;
        margin-bottom: 13px;
    }

    .callback__form input {
        padding: 0 15px !important;
    }
}

@media (max-width: 767px) {
    .callback .container {
        padding: 30px 10px 10px 10px;
    }

    .callback__pack {
        display: block;
        position: static;
        width: 183px;
        height: 225px;
        -o-object-fit: contain;
        object-fit: contain;
        margin: 0 auto;
        margin-top: 7px;
    }

    .callback__title {
        text-align: center;
        padding-bottom: 19px;
    }

    .callback__text {
        text-align: center;
        font-size: 1.4rem;
        line-height: 22.4px;
    }

    .callback__text-link {
        font-size: 1.4rem;
        line-height: 22.4px;
    }

    .callback__form {
        margin-top: 16px;
        margin-bottom: 12px;
    }

    .callback__privacy {
        font-size: 1.4rem;
        line-height: 19.6px;
        text-align: center;
    }

    .callback__privacy-link {
        line-height: 19.6px;
        font-size: 1.4rem;
    }
}

.category {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 120px;
}

.category .container {
    position: relative;
    overflow: hidden;
}

.category .container .swiper {
    overflow: visible;
}

.category__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.category__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.category__carusel {
    margin-top: 10px;
    overflow-y: visible !important;
}

.category__item {
    cursor: pointer;
    padding: 20px 0;
}

.category__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.category__item img {
    margin-left: auto;
    margin-right: auto;
    max-height: 277px;
}

@media screen and (max-width: 1199px) {
    .category__item img {
        max-height: 225px;
    }
}

@media screen and (max-width: 767px) {
    .category__item img {
        height: 156px;
        max-height: 156px;
    }
}

.category__item-background {
    width: 100%;
    height: 48%;
    bottom: 0;
    background-color: #f5f5f5;
    border-radius: 10px;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.category__item:hover .category__item-background {
    height: 100%;
}

.category__item-title {
    font-size: 1.8rem;
    line-height: 23.4px;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
}

.category__item-petal {
    z-index: -1;
    top: 30px;
    right: -180px;
    position: absolute;
}

.category-btn {
    width: 33px !important;
    height: 33px !important;
    border-radius: 50%;
    border: solid 2px #222222;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2rem;
}

.category-btn::after {
    color: #222222;
    font-size: 1.4rem !important;
}

.category-btn:hover {
    color: #074a4f;
    border: solid 2px #074a4f;
}

.category-btn:active {
    width: 100%;
    background-color: #e6eded;
}

.category__link {
    margin: 0 auto;
    margin-top: 40px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 28.8px;
    width: 203px;
    height: 49px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.category-next {
    top: -25px !important;
    right: 0 !important;
}

.category-prev {
    top: -25px !important;
    left: auto !important;
    right: 47px !important;
}

.category .swiper-pagination {
    display: none !important;
}

@media (max-width: 1199px) {
    .category {
        margin-top: 80px;
    }

    .category .container .swiper .category__carusel-wrapper {
        padding-bottom: 0 !important;
    }

    .category__item img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .category__item-title {
        margin-top: 0px;
    }

    .category__item-petal {
        display: none;
    }

    .category__link {
        margin-top: 62px;
    }

    .category-next {
        top: -25px !important;
    }

    .category-prev {
        top: -25px !important;
    }
}

@media (max-width: 767px) {
    .category {
        margin-top: 80px;
    }

    .category__title {
        /* text-align: center; */
    }

    .category__item {
        padding-top: 0;
    }

    .category__item img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .category__item-petal {
        display: none;
    }

    .category__link {
        margin-top: 85px;
        font-size: 1.6rem;
        line-height: 25.6px;
        width: 188px;
        height: 46px;
    }

    .category-next {
        top: 244px !important;
        right: calc(50% - 40px) !important;
        display: none !important;
    }

    .category-prev {
        top: 244px !important;
        right: calc(50% + 7px) !important;
        display: none !important;
    }
}

.fabrics {
    margin-top: 60px;
    padding-top: 60px;
    background-color: rgba(7, 74, 79, 0.04);
}

.fabrics__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fabrics__top a {
    text-decoration: underline;
    font-weight: 500;
    font-size: 16px;
    color: #074a4f;
    -webkit-text-decoration-skip-ink: all;
    text-decoration-skip-ink: all;
}

@media screen and (max-width: 1199px) {
    .fabrics__top a {
        display: none;
    }
}

.fabrics__title {
    letter-spacing: 0.1px;
}

.fabrics__text {
    margin-top: 32px;
    font-size: 1.8rem;
    line-height: 25.2px;
    font-weight: 500;
    width: 894px;
    letter-spacing: 0.1px;
}

.fabrics__text-weight {
    letter-spacing: 0.4px;
    font-weight: 700;
}

.fabrics .fabricsSlider__wrapper {
    margin-top: 20px;
    position: relative;
}

.fabrics .fabricsSlider__wrapper .fabrics-button-prev,
.fabrics .fabricsSlider__wrapper .fabrics-button-next {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

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

    .fabrics .fabricsSlider__wrapper .fabrics-button-prev,
    .fabrics .fabricsSlider__wrapper .fabrics-button-next {
        display: none;
    }
}

.fabrics .fabricsSlider__wrapper .fabrics-button-prev {
    left: -56px;
}

.fabrics .fabricsSlider__wrapper .fabrics-button-next {
    right: -56px;
}

.fabrics #fabricsSlider .fabrics-pagination {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px auto 0;
}

.fabrics #fabricsSlider .fabrics-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: #074a4f;
    opacity: 0.4;
    border-radius: 2px;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}

.fabrics #fabricsSlider .fabrics-pagination .swiper-pagination-bullet-active {
    width: 16px;
    opacity: 1;
}

.fabrics__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

.fabrics__item-img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.fabrics__item-title {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 25.2px;
}

.fabrics__item-text {
    padding: 13px 0;
    font-size: 1.4rem;
    line-height: 19.6px;
}

.fabrics__item-characteristic {
    font-size: 1.4rem;
    line-height: 19.6px;
    display: block;
}

.fabrics__item-stock {
    display: block;
    margin-top: 11px;
    font-size: 1.4rem;
    line-height: 19.6px;
}

.fabrics__item-stock span {
    font-weight: 600;
}

.fabrics__item-colors {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
}

.fabrics__item-color {
    cursor: pointer;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    position: relative;
}

.fabrics__item-color img {
    width: 100%;
    height: 100%;
}

.fabrics__item-color.active::before {
    content: "";
    position: absolute;
    display: block;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 2px solid #fff;
    z-index: 5;
}

.fabrics__link {
    display: none;
    width: 237px;
    height: 49px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.8rem;
    line-height: 28.8px;
    margin: 0 auto;
    margin-top: 33px;
}

@media (max-width: 1199px) {
    .fabrics {
        margin-top: 20px;
    }

    .fabrics__text {
        margin-top: 20px;
        width: 100%;
    }

    .fabrics__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .fabrics__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }

    .fabrics__item-img {
        width: 100%;
        height: auto;
    }

    .fabrics__item-color {
        width: 32px;
        height: 32px;
    }

    .fabrics__item-color.active::before {
        top: 2px;
        left: 2px;
        width: 24px;
        height: 24px;
    }

    .fabrics__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 42px;
    }
}

@media (max-width: 767px) {
    .fabrics {
        margin-top: 20px;
    }

    .fabrics .container {
        width: 92%;
    }

    .fabrics__title {
        /* text-align: center; */
    }

    .fabrics__text {
        text-align: center;
        font-size: 1.6rem;
        line-height: 22.4px;
    }

    .fabrics__top {
        justify-content: center;
    }

    .fabrics__text-weight {
        font-size: 1.6rem;
        line-height: 22.4px;
    }

    .fabrics__list {
        grid-template-columns: repeat(2, 1fr);
        -webkit-column-gap: 12px;
        -moz-column-gap: 12px;
        column-gap: 12px;
        row-gap: 16px;
        margin-top: 17px;
    }

    .fabrics__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }

    .fabrics__item-img {
        width: 100%;
    }

    .fabrics__item-text {
        display: none;
    }

    .fabrics__item-characteristic {
        margin-top: 5px;
    }

    .fabrics__item-stock {
        display: none;
    }

    .fabrics__item-colors {
        display: none;
    }

    .fabrics__item-color {
        width: 32px;
        height: 32px;
    }

    .fabrics__link {
        margin-top: 28px;
        font-size: 1.6rem;
        line-height: 25.6px;
        width: 219px;
        height: 46px;
    }
}

.feedback {
    width: 1200px;
    margin: 0 auto;
    margin-top: 120px;
}

.feedback .container {
    width: 1510px;
    overflow: hidden;
}

.feedback__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    gap: 20px;
}

.feedback__statistic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.feedback__item {
    background-color: #f5f5f5;
    border-radius: 10px;
    width: 282px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
}

.feedback__item-text {
    width: 150px;
    font-size: 1.8rem;
    line-height: 23.4px;
    font-weight: 600;
}

.feedback__content {
    width: 1200px;
}

.feedback__content .swiper {
    height: 225px;
    overflow: visible;
    -webkit-clip-path: inset(-100vw -100vw -100vw 0vw);
    clip-path: inset(-100vw -100vw -100vw 0vw);
}

.feedback__carusel-item {
    padding: 25px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 10px 2px rgba(7, 74, 79, 0.06);
    box-shadow: 2px 2px 10px 2px rgba(7, 74, 79, 0.06);
}

.feedback__carusel-item_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.feedback__carusel-avatar {
    height: 40px;
    width: 40px;
}

.feedback__carusel-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 17px;
}

.feedback__carusel-user_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    width: 100px;
}

.feedback__carusel-user_name {
    font-size: 1.4rem;
    font-weight: 600;
}

.feedback__carusel-user_date {
    font-size: 1.2rem;
}

.feedback__carusel-text {
    margin-top: 14px;
    font-size: 1.4rem;
}

.feedback__carusel-rating {
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 6px;
}

.feedback__carusel-claim {
    position: absolute;
    bottom: 20px;
    right: 30px;
    -webkit-text-decoration: underline dashed 1px;
    text-decoration: underline dashed 1px;
    font-size: 1.2rem;
    text-underline-offset: 1px;
}

.feedback-prev {
    top: -45px !important;
    left: auto !important;
    right: 350px !important;
}

.feedback-next {
    top: -45px !important;
    right: 303px !important;
}

.feedback__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    gap: 20px;
}

.feedback__link {
    padding: 10px 35px;
    font-size: 1.6rem;
    line-height: 25.6px;
    font-weight: 600;
}

@media (max-width: 1199px) {
    .feedback {
        width: 100%;
        margin-top: 80px;
    }

    .feedback .container {
        width: 96%;
    }

    .feedback__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 16px;
    }

    .feedback__statistic {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .feedback__item {
        width: auto;
    }

    .feedback__content {
        width: 100%;
    }

    .feedback__content-wrapper {
        width: 100%;
    }

    .feedback__content .swiper {
        width: 100%;
        height: 208px;
    }

    .feedback__carusel-item {
        padding: 20px 22px;
    }

    .feedback__carusel-user {
        gap: 10px;
    }

    .feedback__carusel-user_info {
        gap: 5px;
    }

    .feedback__carusel-user_name {
        font-size: 1.3rem;
    }

    .feedback__carusel-text {
        margin-top: 12px;
        font-size: 1.2rem;
        width: 300px;
    }

    .feedback-prev {
        display: none !important;
    }

    .feedback-next {
        display: none !important;
    }

    .feedback__links {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 27px;
    }
}

@media (max-width: 767px) {
    .feedback__title {
        text-align: center;
    }

    .feedback__statistic {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 11px;
    }

    .feedback__item {
        height: 40px;
    }

    .feedback__item-text {
        width: 100%;
        font-size: 1.7rem;
        line-height: 22.1px;
    }

    .feedback-prev {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        right: calc(50% + 7px) !important;
        top: 242px !important;
    }

    .feedback-next {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        top: 242px !important;
        right: calc(50% - 39px) !important;
    }

    .feedback__links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 66px;
        gap: 11px;
    }

    .feedback__link {
        text-align: center;
    }
}

.footer {
    margin-top: 120px;
    background-color: #414141;
    padding-top: 70px;
}

.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 70px;
}

.footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer__info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer__info-wrapper_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer__info-tel {
    margin-top: 30px;
    font-size: 2.6rem;
    line-height: 41.6px;
    font-weight: 700;
    color: #fff;
}

.footer__info-tel:hover {
    text-decoration: underline;
}

.footer__info-mail {
    font-size: 1.6rem;
    line-height: 25.6px;
    color: #fff;
}

.footer__info-mail:hover {
    text-decoration: underline;
}

.footer__info-adress {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 24px;
    color: #fff;
    max-width: 280px;
}

.footer__social {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 170px;
}

.footer__content-title {
    font-size: 1.8rem;
    line-height: 28.8px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer__content-title a {
    color: #fff;
}

.footer__content-list {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

.footer__content-item {
    font-size: 1.6rem;
    line-height: 25.6px;
}

.footer__content-link {
    color: #fff;
}

.footer__bottom {
    margin-top: 118px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__bottom-link {
    color: #aaaaab;
    font-size: 1.2rem;
    line-height: 15.6px;
}

.footer__bottom-link span {
    color: #aaaaab;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .footer {
        margin-top: 79px;
        padding-top: 40px;
    }

    .footer__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 52px;
    }

    .footer__info-wrapper {
        margin-top: 38px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 13px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer__info-tel {
        margin-top: 0;
    }

    .footer__info-adress {
        margin: 0;
    }

    .footer__info-logo_link {
        display: block;
        margin: 0 auto;
    }

    .footer__social {
        margin: 0;
        margin-left: auto;
    }

    .footer__content {
        display: grid;
        gap: 25px;
        grid-template-columns: repeat(3, 1fr);
    }

    .footer__bottom {
        margin-top: 62px;
    }
}

@media (max-width: 768px) {
    .footer {
        margin-top: 80px;
    }

    .footer .container {
        width: 92%;
    }

    .footer__wrapper {
        gap: 39px;
    }

    .footer__info-wrapper {
        margin-top: 26px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 22px;
    }

    .footer__info-wrapper_block {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 3px;
    }

    .footer__info-adress {
        text-align: center;
    }

    .footer__social {
        margin: 0 auto;
        margin-top: 6px;
    }

    .footer__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-column-gap: 28px;
        -moz-column-gap: 28px;
        column-gap: 28px;
        row-gap: 42px;
    }

    .footer__bottom {
        margin-top: 52px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
    }
}

.future {
    margin-top: 130px;
}

.future .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.future__title {
    padding-bottom: 30px;
}

.future__text {
    font-size: 1.8rem;
    line-height: 28.8px;
    max-width: 690px;
}

.future__link {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 25.6px;
    width: 316px;
    height: 46px;
}

.future__link.mobile {
    display: none;
}

.future__img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 1199px) {
    .future {
        margin-top: 102px;
    }

    .future .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }

    .future__title {
        padding-bottom: 22px;
    }

    .future__text {
        max-width: 100%;
    }

    .future__link {
        margin: 0 auto;
        margin-top: 9px;
    }

    .future__link.desktop {
        display: none;
    }

    .future__link.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .future__img {
        width: 71%;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .future {
        margin-top: 97px;
    }

    .future__title {
        text-align: center;
        padding-bottom: 20px;
    }

    .future__text {
        font-size: 1.4rem;
        line-height: 22px;
        text-align: center;
        letter-spacing: 0.2px;
    }

    .future__link {
        margin-top: 0;
    }

    .future__img {
        width: 100%;
        height: 305px;
    }
}

.header__mobile {
    display: none;
}

.header__top {
    background-color: #fafbfb;
    padding-top: 9px;
    padding-bottom: 9px;
}

.header__top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__bottom {
    padding-bottom: 12px;
}

.header__navbar-list {
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    padding: 0;
}

.header__navbar-item {
    font-size: 1.4rem;
    line-height: 15.4px;
    font-weight: 400;
    position: relative;
}

.header__navbar-item:hover .header__navbar-sublist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__navbar-item:hover a {
    color: #222222;
}

.header__navbar-item:hover a img {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.header__navbar-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__navbar-item a img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header__navbar-sublist {
    display: none;
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 10px 2px rgba(7, 74, 79, 0.06);
    box-shadow: 2px 2px 10px 2px rgba(7, 74, 79, 0.06);
    z-index: 100;
    border-radius: 0 0 10px 10px;
    list-style-type: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    gap: 12px;
    top: 15px;
    left: -15px;
}

.header__tel {
    margin-left: 150px;
}

.header__tel-link {
    color: #074a4f;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 19.6px;
}

.header__tel-link:hover {
    color: #2f7277;
}

.header__tel-text {
    font-size: 1.4rem;
    line-height: 19.6px;
}

.header__email {
    color: #074a4f;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 19.6px;
}

.header__email:hover {
    color: #2f7277;
}

.header__bottom {
    padding-top: 5px;
    background-color: #fff;
}

.header__bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__logo {
    margin-right: 35px;
}

.header__catalog-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    padding: 13px 20px;
    width: 139px;
    height: 44px;
    font-size: 1.6rem;
    line-height: 17.6px;
    text-transform: uppercase;
    font-weight: 600;
    outline: none;
    border: none;
}

.header__catalog-btn.mobile {
    display: none;
}

.header__icons {
    display: none !important;
    margin-left: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199px) {
    .header__hamburger {
        width: 24px;
        height: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 5px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: pointer;
        position: relative;
    }

    .header__hamburger-item {
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 3px;
        background-color: #222222;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .header__hamburger-item:nth-child(2) {
        display: block;
        position: absolute;
        top: 10px;
        right: 0;
    }

    .header__hamburger.active .header__hamburger-item:nth-child(1) {
        opacity: 0;
    }

    .header__hamburger.active .header__hamburger-item:nth-child(2) {
        display: block;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .header__hamburger.active .header__hamburger-item:nth-child(3) {
        -webkit-transform: rotate(-45deg) translate(1px, -1px);
        -ms-transform: rotate(-45deg) translate(1px, -1px);
        transform: rotate(-45deg) translate(1px, -1px);
    }

    .header__hamburger.active .header__hamburger-item:nth-child(4) {
        opacity: 0;
    }

    .header__mobile {
        padding-top: 12px;
        padding-bottom: 12px;
        background-color: #fff;
        display: block;
    }

    .header__mobile-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header__mobile-contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2px;
    }

    .header__sidebar {
        display: none;
        background-color: rgba(255, 255, 255, 0.5);
        position: absolute;
        top: 57px;
        left: -100%;
        z-index: 20;
        width: 100%;
        height: calc(100vh - 57px);
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .header__sidebar-wrapper {
        padding: 20px 15px;
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        max-width: 500px;
        height: 100%;
        overflow-y: auto;
        gap: 30px;
        position: relative;
    }

    .header__sidebar-wrapper .popup__category {
        width: 100%;
    }
}

@media screen and (max-width: 1199px) and (max-width: 1199px) {
    .header__sidebar-wrapper button {
        padding: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 15px;
        font-weight: 600;
    }
}

@media (max-width: 1199px) {
    .header__catalog-btn {
        display: none;
    }

    .header__sidebar.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        left: 0;
    }

    .header__sidebar .header__navbar-list {
        gap: 23px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header__sidebar .header__navbar-item {
        font-size: 1.6rem;
    }

    .header__sidebar .header__navbar-item a {
        font-size: 1.6rem;
    }

    .header__sidebar .header__tel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 9px;
        font-size: 1.8rem;
    }

    .header__sidebar .header__email {
        font-size: 1.6rem;
        text-decoration: underline;
        letter-spacing: 0.3px;
    }

    .header__sidebar .header__social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
    }

    .header__sidebar .header__icons {
        margin: 0;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .header__sidebar .header__icons-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 4px;
    }

    .header__sidebar .header__icons-text {
        font-size: 1.4rem;
        line-height: 19.6px;
    }

    .header__logo {
        margin: 0;
    }

    .header__logo img {
        width: 132px;
    }

    .header__tel {
        margin: 0;
    }

    .header__tel-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header__top {
        display: none;
    }

    .header__bottom {
        display: none;
    }
}

@media (max-width: 767px) {
    .header .container {
        width: 92%;
    }

    .header__wrapper-btn {
        padding: 9px 11px 12px 11px;
        background-color: #fff;
    }

    .header__mobile {
        padding-top: 9px;
        padding-bottom: 0;
    }

    .header__mobile-wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        gap: 16px;
    }

    .header__mobile-contact {
        margin-left: auto;
    }

    .header__icons {
        margin-left: auto;
        gap: 5px;
    }

    .header__catalog-btn.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .header__sidebar-wrapper .btn.mobile {
        padding: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 15px;
        font-weight: 600;
    }
}

.individual {
    margin-top: 80px;
}

.individual .container {
    background-image: url("/local/templates/ispiria/img/main__page/individual/bg.png");
    background-color: #074a4f;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    padding-bottom: 50px;
    position: relative;
}

.individual__title {
    color: #fff;
}

.individual__text {
    padding-top: 20px;
    color: #fff;
    font-size: 1.8rem;
    line-height: 28.8px;
    width: 690px;
}

.individual__link {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 316px;
    height: 46px;
    background-color: #fff;
    color: #074a4f;
    font-size: 1.6rem;
    line-height: 25.6px;
    font-weight: 600;
}

.individual__img {
    position: absolute;
    right: 10px;
    bottom: -20px;
    -o-object-fit: contain;
    object-fit: contain;
}

.individual__petal {
    z-index: -1;
    position: absolute;
    top: -30px;
    left: -167px;
}

@media (max-width: 1199px) {
    .individual {
        margin-top: 65px;
    }

    .individual .container {
        padding: 30px;
    }

    .individual__link {
        width: 322px;
    }

    .individual__img {
        width: 229px;
        right: 0;
        top: -127px;
    }

    .individual__petal {
        display: none;
    }
}

@media (max-width: 767px) {
    .individual {
        margin-top: 21px;
    }

    .individual .container {
        height: auto;
        padding: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 10px;
    }

    .individual__title {
        text-align: center;
        font-size: 2.4rem;
        line-height: 31.2px;
    }

    .individual__text {
        text-align: center;
        font-size: 1.4rem;
        padding-top: 19px;
        line-height: 22.4px;
        width: 100%;
    }

    .individual__link {
        margin-top: 18px;
        font-size: 1.6rem;
        line-height: 25.6px;
        width: 100%;
    }

    .individual__img {
        display: block;
        margin: 0 auto;
        margin-top: 20px;
        position: static;
        width: 320px;
        height: 310px;
    }

    .individual__petal {
        display: none;
    }
}

.swiper {
    width: 100%;
    height: 100%;
}

.main__slide {
    height: 489px !important;
    background-size: cover;
    border-radius: 20px;
}

.main {
    padding: 10px;
    background-color: #fafbfb;
}

.main__slide {
    padding: 72px;
}

.main__title {
    width: 435px;
    letter-spacing: 0.2px;
    font-weight: 700;
}

.main__text {
    padding-top: 20px;
    font-size: 2rem;
    line-height: 24.7px;
    width: 420px;
}

.main__link {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 225px;
    height: 50px;
    font-size: 1.8rem;
    line-height: 28.8px;
    font-weight: 500;
}

.main-next {
    width: 74px !important;
    height: 74px !important;
    background: #fff !important;
    border-radius: 50% !important;
    right: 15% !important;
    top: 210px !important;
}

.main-next::after {
    color: #074a4f !important;
    font-size: 2rem !important;
}

.main-prev {
    width: 74px !important;
    height: 74px !important;
    background: #fff !important;
    border-radius: 50% !important;
    left: 15% !important;
    top: 210px !important;
}

.main-prev::after {
    color: #074a4f !important;
    font-size: 2rem !important;
}

@media (max-width: 1199px) {
    .swiper {
        width: 100%;
        height: 100%;
    }

    .main__slide {
        background: url("/local/templates/ispiria/style/css/./../../img/main__page/main/main.png") no-repeat;
        height: 667px !important;
        background-size: cover;
        background-position: bottom;
        border-radius: 20px;
    }
}

@media screen and (max-width: 1199px) and (max-width: 1199px) and (min-width: 767px) {
    .main__slide picture {
        display: none;
    }
}

@media (max-width: 1199px) {
    .main {
        margin-top: 0;
    }

    .main__slide {
        padding: 30px 35px;
    }

    .main__text {
        width: auto;
        max-width: 670px;
    }

    .main__link {
        margin-top: 33px;
    }

    .main-next {
        right: -30px !important;
        top: 320px !important;
    }

    .main-prev {
        left: -30px !important;
        top: 320px !important;
    }
}

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

    .main-next,
    .main-prev {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .swiper {
        margin-top: 10px;
        width: 100%;
        height: 100%;
    }

    .main__slide {
        height: 515px !important;
        background-size: cover;
        background-position: bottom;
        border-radius: 20px;
    }

    .main {
        margin-top: 0;
    }

    .main__slide {
        padding: 24px 0px;
    }

    .main__title {
        width: 100%;
        font-size: 3.3rem;
        line-height: 33px;
        text-align: center;
        letter-spacing: -1.8px;
    }

    .main__text {
        max-width: 100%;
        font-size: 1.8rem;
        line-height: 23.4px;
        text-align: center;
    }

    .main__link {
        margin: 0 auto;
        margin-top: 20px;
        width: 207px;
        height: 46px;
        font-size: 1.6rem;
        line-height: 25.6px;
    }

    .main-next {
        display: none !important;
    }

    .main-prev {
        display: none !important;
    }
}

.marketplace {
    margin-top: 130px;
}

.marketplace .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.marketplace__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}

.marketplace__item {
    background-color: #fff;
    border-radius: 10px;
    width: 282px;
    height: 103px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1199px) {
    .marketplace__item {
        height: 130px;
    }
}

@media screen and (max-width: 767px) {
    .marketplace__item {
        height: 120px;
    }
}

@media (max-width: 1199px) {
    .marketplace {
        margin-top: 86px;
    }

    .marketplace .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 43px;
    }

    .marketplace__title {
        width: 630px;
    }

    .marketplace__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .marketplace__item {
        width: 100%;
    }

    .marketplace__item img {
        width: 83%;
        height: auto;
    }
}

@media (max-width: 767px) {
    .marketplace {
        margin-top: 82px;
    }

    .marketplace .container {
        gap: 38px;
    }

    .marketplace__title {
        width: 100%;
        text-align: center;
    }

    .marketplace__list {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

.popup__category {
    display: none;
    width: 1200px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 11;
    background-color: #fff;
    top: 102px;
    border-radius: 0 0 20px 20px;
    -webkit-box-shadow: 2px 2px 10px 5px rgba(7, 74, 79, 0.06);
    box-shadow: 2px 2px 10px 5px rgba(7, 74, 79, 0.06);
}

.popup__category.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.popup__category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: solid 2px rgba(7, 74, 79, 0.1);
}

.popup__category-item {
    width: 335px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 20px;
    position: relative;
}

.popup__category-item::after {
    content: "";
    height: 1px;
    width: 312px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #e6eded;
}

.popup__category-item:last-child::after {
    height: 0px;
}

.popup__category-item.active {
    background-color: #e6eded;
}

.popup__category-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 23.4px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
}

.popup__category-wrapper {
    position: relative;
}

.popup__category-wrapper .back {
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.popup__category-pane {
    display: none;
    padding: 15px 28px;
    gap: 20px;
}

.popup__category-pane.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.popup__category-type:nth-child(1) {
    width: 250px;
}

.popup__category-type:nth-child(2) .popup__category-products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 12px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.popup__category-title {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 28.8px;
}

.popup__category-products {
    margin-top: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.popup__category-product {
    font-size: 1.6rem;
    line-height: 25.6px;
}

.popup__overlay {
    display: none;
    z-index: 100;
    top: 0;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100vw;
    height: 100vh;
}

.popup__overlay.active {
    display: block;
}

.popup__close {
    position: absolute;
    top: -44px;
    right: -44px;
}

.popup__container {
    position: absolute;
    top: 22%;
    left: 50%;
    /* -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); */
    background-color: #074a4f;
    width: 588px;
    height: 522px;
    border-radius: 20px;
    padding: 39px;
}

@media screen and (max-width: 767px) {
    .popup__container {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        position: absolute !important;
    }
}

.popup__container-title {
    color: #fff;
    text-align: center;
    font-size: 3.2rem;
    line-height: 41.6px;
}

.popup__container-text {
    padding-top: 10px;
    font-size: 1.9rem;
    line-height: 30.4px;
    text-align: center;
    color: #fff;
}

.popup__container-text a {
    font-size: 1.9rem;
    line-height: 30.4px;
    text-align: center;
    color: #fff;
    font-weight: 700;
}

.popup__container-privacy {
    padding-top: 12px;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    line-height: 19.6px;
}

.popup__container-privacy a {
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    line-height: 19.6px;
    -webkit-text-decoration: underlinea;
    text-decoration: underlinea;
}

.popup__form {
    margin-top: 19px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
}

.popup__form-input {
    padding: 0 10px;
}

.popup__form-input::-webkit-input-placeholder {
    text-align: center;
}

.popup__form-input::-moz-placeholder {
    text-align: center;
}

.popup__form-input:-ms-input-placeholder {
    text-align: center;
}

.popup__form-input::-ms-input-placeholder {
    text-align: center;
}

.popup__form-input::placeholder {
    text-align: center;
}

.popup__form-input:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 3;
}

.popup__form-input:nth-child(4) {
    grid-column-start: 1;
    grid-column-end: 3;
}

.popup__form-btn {
    grid-column-start: 1;
    grid-column-end: 3;
    height: 52px;
    border-radius: 6px;
}

@media screen and (max-width: 767px) {
    .popup__form {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 1199px) {
    .popup__category {
        width: 100%;
        top: 67px;
    }

    .popup__category-pane {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .popup__category-type:nth-child(2) .popup__category-products {
        gap: 5px;
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }

    .popup__category-products {
        gap: 5px;
    }
}

@media (max-width: 767px) {
    .popup__category {
        width: 100%;
        top: 115px;
    }

    .popup__category-list {
        border: none;
    }

    .popup__category-item {
        width: 100vw;
        padding: 15 20px;
    }

    .popup__category-item.active {
        background-color: #fff;
    }

    .popup__category-item .arrow {
        padding: 15px 15px 15px 30px;
    }

    .popup__category-link {
        width: 100%;
    }

    .popup__category-wrapper {
        max-height: 100%;
        padding-top: 20px;
        position: absolute;
        right: -100vw;
        background-color: #fff;
        width: 100%;
        border-radius: 0 0 20px 20px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    .popup__category-wrapper.active {
        right: 0vw;
    }

    .popup__category-wrapper .back {
        display: block;
        padding: 10px 10px 10px 15px;
    }

    .popup__category-pane {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }

    .popup__category-type:nth-child(2) .popup__category-products {
        gap: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .popup__category-products {
        margin-top: 5px;
        gap: 5px;
    }
}

@media screen and (max-width: 767px) {
    .fancybox-slide {
        overflow: hidden !important;
    }
}

.process {
    margin-top: 120px;
}

.process .container {
    position: relative;
}

.process__petal {
    z-index: -1;
    position: absolute;
    right: -140px;
    top: -75px;
}

.process__wrapper {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.process__item-img {
    max-width: 282px;
    height: 170px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.process__item-title {
    margin-top: 10px;
    font-size: 1.8rem;
    line-height: 23.4px;
    font-weight: 600;
}

.process__item-text {
    margin-top: 10px;
    font-size: 1.6rem;
    line-height: 17.8px;
    letter-spacing: 0.1px;
}

@media (max-width: 1199px) {
    .process {
        margin-top: 80px;
    }

    .process__petal {
        display: none;
    }

    .process__wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        row-gap: 41px;
    }

    .process__item-img {
        max-width: 100%;
        width: 100%;
        height: 215px;
    }

    .process__item-title {
        margin-top: 8px;
    }

    .process__item-text {
        margin-top: 12px;
    }
}

@media (max-width: 767px) {
    .process__title {
        text-align: center;
    }

    .process__wrapper {
        grid-template-columns: 1fr;
        row-gap: 29px;
    }

    .process__item-img {
        height: 199px;
    }

    .process__item-title {
        text-align: center;
        font-size: 1.6rem;
        line-height: 20.8px;
    }

    .process__item-text {
        margin-top: 6px;
        font-size: 1.4rem;
        line-height: 18.2px;
        text-align: center;
    }
}

.quality {
    margin-top: 120px;
}

.quality__text {
    width: 850px;
    margin-top: 33px;
    font-size: 2.2rem;
    line-height: 28.6px;
}

.quality__background {
    margin-top: 30px;
    background: url("/local/templates/ispiria/style/css/./../../img/main__page/quality/Rectangle 4568.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 730px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.quality__background-title {
    font-weight: 900;
}

@media (max-width: 1199px) {
    .quality {
        margin-top: 80px;
    }

    .quality__text {
        width: 100%;
        margin-top: 21px;
    }

    .quality__background {
        margin-top: 21px;
        height: 320px;
    }
}

@media (max-width: 767px) {
    .quality {
        margin-top: 80px;
    }

    .quality__title {
        text-align: center;
    }

    .quality__text {
        font-size: 1.8rem;
        line-height: 23.4px;
        text-align: center;
    }

    .quality__background {
        margin-top: 17px;
        height: 180px;
        background-position: top;
    }
}

.page-reviews {
    margin-top: 120px;
}

.page-reviews__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-reviews__top .page-reviews__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

@media screen and (max-width: 767px) {
    .page-reviews__top .page-reviews__controls {
        display: none;
    }
}

.page-reviews__top .page-reviews__controls div {
    position: static;
}

.page-reviews .page-reviews__carusel-item img {
    width: 100%;
    height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .page-reviews .page-reviews__carusel-item img {
        height: 350px;
    }
}

.page-reviews .page-reviews__inner {
    margin-top: 20px;
}

.page-reviews .page-reviews__left-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px auto 0;
}

@media screen and (max-width: 767px) {
    .page-reviews .page-reviews__left-link {
        font-size: 14px;
        padding: 8px 20px;
        margin-top: 20px;
    }
}

.page-reviews .page-reviews__left-link svg {
    width: 20px;
    height: 20px;
}

.page-reviews .page-reviews__left-link span {
    color: white;
}

.technology {
    padding-top: 120px;
    background-color: rgba(7, 74, 79, 0.04);
}

.technology .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
}

.technology__info {
    padding: 40px 50px 40px 40px;
    background-color: #074a4f;
    border-radius: 20px;
    max-width: 556px;
    position: relative;
    height: fit-content;
}

.technology__title {
    font-weight: 700;
    color: #fff;
    font-size: 3.2rem;
    line-height: 41.6px;
    padding-bottom: 32px;
}

.technology__text {
    color: #fff;
    font-size: 1.8rem;
    line-height: 28.8px;
    padding-bottom: 11px;
    letter-spacing: 0.1px;
}

.technology__btns {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    position: relative;
    z-index: 2;
}

.technology__btn {
    border: 1px solid #fff;
    border-radius: 6px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 46px;
    font-size: 1.6rem;
    line-height: 25.6px;
}

.technology__btn:hover {
    color: #074a4f;
    background-color: #fff;
}

.technology__btn:nth-child(1) {
    background-color: #fff;
    color: #074a4f;
}

.technology__btn:nth-child(1):hover {
    background-color: #074a4f;
    color: #fff;
}

.technology__petal {
    position: absolute;
    bottom: 0;
    left: -100px;
}

.technology__content-title {
    font-size: 2.4rem;
    line-height: 31.2px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.technology__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    gap: 20px;
}

.technology__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
}

.technology__item-img {
    max-width: 215px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.technology__item-title {
    font-size: 1.8rem;
    line-height: 23.4px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.technology__item-text {
    padding-top: 5px;
    font-size: 1.4rem;
    line-height: 18.2px;
}

@media (max-width: 1199px) {
    .technology {
        padding-top: 80px;
    }

    .technology .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }

    .technology__info {
        max-width: 100%;
        padding: 30px;
    }

    .technology__title {
        padding-bottom: 22px;
    }

    .technology__btns {
        margin-top: 17px;
        width: 466px;
    }

    .technology__petal {
        display: none;
    }

    .technology__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .technology__item {
        gap: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .technology__item-img {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .technology {
        padding-top: 80px;
    }

    .technology .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }

    .technology__info {
        max-width: 100%;
        padding: 30px 20px;
    }

    .technology__title {
        padding-bottom: 22px;
        text-align: center;
    }

    .technology__text {
        font-size: 1.4rem;
        text-align: center;
        line-height: 22.4px;
        padding-bottom: 7px;
    }

    .technology__btns {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 10px;
        gap: 10px;
    }

    .technology__petal {
        display: none;
    }

    .technology__content {
        padding: 0 5px;
    }

    .technology__content-title {
        font-size: 2rem;
        line-height: 26px;
    }

    .technology__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 28px;
    }

    .technology__item {
        gap: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .technology__item-img {
        max-width: 100%;
    }

    .technology__item-title {
        font-size: 1.6rem;
        line-height: 20.8px;
    }

    .technology__item-text {
        font-style: 1.4rem;
        line-height: 18.2px;
    }
}

.works {
    margin: 0 auto;
    margin-top: 120px;
    width: 1200px;
    position: relative;
}

.works .container {
    overflow: hidden;
}

.works__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.works__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.works__content .swiper {
    overflow: visible !important;
}

.works__img {
    display: none;
    position: absolute;
    z-index: -1;
    bottom: 30%;
    left: -12%;
}

.works__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.works__list {
    position: relative;
    /* width: 245px; */
    list-style-type: none;
    display: inline-flex;
}

.works__list li {
    padding: 0 25px;
    padding-bottom: 5px;
}

.works__list::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #e9e9e9;
    z-index: -1;
}

.works__item {
    padding-bottom: 7px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 23.4px;
    white-space: nowrap;
    cursor: pointer;
}

.works__item.active {
    font-weight: 600;
    border-bottom: 2px solid #074a4f;
}

.works__link {
    color: #074a4f;
    background-color: #f5f8f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.6rem;
    line-height: 25.6px;
    font-weight: 600;
    width: 172px;
    height: 46px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.works__tabs {
    position: relative;
    z-index: 5;
}

.works__carusel {
    -webkit-clip-path: inset(-100vw -100vw -100vw 0vw);
    clip-path: inset(-100vw -100vw -100vw 0vw);
    z-index: -5;
}

.works__carusel-item {
    border-radius: 10px;
    width: 282px;
    height: 323px;
    text-align: center;
    background-color: #f5f5f5;
}

.works__carusel-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.works-next {
    top: -97px !important;
    right: 0 !important;
}

.works-prev {
    top: -97px !important;
    left: auto !important;
    right: 56px !important;
}

@media (max-width: 1199px) {
    .works {
        margin-top: 80px;
        width: 100%;
    }

    .works .container {
        width: 98%;
        overflow: hidden;
    }

    .works__content {
        margin-top: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .works__content .swiper {
        overflow: visible !important;
    }

    .works__img {
        display: none;
    }

    .works__list {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 32px;
    }

    .works__item {
        padding: 0;
    }

    .works__item.active {
        border: none;
        border-bottom: 1px solid #074a4f;
    }

    .works__link {
        margin: 20px auto 0;
    }

    .works__link.desktop {
        display: none;
    }

    .works__link.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .works__tabs {
        margin-left: 5px;
    }

    .works__carusel {
        margin-top: 10px;
        z-index: -5;
        -webkit-clip-path: inset(0vw 0vw 0vw 0vw);
        clip-path: inset(0vw 0vw 0vw 0vw);
    }

    .works__carusel-item {
        width: calc(33.3333333333% - 20px);
        height: 323px;
    }

    .works__carusel-item img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 1220px) {
    .container {
        width: 98%;
    }
}

@media (max-width: 1199px) {
    .container {
        width: 96%;
    }

    .form {
        display: grid;
        max-width: 100%;
        grid-template-columns: repeat(2, 1fr);
        gap: 9px;
    }

    .form__input {
        padding: 0 10px;
    }

    .form__input::-webkit-input-placeholder {
        text-align: center;
    }

    .form__input::-moz-placeholder {
        text-align: center;
    }

    .form__input:-ms-input-placeholder {
        text-align: center;
    }

    .form__input::-ms-input-placeholder {
        text-align: center;
    }

    .form__input::placeholder {
        text-align: center;
    }

    .form__btn {
        display: block;
        height: 50px;
        grid-column-start: 1;
        grid-column-end: 3;
    }
}

@media (max-width: 767px) {
    .works__top {
        justify-content: center;
    }

    .container {
        width: 94%;
    }

    .title-second {
        font-size: 2.4rem;
        line-height: 31.2px;
        font-weight: 700;
        text-align: center;
    }

    .page-reviews__top {
        justify-content: center;
    }

    .title-second.quality__background-title {
        font-size: 1.8rem;
        line-height: 23.4px;
    }

    .form {
        gap: 6px;
        grid-template-columns: 1fr;
    }

    .form__input {
        height: 46px;
        font-size: 1.6rem;
        line-height: 25.6px;
    }

    .form__btn {
        grid-column-start: auto;
        grid-column-end: auto;
        height: 46px;
        font-size: 1.6rem;
        line-height: 25.6px;
    }
}

.popup__category {
    display: none;
    width: 1200px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 11;
    background-color: #fff;
    top: 102px;
    border-radius: 0 0 20px 20px;
    -webkit-box-shadow: 2px 2px 10px 5px rgba(7, 74, 79, 0.06);
    box-shadow: 2px 2px 10px 5px rgba(7, 74, 79, 0.06);
}

.popup__category.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.popup__category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: solid 2px rgba(7, 74, 79, 0.1);
}

.popup__category-item {
    width: 335px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 20px;
    position: relative;
}

.popup__category-item::after {
    content: "";
    height: 1px;
    width: 312px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #e6eded;
}

.popup__category-item:last-child::after {
    height: 0px;
}

.popup__category-item.active {
    background-color: #e6eded;
}

.popup__category-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 23.4px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
}

.popup__category-wrapper {
    position: relative;
}

.popup__category-wrapper .back {
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.popup__category-pane {
    display: none;
    padding: 15px 28px;
    gap: 20px;
}

.popup__category-pane.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.popup__category-pane-desktop.active {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.popup__category-type:nth-child(1) {
    width: 250px;
}

.popup__category-type:nth-child(2) .popup__category-products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 12px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.popup__category-title {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 28.8px;
}

.popup__category-products {
    margin-top: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.popup__category-product {
    font-size: 1.6rem;
    line-height: 25.6px;
}

.popup__overlay {
    display: none;
    z-index: 100;
    top: 0;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100vw;
    height: 100vh;
}

.popup__overlay.active {
    display: block;
}

.popup__close {
    position: absolute;
    top: -44px;
    right: -44px;
}

.popup__container {
    position: absolute;
    top: initial;
    left: initial;
    /* -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); */
    background-color: #074a4f;
    width: 588px;
    height: 522px;
    border-radius: 20px;
    padding: 39px;
}

@media screen and (max-width: 767px) {
    .popup__container {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        position: absolute !important;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.popup__container-title {
    color: #fff;
    text-align: center;
    font-size: 3.2rem;
    line-height: 41.6px;
}

.popup__container-text {
    padding-top: 10px;
    font-size: 1.9rem;
    line-height: 30.4px;
    text-align: center;
    color: #fff;
}

.popup__container-text a {
    font-size: 1.9rem;
    line-height: 30.4px;
    text-align: center;
    color: #fff;
    font-weight: 700;
}

.popup__container-privacy {
    padding-top: 12px;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    line-height: 19.6px;
}

.popup__container-privacy a {
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    line-height: 19.6px;
    -webkit-text-decoration: underlinea;
    text-decoration: underlinea;
}

.popup__form {
    margin-top: 19px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
}

/* .popup__form-input {
  padding: 0;
} */
.popup__form-input::-webkit-input-placeholder {
    text-align: center;
}

.popup__form-input::-moz-placeholder {
    text-align: center;
}

.popup__form-input:-ms-input-placeholder {
    text-align: center;
}

.popup__form-input::-ms-input-placeholder {
    text-align: center;
}

.popup__form-input::placeholder {
    text-align: center;
}

.popup__form-input:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 3;
}

.popup__form-input:nth-child(4) {
    grid-column-start: 1;
    grid-column-end: 3;
}

.popup__form-btn {
    grid-column-start: 1;
    grid-column-end: 3;
    height: 52px;
    border-radius: 6px;
}

@media screen and (max-width: 767px) {
    .popup__form {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 1199px) {
    .popup__category {
        width: 100%;
        top: 67px;
    }

    .popup__category-pane {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .popup__category-type:nth-child(2) .popup__category-products {
        gap: 5px;
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }

    .popup__category-products {
        gap: 5px;
    }

    .popup__category-wrapper.active {
        right: 0vw;
    }
}

@media (max-width: 767px) {
    .popup__category {
        width: 100%;
        top: 115px;
        overflow: hidden;
    }

    .popup__category-list {
        border: none;
        min-height: calc(100vh - 115px);
    }

    .popup__category-item {
        width: 100vw;
        padding: 15 20px;
    }

    .popup__category-item.active {
        background-color: #fff;
    }

    .popup__category-item .arrow {
        padding: 15px 15px 15px 30px;
    }

    .popup__category-link {
        width: 100%;
    }

    .popup__category-wrapper {
        padding-top: 20px;
        position: absolute;
        right: -100vw;
        background-color: #fff;
        width: 100%;
        border-radius: 0 0 20px 20px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    .popup__category-wrapper.active {
        right: 0vw;
    }

    .popup__category-wrapper .back {
        display: block;
        padding: 10px 10px 10px 15px;
    }

    .popup__category-pane {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }

    .popup__category-type:nth-child(2) .popup__category-products {
        gap: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .popup__category-products {
        margin-top: 5px;
        gap: 5px;
    }
}

@media screen and (max-width: 767px) {
    .fancybox-slide {
        overflow: hidden !important;
    }
}

.marquiz {
    margin: 120px auto 60px;
}

@media screen and (max-width: 767px) {
    .marquiz {
        margin: 80px auto 40px;
    }
}

/*# sourceMappingURL=styles.css.map */

.header__catalog-wrapper-mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .header__catalog-wrapper-desktop {
        display: none;
    }

    .header__catalog-wrapper-mobile {
        display: block;
    }
}

.checkbox-label {
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 8px;
    cursor: pointer;
    flex-wrap: wrap;
}

.checkbox-label-inline {
    display: flex;
    font-size: 14px;
    gap: 8px;
    cursor: pointer;
    grid-column: 1/-1;
    flex-wrap: wrap;
    align-items: center;
}

.checkbox-input {
    opacity: 0;
    position: absolute;
}

.custom-checkbox {
    width: 18px;
    height: 18px;
    border: 2px solid #777;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    flex-shrink: 0;
}

.checkbox-input:checked+.custom-checkbox::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 0px;
    width: 6px;
    height: 10px;
    border: solid #ffcc00;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-label.popup__container-privacy {
    grid-column: 1/3;
    justify-content: center;
}

.contacts__map iframe {
    width: 100%;
    border-radius: 10px;
}

/* header redesign */
.header__upper-tel-wrapper {
    display: flex;
    gap: 47px;
}

.header__email-redesign {
    text-decoration: underline;
}

.header__upper-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__upper-location-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header__upper-location-link {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header__upper-location-rating {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.1;
    color: #222222;
    opacity: 0.8;
}

.header__btn {
    padding: 10px 30px;
    border: 1px solid #074a4f;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    color: #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 42px;
    background: #fff;
}

.header__top-redesign .container {
    align-items: center;
}

.header__bottom-redesign .container {
    justify-content: space-between;
}

.header__upper {
    padding: 8px 0;
    background: #fafbfb;
}

.header__top.header__top-redesign {
    background-color: #fff;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: solid 1px #efefef;
}

.header__bottom.header__bottom-redesign {
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.03);
    padding-top: 12px;
}

@media (max-width: 1199px) {
    .header__upper {
        display: none;
    }
}

header.header {
    position: sticky;
    top: 0;
    z-index: 11;
}

.popup__container .popup__form-new {
    display: flex;
    flex-direction: column;
}

.popup__container-new {
    height: 466px;
}

@media (max-width: 487px) {
    .popup__container-new {
        height: unset;
    }
}

/* header redesign */

.alert-helper {
    display: none;
}

.alert-helper.alert-helper--show {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffffb0;
    z-index: 1000;
}

.alert-helper__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
}

.alert-helper__title {
    font-size: 20px;
    font-weight: 600;
}

.alert-helper__text {
    font-size: 16px;
}

.alert-helper__close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    opacity: 0.8;
    transition: opacity 0.3s ease, transform 0.2s ease;
}

.alert-helper__close-btn:hover,
.alert-helper__close-btn:focus {
    opacity: 1;
    transform: scale(1.1);
}

.alert-helper__close-btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #074a4f;
    border-radius: 2px;
    transform: translate(-50%, -50%);
}

.alert-helper__close-btn span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
}

.alert-helper__close-btn span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.prefix_chat-widget * {
    color: #fff;
}

.header__upper-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header__upper-social {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header__upper-social-item {
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__upper-social-item img {
    width: inherit;
    height: auto;
}
/* End */


/* Start:/local/templates/ispiria/js/swiper/swiper-bundle.min.css?173312734518436*/
/**
 * Swiper 11.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 27, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/ispiria/js/fancybox/fancy.min.css?178153012712795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/ispiria/components/bitrix/catalog.section.list/header_menu-mobile-sidebar/style.css?17779807711152*/
.header__submenu-mob {
	display: none;
	list-style: none;
	padding: 8px 0 0 0;
	margin: 0;
}

.header__navbar-item.opened > .header__submenu-mob {
	display: initial;
}

.header__submenu-item-mob {
	list-style: none;
}

.header__submenu-item-mob a {
	display: block;
	padding: 8px 0 8px 20px;
	color: #666;
	text-decoration: none;
	font-size: 13px;
	transition: all 0.2s ease;
}

.header__submenu-item-mob a:hover {
	color: #007bff;
	padding-left: 24px;
}

.header__navbar-item-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
}

.header__navbar-item-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 15px;
	transition: transform .2s ease-in-out;
	-webkit-transition: transform .2s ease-in-out;
	-moz-transition: transform .2s ease-in-out;
	-ms-transition: transform .2s ease-in-out;
	-o-transition: transform .2s ease-in-out;
}

.header__navbar-item.opened > .header__navbar-item-wrapper .header__navbar-item-arrow {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
/* End */


/* Start:/local/templates/ispiria/components/bitrix/menu/header_top_services/style.css?17737434812189*/
.header__navbar-link-with-arrow {
	position: relative;
	padding-right: 18px !important;
}

.header__navbar-link-with-arrow::after {
	content: '';
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
	transition: transform 0.3s ease;
}

.header__submenu-item .header__navbar-link-with-arrow::after {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}

.header__navbar-item--has-submenu:hover > .header__navbar-link-with-arrow::after {
	transform: translateY(-50%) rotate(180deg);
}

.header__submenu {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	border-radius: 8px;
	min-width: 250px;
	padding: 12px 0;
	margin-top: 8px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.3s ease;
	z-index: 1000;
	list-style: none;
}

.header__navbar-item:hover .header__submenu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}

.header__submenu-level-1 {
	position: absolute;
	top: 0;
	left: 100%;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	border-radius: 8px;
	min-width: 250px;
	padding: 12px 0;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	list-style: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.header__submenu-item--has-submenu:hover .header__submenu-level-1 {
	opacity: 1;
	visibility: visible;
}

.header__submenu-item {
	list-style: none;
	position: relative;
}

.header__submenu-item a {
	display: block;
	padding: 10px 20px;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	transition: all 0.2s ease;
	white-space: nowrap;
}

.header__submenu-item:hover > a {
	background: #f5f5f5;
	color: #007bff;
	padding-left: 24px;
}


/* End */


/* Start:/local/templates/ispiria/components/bitrix/menu/header_bottom-v2/style.css?17731228381229*/
.header__category {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__category-link {
    font-size: 1.6rem;
    line-height: 17.6px;
    text-transform: uppercase;
    font-weight: 600;
}

.header__category-link:hover {
    color: #2f7277;
}

.header__category-item {
    position: relative;
}

.header__category-item:hover .header__submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.header__category-link--arrow {
    position: relative;
    padding-right: 18px;
}

.header__category-link--arrow::after {
    content: '';
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    transition: transform 0.3s ease;
}
/* End */


/* Start:/local/templates/ispiria/components/bitrix/breadcrumb/default/style.css?1733127344248*/
.bx-breadcrumb {
	margin-top: 20px;
}
.bx-breadcrumb-item {
	font-size: 14px;
	line-height: 1.1;
}

.divider,
.bx-breadcrumb-item a,
.bx-breadcrumb-item a * {
	color: #999;
}

@media (max-width: 767px) {
	.bx-breadcrumb {
		text-align: center;
	}
}
/* End */
/* /local/templates/ispiria/fonts/Raleway/style.css?17815306243564 */
/* /local/templates/ispiria/style/css/styles.css?1781530474105728 */
/* /local/templates/ispiria/js/swiper/swiper-bundle.min.css?173312734518436 */
/* /local/templates/ispiria/js/fancybox/fancy.min.css?178153012712795 */
/* /local/templates/ispiria/components/bitrix/catalog.section.list/header_menu-mobile-sidebar/style.css?17779807711152 */
/* /local/templates/ispiria/components/bitrix/menu/header_top_services/style.css?17737434812189 */
/* /local/templates/ispiria/components/bitrix/menu/header_bottom-v2/style.css?17731228381229 */
/* /local/templates/ispiria/components/bitrix/breadcrumb/default/style.css?1733127344248 */
