@font-face {
    font-family: 'Lato-Regular';
    src: local("Lato-Regular"), url(/local/templates/continuum/fonts/Lato-Regular.ttf)
}

@font-face {
    font-family: 'Lato-Medium';
    src: local("Lato-Medium"), url(/local/templates/continuum/fonts/Lato-Medium.ttf)
}

@font-face {
    font-family: 'Lato-Bold';
    src: local("Lato-Bold"), url(/local/templates/continuum/fonts/Lato-Bold.ttf)
}

body {
    min-height: 100%;
    height: auto;
    font-family: 'Lato-Regular'
}

.btn-square {
    display: inline-block;
    text-decoration: none;
    width: 80px;
    min-width: 80px;
    height: 72px;
    border: 3px solid #686767;
    position: relative
}

.btn-square:after {
    content: '';
    background-image: url("/local/templates/continuum/img/gray-arrow-next.svg");
    width: 36px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -18px;
    background-repeat: no-repeat;
    background-position: center;
    transition: ease .4s
}

.btn-square:hover:after {
    transform: translate(5px)
}

@media (max-width: 1600px) {
    .btn-square {
        width: 50px;
        min-width: 50px;
        height: 50px;
        border-width: 2px
    }

    .btn-square:after {
        width: 24px;
        height: 8px;
        margin-top: -4px;
        margin-left: -12px;
        background-size: cover
    }
}

@media (max-width: 1366px) {
    .btn-square {
        width: 30px;
        min-width: 30px;
        height: 30px
    }

    .btn-square:after {
        width: 18px;
        height: 6px;
        margin-top: -3px;
        margin-left: -9px
    }
}

.btn-border {
    border: 3px solid #242328;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #242328;
    display: inline-block;
    text-decoration: none;
    background-color: transparent;
    padding: 15px 45px;
    font-family: 'Lato-Medium'
}

.btn-border:hover {
    text-decoration: none
}

.wrapper {
    max-width: 100%;
    padding-left: 8rem;
    padding-right: 8rem;
    margin: 0
}

@media (max-width: 1600px) {
    .wrapper {
        padding-left: 5rem;
        padding-right: 5rem
    }
}

@media (max-width: 1366px) {
    .wrapper {
        padding-left: 3rem;
        padding-right: 3rem
    }
}

@media (max-width: 1366px) {
    .wrapper {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

header {
    background-color: #242328
}

header .soc_block {
    margin-right: 30px
}

header .menu-btn {
    display: none
}

header .header__social--bg {
    background-color: #242328
}

header .header__nav--bg {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: none
}

header .header__social-social a {
    font-size: 15px;
    color: #DFDFDF;
    text-decoration: none
}

header .header__social-social a:hover {
    border-bottom: 1px solid
}

header .header__social-phone .soc_block a {
    border-bottom: none
}

header .header__social-phone a {
    font-size: 18px;
    color: #DFDFDF;
    line-height: 22px;
    margin-left: 30px;
    text-decoration: none;
    border-bottom: 1px solid transparent
}

header .header__social-phone a:hover {
    color: #fff;
    border-bottom-color: #fff
}

header .header__nav-logo a {
    background: none;
    width: auto;
    height: auto;
    min-width: 200px;
    max-width: 260px;
}
header .header__nav-logo a img {
    display: block;
    width: 100%;
}

header .header__menu {
    justify-content: flex-start;
    margin-top: 10px;
    position: relative
}

header .header__menu .highlight {
    transition: all 0.2s;
    background: #BA9865;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    margin-left: 5px;
    width: 30px;
    left: 0;
    height: 40px;
    display: block;
    z-index: -1
}

header .header__menu > li {
    position: relative;
    margin: 0 21px;
    z-index: 22
}

header .header__menu > li > a {
    font-size: 20px;
    font-weight:normal;
    text-transform: none;
    color: #DFDFDF;
    line-height: 22px;
    font-family: 'Lato-Regular';
    border-bottom: none;
    text-decoration: none
}

header .header__menu > li > a:hover, header .header__menu > li > a.active {
    color: #fff
}

header .header__menu > li .sublist {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0px 0 0;
    padding: 5px 0 0;
}
header .header__menu > li .sublist-inner {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #000000;
    padding: 10px 0 19px
}
header .header__menu > li .sublist-inner a {
    display: block;
    min-width: 135px;
    padding: 5px 19px;
    margin: 5px 0 0; 
    font-weight: 500;
    font-family: "Lato-Medium";
    font-size: 16px;
    line-height: 19px;
    color: #464646;
    text-decoration: none;
    white-space: nowrap;
}
header .header__menu > li .sublist-inner a:hover {
    color: #000;
}
header .header__menu > li:hover .sublist {
    display: block;
}
header .header__menu > li .sublist + a {
    position: relative;
    padding-right: 22px;
}
header .header__menu > li .sublist + a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    height: 100%;
    width: 12px;
    background: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.95544 6.04482L0.225765 1.31498C-0.0752554 1.01411 -0.0752554 0.526293 0.225765 0.225565C0.526517 -0.0751882 1.01431 -0.0751882 1.31504 0.225565L5.50008 4.41074L9.68498 0.225686C9.98585 -0.0750666 10.4736 -0.0750666 10.7743 0.225686C11.0752 0.526439 11.0752 1.01423 10.7743 1.31511L6.04459 6.04494C5.89414 6.19532 5.69717 6.27042 5.5001 6.27042C5.30294 6.27042 5.10582 6.19517 4.95544 6.04482Z' fill='%23DFDFDF'/%3E%3C/svg%3E%0A") right center no-repeat;
}

header .header-search {
    margin-left: 22px;
    margin-top: 35px
}

header .header-search input {
    width: 310px;
    height: 30px;
    background: #A8A8A9;
    opacity: 0.7;
    border: 1px solid #A8A8A9;
    box-sizing: border-box;
    color: #000;
    font-size: 14px;
    font-family: 'Lato-Regular';
    padding: 0 25px
}

header .header-search input::-moz-placeholder {
    color: #242328
}

header .header-search input:-moz-placeholder {
    color: #242328
}

header .header-search input:-ms-input-placeholder {
    color: #242328
}

header .header-search input::-webkit-input-placeholder {
    color: #242328
}

header .header-search input::placeholder {
    color: #242328
}

header .header-search input::input-placeholder {
    color: #242328
}

header .header-search button {
    font-size: 14px;
    font-family: 'Lato-Bold';
    color: #fff;
    border: none;
    background-color: transparent;
    font-family: 'Lato-Regular';
    padding-left: 30px;
    background-image: url("/local/templates/continuum/img/icon-continuum.png");
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: left center;
    height: 30px;
    margin-left: 110px
}

header .header__nav {
    align-items: flex-start
}

header #menu {
    margin-left: 120px
}

header .header__nav-controls ul {
    align-items: flex-start;
    padding-top: 14px
}

header .nav__controls-item {
    font-size: 14px;
    width: auto;
    height: auto;
    padding-top: 30px;
    background-repeat: no-repeat;
    background-position: top center;
    color: #fff
}

header .nav__controls-item--basket {
    background-image: url("/local/templates/continuum/img/basket_ico.svg");
    padding-left: 0
}

header .nav__controls-item--user {
    background-image: url("/local/templates/continuum/img/userpic_ico.svg")
}

header .nav__controls-item--notepad {
    background-image: url("/local/templates/continuum/img/notepad_ico.svg")
}

header .header-mobile-menu {
    display: none
}

@media (max-width: 1600px) {
    header #menu {
        margin-left: 100px
    }

    header .header__social-social a {
        font-size: 12px
    }

    header .header__nav-logo img {
        width: 170px
    }

    header .header__social-phone a {
        font-size: 14px
    }

    header .header__menu .highlight {
        width: 20px;
        height: 28px;
        margin-top: -14px
    }

    header .header__nav--bg {
        padding-top: 5px;
        padding-bottom: 15px
    }

    header .header-search {
        margin-top: 20px
    }

    header .header-search input {
        max-width: 220px;
        height: 24px;
        font-size: 12px
    }

    header .header-search button {
        margin-left: 60px;
        height: 24px
    }

    header .header__menu > li {
        margin: 0 16px
    }

    header .header__menu > li > a {
        font-size: 14px;
        line-height: 17px
    }
    header .header-search a {
        font-size: 18px;
    }
}

@media (max-width: 1366px) {
    header #menu {
        margin-left: 70px
    }
}

@media (max-width: 1000px) {
    header .header__nav-logo {
        padding-left: 0;
        flex-grow: initial;
        order: 1
    }

    header .header__nav {
        justify-content: flex-start
    }

    header .header__menu > li > a {
        padding: 0
    }

    header .header__nav-menu {
        order: 2
    }

    header .header__nav-controls {
        order: 2
    }

    header .header__nav-controls ul li {
        margin-left: 15px
    }

    header .header__nav {
        justify-content: space-between
    }

    header .header__menu-other {
        display: none
    }

    header #menu {
        margin-left: 0;
        display: block;
        background-color: transparent;
        position: static;
        margin-top: 0;
        margin: 0;
        padding: 0
    }

    header .header__menu {
        display: flex
    }
}

@media (max-width: 992px) {
    header .header__nav-menu {
        display: none
    }

    header .menu-btn {
        display: inline-block;
        order: 3;
        width: 34px;
        border: none;
        background-color: transparent;
        position: relative;
        height: 24px;
        padding: 0
    }

    header .menu-btn:before, header .menu-btn:after {
        content: '';
        width: 100%;
        background: #C4C4C4;
        height: 2px;
        position: absolute;
        left: 0;
        right: 0
    }

    header .menu-btn:before {
        top: 0
    }

    header .menu-btn:after {
        bottom: 0
    }

    header .menu-btn span {
        width: 100%;
        background: #C4C4C4;
        height: 2px;
        display: block
    }

    header .header__nav-controls ul {
        padding-top: 0
    }

    header .header__nav--bg {
        padding-bottom: 10px;
        padding-top: 15px
    }

    header .nav__controls-item {
        width: 40px;
        padding-top: 0;
        height: 30px;
        font-size: 0 !important;
        text-indent: -9999px;
        vertical-align: top
    }

    header .header-mobile-menu {
        display: flex;
        justify-content: space-around;
        padding: 10px 0 10px
    }

    header .header-mobile-menu a {
        font-size: 14px;
        line-height: 17px;
        color: #C2C1C1;
        font-family: 'Lato-Bold';
        margin: 0 20px
    }

    header .header__social--bg {
        display: none
    }
}

@media (max-width: 767px) {
    header .header__nav-logo img {
        width: 160px
    }

    header .nav__controls-item {
        width: 30px
    }
}

.tm-form input {
    width: 100%;
    max-width: 484px;
    border: 2px solid #313131;
    padding: 0 25px;
    font-size: 20px;
    line-height: 24px;
    margin: 0 20px;
    height: 70px;
    background-color: transparent;
    font-family: 'Lato-Medium'
}

.tm-form input::-moz-placeholder {
    color: #767474
}

.tm-form input:-moz-placeholder {
    color: #767474
}

.tm-form input:-ms-input-placeholder {
    color: #767474
}

.tm-form input::-webkit-input-placeholder {
    color: #767474
}

.tm-form input::placeholder {
    color: #767474
}

.tm-form input::input-placeholder {
    color: #767474
}

.tm-form button {
    max-width: 285px;
    width: 100%;
    border: none;
    text-align: center;
    text-decoration: none;
    background: #313131;
    height: 70px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 20px;
    font-family: 'Lato-Medium'
}

@media (max-width: 1600px) {
    .tm-form input {
        height: 50px;
        max-width: 384px;
        margin: 0 12px;
        font-size: 14px;
        line-height: 17px
    }

    .tm-form button {
        height: 50px;
        max-width: 200px;
        font-size: 14px;
        margin: 0 12px
    }
}

@media (max-width: 767px) {
    .tm-form input {
        max-width: 100%;
        width: 100%;
        margin: 0;
        margin-bottom: 15px
    }

    .tm-form button {
        max-width: 100%;
        margin: 0;
        width: 100%
    }
}

.section-title {
    font-size: 96px;
    line-height: 80px;
    color: #686767;
    text-transform: none;
    display: flex;
    align-items: flex-end;
    margin-bottom: 0;
    font-weight: normal;
    font-family: 'Lato-Medium'
}

.section-title .btn-square {
    margin-left: 40px;
    margin-bottom: 4px
}

@media (max-width: 1600px) {
    .section-title {
        font-size: 48px;
        line-height: 48px
    }
}

@media (max-width: 1280px) {
    .section-title {
        font-size: 36px;
        line-height: 40px
    }
}

@media (max-width: 992px) {
    .section-title {
        font-size: 24px;
        line-height: 29px
    }
}

.page-title {
    font-size: 96px;
    line-height: 80px;
    color: #686767;
    font-family: 'Lato-Medium';
    margin-top: 50px;
    text-transform: none;
    font-weight: normal
}

@media (max-width: 1600px) {
    .page-title {
        font-size: 70px;
        line-height: 70px;
        margin-top: 30px
    }
}

@media (max-width: 1366px) {
    .page-title {
        font-size: 48px;
        line-height: 40px
    }
}

@media (max-width: 767px) {
    .page-title {
        font-size: 30px;
        line-height: 36px;
        margin-top: 15px;
        margin-bottom: 20px
    }
}

img {
    max-width: 100%
}

.pushy .pushy-menu {
    list-style-type: none;
    padding-left: 0
}

.pushy .pushy-menu a {
    font-family: 'Lato-Bold';
    font-size: 14px;
    line-height: 17px;
    color: #C2C1C1;
    padding: 12px 30px
}

.pushy .header__social-phone {
    flex-wrap: wrap;
    justify-content: center
}

.pushy .header__social-phone a {
    padding: 0;
    margin: 20px 0 0
}

.pushy .soc_block {
    width: 100%;
    margin-right: 0;
    text-align: center
}

.pushy .soc_block a {
    padding: 0;
    display: inline-block;
    margin: 0 10px
}

.pushy .user__line {
    position: static;
    display: block
}

.pushy .user__line a {
    width: 100%;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #e6e9eb;
    background-color: #242329;
    font-size: 12px;
    line-height: 17px;
    font-family: 'Lato-Bold';
    margin-bottom: 15px
}

.goods-items .good-item {
    background-color: #F8F8F8;
    padding: 25px 25px 30px;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between
}

.goods-items .good-item .good-item-header, .goods-items .good-item .good-item-footer {
    width: 100%
}

.goods-items .good-item__category {
    font-family: 'Lato-Medium';
    font-size: 14px;
    line-height: 17px;
    position: relative;
    padding-right: 20px;
    display: inline-block
}

.goods-items .good-item__category:after {
    content: '';
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0
}

.goods-items .good-item__category._person:after {
    width: 12px;
    background-image: url("/local/templates/continuum/img/person_ico.svg")
}

.goods-items .good-item__category._philosophy:after {
    width: 12px;
    background-image: url("/local/templates/continuum/img/philosophy_ico.svg")
}

.goods-items .good-item__category._art:after {
    width: 12px;
    background-image: url("/local/templates/continuum/img/art_ico.svg")
}

.goods-items .good-item__category._literature:after {
    width: 14px;
    background-image: url("/local/templates/continuum/img/literature_ico.svg")
}

.goods-items .good-item__picture {
    text-align: center;
    margin-top: 2rem;
    width: 100%
}

.goods-items .good-item__picture img {
    height: 160px;
    object-fit: cover;
    max-width: 100%
}

.goods-items .good-item__name {
    margin-top: 2rem;
    font-size: 16px;
    line-height: 19px;
    color: #262626;
    font-family: 'Lato-Bold'
}

.goods-items .good-item__author {
    font-family: 'Lato-Bold';
    font-size: 14px;
    line-height: 16px;
    color: #959393;
    margin-top: 1.5rem;
    min-height: 32px
}

.goods-items .good-item-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

.goods-items .good-item-bottom .good-item-prices {
    padding-bottom: 32px;
    position: relative
}

.goods-items .good-item-bottom .good-item-prices .current-price {
    font-family: 'Lato-Bold';
    font-size: 24px;
    line-height: 29px;
    color: #262626
}

.goods-items .good-item-bottom .good-item-prices .old-price {
    font-family: 'Lato-Bold';
    font-size: 18px;
    line-height: 22px;
    color: #AFAFAF;
    text-decoration: line-through;
    margin-top: 15px;
    height: 22px;
    position: absolute;
    bottom: 0;
    left: 0
}

.goods-items .good-item-bottom .good-item-buttons {
    display: flex;
    padding-top: 0
}

.goods-items .good-item-bottom .good-item-buttons .btn-to-notepad, .goods-items .good-item-bottom .good-item-buttons .btn-to-basket {
    display: inline-block;
    border: none;
    background-color: transparent;
    text-decoration: none;
    margin: 0 4px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.goods-items .good-item-bottom .good-item-buttons .btn-to-notepad {
    background-image: url("/local/templates/continuum/img/gi_notepad_ico.svg");
    width: 18px;
    height: 20px;
    margin-top: 1px
}

.goods-items .good-item-bottom .good-item-buttons .btn-to-basket {
    background-image: url("/local/templates/continuum/img/gi_basket_ico.svg");
    width: 20px;
    height: 22px
}

.btn-wrapper {
    text-align: center
}

.section-main {
    height: auto;
    position: relative
}

.section-main .swiper-container {
    height: 100%
}

.section-main .swiper-container .swiper-button-next, .section-main .swiper-container .swiper-button-prev {
    top: auto;
    left: auto;
    bottom: 8rem;
    width: 20px;
    height: 35px;
    outline: none;
    background-repeat: no-repeat;
    background-position: center
}

.section-main .swiper-container .swiper-button-next:after, .section-main .swiper-container .swiper-button-prev:after {
    display: none
}

.section-main .swiper-container .swiper-button-prev {
    background-image: url("/local/templates/continuum/img/white-arrow-prev.svg");
    right: 20rem
}

.section-main .swiper-container .swiper-button-next {
    background-image: url("/local/templates/continuum/img/white-arrow-next.svg");
    right: 8rem
}

.section-main .swiper-container .swiper-pagination {
    bottom: auto;
    top: 18rem;
    font-size: 0;
    left: 8rem;
    -webkit-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    transform: rotate(-270deg);
    font-size: 18px;
    -moz-transform-origin: right top;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    width: auto;
    font-size: 0
}

.section-main .swiper-container .swiper-pagination:after {
    content: '';
    width: 208px;
    height: 3px;
    background: #C4C4C4;
    position: absolute;
    top: 18px;
    left: 100%;
    margin-left: 30px
}

.section-main .swiper-container .swiper-pagination .swiper-pagination-current {
    font-size: 24px;
    color: #fff;
    font-family: 'Lato-Bold'
}

.section-main .swiper-container .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat
}

.section-main .swiper-container .swiper-slide:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.section-main .swiper-container .slide-content-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8rem;
    z-index: 44;
    max-width: calc(100% - 22rem);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    z-index: 22;
    padding-right: 0
}

.section-main .swiper-container .slide-content {
    color: #fff;
    position: relative
}

.section-main .swiper-container .slide-content:before {
    content: '';
    width: 32px;
    height: 100%;
    background: #BA9865;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}

.section-main .swiper-container .slide-content__title {
    font-family: 'Lato-Bold';
    color: #fff;
    text-transform: none;
    line-height: 1.13;
    margin-bottom: 0
}

.section-main .swiper-container .slide-content__title a {
    color: inherit;
    font-family: 'Lato-Regular';
    font-weight: 400
}

.section-main .swiper-container .slide-content p {
    font-family: 'Lato-Bold';
    margin-bottom: 0;
    margin-top: 2rem;
    line-height: 1.4
}

.section-main .swiper-container .slide-content.slide-current {
    padding-left: 100px;
    max-width: 750px;
    margin-left: 8rem
}

.section-main .swiper-container .slide-content.slide-current .slide-content__title {
    font-size: 48px
}

.section-main .swiper-container .slide-content.slide-current p {
    font-size: 24px
}

.section-main .swiper-container .slide-content.slide-next {
    margin-left: 10rem;
    padding-left: 60px;
    max-width: 500px
}

.section-main .swiper-container .slide-content.slide-next:before {
    width: 26px
}

.section-main .swiper-container .slide-content.slide-next .slide-content__title {
    font-size: 24px
}

@media (max-width: 1740px) {
    .section-main .swiper-container .slide-content.slide-current {
        margin-left: 40px;
        padding-left: 80px;
        max-width: 600px
    }

    .section-main .swiper-container .slide-content.slide-next {
        margin-left: 8rem;
        padding-left: 40px;
        max-width: 400px
    }
}

@media (max-width: 1600px) {
    .section-main .swiper-container .swiper-pagination {
        left: 5rem
    }

    .section-main .swiper-container .swiper-pagination:after {
        width: 150px
    }

    .section-main .swiper-container .slide-content:before {
        width: 24px
    }

    .section-main .swiper-container .slide-content.slide-current {
        padding-left: 65px;
        max-width: 500px
    }

    .section-main .swiper-container .slide-content.slide-current .slide-content__title {
        font-size: 36px
    }

    .section-main .swiper-container .slide-content.slide-current p {
        font-size: 18px;
        line-height: 22px
    }

    .section-main .swiper-container .slide-content.slide-next {
        max-width: 350px
    }

    .section-main .swiper-container .slide-content.slide-next:before {
        width: 18px
    }

    .section-main .swiper-container .slide-content.slide-next .slide-content__title {
        font-size: 18px
    }
}

@media (max-width: 1366px) {
    .section-main .swiper-container .swiper-pagination {
        left: 3rem;
        top: 10rem
    }

    .section-main .swiper-container .swiper-pagination:after {
        margin-left: 20px;
        top: 10px
    }

    .section-main .swiper-container .swiper-pagination .swiper-pagination-current {
        font-size: 18px
    }

    .section-main .swiper-container .slide-content p {
        margin-top: 1.5rem
    }

    .section-main .swiper-container .slide-content.slide-next {
        margin-top: 5rem
    }
}

@media (max-width: 992px) {
    .section-main {
        min-height: 400px;
        height: 400px
    }

    .section-main .swiper-container .swiper-button-next, .section-main .swiper-container .swiper-button-prev {
        display: none
    }

    .section-main .swiper-container .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        opacity: .8;
        margin: 0 6px;
        background-color: #fff;
        background: #fff
    }

    .section-main .swiper-container .swiper-pagination-bullet-active {
        opacity: 1;
        background-color: #fff;
        background: #fff
    }

    .section-main .swiper-container .swiper-pagination {
        transform: rotate(0);
        left: 0;
        right: 0;
        top: auto;
        bottom: 2rem
    }

    .section-main .swiper-container .swiper-pagination:after {
        display: none
    }

    .section-main .swiper-container .slide-content-wrapper {
        max-width: 100%;
        padding-right: 2rem
    }

    .section-main .swiper-container .slide-content:before {
        width: 14px
    }

    .section-main .swiper-container .slide-content.slide-current {
        margin-left: 0;
        padding-left: 40px
    }

    .section-main .swiper-container .slide-content.slide-current .slide-content__title {
        font-size: 30px
    }

    .section-main .swiper-container .slide-content.slide-next {
        display: none
    }
}

@media (max-width: 767px) {
    .section-main {
        min-height: 320px;
        height: 320px
    }

    .section-main .swiper-container .slide-content.slide-current {
        padding-left: 30px
    }

    .section-main .swiper-container .slide-content.slide-current .slide-content__title {
        font-size: 18px;
        line-height: 22px
    }

    .section-main .swiper-container .slide-content.slide-current p {
        font-size: 14px;
        line-height: 17px
    }
}

.section-goods-novelty {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.section-goods-novelty .section-title {
    font-size: 32px;
    line-height: 38px;
    position: absolute;
    top: 0;
    left: 4rem
}

.section-goods-novelty .top-good {
    width: 40%
}

.section-goods-novelty .top-good .good-item {
    background-color: #F4F4F3;
    padding: 6rem 8rem
}

.section-goods-novelty .top-good .good-item__category {
    float: right
}

.section-goods-novelty .top-good .good-item__picture {
    margin-top: 10rem
}

.section-goods-novelty .top-good .good-item__picture img {
    height: 450px
}

.section-goods-novelty .top-good .good-item__name {
    font-family: 'Lato-Bold';
    font-size: 36px;
    line-height: 1.33;
    color: #040404;
    text-transform: uppercase;
    margin-top: 7rem
}

.section-goods-novelty .top-good .good-item__author {
    font-size: 24px;
    margin-top: 4rem
}

.section-goods-novelty .top-good .good-item-bottom {
    margin-bottom: 10px
}

.section-goods-novelty .top-good .good-item-bottom .good-item-prices {
    padding-bottom: 50px
}

.section-goods-novelty .top-good .good-item-bottom .good-item-prices .current-price {
    font-size: 36px
}

.section-goods-novelty .top-good .good-item-bottom .good-item-prices .old-price {
    font-size: 24px
}

.section-goods-novelty .top-good .good-item-bottom .good-item-buttons .btn-to-notepad, .section-goods-novelty .top-good .good-item-bottom .good-item-buttons .btn-to-basket {
    margin-left: 50px
}

.section-goods-novelty .top-good .good-item-bottom .good-item-buttons .btn-to-notepad {
    width: 34px;
    height: 36px
}

.section-goods-novelty .top-good .good-item-bottom .good-item-buttons .btn-to-basket {
    width: 40px;
    height: 44px
}

.section-goods-novelty .novelty-goods {
    width: 60%;
    padding-left: 4rem;
    padding-right: 8rem;
    padding-top: 10rem;
    padding-bottom: 10rem;
    position: relative
}

.section-goods-novelty .novelty-goods .swiper-slide {
    height: auto
}

.section-goods-novelty .novelty-goods .swiper-button-next, .section-goods-novelty .novelty-goods .swiper-button-prev {
    top: auto;
    left: auto;
    bottom: 0;
    width: 20px;
    height: 35px;
    outline: none;
    background-repeat: no-repeat;
    background-position: center
}

.section-goods-novelty .novelty-goods .swiper-button-next:after, .section-goods-novelty .novelty-goods .swiper-button-prev:after {
    display: none
}

.section-goods-novelty .novelty-goods .swiper-button-prev {
    background-image: url("/local/templates/continuum/img/black-arrow-prev.svg");
    right: 20rem
}

.section-goods-novelty .novelty-goods .swiper-button-next {
    background-image: url("/local/templates/continuum/img/black-arrow-next.svg");
    right: 8rem
}

.section-goods-novelty .goods-items .good-item {
    height: 100%
}

@media (max-width: 1600px) {
    .section-goods-novelty .top-good {
        width: 34%
    }

    .section-goods-novelty .top-good .good-item {
        padding: 4rem 5rem
    }

    .section-goods-novelty .top-good .good-item__picture {
        margin-top: 8rem
    }

    .section-goods-novelty .top-good .good-item__picture img {
        height: 300px
    }

    .section-goods-novelty .top-good .good-item__name {
        margin-top: 4rem;
        font-size: 22px
    }

    .section-goods-novelty .top-good .good-item__author {
        font-size: 18px
    }

    .section-goods-novelty .top-good .good-item-bottom .good-item-prices {
        padding-bottom: 30px
    }

    .section-goods-novelty .top-good .good-item-bottom .good-item-prices .current-price {
        font-size: 22px;
        line-height: 25px
    }

    .section-goods-novelty .top-good .good-item-bottom .good-item-prices .old-price {
        font-size: 16px
    }

    .section-goods-novelty .top-good .good-item-bottom .good-item-buttons .btn-to-notepad {
        width: 22px;
        height: 26px
    }

    .section-goods-novelty .top-good .good-item-bottom .good-item-buttons .btn-to-basket {
        width: 24px;
        height: 28px;
        margin-left: 30px
    }

    .section-goods-novelty .section-title {
        font-size: 24px;
        line-height: 29px;
        left: 3rem
    }

    .section-goods-novelty .novelty-goods {
        width: 66%;
        padding-right: 5rem;
        padding-top: 6rem;
        padding-bottom: 6rem;
        padding-left: 3rem
    }

    .section-goods-novelty .good-item {
        padding: 20px
    }

    .section-goods-novelty .good-item__name {
        font-size: 14px;
        line-height: 17px
    }

    .section-goods-novelty .good-item__picture img {
        height: 140px
    }

    .section-goods-novelty .good-item__author {
        font-size: 12px;
        line-height: 14px;
        margin-top: 1rem
    }

    .section-goods-novelty .good-item-bottom .good-item-prices .current-price {
        font-size: 18px;
        line-height: 22px
    }

    .section-goods-novelty .good-item-bottom .good-item-prices .old-price {
        font-size: 14px;
        line-height: 17px
    }
}

@media (max-width: 1366px) {
    .section-goods-novelty .top-good .good-item {
        padding: 3rem 3rem
    }

    .section-goods-novelty .top-good .good-item__picture {
        margin-top: 6rem
    }

    .section-goods-novelty .top-good .good-item__picture img {
        height: 250px
    }

    .section-goods-novelty .top-good .good-item__name {
        margin-top: 3rem
    }

    .section-goods-novelty .novelty-goods {
        padding-right: 3rem
    }
}

@media (max-width: 992px) {
    .section-goods-novelty .top-good {
        display: none
    }

    .section-goods-novelty .novelty-goods {
        width: 100%;
        padding-right: 0;
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .section-goods-novelty .novelty-goods .swiper-container {
        margin-top: 30px
    }

    .section-goods-novelty .novelty-goods .swiper-slide {
        width: 250px
    }

    .section-goods-novelty .novelty-goods .swiper-button-next, .section-goods-novelty .novelty-goods .swiper-button-prev {
        display: none
    }

    .section-goods-novelty .section-title {
        position: static
    }
}

@media (max-width: 767px) {
    .section-goods-novelty .section-title {
        padding-right: 2rem;
        justify-content: center
    }

    .section-goods-novelty .novelty-goods {
        padding-left: 2rem;
        padding-bottom: 2rem
    }
}

.section-promotion-events .promotion-events-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.section-promotion-events .promo-events-intro {
    width: 40%;
    padding-left: 8rem;
    display: flex;
    padding-right: 8rem;
    padding-top: 8rem
}

.section-promotion-events .promo-events-intro .section-title {
    font-size: 96px;
    line-height: .9;
    color: #686767;
    text-transform: none;
    display: inline-block;
    padding-right: 120px;
    position: relative
}

.section-promotion-events .promo-events-intro .section-title .btn-square {
    margin-left: 0;
    position: absolute;
    right: 0;
    bottom: 4px
}

.section-promotion-events .promo-events-intro p {
    font-family: 'Lato-Bold';
    font-size: 18px;
    line-height: 22px;
    color: #757373;
    margin-top: 4rem
}

.section-promotion-events .promo-events-intro-content {
    padding-right: 10rem
}

.section-promotion-events .promo-picture-container {
    width: 60%;
    height: 465px;
    display: flex;
    align-items: center;
    padding: 4rem 8rem;
    position: relative;
    box-shadow: 0px 12px 14px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden
}

.section-promotion-events .promo-picture-container > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 44
}

.section-promotion-events .promo-picture-container .promo-picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: ease-in-out 1.5s;
    background-repeat: no-repeat;
    background-position: center
}

.section-promotion-events .promo-picture-container:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.section-promotion-events .promo-picture-container .promo-content {
    color: #fff;
    max-width: 400px;
    z-index: 22;
    padding-bottom: 15px;
    border-bottom: 1px solid #C4C4C4
}

.section-promotion-events .promo-picture-container .promo-content-date {
    font-family: 'Lato-Medium';
    font-size: 36px;
    line-height: 43px
}

.section-promotion-events .promo-picture-container .promo-content-name {
    font-family: 'Lato-Bold';
    font-size: 24px;
    line-height: 29px;
    margin-top: 10px
}

.section-promotion-events .promo-picture-container .promo-content p {
    font-family: 'Lato-Medium';
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px
}

.section-promotion-events .promo-picture-container:hover .promo-picture {
    transform: scale(1.25)
}

.section-promotion-events .promotion-events-slider .swiper-container {
    position: relative
}

.section-promotion-events .promotion-events-slider .swiper-container:after {
    content: '';
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 16%, rgba(255, 255, 255, 0.5) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 16%, rgba(255, 255, 255, 0.5) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 16%, rgba(255, 255, 255, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    width: 20%
}

.section-promotion-events .promotion-events-slider .swiper-slide {
    height: 476px;
    display: flex;
    align-items: center;
    position: relative
}

.section-promotion-events .promotion-events-slider .swiper-slide > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 66
}

.section-promotion-events .promotion-events-slider .swiper-slide:hover .slide-picture {
    opacity: 1
}

.section-promotion-events .promotion-events-slider .swiper-slide:hover .slide-content__date, .section-promotion-events .promotion-events-slider .swiper-slide:hover .slide-content__title, .section-promotion-events .promotion-events-slider .swiper-slide:hover .slide-content__more {
    color: #fff
}

.section-promotion-events .promotion-events-slider .swiper-slide:hover .slide-content__more {
    border-top-color: #fff
}

.section-promotion-events .promotion-events-slider .swiper-slide:hover .slide-content__more:after {
    background-position: bottom
}

.section-promotion-events .promotion-events-slider .slide-picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 22;
    box-shadow: 0px 12px 14px 8px rgba(0, 0, 0, 0.05);
    transition: ease-in-out .5s;
    opacity: 0;
    background-size: cover
}

.section-promotion-events .promotion-events-slider .slide-picture:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.section-promotion-events .promotion-events-slider .slide-content {
    width: 225px;
    margin: 35px;
    z-index: 44
}

.section-promotion-events .promotion-events-slider .slide-content__date {
    font-size: 24px;
    line-height: 29px;
    color: #757575;
    font-family: 'Lato-Medium'
}

.section-promotion-events .promotion-events-slider .slide-content__title {
    margin-top: 15px;
    font-size: 21px;
    line-height: 25px;
    color: #1C1C1C;
    font-family: 'Lato-Bold';
    margin-bottom: 35px;
    min-height: 85px
}

.section-promotion-events .promotion-events-slider .slide-content__more {
    border-top: 8px solid #909090;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    font-family: 'Lato-Medium';
    padding-top: 20px;
    position: relative;
    padding-right: 35px
}

.section-promotion-events .promotion-events-slider .slide-content__more:after {
    content: '';
    background-image: url("/local/templates/continuum/img/gray-arrow-next-sprite.png");
    width: 35px;
    height: 13px;
    background-position: top;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 2px;
    right: 0
}

.section-promotion-events .promotion-events-slider .swiper-button-next {
    width: 80px;
    height: 80px;
    background: #1C1C1C;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    right: 0;
    outline: none;
    transform: translateX(75px)
}

.section-promotion-events .promotion-events-slider .swiper-button-next:after {
    content: '';
    background-image: url("/local/templates/continuum/img/white-arrow-next.svg");
    background-size: 14px 24px;
    width: 14px;
    height: 24px;
    margin-left: 2px
}

@media (max-width: 1600px) {
    .section-promotion-events .promo-events-intro {
        width: 34%;
        padding-left: 5rem;
        padding-right: 5rem
    }

    .section-promotion-events .promo-events-intro .promo-events-intro-content {
        padding-right: 0
    }

    .section-promotion-events .promo-events-intro .section-title {
        font-size: 48px;
        padding-right: 70px
    }

    .section-promotion-events .promo-picture-container {
        height: 372px;
        width: 66%
    }

    .section-promotion-events .promo-picture-container .promo-content {
        max-width: 300px
    }

    .section-promotion-events .promo-picture-container .promo-content p {
        font-size: 14px;
        line-height: 17px
    }

    .section-promotion-events .promo-picture-container .promo-content-date {
        font-size: 24px;
        line-height: 29px
    }

    .section-promotion-events .promo-picture-container .promo-content-name {
        font-size: 18px;
        line-height: 22px
    }

    .section-promotion-events .promotion-events-slider .swiper-slide {
        height: 350px
    }

    .section-promotion-events .promotion-events-slider .slide-content__date, .section-promotion-events .promotion-events-slider .slide-content__title {
        font-size: 18px;
        line-height: 22px
    }

    .section-promotion-events .promotion-events-slider .slide-content__more {
        border-top-width: 5px;
        font-size: 14px;
        line-height: 16px
    }

    .section-promotion-events .promotion-events-slider .slide-content__title {
        margin-bottom: 15px
    }
}

@media (max-width: 1366px) {
    .section-promotion-events .promo-events-intro {
        padding-left: 3rem;
        padding-right: 3rem;
        padding-top: 5rem
    }

    .section-promotion-events .promo-events-intro p {
        margin-top: 2rem;
        font-size: 14px;
        line-height: 17px
    }

    .section-promotion-events .promo-picture-container {
        height: 290px;
        padding: 2rem 3rem
    }

    .section-promotion-events .promotion-events-slider .swiper-container:after {
        width: 25%
    }
}

@media (max-width: 992px) {
    .section-promotion-events .promo-events-intro .section-title {
        font-size: 24px;
        line-height: 29px
    }

    .section-promotion-events .promo-picture-container .promo-content-date {
        font-size: 18px;
        line-height: 22px
    }

    .section-promotion-events .promotion-events-slider .swiper-slide {
        height: 290px
    }

    .section-promotion-events .promotion-events-slider .swiper-container:after {
        width: 33%
    }
}

@media (max-width: 767px) {
    .section-promotion-events .promo-events-intro {
        width: 100%;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 2rem
    }

    .section-promotion-events .promo-events-intro .section-title {
        max-width: 220px
    }

    .section-promotion-events .promo-events-intro p {
        font-size: 12px;
        line-height: 14px
    }

    .section-promotion-events .promo-picture-container {
        width: 100%;
        margin-top: 3rem;
        padding: 2rem 2rem;
        height: 254px
    }

    .section-promotion-events .promotion-events-slider .swiper-container {
        margin-right: -2rem
    }

    .section-promotion-events .promotion-events-slider .swiper-container:after {
        display: none
    }

    .section-promotion-events .promotion-events-slider .swiper-button-next {
        display: none
    }

    .section-promotion-events .promotion-events-slider .swiper-slide {
        height: auto;
        width: 225px
    }

    .section-promotion-events .promotion-events-slider .swiper-slide:hover .slide-picture {
        opacity: 1
    }

    .section-promotion-events .promotion-events-slider .swiper-slide:hover .slide-content__date, .section-promotion-events .promotion-events-slider .swiper-slide:hover .slide-content__title, .section-promotion-events .promotion-events-slider .swiper-slide:hover .slide-content__more {
        color: #1C1C1C
    }

    .section-promotion-events .promotion-events-slider .swiper-slide:hover .slide-content__more {
        border-top-color: #1C1C1C
    }

    .section-promotion-events .promotion-events-slider .swiper-slide:hover .slide-content__more:after {
        background-position: top
    }

    .section-promotion-events .promotion-events-slider .slide-picture {
        display: none
    }

    .section-promotion-events .promotion-events-slider .slide-content {
        margin: 35px 0
    }
}

.section-goods-by-categories {
    margin-top: 11rem
}

.section-goods-by-categories .section-title-wrapper {
    display: flex;
    align-items: flex-end;
    margin-bottom: 9.5rem
}

.section-goods-by-categories .section-title-wrapper .section-title {
    max-width: 770px
}

.section-goods-by-categories .section-title-wrapper .section-title-text-wrapper {
    width: 100%
}

.section-goods-by-categories .section-title-wrapper p {
    max-width: 500px;
    font-size: 18px;
    line-height: 22px;
    color: #757373;
    font-family: 'Lato-Bold';
    margin: auto
}

.section-goods-by-categories .goods-categories-wrapper {
    display: flex;
    flex-wrap: wrap
}

.section-goods-by-categories .goods-categories-wrapper .goods-categories-header {
    width: 100%;
    position: relative;
    padding-bottom: 122px
}

.section-goods-by-categories .goods-categories-wrapper .goods-categories-slider {
    margin-left: 560px;
    z-index: 22;
    position: relative
}

.section-goods-by-categories .goods-categories-wrapper .goods-categories-slider .swiper-slide {
    width: 390px;
    height: 604px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative
}

.section-goods-by-categories .goods-categories-wrapper .goods-categories-slider .swiper-slide:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 22;
    transition: ease .5s
}

.section-goods-by-categories .goods-categories-wrapper .goods-categories-slider .swiper-slide.swiper-slide-active:before {
    opacity: 0
}

.section-goods-by-categories .goods-categories-wrapper .goods-categories-slider .swiper-slide .slide-content {
    display: none
}

.section-goods-by-categories .goods-categories-wrapper .goods-categories-slider .swiper-button-next, .section-goods-by-categories .goods-categories-wrapper .goods-categories-slider .swiper-button-prev {
    height: 122px;
    width: 143px;
    outline: none;
    top: auto;
    bottom: -122px;
    color: #454545
}

.section-goods-by-categories .goods-categories-wrapper .goods-categories-slider .swiper-button-next:after, .section-goods-by-categories .goods-categories-wrapper .goods-categories-slider .swiper-button-prev:after {
    font-size: 38px
}

.section-goods-by-categories .goods-categories-wrapper .goods-categories-slider .swiper-button-prev {
    left: 46px
}

.section-goods-by-categories .goods-categories-wrapper .goods-categories-slider .swiper-button-next {
    left: 188px;
    right: auto
}

.section-goods-by-categories .goods-categories-wrapper .goods-categories-description-container {
    height: 606px;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 120px;
    justify-content: space-between
}

.section-goods-by-categories .goods-categories-wrapper .goods-categories-description-container .categories-description {
    height: 100%;
    background: #1D1D1D;
    width: 606px;
    color: #fff;
    padding: 5rem 8rem 5rem 8rem;
    overflow: hidden;
    position: relative
}

.section-goods-by-categories .goods-categories-wrapper .goods-categories-description-container .categories-description:after {
    content: '';
    background-image: url("/local/templates/continuum/img/ring.svg");
    position: absolute;
    top: -50%;
    right: 8%;
    width: 1635px;
    height: 1635px;
    background-size: contain;
    transform-origin: 50% 50%;
    animation: header__ring_animate 250s ease infinite
}

.section-goods-by-categories .goods-categories-wrapper .goods-categories-description-container .categories-description .slide-content {
    max-width: 410px;
    z-index: 44;
    position: relative;
    max-height: 100%;
    overflow: auto;
    padding-right: 25px
}

.section-goods-by-categories .goods-categories-wrapper .goods-categories-description-container .categories-description .slide-content__title {
    font-size: 36px;
    line-height: 43px;
    color: #FFFFFF;
    font-family: 'Lato-Bold';
    margin-bottom: 60px
}

.section-goods-by-categories .goods-categories-wrapper .goods-categories-description-container .categories-description .slide-content p {
    font-size: 18px;
    line-height: 22px;
    color: #CBCBCB;
    font-family: 'Lato-Bold';
    margin-bottom: 30px
}

.section-goods-by-categories .goods-categories-wrapper .goods-categories-description-container .btn-to-category {
    font-size: 16px;
    line-height: 19px;
    font-family: 'Lato-Medium';
    border: 2px solid #fff;
    padding: 24px 80px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px
}

.section-goods-by-categories .goods-categories-wrapper .goods-categories-description-container .btn-to-category:hover {
    background: rgba(255, 255, 255, 0.5)
}

.section-goods-by-categories .goods-categories-wrapper .goods-categories-description-container .btn-to-category:active {
    background: #fff;
    color: #1D1D1D
}

.section-goods-by-categories .goods-categories-wrapper .goods-categories-description-container .categories-bg {
    width: calc(100% - 892px);
    height: 100%;
    background: #1D1D1D
}

.section-goods-by-categories .goods-categories-wrapper .goods-categories-footer {
    margin-top: 68px;
    width: 100%
}

.section-goods-by-categories .goods-categories-wrapper .goods-categories-footer .goods-categories-controls {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none
}

.section-goods-by-categories .goods-categories-wrapper .goods-categories-footer .goods-categories-controls > li {
    font-family: 'Lato-Bold';
    font-size: 24px;
    line-height: 29px;
    color: #686767;
    margin-right: 75px;
    cursor: pointer;
    max-width: 150px;
    margin-bottom: 20px
}

.section-goods-by-categories .goods-categories-wrapper .goods-categories-footer .goods-categories-controls > li.active {
    color: #000
}

.section-goods-by-categories .goods-categories-wrapper .goods-categories-footer .goods-categories-controls > li:last-child {
    margin-right: 0
}

@media (max-width: 1600px) {
    .section-goods-by-categories {
        margin-top: 6rem
    }

    .section-goods-by-categories .section-title-wrapper {
        margin-bottom: 6rem
    }

    .section-goods-by-categories .goods-categories-wrapper .goods-categories-header {
        padding-bottom: 82px
    }

    .section-goods-by-categories .goods-categories-wrapper .goods-categories-slider {
        margin-left: 400px
    }

    .section-goods-by-categories .goods-categories-wrapper .goods-categories-slider .swiper-button-prev, .section-goods-by-categories .goods-categories-wrapper .goods-categories-slider .swiper-button-next {
        height: 82px;
        width: 103px;
        bottom: -82px
    }

    .section-goods-by-categories .goods-categories-wrapper .goods-categories-slider .swiper-button-prev:after, .section-goods-by-categories .goods-categories-wrapper .goods-categories-slider .swiper-button-next:after {
        font-size: 30px
    }

    .section-goods-by-categories .goods-categories-wrapper .goods-categories-slider .swiper-button-prev {
        left: 32px
    }

    .section-goods-by-categories .goods-categories-wrapper .goods-categories-slider .swiper-button-next {
        left: 135px
    }

    .section-goods-by-categories .goods-categories-wrapper .goods-categories-slider .swiper-slide {
        height: 440px
    }

    .section-goods-by-categories .goods-categories-wrapper .goods-categories-description-container {
        height: 432px;
        top: 90px
    }

    .section-goods-by-categories .goods-categories-wrapper .goods-categories-description-container .btn-to-category {
        font-size: 14px;
        line-height: 17px;
        padding: 15px 50px
    }

    .section-goods-by-categories .goods-categories-wrapper .goods-categories-description-container .categories-description {
        width: 432px;
        padding: 4rem 5rem 4rem 5rem
    }

    .section-goods-by-categories .goods-categories-wrapper .goods-categories-description-container .categories-description .slide-content__title {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 20px
    }

    .section-goods-by-categories .goods-categories-wrapper .goods-categories-description-container .categories-description .slide-content p {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 15px
    }

    .section-goods-by-categories .goods-categories-wrapper .goods-categories-description-container .categories-bg {
        width: calc(100% - 638px)
    }

    .section-goods-by-categories .goods-categories-wrapper .goods-categories-footer {
        margin-top: 40px
    }

    .section-goods-by-categories .goods-categories-wrapper .goods-categories-footer .goods-categories-controls > li {
        font-size: 18px;
        line-height: 22px;
        margin-right: 50px
    }
}

@media (max-width: 1366px) {
    .section-goods-by-categories {
        margin-top: 3rem
    }
}

@media (max-width: 992px) {
    .section-goods-by-categories .section-title-wrapper .section-title-text-wrapper {
        padding-left: 4rem
    }

    .section-goods-by-categories .section-title-wrapper p {
        font-size: 14px;
        line-height: 17px
    }

    .section-goods-by-categories .goods-categories-wrapper .goods-categories-slider {
        margin-left: 320px
    }

    .section-goods-by-categories .goods-categories-wrapper .goods-categories-slider .swiper-button-prev {
        left: 20px
    }

    .section-goods-by-categories .goods-categories-wrapper .goods-categories-slider .swiper-button-next {
        left: 125px
    }

    .section-goods-by-categories .goods-categories-wrapper .goods-categories-slider .swiper-slide {
        height: 340px
    }

    .section-goods-by-categories .goods-categories-wrapper .goods-categories-description-container {
        height: 380px;
        top: 40px
    }

    .section-goods-by-categories .goods-categories-wrapper .goods-categories-description-container .categories-description {
        padding: 3rem;
        width: 340px
    }

    .section-goods-by-categories .goods-categories-wrapper .goods-categories-description-container .categories-description .slide-content__title {
        margin-top: 0
    }

    .section-goods-by-categories .goods-categories-wrapper .goods-categories-description-container .btn-to-category {
        margin-top: 10px
    }

    .section-goods-by-categories .goods-categories-wrapper .goods-categories-description-container .categories-bg {
        width: calc(100% - 554px)
    }
}

@media (max-width: 767px) {
    .section-goods-by-categories .section-title-wrapper {
        flex-wrap: wrap;
        margin-bottom: 2rem
    }

    .section-goods-by-categories .section-title-wrapper .section-title-text-wrapper {
        padding-left: 0;
        margin-top: 2rem
    }

    .section-goods-by-categories .section-title-wrapper .section-title-text-wrapper p {
        font-size: 12px;
        line-height: 14px
    }

    .section-goods-by-categories .goods-categories-wrapper {
        flex-flow: column-reverse
    }

    .section-goods-by-categories .goods-categories-wrapper .goods-categories-footer {
        margin-top: 0
    }

    .section-goods-by-categories .goods-categories-wrapper .goods-categories-footer .goods-categories-controls > li {
        font-size: 16px;
        line-height: 20px
    }

    .section-goods-by-categories .goods-categories-wrapper .goods-categories-footer .goods-categories-controls {
        margin-bottom: 10px;
        margin-top: 10px
    }

    .section-goods-by-categories .goods-categories-wrapper .goods-categories-slider {
        margin-left: 0
    }

    .section-goods-by-categories .goods-categories-wrapper .goods-categories-slider .swiper-button-next, .section-goods-by-categories .goods-categories-wrapper .goods-categories-slider .swiper-button-prev {
        display: none
    }

    .section-goods-by-categories .goods-categories-wrapper .goods-categories-slider .swiper-slide {
        height: 260px
    }

    .section-goods-by-categories .goods-categories-wrapper .goods-categories-header {
        padding-bottom: 0
    }

    .section-goods-by-categories .goods-categories-wrapper .goods-categories-description-container {
        position: static;
        height: auto;
        flex-wrap: wrap
    }

    .section-goods-by-categories .goods-categories-wrapper .goods-categories-description-container .categories-description {
        width: 100%
    }

    .section-goods-by-categories .goods-categories-wrapper .goods-categories-description-container .categories-description:after {
        width: 900px;
        height: 900px
    }

    .section-goods-by-categories .goods-categories-wrapper .goods-categories-description-container .categories-description .slide-content {
        padding-right: 0
    }

    .section-goods-by-categories .goods-categories-wrapper .goods-categories-description-container .categories-bg {
        display: none
    }
}

.section-journal {
    margin-top: 6rem
}

.section-journal .journal-slider {
    margin-top: 10rem
}

.section-journal .journal-slider .swiper-slide {
    width: auto
}

.section-journal .journal-slider .swiper-slide[data-single] {
    padding-top: 8rem
}

.section-journal .journal-slider .swiper-slide[data-single] .j-item .j-item-title {
    font-size: 36px;
    line-height: 43px
}

.section-journal .journal-slider .j-item {
    margin-bottom: 8rem;
    position: relative
}

.section-journal .journal-slider .j-item > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 44
}

.section-journal .journal-slider .j-item:hover .j-item-more:after {
    transform: translateX(10px)
}

.section-journal .journal-slider .j-item:hover .j-item__picture img {
    transform: scale(1.15)
}

.section-journal .journal-slider .j-item:last-child {
    margin-bottom: 0
}

.section-journal .journal-slider .j-item__picture {
    margin-bottom: 30px;
    overflow: hidden
}

.section-journal .journal-slider .j-item__picture img {
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    transition: ease-in-out 1.5s
}

.section-journal .journal-slider .j-item__content {
    max-width: 500px
}

.section-journal .journal-slider .j-item .j-item-title {
    font-size: 30px;
    line-height: 36px;
    color: #000;
    font-family: 'Lato-Bold';
    width: 100%;
    margin-bottom: 30px
}

.section-journal .journal-slider .j-item .j-item-more {
    font-family: 'Lato-Medium';
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    position: relative;
    padding-right: 50px;
    color: #000
}

.section-journal .journal-slider .j-item .j-item-more:after {
    content: '';
    background-image: url("/local/templates/continuum/img/gray-arrow-next-sprite.png");
    width: 35px;
    height: 13px;
    background-position: top;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 0;
    transition: .5s
}

@media (max-width: 1600px) {
    .section-journal .journal-slider {
        margin-top: 5rem
    }

    .section-journal .journal-slider .swiper-slide {
        width: auto
    }

    .section-journal .journal-slider .swiper-slide[data-single] {
        padding-top: 8rem
    }

    .section-journal .journal-slider .swiper-slide[data-single] .j-item .j-item-title {
        font-size: 24px;
        line-height: 29px
    }

    .section-journal .journal-slider .swiper-slide .j-item {
        max-width: 400px
    }

    .section-journal .journal-slider .swiper-slide .j-item .j-item-title {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 20px
    }

    .section-journal .journal-slider .swiper-slide .j-item .j-item-more {
        font-size: 14px;
        line-height: 17px
    }
}

@media (max-width: 1366px) {
    .section-journal .journal-slider .swiper-slide {
        width: auto
    }

    .section-journal .journal-slider .swiper-slide[data-single] {
        padding-top: 8rem
    }

    .section-journal .journal-slider .swiper-slide[data-single] .j-item .j-item-title {
        font-size: 18px;
        line-height: 22px
    }

    .section-journal .journal-slider .swiper-slide .j-item {
        max-width: 300px
    }

    .section-journal .journal-slider .swiper-slide .j-item__picture {
        margin-bottom: 20px
    }

    .section-journal .journal-slider .swiper-slide .j-item .j-item-title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px
    }

    .section-journal .journal-slider .swiper-slide .j-item .j-item-more {
        font-size: 14px;
        line-height: 17px
    }
}

@media (max-width: 767px) {
    .section-journal {
        margin-top: 5rem
    }

    .section-journal .journal-slider .swiper-slide[data-single] {
        padding-top: 0
    }

    .section-journal .journal-slider .swiper-slide {
        display: flex
    }

    .section-journal .journal-slider .swiper-slide .j-item {
        width: 250px;
        margin-right: 20px;
        margin-bottom: 0
    }

    .section-journal .journal-slider .swiper-slide .j-item:last-child {
        margin-right: 0
    }

    .section-journal .journal-slider .swiper-slide .j-item__picture {
        filter: drop-shadow(0px 11px 4px rgba(0, 0, 0, 0.19))
    }

    .section-journal .journal-slider .swiper-slide .j-item__picture img {
        height: 200px;
        width: 250px
    }

    .section-journal .journal-slider .swiper-slide .j-item__content {
        padding: 0 2rem
    }
}

.section-collections {
    margin-top: 10rem
}

.section-collections .collections-slider {
    margin-top: 10rem;
    display: flex;
    justify-content: space-between;
    padding-left: 8rem
}

.section-collections .collections-slider .collections-intro {
    width: 314px
}

.section-collections .collections-slider .collections-intro p {
    font-size: 18px;
    line-height: 22px;
    color: #242328
}

.section-collections .collections-slider .swiper-button-next, .section-collections .collections-slider .swiper-button-prev {
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    width: 36px;
    height: 36px;
    outline: none;
    background-repeat: no-repeat;
    background-position: center;
    position: static;
    right: auto;
    margin: 0;
    display: inline-block;
    margin-top: 6rem
}

.section-collections .collections-slider .swiper-button-next:after, .section-collections .collections-slider .swiper-button-prev:after {
    display: none
}

.section-collections .collections-slider .swiper-button-prev {
    background-image: url("/local/templates/continuum/img/black-arrow-prev.svg")
}

.section-collections .collections-slider .swiper-button-next {
    background-image: url("/local/templates/continuum/img/black-arrow-next.svg");
    margin-left: 8rem
}

.section-collections .collections-slider .swiper-container {
    margin: 0;
    max-width: calc(100% - 480px)
}

.section-collections .collections-slider .swiper-container .swiper-slide {
    width: auto;
    position: relative
}

.section-collections .collections-slider .swiper-container .swiper-slide > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 66
}

.section-collections .collections-slider .slide-content__picture {
    overflow: hidden
}

.section-collections .collections-slider .slide-content__picture img {
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    transition: ease-in-out 1.5s
}

.section-collections .collections-slider .slide-content__title {
    font-size: 24px;
    line-height: 29px;
    color: #343333;
    margin-top: 30px;
    font-family: 'Lato-Bold';
    width: 225px
}

.section-collections .collections-slider .slide-content__more {
    border-top: 8px solid #909090;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    font-family: 'Lato-Medium';
    padding-top: 20px;
    position: relative;
    padding-right: 35px;
    margin-top: 40px;
    width: 225px
}

.section-collections .collections-slider .slide-content__more:after {
    content: '';
    background-image: url("/local/templates/continuum/img/gray-arrow-next-sprite.png");
    width: 35px;
    height: 13px;
    background-position: top;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 2px;
    right: 0;
    transition: .5s
}

.section-collections .collections-slider .swiper-slide:hover .slide-content__more:after {
    transform: translateX(10px)
}

.section-collections .collections-slider .swiper-slide:hover .slide-content__picture img {
    transform: scale(1.15)
}

@media (max-width: 1600px) {
    .section-collections .collections-slider {
        padding-left: 5rem;
        margin-top: 5rem
    }

    .section-collections .collections-slider .collections-intro p {
        font-size: 14px;
        line-height: 17px
    }

    .section-collections .collections-slider .swiper-container {
        max-width: calc(100% - 380px)
    }

    .section-collections .collections-slider .slide-content__title {
        font-size: 18px;
        line-height: 22px;
        width: 160px;
        margin-top: 20px
    }

    .section-collections .collections-slider .slide-content__more {
        font-size: 14px;
        line-height: 17px;
        margin-top: 30px;
        width: 160px;
        padding-top: 15px;
        border-top-width: 5px
    }
}

@media (max-width: 1366px) {
    .section-collections {
        margin-top: 6rem
    }

    .section-collections .collections-slider {
        padding-left: 3rem;
        margin-top: 4rem
    }

    .section-collections .collections-slider .collections-intro {
        width: 290px
    }

    .section-collections .collections-slider .swiper-container {
        max-width: calc(100% - 320px)
    }

    .section-collections .collections-slider .swiper-container .slide-content {
        max-width: 180px
    }

    .section-collections .collections-slider .swiper-container .slide-content img {
        max-width: 100%
    }
}

@media (max-width: 767px) {
    .section-collections .collections-slider {
        margin-top: 3rem;
        padding-left: 2rem;
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .section-collections .collections-slider .swiper-button-prev, .section-collections .collections-slider .swiper-button-next {
        display: none
    }

    .section-collections .collections-slider .collections-intro {
        width: 100%
    }

    .section-collections .collections-slider .collections-intro p {
        font-size: 12px;
        line-height: 14px
    }

    .section-collections .collections-slider .swiper-container {
        max-width: 100%;
        margin-top: 3rem
    }
}

.section-search-continuum {
    background: #F8F8F8;
    display: flex;
    padding-top: 4rem;
    padding-bottom: 4rem;
    align-items: center;
    margin-top: 11rem;
    min-height: 340px;
    overflow: hidden;
    position: relative
}

.section-search-continuum:before {
    content: '';
    background-image: url("/local/templates/continuum/img/ring.svg");
    position: absolute;
    bottom: -50%;
    right: -8%;
    margin: auto;
    opacity: .5;
    width: 1635px;
    height: 1635px;
    background-size: contain;
    transform-origin: 50% 50%;
    animation: header__ring_animate 250s ease infinite
}

.section-search-continuum .section-title {
    font-size: 48px;
    line-height: 58px;
    color: #1C1C1C;
    max-width: 750px;
    margin-bottom: 4rem;
    z-index: 22
}

.section-search-continuum .search-block {
    max-width: 510px;
    z-index: 22;
    margin-left: 8%;
    margin-top: 2rem
}

.section-search-continuum .search-block p {
    font-size: 18px;
    line-height: 22px;
    color: #242328
}

.section-search-continuum .search-block .search-continuum-form {
    margin-top: 30px;
    position: relative;
    display: inline-flex
}

.section-search-continuum .search-block .search-continuum-form input {
    border: 3px solid #242328;
    width: 285px;
    height: 72px;
    padding: 0 15px 0 30px;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #000;
    background-color: transparent
}

.section-search-continuum .search-block .search-continuum-form input::-moz-placeholder {
    color: #242328
}

.section-search-continuum .search-block .search-continuum-form input:-moz-placeholder {
    color: #242328
}

.section-search-continuum .search-block .search-continuum-form input:-ms-input-placeholder {
    color: #242328
}

.section-search-continuum .search-block .search-continuum-form input::-webkit-input-placeholder {
    color: #242328
}

.section-search-continuum .search-block .search-continuum-form input::placeholder {
    color: #242328
}

.section-search-continuum .search-block .search-continuum-form input::input-placeholder {
    color: #242328
}

.section-search-continuum .search-block .search-continuum-form button {
    width: 82px;
    height: 72px;
    border: none;
    background-color: #242328;
    background-image: url("/local/templates/continuum/img/icon-continuum.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px 40px
}

@media (max-width: 1600px) {
    .section-search-continuum {
        margin-top: 8rem;
        min-height: 250px
    }

    .section-search-continuum:before {
        width: 1200px;
        height: 1200px
    }

    .section-search-continuum .section-title {
        font-size: 36px;
        line-height: 44px;
        max-width: 540px
    }

    .section-search-continuum .search-block .search-continuum-form {
        margin-top: 15px
    }

    .section-search-continuum .search-block .search-continuum-form input {
        height: 50px;
        border-width: 2px;
        font-size: 14px;
        line-height: 17px
    }

    .section-search-continuum .search-block .search-continuum-form button {
        width: 50px;
        height: 50px
    }
}

@media (max-width: 1366px) {
    .section-search-continuum {
        margin-top: 6rem;
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .section-search-continuum:before {
        width: 800px;
        height: 800px
    }

    .section-search-continuum .section-title {
        font-size: 24px;
        line-height: 29px
    }

    .section-search-continuum .search-block {
        margin-left: 0
    }
}

@media (max-width: 992px) {
    .section-search-continuum .search-block p {
        font-size: 14px;
        line-height: 17px
    }
}

@media (max-width: 767px) {
    .section-search-continuum {
        margin-top: 5rem;
        flex-wrap: wrap
    }

    .section-search-continuum .section-title {
        margin-bottom: 0
    }

    .section-search-continuum .search-block {
        width: 100%;
        margin-top: 2rem
    }

    .section-search-continuum .search-block .search-continuum-form input {
        width: 230px;
        padding: 0 15px 0 15px
    }
}

.find-container {
    margin-top: 6rem
}

.find-container .find-block {
    border: 3px solid #858181;
    padding: 4rem 4rem 8rem;
    text-align: center
}

.find-container .find-block .find-title {
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #262626;
    font-family: 'Lato-Bold'
}

.find-container .find-block p {
    font-size: 18px;
    line-height: 22px;
    color: #262626;
    margin-top: 15px
}

.find-container .find-block .find-form {
    display: flex;
    margin-top: 60px;
    justify-content: center
}

@media (max-width: 1600px) {
    .find-container .find-block {
        padding: 2rem 4rem 6rem
    }

    .find-container .find-block .find-form {
        margin-top: 40px
    }

    .find-container .find-block .find-title {
        font-size: 18px;
        line-height: 22px
    }

    .find-container .find-block p {
        font-size: 14px;
        line-height: 17px
    }
}

@media (max-width: 992px) {
    .find-container .find-block {
        padding: 1rem 4rem 4rem
    }
}

@media (max-width: 767px) {
    .find-container {
        margin-top: 5rem
    }

    .find-container .find-block {
        padding: 1rem 2rem 3rem
    }

    .find-container .find-block .find-form {
        flex-wrap: wrap
    }
}

.subscribe-container {
    margin-top: 12rem;
    position: relative;
    margin-bottom: 3rem
}

.subscribe-container .socnetworks {
    display: flex;
    padding-left: 8rem;
    position: absolute;
    left: 0;
    top: 19rem;
    margin-left: 3rem
}

.subscribe-container .socnetworks span {
    font-size: 48px;
    line-height: 58px;
    color: #1C1C1C
}

.subscribe-container .socnetworks .socnetworks-icons {
    margin-left: 6rem;
    display: flex;
    align-items: center
}

.subscribe-container .socnetworks .socnetworks-icons a {
    margin: 0 25px
}

.subscribe-container .subscribe-block {
    display: flex;
    padding-left: 8rem;
    justify-content: space-between;
    align-items: flex-end
}

.subscribe-container .subscribe-form {
    width: 820px;
    margin-bottom: 20rem;
    padding-right: 4rem
}

.subscribe-container .subscribe-form .section-title {
    font-size: 48px;
    line-height: 58px;
    color: #1C1C1C;
    margin-bottom: 40px;
    max-width: 650px
}

.subscribe-container .subscribe-form p {
    font-size: 18px;
    line-height: 22px;
    color: #242328;
    max-width: 650px
}

.subscribe-container .subscribe-form .tm-form {
    margin-top: 55px;
    display: flex;
    max-width: 650px
}

.subscribe-container .subscribe-form .tm-form input {
    margin-left: 0
}

.subscribe-container .subscribe-form .tm-form button {
    margin-right: 0
}

.subscribe-container .subscribe-cards {
    display: flex
}

.subscribe-container .subscribe-cards .cards-column {
    margin-right: 6rem
}

.subscribe-container .subscribe-cards .cards-column:nth-child(even) {
    margin-top: 10rem
}

.subscribe-container .subscribe-cards .cards-column:last-child {
    margin-right: 0
}

.subscribe-container .subscribe-cards .card {
    max-width: 448px;
    background: #F8F8F8;
    box-shadow: 0px 9px 13px rgba(0, 0, 0, 0.16);
    padding: 25px 30px 25px 45px;
    margin-bottom: 6rem
}

.subscribe-container .subscribe-cards .card img {
    max-width: 100%;
    object-fit: cover
}

@media (max-width: 1720px) {
    .subscribe-container .socnetworks {
        margin-left: 0
    }

    .subscribe-container .socnetworks .socnetworks-icons a {
        margin: 0 20px
    }
}

@media (max-width: 1600px) {
    .subscribe-container {
        margin-top: 8rem
    }

    .subscribe-container .subscribe-block {
        padding-left: 5rem;
        padding-right: 5rem
    }

    .subscribe-container .socnetworks {
        padding-left: 5rem;
        flex-wrap: wrap;
        top: 8rem;
        margin-left: 0
    }

    .subscribe-container .socnetworks span {
        font-size: 36px;
        line-height: 43px
    }

    .subscribe-container .socnetworks .socnetworks-icons {
        width: 100%;
        margin-left: 0;
        margin-top: 20px
    }

    .subscribe-container .socnetworks .socnetworks-icons a {
        margin: 0 40px 0 0
    }

    .subscribe-container .socnetworks .socnetworks-icons img {
        max-width: 32px;
        max-height: 30px
    }

    .subscribe-container .subscribe-cards .cards-column {
        margin-right: 4rem
    }

    .subscribe-container .subscribe-cards .card {
        max-width: 308px;
        padding: 20px 25px 15px 35px;
        margin-bottom: 5rem
    }

    .subscribe-container .subscribe-form {
        width: 620px
    }

    .subscribe-container .subscribe-form .section-title {
        font-size: 36px;
        line-height: 44px;
        margin-top: 0;
        margin-bottom: 20px;
        max-width: 440px
    }

    .subscribe-container .subscribe-form p {
        font-size: 14px;
        line-height: 17px;
        max-width: 440px
    }

    .subscribe-container .subscribe-form .tm-form {
        margin-top: 30px
    }

    .subscribe-container .subscribe-form .tm-form input {
        max-width: 330px
    }
}

@media (max-width: 1366px) {
    .subscribe-container .socnetworks {
        padding-left: 2rem
    }

    .subscribe-container .subscribe-block {
        padding-left: 2rem;
        padding-right: 2rem;
        margin-top: 3rem
    }

    .subscribe-container .subscribe-form .section-title {
        font-size: 30px;
        line-height: 36px
    }

    .subscribe-container .subscribe-form .tm-form {
        flex-wrap: wrap
    }

    .subscribe-container .subscribe-form .tm-form button {
        margin-left: 0
    }
}

@media (max-width: 1140px) {
    .subscribe-container .socnetworks {
        position: static
    }
}

@media (max-width: 992px) {
    .subscribe-container {
        margin-top: 5rem
    }

    .subscribe-container .subscribe-form {
        width: 440px
    }

    .subscribe-container .subscribe-form .section-title {
        font-size: 24px;
        line-height: 29px
    }

    .subscribe-container .subscribe-cards .card {
        margin-bottom: 4rem
    }

    .subscribe-container .subscribe-cards .cards-column {
        margin-right: 3rem
    }
}

@media (max-width: 767px) {
    .subscribe-container .socnetworks {
        padding-left: 2rem;
        padding-right: 2rem;
        justify-content: center
    }

    .subscribe-container .socnetworks span {
        font-size: 24px;
        line-height: 29px
    }

    .subscribe-container .socnetworks .socnetworks-icons {
        margin-top: 15px;
        justify-content: center
    }

    .subscribe-container .socnetworks .socnetworks-icons a {
        margin: 0 10px
    }

    .subscribe-container .socnetworks .socnetworks-icons img {
        max-width: 20px
    }

    .subscribe-container .subscribe-form {
        width: 100%;
        padding-right: 2rem;
        padding-left: 2rem;
        margin-top: 3rem;
        margin-bottom: 0
    }

    .subscribe-container .subscribe-form .tm-form button {
        margin-top: 0
    }

    .subscribe-container .subscribe-block {
        padding-left: 0rem;
        padding-right: 0rem;
        flex-wrap: wrap;
        flex-flow: column-reverse;
        margin-top: 4rem
    }

    .subscribe-container .subscribe-cards {
        overflow: auto;
        max-width: 100%
    }

    .subscribe-container .subscribe-cards .card {
        width: 210px;
        padding: 14px 14px 10px 20px;
        margin-bottom: 2.5rem;
        margin-right: 2.5rem
    }

    .subscribe-container .subscribe-cards .card:nth-child(even) {
        margin-top: 4rem
    }

    .subscribe-container .subscribe-cards .cards-column {
        display: flex;
        align-items: flex-start;
        margin-right: 0
    }

    .subscribe-container .subscribe-cards .cards-column:nth-child(even) {
        margin-top: 0
    }
}

.footer {
    background: #242328;
    padding-top: 9rem;
    position: relative;
    overflow: hidden;
    margin-top: 6rem
}

.footer:before {
    content: '';
    background-image: url("/local/templates/continuum/img/ring.svg");
    position: absolute;
    bottom: -50%;
    left: -50%;
    width: 1635px;
    height: 1635px;
    background-size: contain;
    transform-origin: 50% 50%;
    animation: header__ring_animate 200s ease infinite
}

.footer:after {
    content: '';
    background-image: url("/local/templates/continuum/img/ring.svg");
    position: absolute;
    top: 40%;
    right: -40%;
    width: 1635px;
    height: 1635px;
    background-size: contain;
    transform-origin: 50% 50%;
    animation: header__ring_animate 200s ease infinite
}

.footer .footer-top {
    display: flex;
    justify-content: space-between
}

.footer .footer-left {
    max-width: 464px;
    z-index: 44
}

.footer .footer-left p {
    font-size: 18px;
    line-height: 22px;
    color: #B8B5B5;
    margin-bottom: 15px;
    font-family: 'Lato-Bold'
}

.footer .footer-left a {
    color: #B8B5B5;
    text-decoration: none
}

.footer .footer-left a[href^="tel"] {
    color: #CFCFCF;
    font-size: 24px;
    line-height: 29px;
    margin-top: 10px;
    display: inline-block
}

.footer .footer-logo {
    margin-bottom: 25px

}

.footer .footer-logo img {
    max-width: 260px;
}

.footer .footer-center {
    z-index: 44
}

.footer .footer-right {
    z-index: 44
}

.footer .footer-right img {
    max-width: 280px
}

.footer .footer-right .soc-networks {
    text-align: right;
    margin-bottom: 40px;
    margin-top: 5px
}

.footer .footer-right .soc-networks a {
    margin-left: 25px
}

.footer .footer-nav {
    display: flex;
    list-style-type: none;
    padding-left: 0;
    margin-top: 10px
}

.footer .footer-nav .footer-nav-column {
    margin: 0 35px
}

.footer .footer-nav .footer-nav-column ul {
    list-style-type: none;
    padding-left: 0
}

.footer .footer-nav .footer-nav-column li {
    margin-bottom: 10px
}

.footer .footer-nav .footer-nav-column li:first-child {
    margin-bottom: 15px
}

.footer .footer-nav .footer-nav-column li:first-child a {
    color: #DFDFDF
}

.footer .footer-nav .footer-nav-column a {
    font-size: 18px;
    line-height: 22px;
    color: #B8B5B5;
    font-family: 'Lato-Bold'
}

.footer .footer-bottom {
    display: flex;
    flex-wrap: wrap;
    padding-top: 5rem;
    padding-bottom: 5rem;
    z-index: 44;
    position: relative
}

.footer .footer-bottom span {
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    color: #CFCFCF;
    margin-right: 8rem
}

.footer .footer-bottom span:last-child {
    margin-right: 0
}

@media (max-width: 1600px) {
    .footer {
        padding-top: 4rem
    }

    .footer:before, .footer:after {
        width: 1200px;
        height: 1200px
    }

    .footer .footer-logo {
        margin-bottom: 20px
    }

    .footer .footer-logo img {
        width: 150px
    }

    .footer .footer-left {
        max-width: 350px
    }

    .footer .footer-left p {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 10px
    }

    .footer .footer-left a[href^="tel"] {
        font-size: 18px;
        line-height: 22px
    }

    .footer .footer-nav .footer-nav-column a {
        font-size: 14px;
        line-height: 17px
    }

    .footer .footer-nav .footer-nav-column li, .footer .footer-nav .footer-nav-column li:first-child {
        margin-bottom: 7px
    }

    .footer .footer-right img {
        max-width: 190px
    }

    .footer .footer-right .soc-networks {
        margin-bottom: 30px
    }

    .footer .footer-bottom {
        padding-top: 3rem;
        padding-bottom: 4rem
    }

    .footer .footer-bottom span {
        font-size: 14px;
        line-height: 20px;
        margin-right: 6rem
    }
}

@media (max-width: 1367px) {
    .footer .footer-left {
        max-width: 290px
    }

    .footer .footer-nav .footer-nav-column {
        margin: 0 15px
    }
}

@media (max-width: 992px) {
    .footer .footer-right img {
        max-width: 160px
    }
}

@media (max-width: 767px) {
    .footer {
        padding-top: 3rem
    }

    .footer:before {
        bottom: 0;
        width: 900px;
        height: 900px;
        left: 0
    }

    .footer:after {
        display: none
    }

    .footer .footer-top {
        flex-wrap: wrap;
        justify-content: center
    }

    .footer .footer-logo img {
        width: 200px
    }

    .footer .footer-left {
        text-align: center
    }

    .footer .footer-nav {
        flex-wrap: wrap;
        margin-top: 20px
    }

    .footer .footer-nav .footer-nav-column {
        width: 100%;
        text-align: center;
        margin-bottom: 15px
    }

    .footer .footer-right {
        width: 100%;
        text-align: center
    }

    .footer .footer-right .soc-networks {
        text-align: center;
        margin-bottom: 20px
    }

    .footer .footer-right .soc-networks a {
        margin: 0 10px
    }

    .footer .footer-bottom {
        justify-content: center;
        width: 180px;
        margin: auto;
        padding-bottom: 2rem
    }

    .footer .footer-bottom span {
        margin-right: 0;
        margin-bottom: 15px
    }
}

.page-title-container .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px
}

.page-title-container .breadcrumbs li {
    margin: 0 0 10px 0;
    position: relative;
    font-size: 24px;
    line-height: 29px;
    font-family: 'Lato-Bold'
}

.page-title-container .breadcrumbs li a:after {
    content: '-';
    color: #242328;
    font-family: 'Lato-Bold';
    font-size: 24px
}

.page-title-container .breadcrumbs a {
    color: #242328;
    text-decoration: none;
    display: flex
}

@media (max-width: 1600px) {
    .page-title-container .breadcrumbs li {
        font-size: 18px;
        line-height: 22px
    }
}

@media (max-width: 767px) {
    .page-title-container .breadcrumbs {
        margin-top: 20px;
        margin-bottom: 15px
    }

    .page-title-container .breadcrumbs li {
        font-size: 14px;
        line-height: 17px
    }
}

.page-wide-nav {
    min-height: 200px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #242328;
    position: relative;
    overflow: hidden;
    margin: 70px 0
}

.page-wide-nav:before {
    content: '';
    background-image: url("/local/templates/continuum/img/ring.svg");
    position: absolute;
    top: 0;
    right: -25%;
    margin: auto;
    width: 1635px;
    height: 1635px;
    background-size: contain;
    transform-origin: 50% 50%;
    animation: header__ring_animate 250s ease infinite
}

.page-wide-nav .pw-nav-left {
    width: 28%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    align-items: center
}

.page-wide-nav .pw-nav-left p {
    font-size: 18px;
    line-height: 22px;
    color: #C4C4C4;
    font-family: 'Lato-Bold';
    margin-bottom: 0
}

.page-wide-nav .pw-nav {
    display: flex;
    z-index: 44
}

.page-wide-nav .pw-nav a {
    height: 100%;
    font-size: 36px;
    line-height: 43px;
    color: #DFDFDF;
    font-family: 'Lato-Bold';
    padding: 10px 100px;
    display: flex;
    align-items: center;
    transition: .5s;
    text-decoration: none
}

.page-wide-nav .pw-nav a:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.85)
}

.page-wide-nav .pw-nav a.active {
    background-color: #fff;
    color: #1D1D1D
}

@media (max-width: 1600px) {
    .page-wide-nav {
        min-height: 160px;
        margin: 50px 0
    }

    .page-wide-nav .pw-nav a {
        padding: 10px 80px
    }

    .page-wide-nav:before {
        width: 1200px;
        height: 1200px
    }
}

@media (max-width: 1366px) {
    .page-wide-nav {
        min-height: 140px
    }

    .page-wide-nav:before {
        width: 900px;
        height: 900px;
        right: -8%
    }

    .page-wide-nav .pw-nav-left {
        width: 34%
    }

    .page-wide-nav .pw-nav-left p {
        font-size: 14px;
        line-height: 17px
    }

    .page-wide-nav .pw-nav a {
        padding: 10px 50px;
        font-size: 30px
    }
}

@media (max-width: 992px) {
    .page-wide-nav {
        min-height: 100px
    }

    .page-wide-nav .pw-nav a {
        padding: 10px 40px;
        font-size: 24px
    }
}

@media (max-width: 767px) {
    .page-wide-nav {
        margin: 40px 0;
        background: transparent
    }

    .page-wide-nav:before {
        display: none
    }

    .page-wide-nav .pw-nav-left {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0
    }

    .page-wide-nav .pw-nav-left p {
        color: #242328
    }

    .page-wide-nav .pw-nav {
        margin-top: 20px;
        padding-left: 2rem;
        padding-right: 2rem
    }

    .page-wide-nav .pw-nav a {
        border: 2px solid #242328;
        font-size: 18px;
        line-height: 24px;
        padding: 10px 30px;
        background-color: #242328;
        color: #fff
    }

    .page-wide-nav .pw-nav a.active {
        color: #242328;
        background-color: transparent
    }
}

.goods-items-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 8rem
}

.goods-items-container .subscribe-banner {
    width: 400px;
    background: #F8F8F8;
    padding: 8rem 4rem;
    margin-right: 50px;
    height: 1000px;
    overflow: hidden;
    position: relative
}

.goods-items-container .subscribe-banner:before {
    content: '';
    background-image: url("/local/templates/continuum/img/ring.svg");
    position: absolute;
    top: 55%;
    right: 0;
    margin: auto;
    width: 1635px;
    height: 1635px;
    background-size: contain;
    transform-origin: 50% 50%;
    animation: header__ring_animate 250s ease infinite
}

.goods-items-container .subscribe-banner-title {
    font-size: 48px;
    line-height: 58px;
    color: #1C1C1C;
    font-family: 'Lato-Medium'
}

.goods-items-container .subscribe-banner p {
    font-size: 18px;
    line-height: 22px;
    color: #242328;
    margin-top: 20px;
    max-width: 750px
}

.goods-items-container .subscribe-banner .tm-form {
    margin-top: 70px;
    position: relative;
    z-index: 22
}

.goods-items-container .subscribe-banner .tm-form input {
    margin: 0;
    margin-right: 12px
}

.goods-items-container .subscribe-banner .tm-form button {
    margin: 0;
    margin-top: 35px
}

.goods-items-container .subscribe-banner + div {
    width: calc(100% - 450px)
}

.goods-items-container .goods-items {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-bottom: 30px
}

.goods-items-container .goods-items .good-item {
    width: 250px;
    margin-right: 15px;
    margin-bottom: 15px
}

@media (max-width: 1600px) {
    .goods-items-container .subscribe-banner {
        height: 750px;
        padding: 6rem 4rem
    }

    .goods-items-container .subscribe-banner-title {
        font-size: 36px;
        line-height: 44px
    }
}

@media (max-width: 1366px) {
    .goods-items-container {
        flex-flow: column-reverse
    }

    .goods-items-container .subscribe-banner, .goods-items-container .subscribe-banner + div {
        width: 100%
    }

    .goods-items-container .subscribe-banner {
        margin-right: 0;
        padding: 4rem;
        height: auto;
        margin-top: 8rem
    }

    .goods-items-container .subscribe-banner:before {
        top: 50%;
        right: auto;
        left: 25%
    }

    .goods-items-container .subscribe-banner .tm-form {
        margin-bottom: 0;
        margin-top: 0
    }

    .goods-items-container .goods-items {
        margin-left: -10px;
        margin-right: -10px
    }

    .goods-items-container .goods-items .good-item {
        width: calc(25% - 20px);
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
        padding: 20px
    }
}

@media (max-width: 992px) {
    .goods-items-container .subscribe-banner {
        padding: 3rem
    }

    .goods-items-container .subscribe-banner-title {
        font-size: 30px;
        line-height: 36px
    }

    .goods-items-container .subscribe-banner .tm-form button {
        margin-top: 25px
    }

    .goods-items-container .goods-items .good-item {
        width: calc(33% - 20px)
    }

    .goods-items-container .goods-items .good-item-bottom .good-item-prices .current-price {
        font-size: 20px;
        line-height: 24px
    }
}

@media (max-width: 767px) {
    .goods-items-container .goods-items .good-item {
        width: 250px
    }

    .goods-items-container .subscribe-banner {
        margin-top: 5rem
    }

    .goods-items-container .subscribe-banner-title {
        font-size: 24px;
        line-height: 29px
    }

    .goods-items-container .subscribe-banner p {
        font-size: 14px;
        line-height: 17px
    }

    .goods-items-container .subscribe-banner .tm-form {
        margin-top: 30px;
        margin-bottom: 15px
    }
}

.section-action {
    display: flex;
    width: 100%;
    margin: 5rem 0;
    padding-left: 8rem;
    align-items: flex-start
}

.section-action .action-desc {
    width: 40%;
    padding-right: 4%
}

.section-action .action-desc .section-title {
    font-size: 72px;
    line-height: 80px;
    color: #686767;
    font-weight: normal;
    font-family: 'Lato-Medium'
}

.section-action .action-desc .date {
    font-size: 36px;
    line-height: 43px;
    color: #242328;
    margin-top: 4rem;
    margin-bottom: 4rem
}

.section-action .action-desc p {
    font-size: 18px;
    line-height: 22px;
    color: #757373;
    font-family: 'Lato-Bold';
    margin-bottom: 4rem
}

.section-action .action-picture {
    width: 60%;
    text-align: right
}

@media (max-width: 1600px) {
    .section-action {
        padding-left: 5rem
    }

    .section-action .action-desc {
        width: 50%
    }

    .section-action .action-desc .section-title {
        font-size: 50px;
        line-height: 54px
    }

    .section-action .action-desc .date {
        font-size: 24px;
        line-height: 29px;
        margin-top: 3rem;
        margin-bottom: 3rem
    }

    .section-action .action-picture {
        width: 50%
    }
}

@media (max-width: 1366px) {
    .section-action {
        padding-left: 2rem
    }
}

@media (max-width: 992px) {
    .section-action {
        flex-flow: column-reverse;
        padding-right: 2rem
    }

    .section-action .action-desc, .section-action .action-picture {
        width: 100%
    }

    .section-action .action-desc {
        padding-right: 0;
        margin-top: 40px
    }

    .section-action .action-desc .date {
        margin-top: 2rem;
        margin-bottom: 2rem
    }

    .section-action .action-desc p {
        margin-bottom: 2rem
    }
}

@media (max-width: 767px) {
    .section-action {
        margin: 3rem 0
    }

    .section-action .action-desc {
        margin-top: 30px
    }

    .section-action .action-desc .section-title {
        font-size: 24px;
        line-height: 29px
    }

    .section-action .action-desc .date {
        font-size: 18px;
        line-height: 22px;
        margin-top: 1rem
    }

    .section-action .action-desc p {
        font-size: 14px;
        line-height: 17px
    }
}

.section-cards-slider {
    margin-top: 5rem;
    margin-bottom: 5rem
}

.section-cards-slider .section-title {
    font-size: 64px;
    line-height: 80px
}

.section-cards-slider .swiper-slide {
    width: 250px;
    height: auto
}

.section-cards-slider .swiper-container {
    margin-top: 50px
}

.section-cards-slider.goods-items .good-item {
    height: 100%
}

@media (max-width: 1600px) {
    .section-cards-slider .section-title {
        font-size: 36px;
        line-height: 40px
    }

    .section-cards-slider .swiper-container {
        margin-top: 40px
    }
}

@media (max-width: 767px) {
    .section-cards-slider {
        margin-top: 3rem;
        margin-bottom: 3rem
    }

    .section-cards-slider .section-title {
        font-size: 24px;
        line-height: 29px
    }

    .section-cards-slider .swiper-container {
        margin-top: 30px;
        margin-right: -2rem
    }
}

.section-about .sa-step {
    position: relative
}

.section-about .sa-step .btn {
    width: 285px;
    height: 72px;
    border: none;
    font-size: 16px;
    line-height: 19px;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #313131;
    border: 3px solid #242328;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
    max-width: 100%
}

.section-about .sa-step .sa-box-title {
    font-size: 30px;
    line-height: 37px;
    color: #1C1C1C;
    font-family: 'Lato-Medium';
    font-weight: normal
}

.section-about .sa-step .sa-box-title--border {
    padding-bottom: 40px;
    position: relative
}

.section-about .sa-step .sa-box-title--border:after {
    content: '';
    width: 250px;
    height: 8px;
    background: #BA9865;
    position: absolute;
    bottom: 0;
    right: 0
}

.section-about .sa-step .sa-box-title--large {
    font-size: 35px;
    line-height: 43px
}

.section-about .sa-step .sa-box .sa-box-text {
    font-size: 24px;
    line-height: 29px;
    color: #242328;
    max-width: 600px;
    font-family: 'Lato-Medium'
}

.section-about .sa-step .sa-box .sa-box-text p {
    font-size: 24px;
    line-height: 29px;
    color: #242328;
    max-width: 600px;
    font-family: 'Lato-Medium'
}

.section-about .sa-step .sa-box p {
    font-size: 18px;
    line-height: 22px
}

.section-about .sa-step--background {
    padding-top: 8rem;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: 100% calc(100% - 15rem);
    background-size: 100% calc(100% - 15rem);
    margin-bottom: -15rem
}

.section-about .sa-step--background .sa-step-content {
    z-index: 22;
    background: #F8F8F8;
    margin: 0 8rem 0 8rem;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap
}

.section-about .sa-step--background .sa-step-content:before {
    content: '';
    background-image: url("/local/templates/continuum/img/ring.svg");
    position: absolute;
    top: 10%;
    left: -50%;
    opacity: .5;
    width: 1635px;
    height: 1635px;
    background-size: contain;
    transform-origin: 50% 50%;
    animation: header__ring_animate 200s ease infinite;
    z-index: -1
}

.section-about .sa-step--background .sa-step-content:after {
    content: '';
    background-image: url("/local/templates/continuum/img/ring.svg");
    position: absolute;
    bottom: 60%;
    right: -40%;
    opacity: .5;
    width: 1635px;
    height: 1635px;
    background-size: contain;
    transform-origin: 50% 50%;
    animation: header__ring_animate 200s ease infinite;
    z-index: -1
}

.section-about .sa-step--background .sa-step-content .lside {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding-top: 10rem;
    padding-bottom: 18rem
}

.section-about .sa-step--background .sa-step-content .sa-box-title {
    max-width: 75%;
    padding-right: 20px
}

.section-about .sa-step--background .sa-step-content .sa-step-picture {
    margin-top: 12rem;
    margin-right: -8rem;
    z-index: 22;
    max-width: 600px
}

.section-about .sa-step--background .sa-step-content .rside {
    width: 50%;
    padding-top: 20px;
    padding-right: 20px
}

.section-about .sa-step--background .sa-step-content .rside .sa-box-text {
    background: #fff;
    padding: 12rem 7rem 10rem 14rem
}

.section-about .sa-step--background .sa-step-content .rside .sa-box-title {
    margin: 6rem;
    max-width: 100%;
}

.section-about .sa-step--book-section {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.section-about .sa-step--book-section .sa-box {
    max-width: 520px
}

.section-about .sa-step--book-section .sa-step-picture {
    width: 46%
}

.section-about .sa-step--book-section .sa-step-content {
    padding-top: 24rem;
    width: 54%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.section-about .sa-step--book-section .sa-box-text {
    width: 100%;
    margin-top: 10rem;
    margin-left: 1rem;
    padding: 4rem 0 4rem 15rem;
    border-left: 8px solid #242328
}

.section-about .sa-step--library-expanding {
    display: flex;
    width: 100%;
    align-items: flex-start;
    margin-top: 12rem
}

.section-about .sa-step--library-expanding .sa-box-title {
    max-width: 440px;
    margin-top: 4rem;
    margin-right: 2rem
}

.section-about .sa-step--library-expanding .sa-step-picture {
    max-width: 660px
}

.section-about .sa-step--library-expanding .sa-step-content {
    max-width: 440px;
    padding: 30px;
    margin: auto
}

.section-about .sa-step--choose-theme {
    margin-top: 22rem
}

.section-about .sa-step--choose-theme .floaty-gray-container {
    width: 50%;
    max-width: 924px;
    height: 100%;
    max-height: 756px;
    position: absolute;
    top: -45%;
    left: 20%;
    overflow: hidden;
    background: #F8F8F8;
    z-index: -1
}

.section-about .sa-step--choose-theme .floaty-gray-container:after {
    content: '';
    background-image: url("/local/templates/continuum/img/ring.svg");
    position: absolute;
    top: -25%;
    right: 20%;
    opacity: .5;
    width: 1635px;
    height: 1635px;
    background-size: contain;
    transform-origin: 50% 50%;
    animation: header__ring_animate 250s ease infinite
}

.section-about .sa-step--choose-theme .sa-box-title--large {
    margin-bottom: 30px
}

.section-about .sa-step--choose-theme .sa-step-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

.section-about .sa-step--choose-theme .lside {
    max-width: 440px
}

.section-about .sa-step--choose-theme .rside {
    max-width: calc(100% - 500px);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

.section-about .sa-step--choose-theme .rside .sa-box-title {
    max-width: 330px;
    position: relative
}

.section-about .sa-step--choose-theme .rside .sa-box-title:before {
    content: '';
    width: 175%;
    max-width: 540px;
    height: 8px;
    background: #BA9865;
    position: absolute;
    right: 100%;
    top: 5rem;
    margin-right: 40px
}

.section-about .sa-step--choose-theme .rside .sa-step-picture {
    width: 100%;
    margin-top: 10rem;
    display: flex;
    justify-content: flex-end
}

.section-about .sa-step--choose-theme .tm-form {
    display: flex;
    margin-top: 40px
}

.section-about .sa-step--choose-theme .tm-form input {
    margin: 0;
    height: 72px;
    width: 285px
}

.section-about .sa-step--choose-theme .tm-form button {
    margin: 0;
    width: 82px;
    height: 72px;
    font-size: 0;
    background-image: url("/local/templates/continuum/img/icon-continuum.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px 40px
}

@media (max-width: 1600px) {
    .section-about .sa-step .sa-box-title {
        font-size: 30px;
        line-height: 36px
    }

    .section-about .sa-step .sa-box .sa-box-text p {
        font-size: 18px;
        line-height: 22px
    }

    .section-about .sa-step--background {
        padding-top: 5rem
    }

    .section-about .sa-step--background .sa-step-content {
        margin: 0 5rem 0 5rem
    }

    .section-about .sa-step--background .sa-step-content:before, .section-about .sa-step--background .sa-step-content:after {
        width: 1200px;
        height: 1200px
    }

    .section-about .sa-step--background .sa-step-content .lside {
        padding-bottom: 10rem
    }

    .section-about .sa-step--background .sa-step-content .rside .sa-box-title {
        max-width: 360px;
        margin: 4rem 0 0 12rem
    }

    .section-about .sa-step--background .sa-step-content .rside .sa-box-text {
        padding: 10rem 5rem 8rem 18rem
    }

    .section-about .sa-step--background .sa-step-content .sa-step-picture {
        margin-top: 8rem;
        max-width: 400px
    }

    .section-about .sa-step--book-section .sa-step-picture {
        width: 40%
    }

    .section-about .sa-step--book-section .sa-box-text {
        padding: 4rem 0 4rem 10rem
    }

    .section-about .sa-step--book-section .sa-step-content {
        width: 60%
    }

    .section-about .sa-step--library-expanding .sa-step-picture {
        max-width: 400px
    }

    .section-about .sa-step--choose-theme {
        margin-top: 10rem
    }

    .section-about .sa-step--choose-theme .floaty-gray-container:after {
        width: 1200px;
        height: 1200px
    }

    .section-about .sa-step--choose-theme .rside .sa-box-title:before {
        width: 100%
    }
}

@media (max-width: 1366px) {
    .section-about .sa-step--background {
        -webkit-background-size: 100% calc(100% - 5rem);
        background-size: 100% calc(100% - 5rem);
        margin-bottom: -5rem
    }

    .section-about .sa-step--background .sa-step-content {
        margin: 0 2rem
    }

    .section-about .sa-step--background .sa-step-content:before {
        width: 900px;
        height: 900px
    }

    .section-about .sa-step--background .sa-step-content:after {
        display: none
    }

    .section-about .sa-step--background .sa-step-content .lside {
        padding-top: 8rem;
        padding-bottom: 8rem
    }

    .section-about .sa-step--background .sa-step-content .rside .sa-box-text {
        padding: 5rem 3rem 5rem 10rem
    }

    .section-about .sa-step--background .sa-step-content .sa-step-picture {
        margin-right: -4rem
    }

    .section-about .sa-step--book-section .sa-step-content {
        padding-top: 10rem
    }

    .section-about .sa-step--book-section .sa-box {
        max-width: 400px
    }

    .section-about .sa-step--book-section .sa-box-text {
        margin-top: 5rem;
        padding: 2rem 0 2rem 5rem
    }

    .section-about .sa-step--library-expanding {
        margin-top: 8rem
    }

    .section-about .sa-step--choose-theme .rside .sa-box-title:before {
        right: auto;
        left: 0;
        top: -4rem
    }

    .section-about .sa-step--choose-theme .rside .sa-step-picture {
        margin-top: 5rem
    }
}

@media (max-width: 992px) {
    .section-about .sa-step .btn {
        margin-top: 2rem
    }

    .section-about .sa-step .sa-box-title {
        font-size: 24px;
        line-height: 29px
    }

    .section-about .sa-step--background .sa-step-content .lside {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .section-about .sa-step--background .sa-step-content .sa-step-picture {
        max-width: 300px;
        margin-right: -2rem
    }

    .section-about .sa-step--background .sa-step-content .rside .sa-box-title {
        margin: 4rem 0 0 8rem
    }

    .section-about .sa-step--background .sa-step-content .rside .sa-box-text {
        padding: 4rem 3rem 4rem 6rem
    }

    .section-about .sa-step--library-expanding .sa-step-content {
        max-width: 300px
    }

    .section-about .sa-step--choose-theme .floaty-gray-container:after {
        width: 900px;
        height: 900px
    }

    .section-about .sa-step--choose-theme .lside {
        max-width: 300px
    }

    .section-about .sa-step--choose-theme .rside {
        max-width: calc(100% - 350px)
    }
    .pushy .soc_block {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 0;
        margin-left: -10px;
    }
    .pushy .soc_block a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .pushy .header__social-phone {
        padding-left: 30px;
        justify-content: flex-start;
        text-align: left;
    }
}

@media (max-width: 767px) {


    .section-about .sa-step .btn {
        width: 240px
    }

    .section-about .sa-step .sa-box-title {
        font-size: 18px;
        line-height: 22px;
        max-width: 90%
    }

    .section-about .sa-step .sa-box-title--border:after {
        left: 0;
        right: auto
    }

    .section-about .sa-step .sa-box .sa-box-text p {
        font-size: 14px;
        line-height: 17px
    }

    .section-about .sa-step--background {
        background-size: 100% 100%;
        margin-bottom: 0rem;
        padding-bottom: 4rem
    }

    .section-about .sa-step--background .sa-step-content {
        margin: 0;
        padding: 0 2rem
    }

    .section-about .sa-step--background .sa-step-content:before {
        left: auto;
        right: -10%
    }

    .section-about .sa-step--background .sa-step-content .lside {
        width: 100%
    }

    .section-about .sa-step--background .sa-step-content .rside {
        width: 100%;
        padding-right: 0;
        margin-left: -2rem;
        padding-top: 0
    }

    .section-about .sa-step--background .sa-step-content .rside .sa-box-text {
        padding: 3rem 2rem
    }

    .section-about .sa-step--background .sa-step-content .rside .sa-box-title {
        margin: 2rem 0 8rem 2rem
    }

    .section-about .sa-step--background .sa-step-content .sa-box {
        justify-content: flex-start
    }

    .section-about .sa-step--background .sa-step-content .sa-box-title {
        padding-right: 0;
        padding-bottom: 0
    }

    .section-about .sa-step--background .sa-step-content .sa-box-title--border:after {
        display: none
    }

    .section-about .sa-step--background .sa-step-content .sa-step-picture {
        display: none
    }

    .section-about .sa-step--book-section {
        padding-top: 4rem
    }

    .section-about .sa-step--book-section .sa-step-picture {
        width: 100%
    }

    .section-about .sa-step--book-section .sa-step-picture img {
        height: 270px;
        width: 100%;
        object-fit: cover
    }

    .section-about .sa-step--book-section .sa-step-content {
        width: 100%;
        padding-top: 5rem
    }

    .section-about .sa-step--book-section .sa-box {
        max-width: 100%;
        padding: 0 2rem
    }

    .section-about .sa-step--book-section .sa-box-text {
        border-left: none;
        margin-left: 0;
        padding: 0;
        margin-top: 3rem
    }

    .section-about .sa-step--library-expanding {
        flex-wrap: wrap;
        margin-top: 6rem
    }

    .section-about .sa-step--library-expanding .sa-box-title {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 3rem
    }

    .section-about .sa-step--library-expanding .sa-step-picture {
        max-width: initial;
        margin-left: -2rem;
        margin-right: -2rem
    }

    .section-about .sa-step--library-expanding .sa-step-picture img {
        height: 270px;
        width: 100%;
        object-fit: cover
    }

    .section-about .sa-step--library-expanding .sa-step-content {
        max-width: 100%;
        padding: 0;
        margin-top: 3rem
    }

    .section-about .sa-step--choose-theme {
        margin-top: 4rem
    }

    .section-about .sa-step--choose-theme .floaty-gray-container {
        width: 100%;
        left: 0;
        right: 0;
        top: 12rem;
        max-height: 500px
    }

    .section-about .sa-step--choose-theme .floaty-gray-container:after {
        opacity: .25
    }

    .section-about .sa-step--choose-theme .sa-box-title--large {
        max-width: 75%;
        margin-bottom: 8rem;
        min-height: 65px
    }

    .section-about .sa-step--choose-theme .lside {
        max-width: 100%;
        width: 100%
    }

    .section-about .sa-step--choose-theme .lside p {
        font-size: 14px;
        line-height: 17px
    }

    .section-about .sa-step--choose-theme .rside {
        max-width: 100%;
        width: 100%;
        justify-content: flex-start;
        margin-top: 5rem
    }

    .section-about .sa-step--choose-theme .rside .sa-box-title {
        padding-top: 3rem;
        max-width: 90%
    }

    .section-about .sa-step--choose-theme .rside .sa-box-title:before {
        top: 0
    }

    .section-about .sa-step--choose-theme .rside .sa-step-picture {
        margin-top: 3rem;
        max-width: initial;
        margin-left: -2rem;
        margin-right: -2rem;
        width: calc(100% + 4rem)
    }

    .section-about .sa-step--choose-theme .rside .sa-step-picture img {
        height: 270px;
        width: 100%;
        object-fit: cover
    }
}

/*# sourceMappingURL=custom.css.map */



.filter-block-clean {
    text-align: center;
    background-color: #f5f6f7;
    color: #929496;

    display: block;
    width: 100%;
    padding: 0;
    border: none;
    font-size: 17px;
    line-height: 52px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.15s ease-in-out;
}


.filter-block-clean a:hover {
    text-decoration: none;

}


/*
     */
/*
*/