

/* Start:/local/templates/newGlorea/css/common.css?178048991042088*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.redesign .header,
.redesign .footer,
.redesign .article-container,
.redesign .useful-articles,
.redesign .subscribe,
.redesign .collections__wrap,
.redesign .collection,
.main-page-redesign,
.bgmodal {
    font-family: "Golos Text";
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

body {
    display: flex;
    touch-action: pan-x pan-y;
    flex-direction: column;
    -webkit-tap-highlight-color: transparent;
}

button,
input,
select,
textarea {
    font-family: inherit;
    outline: 0;
    border: none;
    background-color: transparent;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
    color: #000;
    font-size: inherit;
}

.content {
    flex: 1 0 auto;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 12px;
    transform: scale(0.6);
    margin: 2px auto -1px;
    float: none;
    will-change: transform;
}

.lds-ellipsis div {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
    will-change: transform;
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    -webkit-animation: lds-ellipsis1 0.6s infinite;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    -webkit-animation: lds-ellipsis3 0.6s infinite;
    animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(19px, 0);
        transform: translate(19px, 0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(19px, 0);
        transform: translate(19px, 0);
    }
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    transition: background-color 5000s ease-in-out 0s;
}

.container {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
}

.registration {
    height: 100vh;
    position: relative;
}

.registration__bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: url(/local/templates/newGlorea/css/../images/common/reg_img.png) center right no-repeat;
}

.registration__wrap {
    padding: 70px 0 0 0;
}

.registration__form {
    max-width: 430px;
}

.registration__title {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #313535;
    margin: 0 0 40px 0;
}

.registration__field-comment {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #b0b5b5;
    margin: 4px 0 0 0;
}

.registration__field:not(:nth-child(7)) {
    margin: 0 0 24px 0;
}

.registration__submit {
    margin: 0 0 12px 0;
}

.registration__captcha {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 12px 0 32px 0;
}

.registration__captcha-refresh {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #b0b5b5;
    display: inline-flex;
    align-items: center;
}

.registration__captcha-refresh svg {
    margin: 0 4px 0 0;
}

.enter-btn {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #4c807e;
    border-radius: 8px;
    padding: 16px 0;
    display: block;
    width: 100%;
    text-align: center;
}

.main-btn {
    background: #6fa9a7;
    border-radius: 8px;
    padding: 16px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    width: 100%;
    transition: all 0.4s ease;
    text-align: center;
}

.main-btn:hover {
    background: #4c807e;
}

.go-back {
    color: #b0b5b5;
    display: inline-flex;
    align-items: center;
    transition: all 0.4s ease;
    margin: 0 0 16px 0;
}

.go-back svg {
    stroke: #b0b5b5;
    transition: all 0.4s ease;
}

.go-back:hover {
    color: #4a4f4f;
}

.go-back:hover svg {
    stroke: #4a4f4f;
}

.fly-label {
    position: relative;
    border: 1px solid #b0b5b5;
    border-radius: 8px;
    transition: all 0.4s ease;
}

.fly-label.focused {
    border: 1px solid #636969;
}

.fly-label_password-btn {
    width: 24px;
    height: 24px;
    content: "";
    display: block;
    background: url(/local/templates/newGlorea/css/../images/common/eye.svg) center center no-repeat;
    position: absolute;
    right: 16px;
    top: 14px;
}

.fly-label_password-btn.active {
    background: url(/local/templates/newGlorea/css/../images/common/eye-hide.svg) center center no-repeat;
}

.fly-input {
    padding: 18px 16px;
    width: 100%;
    font-family: inherit;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #313535;
}

.fly-text {
    position: absolute;
    top: 17px;
    left: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #b0b5b5;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-property: top, font-size;
    pointer-events: none;
}

.fly-label.focused .fly-text {
    top: 5px;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    margin: 0;
    color: #201e25;
}

.error {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #f41818;
}

.validate-error {
    border-color: #f41818 !important;
    color: #f41818;
}

.page-content {
    padding: 44px 0 120px 0;
}

.page-content .page-subtitle {
    margin: 0 0 56px 0;
}

@media (max-width: 1400px) {
    .registration__wrap {
        padding: 80px 0;
    }

    .registration__form {
        max-width: 48%;
    }
}

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

    .registration {
        height: max-content;
    }

    .registration__bg {
        background-size: contain !important;
        right: 20px;
        width: 47%;
    }
}

@media (max-width: 992px) {
    .registration__bg {
        display: none;
    }

    .registration__form {
        max-width: 100%;
    }

    .registration__captcha {
        display: grid;
        grid-template-columns: 1fr 1.3fr;
        gap: 0 15px;
        margin: 15px 0 15px 0;
    }

    .registration__wrap {
        padding: 50px 0;
    }

    .registration__field:not(:nth-child(7)) {
        margin: 0 0 15px 0;
    }

    .registration__title {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 30px 0;
    }

    .registration__submit {
        padding: 12px 0;
        font-size: 14px;
        line-height: 18px;
    }

    .registration__field-comment {
        font-size: 10px;
        line-height: 12px;
    }

    .fly-input {
        padding: 12px 10px;
        font-size: 13px;
        line-height: 15px;
    }

    .fly-text {
        top: 11px;
        left: 12px;
        font-size: 14px;
        line-height: 16px;
    }

    .fly-label.focused .fly-text {
        top: 3px;
        font-weight: 400;
        font-size: 10px;
        line-height: 12px;
        margin: 0;
        color: #201e25;
    }

    .fly-label_password-btn {
        width: 18px;
        height: 18px;
        right: 10px;
        top: 10px;
    }
}

@media (max-width: 768px) {
    .page-content {
        padding: 30px 0 80px 0;
    }
}

@media (max-width: 600px) {
    .container {
        padding: 0 15px;
    }
}

.header {
    position: relative;
    /*height: 182px;*/
	height: 142px;
    /*margin: 0 0 24px 0;*/
    z-index: 11;
}

.header__section {
    left: 0;
    z-index: 11;
    background-color: #fff;
    width: 100%;
    top: 0;
    transition: all 0.3s ease;
    position: fixed;
}

.header__top {
    padding: 9px 0;
    border-bottom: 1px solid #f2f3f3;
}

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

.header__top-nav-list {
    list-style: none;
    display: flex;
}

.header__top-nav-item:not(:last-child) {
    margin: 0 32px 0 0;
}

.header__top-nav-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #636969;
    transition: all 300ms ease;
}

.header__top-nav-item:hover a {
    color: #4c807e;
}

.header__top-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__top-phone {
    margin: 0 24px;
    display: block;
}

.header__bottom {
    padding: 12px 0;
    border-bottom: 1px solid #f2f3f3;
}

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

.header__bottom-nav-list {
    list-style: none;
    display: flex;
}

.header__bottom-nav-item:not(:last-child) {
    margin: 0 40px 0 0;
}

.header__bottom-nav-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #313535;
    transition: all 300ms ease;

}

.header__bottom-nav-item:hover a {

    color: #4c807e;

}

.header__bottom-info {
    display: grid;
    grid-template-columns: repeat(3, 24px);
    gap: 0 32px;
}

.header__bottom-block {
    display: flex;
    align-items: center;
    position: relative;
}

.header__bottom-cart-amount {
    position: absolute;
    top: -4px;
    left: 12px;
    width: 16px;
    height: 16px;
    background: #4c807e;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    font-size: 11px;
    line-height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: all 0.4s ease;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.header__search {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.75 10C3.75 6.54822 6.54822 3.75 10 3.75C13.4518 3.75 16.25 6.54822 16.25 10C16.25 13.4518 13.4518 16.25 10 16.25C6.54822 16.25 3.75 13.4518 3.75 10ZM10 2.25C5.71979 2.25 2.25 5.71979 2.25 10C2.25 14.2802 5.71979 17.75 10 17.75C11.87 17.75 13.5853 17.0877 14.9242 15.9848L19.4697 20.5303C19.7626 20.8232 20.2374 20.8232 20.5303 20.5303C20.8232 20.2374 20.8232 19.7626 20.5303 19.4697L15.9848 14.9242C17.0877 13.5853 17.75 11.87 17.75 10C17.75 5.71979 14.2802 2.25 10 2.25Z' fill='%23222323'/%3e%3c/svg%3e");
}

.header__cart {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.32373 6.25C9.41461 4.87694 10.5586 3.75 12.0002 3.75C13.4417 3.75 14.5857 4.87694 14.6766 6.25H9.32373ZM7.9721 7.75L8.25888 9.61404C8.32186 10.0234 8.7048 10.3043 9.1142 10.2413C9.5236 10.1783 9.80442 9.79535 9.74144 9.38596L9.48975 7.75H14.5106L14.2589 9.38596C14.1959 9.79535 14.4767 10.1783 14.8861 10.2413C15.2955 10.3043 15.6785 10.0234 15.7414 9.61404L16.0282 7.75H16.703C17.3418 7.75 17.8778 8.23166 17.9459 8.86683L19.0173 18.8668C19.0965 19.6057 18.5175 20.25 17.7744 20.25H6.22589C5.48284 20.25 4.90384 19.6057 4.983 18.8668L6.05443 8.86683C6.12249 8.23166 6.65851 7.75 7.29732 7.75H7.9721ZM7.82119 6.25C7.91221 4.06318 9.71687 2.25 12.0002 2.25C14.2834 2.25 16.0881 4.06318 16.1791 6.25H16.703C18.1084 6.25 19.2876 7.30965 19.4373 8.70703L20.5088 18.707C20.6829 20.3325 19.4091 21.75 17.7744 21.75H6.22589C4.59117 21.75 3.31739 20.3325 3.49154 18.707L4.56297 8.70703C4.71269 7.30965 5.89194 6.25 7.29732 6.25H7.82119Z' fill='%23222323'/%3e%3c/svg%3e");
}

.header__user {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.75008 7C8.75008 5.20507 10.2052 3.75 12.0001 3.75C13.795 3.75 15.2501 5.20507 15.2501 7C15.2501 8.79493 13.795 10.25 12.0001 10.25C10.2052 10.25 8.75008 8.79493 8.75008 7ZM14.8322 10.8137C15.9961 9.94798 16.7501 8.56205 16.7501 7C16.7501 4.37665 14.6234 2.25 12.0001 2.25C9.37673 2.25 7.25008 4.37665 7.25008 7C7.25008 8.56205 8.00408 9.94798 9.16798 10.8137C6.72821 11.8286 4.93451 14.1183 4.65678 16.8956L4.46723 18.7911C4.30881 20.3753 5.55286 21.75 7.14497 21.75H16.8552C18.4473 21.75 19.6914 20.3753 19.5329 18.7911L19.3434 16.8956C19.0657 14.1183 17.272 11.8286 14.8322 10.8137ZM12.0001 11.75C8.97926 11.75 6.44992 14.039 6.14934 17.0449L5.95979 18.9404C5.88967 19.6416 6.44029 20.25 7.14497 20.25H16.8552C17.5599 20.25 18.1105 19.6416 18.0404 18.9404L17.8508 17.0449C17.5502 14.039 15.0209 11.75 12.0001 11.75Z' fill='%23222323'/%3e%3c/svg%3e");
}

.burger {
    display: none;
    width: 25px;
    height: 25px;
    overflow: hidden;
    position: relative;
    padding: 5px 0;
    cursor: pointer;
    justify-content: space-between;
    margin: 0 12px 0 0;
    align-items: flex-start;
    flex-direction: column;
}

.burger__item {
    width: 100%;
    transition: all 0.4s ease;
    background-color: #201e25;
    height: 2px;
}

.burger__item:not(:last-child) {
    margin: 0 0 3px 0;
}

.burger__item:nth-child(2) {
    width: 80%;
}

.burger.selected.anim-2 .burger__item:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 5px);
    margin: 0;
}

.burger.selected.anim-2 .burger__item:nth-child(3) {
    transform: rotate(45deg) translate(-4px, -4px);
}

.burger.selected.anim-2 .burger__item:nth-child(2) {
    display: none;
}

.callback-btn {
    font-family: inherit;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background: #6fa9a7;
    border-radius: 8px;
    padding: 7px 16px;
    transition: all 0.4s ease;
    cursor: pointer;
    display: block;
    text-align: center;
}

.callback-btn:hover {
    background: #4c807e;
}

.redesign .search {
    z-index: 5;
    position: fixed;
    height: 0;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    padding: 68px 0 0 0;
    opacity: 0;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-property: opacity, height, transform;
    transform: translateY(-100%);
}

.redesign .search {
    max-width: 100%;
}

.redesign .search.active {
    opacity: 1;
}

.search__wrap {
    max-width: 1044px;
    margin: 0 auto;
}

.search__form {
    display: flex;
    align-items: center;
}

.search__field {
    border-bottom: 1px solid #cacece;
    padding: 16px 0;
    margin: 0 16px 0 0;
    width: 100%;
    display: flex;
    align-items: center;
}

.search__input {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #313535;
    font-family: inherit;
    width: 100%;
}

.search__input::placeholder {
    font-family: inherit;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #b0b5b5;
}

.search__close {
    width: 32px;
    height: 32px;
    background: url(/local/templates/newGlorea/css/../images/common/close.svg) center center no-repeat;
    display: none;
}

.search__btn {
    width: max-content !important;
}

.menumobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #fff;
    display: none;
    overflow: auto;
}

.menumobile__wrap {
    padding: 24px 15px 0 15px;
    height: 100%;
}

.menumobile__nav_top {
    margin: 0 0 24px 0;
}

.menumobile__nav_bottom {
    padding: 28px 0 48px 0;
}

.menumobile__nav-list {
    list-style: none;
}

.menumobile__nav-item {
    padding: 12px 16px 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #313535;
}

.menumobile__nav-item.accordion::after {
    width: 24px;
    height: 24px;
    display: block;
    content: "";
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.5657 10.5657C16.8781 10.2533 16.8781 9.74673 16.5657 9.43431C16.2533 9.1219 15.7467 9.1219 15.4343 9.43431L16.5657 10.5657ZM12 14L11.4343 14.5657C11.7467 14.8781 12.2533 14.8781 12.5657 14.5657L12 14ZM8.56569 9.43431C8.25327 9.12189 7.74673 9.12189 7.43431 9.43431C7.12189 9.74673 7.12189 10.2533 7.43431 10.5657L8.56569 9.43431ZM15.4343 9.43431L11.4343 13.4343L12.5657 14.5657L16.5657 10.5657L15.4343 9.43431ZM12.5657 13.4343L8.56569 9.43431L7.43431 10.5657L11.4343 14.5657L12.5657 13.4343Z' fill='%23313535'/%3e%3c/svg%3e") center center no-repeat;
    transition: all 0.4s ease;
}

.menumobile__nav-item.accordion-active::after {
    transform: rotate(180deg);
}

.menumobile__nav-link {
    display: block;
    padding: 12px 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #4a4f4f;
}

.menumobile__info {
    padding: 0 0 40px 0;
    border-bottom: 1px solid #e5e6e6;
}

.menumobile__mail,
.menumobile__phone {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #4a4f4f;
    display: block;
    margin: 0 0 24px 0;
}

.logo_mobile {
    display: none;
}

@media (max-width: 992px) {
    .header__bottom-content {
        justify-content: flex-start;
    }

    .header__bottom-info {
        display: grid;
        align-items: center;
        grid-template-columns: 24px 1fr 24px 24px;
        gap: 12px;
        width: 100%;
    }

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

    .header__bottom-logo,
    .header__bottom-nav,
    .header__top {
        display: none;
    }

    .header__bottom-block {
        margin: 0 !important;
    }

    .burger {
        display: flex;
    }

    .header {
       height: 57px;
		/* height: 97px;*/
        margin: 0;
    }

    .header__bottom {
        border-bottom: none;
    }

    .redesign .search {
        padding: 32px 0 0 0;
    }

    .search__input {
        font-size: 16px;
        line-height: 20px;
    }

    .search__input::placeholder {
        font-size: 16px;
        line-height: 20px;
    }

    .search__close {
        width: 24px;
        height: 24px;
    }

    .search__field {
        border: 1px solid #cacece;
        border-radius: 8px;
        padding: 10px 15px;
        margin: 0 12px 0 0;
    }

    .redesign .search .primary-btn {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 15px;
    }
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card:hover .card-title {
    color: #4c807e;
}

.card:hover .card-img {
    transform: scale(1.05) translate(-50%, -30px);
}

.card-image {
    overflow: hidden;
    border-radius: 16px;
    height: 360px;
    position: relative;
    display: flex;
    border-radius: 16px;
    justify-content: center;
    overflow: hidden;
}

.card-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #4a4f4f;
    margin: 16px 0 8px 0;
    display: block;
    transition: all 0.4s ease;
}

.card-price {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    gap: 0 8px;
}

.card-price__current {
    font-family: "Golos Text VF";
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #313535;
}

.card-price__current_unavailable {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #969c9c;
}

.card-price__old {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-decoration-line: line-through;
    color: #969c9c;
}

.card-stickers {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px 0;
}

.card-img {
    width: 330px;
    transition: transform 0.6s ease;
    transform-origin: left top;
    max-width: none;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    margin: 0 0 16px 0;
}

.breadcrumbs-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 -3px;
}

.breadcrumbs-return {
    min-width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 10.9997H3.14286M3.14286 10.9997L11.5332 3.14258M3.14286 10.9997L11.5332 18.8569' stroke='%23555555' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 18px 0 0;
    display: none;
}

.breadcrumbs-item {
    font-size: 14px;
    line-height: 22px;
    color: #cacece;
    transition: color 0.3s ease;
    margin: 0 0 3px;
}

.breadcrumbs-item+.breadcrumbs-item:before {
    content: " /";
    color: #cacece;
    font-size: 14px;
    line-height: 22px;
    margin: 0 4px 0 4px;
}

a.breadcrumbs-item:hover {
    color: #b0b5b5;
}

@media (max-width: 600px) {
    .breadcrumbs {
        width: calc(100% + 30px);
        margin-left: -15px;
        padding-left: 15px;
    }

    .breadcrumbs-wrap {
        flex-wrap: nowrap;
        margin: 0 0 -3px;
        overflow: auto;
        position: relative;
    }

    .breadcrumbs-item {
        white-space: nowrap;
        font-size: 12px;
        line-height: 150%;
    }
}

.article-container {
    max-width: 50%;
    margin: 0 auto;
}

.article-container .page-subtitle {
    text-align: center;
    margin: 0 0 24px 0;
}

.article__date {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #b0b5b5;
    margin: 0 0 40px 0;
}

.article__img {
    border-radius: 24px;
    margin: 0 auto 48px auto;
    /* width: 510px; */
    /* width: 100%; */
}

.article__img-descr {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #b0b5b5;
    margin: 0 0 40px 0;
}

.article__text {
    margin: 0 0 80px 0;
}

.article__text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #4a4f4f;
}

.article__text p:not(:last-of-type) {
    margin: 0 0 40px 0;
}

.article__subtitle {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #222323;
    margin: 0 0 24px 0;
    width: 90%;
}

.article__list {
    margin: 0 0 40px 0;
    list-style: none;
}

.article__list strong {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #222323;
    margin: 0 0 24px 0;
    display: block;
}

.article__list-item {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #4a4f4f;
    position: relative;
    padding-left: 13px;
}

.article__list-item::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #313535;
}

.article__list-item:not(:last-child) {
    margin: 0 0 16px 0;
}

@media (max-width: 992px) {
    .article-container {
        max-width: 100%;
    }

    .article__text {
        margin: 0 0 40px 0;
    }

    .article__text p {
        font-size: 16px;
        line-height: 22px;
    }

    .article__text p:not(:last-of-type) {
        margin: 0 0 20px 0;
    }

    .article__subtitle {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 20px 0;
    }

    .article__list-item {
        font-size: 16px;
        line-height: 22px;
    }

    .article__list strong {
        font-size: 18px;
        line-height: 23px;
        margin: 0 0 20px 0;
    }
}

.collections__item {
    position: relative;
    display: block;
}

.collections__item:hover .collections__descr {
    color: #4c807e;
}

.collections__item:hover .collections__img img {
    transform: translate(-50%, -50%) scale(1.07);
}

.collections__archieve {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #222323;
    border-radius: 6px;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #fff;
    padding: 4px 7px;
    z-index: 2;
}

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

.collections__img {
    border-radius: 16px;
    margin: 0 0 16px 0;
    overflow: hidden;

    position: relative;
}

.collections__img:after {
    content: "";
    padding-top: 133.3%;
    display: block;
}

.collections__img img {
    transition: all 0.4s ease;
    /* width: 100%;
    height: 515px;
    object-fit: cover; */

    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    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;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.collections__descr {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #313535;
    margin: 0 0 8px 0;
    transition: all 0.4s ease;
}

.collections__date {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #b0b5b5;
}

.collection {
    max-width: 920px;
    margin: 0 auto;
}

.collection .page-subtitle {
    text-align: center;
    margin: 0 0 24px 0;
}

.collection__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin: 48px 0 0 0;
}

.collection .watch-all {
    position: relative;
    right: 0;
    top: 0;
    margin: 0 auto;
    justify-content: center;
    display: flex;
}

.collection__img {
    display: block;
    border-radius: 24px;
}

.collection__img_big {
    grid-column: 1/3;
}

@media (max-width: 768px) {
    .collection__wrap {
        gap: 24px;
        margin: 30px 0 0 0;
    }

    .collections__wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .collection__img {
        border-radius: 16px;
    }
}

@media (max-width: 576px) {
    .collection__wrap {
        grid-template-columns: 1fr;
        gap: 20px 0;
    }

    .collection__img_big {
        grid-column: 1/2;
    }
}

@media (max-width: 480px) {
    .collections__wrap {
        gap: 15px;
    }
}

.footer {
    border-top: 1px solid #f2f3f3;
}

.footer__main {
    padding: 56px 0 64px 0;
    display: flex;
    justify-content: space-between;
}

.footer__mail {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #313535;
    display: block;
    margin: 0 0 12px 0;
}

.footer__phone {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #313535;
    display: block;
    margin: 0 0 24px 0;
}

.footer .callback-btn {
    padding: 16px 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.footer__menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 240px));
    gap: 16px 48px;
    align-items: start;
}

.footer__menu-col {
    min-width: 0;
}

.footer__menu-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #444545;
    margin: 0 0 16px 0;
}
.footer__menu_mobile {
    display: none;
}

.footer__menu_mobile-item {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #313535;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e6e6;
    transition: all 0.4s ease;
}

.footer__menu_mobile-item::after {
    width: 24px;
    height: 24px;
    display: block;
    content: "";
    background: url(/local/templates/newGlorea/css/../images/common/chevron_down.svg) center center no-repeat;
    transition: all 0.4s ease;
}

.footer__menu_mobile-item.accordion-active {
    border-bottom: 1px solid transparent;
}

.footer__menu_mobile-item.accordion-active::after {
    transform: rotate(180deg);
}

.footer__menu_mobile-body {
    padding: 4px 0 24px 0;
}

.footer__menu_mobile-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #636969;
    display: block;
}

.footer__menu_mobile-link:not(:last-child) {
    margin: 0 0 16px 0;
}

.footer__link {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #4a4f4f;
    transition: all 300ms ease;
}

.footer__link:hover {
    color: #6fa9a7;
}

.footer__bottom {
    border-top: 1px solid #f2f3f3;
    padding: 24px 0 30px 0;
}

.footer__copyright {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #969c9c;
}

.socials {
    margin: 32px 0 0 0;
    display: grid;
    grid-template-columns: repeat(3, 32px);
    gap: 0 20px;
}

.socials-item {
    display: flex;
    filter: grayscale(90%);
    opacity: 20%;
    transition: all 0.4s ease;
}

.socials-item:hover {
    filter: none;
    opacity: 1;
}

@media (max-width: 768px) {
    .footer__bottom {
        border-top: none;
        padding: 40px 0 48px 0;
    }

    .footer__menu_mobile {
        display: block;
    }

    .footer .socials {
        margin: 32px 0 40px 0;
    }

    .footer .callback-btn {
        display: inline-block;
    }

    .footer__menu {
        display: none;
    }

    .footer__main {
        display: block;
        padding: 40px 0 0 0;
    }
}

.bgmodal {
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    display: none;
}

.bgmodal-wrap {
    padding: 30px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-overlay {
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: none;
}

.modal {
    position: relative;
    display: none;
    box-shadow: 0 16px 32px rgba(19, 32, 31, 0.16);
    border-radius: 16px;
    background: #fff;
}

.modal__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #001714;
    margin: 0 0 32px 0;
}

.modal-close {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.modal-close::after {
    width: 8px;
    height: 8px;
    content: "";
    display: block;
    background: url(/local/templates/newGlorea/css/../images/common/close.svg) center center no-repeat;
}

.modal .fly-label:not(:last-child) {
    margin: 0 0 16px 0;
}

.register-btn {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #4c807e;
    padding: 16px 0;
    width: 100%;
    display: block;
    text-align: center;
}

.forgot-password {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #b0b5b5;
    margin: 0 0 24px 0;
    text-align: right;
    cursor: pointer;
    transition: all 0.4s ease;
	display: block;
}

.forgot-password:hover {
    color: #4a4f4f;
}

.success-modal {
    max-width: 440px;
    background: #fbfbfb;
    width: 100%;
    padding: 32px 60px 44px 60px;
}

.success-modal .modal-close {
    position: absolute;
    right: 16px;
    top: 16px;
}

.success-modal__img {
    width: 52px;
    height: 52px;
    margin: 0 auto 30px;
}

.success-modal__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #313535;
}

.success-modal__title+.success-modal__subtitle {
    margin: 16px 0 40px;
}

.success-modal__subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #4a4f4f;
}

.callback-modal {
    max-width: 900px;
}

.callback-modal .modal__wrap {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
}

.callback-modal .modal__img img {
    width: 100%;
    height: 100%;
    border-radius: 0 16px 16px 0;
}

.callback-modal .modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.callback-modal .modal__form {
    padding: 48px 35px 68px 40px;
}

.callback-modal .agreement {
    text-align: left;
}

.callback-modal .primary-btn {
    margin: 8px 0 0 0;
}

.callback-modal .callback-form {
    max-width: 340px;
}

.enter-modal {
    max-width: 440px;
    background: #fbfbfb;
    width: 100%;
    padding: 48px 40px 44px 40px;
    position: relative;
}

.enter-modal .modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
}

.enter-modal__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #001714;
    margin: 0 0 32px 0;
    text-align: center;
}

.enter-modal__form {
    margin: 0 0 12px 0;
}

@media (max-width: 1020px) {}

@media (max-width: 1000px) {
    .bgmodal-wrap {
        padding: 20px;
    }

    .success-modal {
        max-width: 400px;
        padding: 60px 40px;
    }

    .success-modal__img {
        width: 45px;
        height: 45px;
        margin: 0 auto 20px;
    }

    .success-modal__title {
        font-size: 24px;
        line-height: 30px;
    }

    .success-modal__title+.success-modal__subtitle {
        margin: 20px 0;
    }

    .success-modal__subtitle {
        font-size: 16px;
    }
}

@media (max-width: 940px) {}

@media (max-width: 800px) {
    .chats-modal {
        padding: 40px 30px;
    }

    .chats-modal__title {
        font-size: 26px;
        line-height: 32px;
        margin: 0 0 20px;
    }

    .chats-modal__item {
        padding: 18px;
    }
}

@media (max-width: 750px) {
    .callback-modal .modal__wrap {
        grid-template-columns: 1fr;
    }

    .callback-modal .modal__img {
        display: none;
    }

    .callback-modal .callback-form {
        max-width: 100%;
    }

    .callback-modal .agreement {
        text-align: left;
        margin: 16px 0 0 0;
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .callback-modal .modal__form {
        padding: 0;
    }

    .callback-modal .modal-close {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .enter-modal__title {
        font-size: 20px;
        line-height: 24px;
    }

    .modal {
        padding: 25px 20px !important;
    }

    .bgmodal-wrap {
        padding: 15px;
    }

    .success-modal {
        max-width: 320px;
        padding: 50px 24px 40px;
    }

    .success-modal .modal-close {
        right: 6px;
        top: 6px;
    }

    .success-modal__img {
        width: 40px;
        height: 40px;
        margin: 0 auto 14px;
    }

    .success-modal__title {
        font-size: 20px;
        line-height: 24px;
    }

    .success-modal__title+.success-modal__subtitle {
        margin: 24px 0;
    }

    .success-modal__subtitle {
        font-size: 14px;
    }
}

.redesign .footer__info {
    padding: 0;
}

.redesign .article-container {
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: #4a4f4f;
}

.article-container h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 133%;
    color: #222323;
    margin: 0 0 24px 0;
    width: 90%;
}

.article-container p:not(:last-of-type) {
    margin: 0 0 20px 0;
}


.article-container h3:nth-child(n+1):not(:nth-of-type(1)) {
    margin: 80px 0 24px;
}

@media (max-width: 992px) {
    .article-container h3 {
        font-size: 20px;
        margin: 0 0 20px 0;
    }

    .redesign .article-container {
        font-size: 16px;
    }

    .article-container h3:nth-child(n+1):not(:nth-of-type(1)) {
        margin: 40px 0 20px;
    }

    .article-container p:not(:last-of-type) {
        margin: 0 0 16px 0;
    }
}

.card-image:before {
    content: "";
    display: block;
    padding-top: 133.3%;
}

.card-img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -20px);
}

.header__user.authorized {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.75008 7C8.75008 5.20507 10.2052 3.75 12.0001 3.75C13.795 3.75 15.2501 5.20507 15.2501 7C15.2501 8.79493 13.795 10.25 12.0001 10.25C10.2052 10.25 8.75008 8.79493 8.75008 7ZM14.8322 10.8137C15.9961 9.94798 16.7501 8.56205 16.7501 7C16.7501 4.37665 14.6234 2.25 12.0001 2.25C9.37673 2.25 7.25008 4.37665 7.25008 7C7.25008 8.56205 8.00408 9.94798 9.16798 10.8137C6.72821 11.8286 4.93451 14.1183 4.65678 16.8956L4.46723 18.7911C4.30881 20.3753 5.55286 21.75 7.14497 21.75H16.8552C18.4473 21.75 19.6914 20.3753 19.5329 18.7911L19.3434 16.8956C19.0657 14.1183 17.272 11.8286 14.8322 10.8137ZM12.0001 11.75C8.97926 11.75 6.44992 14.039 6.14934 17.0449L5.95979 18.9404C5.88967 19.6416 6.44029 20.25 7.14497 20.25H16.8552C17.5599 20.25 18.1105 19.6416 18.0404 18.9404L17.8508 17.0449C17.5502 14.039 15.0209 11.75 12.0001 11.75Z' fill='%236fa9a7'/%3E%3C/svg%3E");
}

.breadcrumbs{
     font-family: "Golos Text";
}
@media (max-width: 427px)
.header {
    height: 117px;

}
/* Make consent checkboxes visible in legal agreement blocks. */
.agreement input[type="checkbox"],
.callback-form__agreement input[type="checkbox"],
.get-catalog__agreement input[type="checkbox"],
.subscribe__agreement input[type="checkbox"],
.registration__agreement input[type="checkbox"] {
  display: inline-block !important;
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  margin: 0 8px 0 0 !important;
  vertical-align: -2px !important;
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
}

.agreement.callback-form__agreement,
.agreement.get-catalog__agreement,
.agreement.subscribe__agreement,
.registration__agreement {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  line-height: 1.45;
  text-align: left;
}

.agreement.callback-form__agreement,
.agreement.get-catalog__agreement,
.registration__agreement {
  max-width: 340px;
}

.agreement.get-catalog__agreement {
  margin: 18px 0 14px;
}

.agreement.callback-form__agreement,
.agreement.subscribe__agreement {
  margin: 16px 0 14px;
}

.agreement.callback-form__agreement input[type="checkbox"],
.agreement.get-catalog__agreement input[type="checkbox"],
.agreement.subscribe__agreement input[type="checkbox"],
.registration__agreement input[type="checkbox"] {
  flex: 0 0 16px;
  margin: 2px 0 0 !important;
}

.agreement.callback-form__agreement span,
.agreement.get-catalog__agreement span,
.agreement.subscribe__agreement span,
.registration__agreement span {
  flex: 1 1 auto;
  max-width: 300px;
}

@media (max-width: 900px) {
  .agreement.callback-form__agreement,
  .agreement.get-catalog__agreement,
  .agreement.subscribe__agreement,
  .registration__agreement {
    max-width: 100%;
  }

  .agreement.callback-form__agreement span,
  .agreement.get-catalog__agreement span,
  .agreement.subscribe__agreement span,
  .registration__agreement span {
    max-width: none;
  }
}
/* Polished footer navigation columns. */
.footer__menu {
    grid-template-columns: repeat(2, minmax(180px, 260px));
    gap: 14px 56px;
    align-items: start;
}

.footer__menu-col {
    min-width: 0;
}

.footer__menu-title {
    position: relative;
    margin: 0 0 18px 0;
    padding: 0 0 10px 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #234846;
    text-transform: uppercase;
    letter-spacing: 0;
}

.footer__menu-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42px;
    height: 2px;
    background: #6fa9a7;
}

.footer__menu-col .footer__link {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin: 0 0 11px 0;
    font-size: 15px;
    line-height: 20px;
    color: #4d5656;
    transition: color .2s ease, transform .2s ease;
}

.footer__menu-col .footer__link:last-child {
    margin-bottom: 0;
}

.footer__menu-col .footer__link:hover {
    color: #5e8d8a;
    transform: translateX(3px);
}

.footer__menu_mobile-item {
    font-weight: 600;
    color: #234846;
}

.footer__menu_mobile-link {
    color: #4d5656;
}
/* Keep desktop footer links on one line. */
@media (min-width: 768px) {
    .footer__menu {
        grid-template-columns: max-content max-content;
        gap: 14px 64px;
    }

    .footer__menu-col .footer__link,
    .footer__menu-title {
        white-space: nowrap;
    }
}

/* Keep product names under photos on one line with an ellipsis when needed. */
.card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* End */


/* Start:/local/templates/newGlorea/css/index.css?178005696417968*/
#index img {
    max-width: 100%;
}

.main-banner {
    margin: 0 0 120px 0;
    width: 100%;
    position: relative;
}

.main-banner__wrap {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

/* .main-banner__wrap .swiper-slide img {
    width: 100%;
    max-height: 757px;
    height: 100%;
} */

/*.main-banner .swiper-slide:after {
    content: "";
    display: block;
    padding-top: 37.375%;
}*/

.main-banner__wrap .swiper-slide img {
    width: 100%;

   /* height: auto;
    position: absolute;
    top: 0;
    left: 0;*/
}

/* .main-banner .swiper-slide img {
    width: 100%;

} */

.main-banner__pagination {
    position: relative;
    bottom: -50px !important;
}

.slider-button__circle-next,
.slider-button__circle-prev {
    position: absolute;
    top: calc(50% - 53px);
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    box-shadow: 0px 3px 16px rgba(49, 53, 53, 0.07);
    border-radius: 24px;
    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;
    -webkit-transition-property: background-color, opacity, -webkit-transform;
    -o-transition-property: background-color, opacity, transform;
    transition-property: background-color, opacity, transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
}

.slider-button__circle-next:after,
.slider-button__circle-prev:after {
    content: "";
    display: block;
    width: 6px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-button__circle-next:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1L7 7L0.999998 13' stroke='%234A4F4F' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}

.slider-button__circle-prev:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7 1L0.999999 7L7 13' stroke='%234A4F4F' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}

.slider-button__circle-next {
    right: 10px;
}

.slider-button__circle-prev {
    left: 10px;
}

.slider-button__circle-next.swiper-button-disabled,
.slider-button__circle-prev.swiper-button-disabled {
    opacity: 0;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #dfeceb !important;
    opacity: 1 !important;
    margin: 0 8px !important;
    transition: all 0.4s ease;
}

.swiper-pagination-bullet-active {
    background: #4c807e !important;
    border-radius: 15px;
    position: relative;
}

.swiper-pagination-bullet-active:after {
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #4c807e;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.benefits {
    margin: 0 0 120px 0;
}

.benefits__wrap {
    display: grid;
    grid-template-columns: 3fr 5fr;
    gap: 0 20px;
}

.benefits__title-block .page-subtitle {
    width: 60%;
}

.benefits__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.benefits__item {
    border-radius: 24px;
    padding: 32px 50px 32px 32px;
}

.benefits__icon {
    margin: 0 0 24px 0;
}

.benefits__text {
    font-weight: 450;
    font-size: 18px;
    line-height: 24px;
    color: #313535;
}

.page-subtitle {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #222323;
    margin: 0 0 40px 0;
}

.get-catalog {
    margin: 0 0 120px 0;
}

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

.get-catalog__block,
.get-catalog__img {
    border-radius: 24px;
}

.get-catalog__title {
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #f2f3f3;
    margin: 0 auto 36px auto;
    max-width: 388px;
}

.get-catalog__block {
    background: url(/local/templates/newGlorea/css/../images/common/get-catalog-bg.png) center center no-repeat;
    background-size: cover;
    padding: 96px 0 104px 0;
}

.get-catalog__form {
    max-width: 340px;
    margin: 0 auto;
}

.get-catalog__form .fly-label {
    background: #fff;
}

.get-catalog__form .fly-label:not(:last-of-type) {
    margin: 0 0 16px 0;
}

.get-catalog__form .fly-label:last-of-type {
    margin: 0 0 24px 0;
}

.get-catalog__form .fly-input {
    padding: 16px;
}

.get-catalog__form .agreement {
    max-width: 340px;
}

.get-catalog__form .fly-label+.primary-btn {
    margin: 8px 0 0 0;
}

.get-catalog__img {
    background: url(/local/templates/newGlorea/css/../images/common/get-catalog-bg2.png) center center no-repeat;
    background-size: cover;
}

.primary-btn {
    font-family: inherit;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background: #6fa9a7;
    border-radius: 8px;
    padding: 16px 24px;
    width: 100%;
    text-align: center;
    transition: all 0.4s ease;
}

.primary-btn:hover {
    background: #4c807e;
}

.agreement {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #969c9c;
    max-width: 340px;
    margin: 16px auto 0;
}

.agreement a {
    color: #969c9c;
    text-decoration: underline;
}

.slider-section {
    margin: 0 0 120px 0;
    position: relative;
    overflow: hidden;
}

.slider-section__content {
    display: flex;
    flex-direction: column;
}

.index-slider {
    position: relative;
    width: 100%;
}

.index-slider .swiper-slide {
    width: 270px;
    height: auto;
}

.watch-all {
    position: absolute;
    right: 30px;
    top: 20px;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #b0b5b5;
    transition: all 0.4s ease;
}

.watch-all::after {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(/local/templates/newGlorea/css/../images/common/chevron_right.svg) center center no-repeat;
    transition: all 0.4s ease;
}

.watch-all:hover {
    color: #4a4f4f;
}

.watch-all:hover::after {
    background: url(/local/templates/newGlorea/css/../images/common/chevron_right-black.svg) center center no-repeat;
}

.reviews {
    background: #eff5f5;
    padding: 112px 0;
}

.reviews .page-subtitle {
    text-align: center;
    margin: 0 0 48px 0;
}

.reviews__content {
    max-width: 1044px;
    margin: 0 auto;
}

.reviews__gallery {
    max-width: 504px;
    margin: 24px 0 0 0;
}

.reviews__gallery .swiper-slide {
    width: 120px;
    height: auto;
}

.reviews__item {
    padding: 48px 80px 48px 64px;
    display: block;
    background: #fff;
    border-radius: 24px;
    position: relative;
}

.reviews__item:not(:last-child) {
    margin: 0 0 16px 0;
}

.reviews__item-data {
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.reviews__name {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #313535;
}

.reviews__date {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    color: #b0b5b5;
}

.reviews__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #4a4f4f;
}

.reviews__top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 0 24px 0;
}

.reviews__stars {
    display: flex;
}

.reviews__stars-item {
    width: 24px;
    height: 24px;
}

.reviews__stars-item svg path {
    fill: #f2f3f3;
}

.reviews__stars-item_active svg path {
    fill: #ffd60a;
}

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

.reviews__photos {
    margin: 24px 0 0 0;
    display: flex;
}

.reviews__photos-item img {
    width: 100%;
    border-radius: 8px;
	max-height: 160px;
    object-fit: cover;
}

.crop {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.crop__btn {
    display: block;
    margin: 8px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #b0b5b5;
}

.articles {
    padding: 120px 0;
    position: relative;
}

.articles__slider {
    overflow: hidden;
}

.articles__wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px 22px;
}

.articles__item:hover .articles__descr {
    color: #4c807e;
}

.articles__item:hover .articles__img img {
    transform: translate(-50%, -50%) scale(1.07);
}

.articles__img {
    margin: 0 0 16px 0;
    overflow: hidden;
    border-radius: 16px;
    position: relative;
}

.articles__img:after {
    content: "";
    padding-top: 132.58%;
    display: block;
}

.articles__img img {
    transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    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;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.articles__descr {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #313535;
    margin: 0 0 8px 0;
    transition: all 0.4s ease;
}

.articles__date {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #b0b5b5;
}

.subscribe {
    margin: 0 0 56px 0;
}

.subscribe__wrap {
    background: url(/local/templates/newGlorea/css/../images/common/subscr_bg.png) center center no-repeat;
    background-size: cover;
    padding: 60px 80px 50px 80px;
    border-radius: 24px;
    display: grid;
    grid-template-columns: repeat(2, max-content);
    justify-content: space-between;
}

.subscribe__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    margin: 0 0 8px 0;
}

.subscribe__subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.8);
}

.subscribe__form {
    display: grid;
    grid-template-columns: 332px 150px;
    gap: 0 8px;
}

.subscribe__form .agreement {
    color: rgba(255, 255, 255, 0.5);
    max-width: 100%;
    grid-column: 1/3;
    text-align: left;
    font-size: 12px;
    margin: 8px 0 0 0;
}

.subscribe__form .agreement a {
    color: rgba(255, 255, 255, 0.5);
}

.subscribe__input {
    background: rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    padding: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-family: inherit;
}

.subscribe__input::placeholder {
    font-family: inherit;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

.subscribe__btn {
    background: #fff;
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #313535;
    padding: 16px 24px;
    font-family: inherit;
}

.body-no-scroll {
    overflow: hidden;
}

.accordion__body {
    display: none;
    overflow: hidden;
}

.main-banner__pagination {
    z-index: 2;
}

@media (max-width: 1400px) {
    .subscribe__wrap {
        display: block;
        padding: 48px 16px;
    }

    .subscribe__form {
        grid-template-columns: 2fr 1fr;
        margin: 40px 0 0 0;
    }
}

.main-banner__wrap {
    z-index: 2;
}

@media (max-width: 992px) {
    .main-banner {
        margin: 0 0 80px 0;
    }

    .header__search {
        top: -86px;
    }

    .benefits,
    .get-catalog,
    .slider-section {
        margin: 0 0 88px 0;
    }

    .reviews {
        padding: 80px 0 32px 0;
    }

    .articles {
        padding: 88px 0;
    }

    .subscribe {
        margin: 0 0 48px 0;
    }

    .get-catalog__wrap {
        display: flex;
        flex-direction: column-reverse;
    }

    .get-catalog__block,
    .get-catalog__img {
        border-radius: 16px;
    }

    .get-catalog__title {
        font-size: 24px;
        line-height: 32px;
        margin: 0 auto 32px auto;
        max-width: 100%;
    }

    .get-catalog__block {
        padding: 48px 32px;
    }

    .get-catalog__form {
        max-width: 100%;
    }

    .get-catalog__form .agreement.get-catalog__agreement {
        max-width: 100%;
    }

    .get-catalog__form .agreement.get-catalog__agreement span {
        max-width: none;
    }

    .get-catalog__form .fly-input {
        padding: 18px 10px;
    }

    .get-catalog__form .fly-text {
        top: 17px;
    }

    .get-catalog__img {
        max-height: 100%;
        height: 300px;
    }

    .benefits__wrap {
        grid-template-columns: 1fr;
    }

    .benefits__text {
        font-size: 16px;
        line-height: 20px;
    }

    .benefits__icon {
        margin: 0 0 16px 0;
    }

    .benefits__item {
        border-radius: 16px;
        padding: 24px 24px 32px 24px;
    }

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

@media (max-width: 768px) {
    .articles__slider {
        width: calc(100% + 30px);
        margin-left: -15px;
        padding-left: 15px;
    }

    .reviews .page-subtitle {
        text-align: left;
        margin: 0 0 32px 0;
    }

    .subscribe__form {
        grid-template-columns: 1fr;
    }

    .subscribe__form .agreement {
        grid-column: 1/2;
    }

    .subscribe__input {
        margin: 0 0 16px 0;
    }

    .subscribe__form .agreement {
        grid-column: 1/2;
        margin: 16px 0 0 0;
        text-align: left;
    }

    .watch-all {
        background: #eff5f5;
        border-radius: 8px;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #4c807e;
        padding: 16px 0;
        width: 100%;
        text-align: center;
        justify-content: center;
        position: relative;
        top: 0;
        right: 0;
        margin: 32px 0 0 0;
        order: 2;
    }

    .watch-all::after {
        display: none;
    }

    .page-subtitle {
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 32px 0;
    }

    .page-content .page-subtitle {
        margin: 0 0 30px 0;
    }
}

@media (max-width: 660px) {

    .slider-button__circle-next,
    .slider-button__circle-prev {
        display: none;
    }

    .main-banner__wrap .swiper-slide img {
        max-height: 78vh;
        -o-object-fit: cover;
        object-fit: cover;
        object-position: right center;
        ;
    }

    .main-banner__wrap {
       /* height: 375px;*/
    }

    .main-banner__pagination {
        display: none;
    }

    .header__search-close {
        width: 20px;
        height: 20px;
    }

    .header__search-field {
        border: 1px solid #cacece;
        border-radius: 8px;
        padding: 14px 12px 14px 16px;
        margin: 0 12px 0 0;
    }

    .header__search-btn {
        color: #6fa9a7;
        background: #fff;
        padding: 0;
    }

    .header__search-input {
        font-size: 16px;
        line-height: 20px;
    }

    .header__search-input::placeholder {
        font-size: 16px;
        line-height: 20px;
    }

    .benefits__title-block .page-subtitle {
        width: 80%;
    }

    .reviews__item-data {
        grid-template-columns: 1fr;
    }

    .reviews__item {
        padding: 32px 16px;
        border-radius: 16px;
    }

    .reviews__source {
        position: absolute;
        top: 32px;
        right: 16px;
    }

    .reviews__rating {
        order: 1;
        margin: 0 0 16px 0;
    }

    .reviews__name {
        order: 2;
        margin: 0 0 8px 0;
    }

    .reviews__date {
        text-align: left;
        order: 3;
    }

    .reviews__top {
        grid-template-columns: 1fr;
        margin: 0 0 16px 0;
    }

    .articles__img img {
        max-height: 440px;
		border-radius:16px;
    }

    .benefits__content {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .benefits__item {
        display: grid;
        grid-template-columns: 44px 1fr;
        gap: 16px;
        padding: 20px;
        align-items: center;
    }

    .benefits__icon {
        margin: 0;
    }

    .benefits__text {
        font-size: 14px;
        line-height: 18px;
    }

    .main-banner {
        margin: 0 0 50px 0;
    }

    .benefits,
    .get-catalog,
    .slider-section {
        margin: 0 0 50px 0;
    }

    /* .get-catalog__wrap,
    .main-banner__wrap,
    .reviews__content,
    .subscribe__wrap {
        width: calc(100% + 30px);
        margin-left: -15px;
    } */

    .get-catalog__wrap,
    .reviews__content,
    .subscribe__wrap {
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .reviews__item-content {
        overflow: hidden;
        width: calc(100% + 30px);
        margin: 0 0 0 -15px;
        padding: 0 15px;
    }

    .main-banner__wrap {
        border-radius: 20px;
    }

    .reviews__item:not(:last-child) {
        margin: 0 0 8px 0;
    }
}

@media (max-width: 480px) {
    .crop {
        -webkit-line-clamp: 7;
    }

    .footer .callback-btn {
        display: block;
    }

    .articles__wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

/* End */


/* Start:/local/templates/newGlorea/vendors/fonts/golos.css?16945961582116*/
@font-face {
    font-family: 'Golos Text';
    src: local('Golos Text Regular'), local('GolosText-Regular'), url('/local/templates/newGlorea/vendors/fonts/Golostextregular.woff2') format('woff2'), url('/local/templates/newGlorea/vendors/fonts/Golostextregular.woff') format('woff'), url('/local/templates/newGlorea/vendors/fonts/Golostextregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Golos Text';
    src: local('Golos Text Medium'), local('GolosText-Medium'), url('/local/templates/newGlorea/vendors/fonts/Golostextmedium.woff2') format('woff2'), url('/local/templates/newGlorea/vendors/fonts/Golostextmedium.woff') format('woff'), url('/local/templates/newGlorea/vendors/fonts/Golostextmedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Golos Text';
    src: local('Golos Text DemiBold'), local('GolosText-DemiBold'), url('/local/templates/newGlorea/vendors/fonts/Golostextdemibold.woff2') format('woff2'), url('/local/templates/newGlorea/vendors/fonts/Golostextdemibold.woff') format('woff'), url('/local/templates/newGlorea/vendors/fonts/Golostextdemibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Golos Text';
    src: local('Golos Text Bold'), local('GolosText-Bold'), url('/local/templates/newGlorea/vendors/fonts/Golostextbold.woff2') format('woff2'), url('/local/templates/newGlorea/vendors/fonts/Golostextbold.woff') format('woff'), url('/local/templates/newGlorea/vendors/fonts/Golostextbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Golos Text';
    src: local('Golos Text Black'), local('GolosText-Black'), url('/local/templates/newGlorea/vendors/fonts/Golostextblack.woff2') format('woff2'), url('/local/templates/newGlorea/vendors/fonts/Golostextblack.woff') format('woff'), url('/local/templates/newGlorea/vendors/fonts/Golostextblack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Golos Text VF';
    src: local('golos-text-vf'), local('golos-text-vf'), url('/local/templates/newGlorea/vendors/fonts/golos-text-vf.woff2') format('woff2'), url('/local/templates/newGlorea/vendors/fonts/golos-text-vf.woff') format('woff'), url('/local/templates/newGlorea/vendors/fonts/golos-text-vf.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Golos Text VF';
    src: local('golos-text-vf-medium'), local('golos-text-vf-medium'), url('/local/templates/newGlorea/vendors/fonts/golos-text-vf-medium.woff2') format('woff2'), url('/local/templates/newGlorea/vendors/fonts/golos-text-vf-medium.woff') format('woff'), url('/local/templates/newGlorea/vendors/fonts/golos-text-vf-medium.ttf') format('truetype');
    font-weight: 450;
    font-style: normal;
}



/* End */


/* Start:/local/templates/newGlorea/vendors/swiper/swiper-bundle.min.css?169459615815829*/
/**
 * Swiper 8.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 4, 2022
 */

@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}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.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-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.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,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.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-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-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.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: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:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.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-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;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: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:10px;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-progressbar{background: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: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:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);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}.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-slide-visible .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{100%{transform:rotate(360deg)}}.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,.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-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.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-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-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-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/newGlorea/components/bitrix/subscribe.edit/subscrie/style.css?1694596158183*/
div.subscribe-edit .red {
	color:red;
}
div.subscribe-edit .green {
	color:green;
}
div.subscribe-edit .errorcolor {
	color:red;
}
div.subscribe-edit .successcolor {
	color:green;
}
	
/* End */
/* /local/templates/newGlorea/css/common.css?178048991042088 */
/* /local/templates/newGlorea/css/index.css?178005696417968 */
/* /local/templates/newGlorea/vendors/fonts/golos.css?16945961582116 */
/* /local/templates/newGlorea/vendors/swiper/swiper-bundle.min.css?169459615815829 */
/* /local/templates/newGlorea/components/bitrix/subscribe.edit/subscrie/style.css?1694596158183 */
