@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

p {
    padding: 0;
    margin: 0;
}

* {
    box-sizing: border-box;
}

a,
a:visited,
a:active,
a:hover {
    color: #000000;
    text-decoration: none;
}

.button-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C72A42;
    border-radius: 24px;
}

html, body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

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

.product-name {
    font-size: 30px;
    line-height: 37px;
    color: #2D2D2D;
    margin: 0;
    padding: 0;
    margin-bottom: 28px;
}

.c-image-transform {
    display: flex;
    margin-bottom: 40px;
    padding-bottom: 80px;
    border-bottom: 1px solid #E5E5E5;
}

.c-effects-image {
    margin-right: 30px;
}

.c-filtets {
    display: flex;
    justify-content: space-between;
    height: 44px;
    width: 100%;
}

.c-filtets .c-filters_item {
    display: flex;
    width: 44px;
    height: 100%;
    border-radius: 50%;
    border: none;
    outline: none;
    background: transparent;
}

.c-filtets .mirror-filter,
.c-filtets .js_filters {
    display: none;
    position: absolute;
}

.c-filtets .filters_item-1 {
    background: url('../img/icons/b-w.png') no-repeat center;
}

.c-filtets .filters_item-2 {
    background: url('../img/icons/sepia.png') no-repeat center;
}

.c-filtets .filters_item-3 {
    background: url('../img/icons/mirror.png') no-repeat center;
}

.c-filtets .filters_item-4 {
    background: url('../img/icons/brightness.png') no-repeat center;
}

.c-filtets .filters_item-5 {
    background: url('../img/icons/saturation_add.png') no-repeat center;
}

.c-filtets .filters_item-6 {
    background: url('../img/icons/saturation_remove.png') no-repeat center;
}

.c-filtets .filters_item-7 {
    background: url('../img/icons/warmer.png') no-repeat center;
}

.c-effects-items {
    display: flex;
}

.c-product-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 703px;
    height: 703px;
    position: relative;
    margin-bottom: 40px;
}

.c-product-image  .img-favorite {
    display: flex;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: url("../img/icons/favorites.png") no-repeat center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
}

.c-product-image #canvas {
    z-index: 100;
    max-height: 100%;
}

.c-product-image #canvas.is-mirror {
    transform: scale(-1, 1);
}

.c-product-image .product-img_item {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.c-product-image .product-img_item {
    /*
				max-width: 100%;
				max-height: 100%;
		*/
    height: 0;
    width: 0;
}

.c-cost-form .step-1 {
    padding-bottom: 25px;
    border-bottom: 1px solid #E5E5E5;
}

.c-cost-form .step-1_item {
    display: flex;
    align-items:center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.step-2_item .step-2_text,
.c-cost-form .step-1_item .step-1_text {
    font-weight: bold;
}

.droppin-effects input {
    display: none;
}

.droppin-effects,
.dropping-furniture,
.dropping-texture,
.dropping-size {
    font-size: 12px;
    line-height: 15px;
    color: #2D2D2D;
    position: relative;
    cursor: pointer;
}

.droppin-effects::after,
.dropping-furniture::after,
.dropping-texture::after,
.dropping-size::after {
    content: "";
    display: block;
    width: 20px;
    height: 23px;
    background: url('../img/icons/dropping.png') no-repeat center;
    position: absolute;
    left: -29px;
    top: 50%;
    transform: translate(0, -50%);
}

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

.size-image .c-form-element {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.c-spinner__input {
    border: none;
    outline: none;
    text-align: center;
    width: 60px;
    height: 48px;
    width: 60px;
    text-align: center;
    background: #FBFBFB;
    /* РІРЅСѓС‚СЂРµРЅРЅСЏСЏ С‚РµРЅСЊ */
    box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 24px;
}

.c-spinner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100px;
}

.form-square {
    height: 48px;
    width: 70px;
    text-align: center;
    border: 1px solid #E5E5E5;
    border-radius: 24px;
}

.c-form-element .form-element_label {
    font-size: 12px;
    line-height: 15px;
    color: #2D2D2D;
    margin-top: 10px;
    white-space: nowrap;
}

.c-spinner a {
    text-decoration: none;
}

.c-spinner__minus {
    width: 7px;
}

.c-spinner__plus {
    width: 11px;
}

.c-spinner__minus, .c-spinner__plus {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #84849F;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-spinner__minus:hover, .c-spinner__plus:hover,
.c-spinner__minus:focus, .c-spinner__plus:focus,
.c-spinner__minus:active, .c-spinner__plus:active {
    text-decoration: none;
    outline: none;
    border: none;
}

.СЃ-cost-calculation {
    width: 31.7%;
}

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

.step-2_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.c-form-items {
    display: flex;
    justify-content: space-between;
}

.c-form-items:not(:last-child) {
    margin-bottom: 20px;
}

.texture-img {
    margin-bottom: 30px;
}

.all-texture {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    width: 100%;
    height: 40px;
    cursor: pointer;
    margin-bottom: 30px;
}

a.all-texture {
    color: #FBFBFB;
}

.c-cost {
    width: 100%;
    height: 80px;
    border: 2px solid #C72A42;
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 14px;
    align-items: center;
}

.c-cost .cost-item {
    width: 108px;
    font-size: 16px;
    line-height: 20px;
}

.text-bold {
    font-weight: bold;
}

.c-cost .submit-data {
    width: 167px;
    height: 48px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #ffffff;
    outline: none;
    cursor: pointer;
    border: none;
}

.c-wallpaper-items {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 23px;
}

.c-anth-pr-items {
    text-align: center;
    margin-bottom: 25px;
}

.c-anth-pr_text,
.c-wallpaper_text {
    font-size: 24px;
    line-height: 29px;
    font-weight: normal;
    margin: 0;
}

.dropping-furniture {
    position: absolute;
    right: 0;
    bottom: 0;
}

.c-wallpaper-slider {
    height: 134px;
    margin: 0 -17px;
}

.wallpaper-slide_item {
    height: 100%;
    margin: 0 17px;
}

.wallpaper-slide_img {
    width: 100%;
    height: 101px;
    background: linear-gradient(180deg, #E5E5E5 0%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid #E5E5E5;
    display: flex !important;
    align-items: flex-end;
}

.wallpaper-slide_img img {
    max-width: 100%;
    max-height: 100%;
}

.wallpaper-slide_label {
    margin-top: 16px;
}

.СЃ-photo-wallpaper {
    padding-bottom: 80px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 40px;
}

.c-another-product {
    margin-bottom: 80px;
}

.c-text-block {
    line-height: 20px;
    color: #444444;
}

.c-text-block .block__text {
    margin-bottom: 1em;
}

.c-anth-pr-slider.js-slider-2 .anth-pr-slide_item {
    width: 215px;
    height: 212px;
    padding: 15px;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
}

.c-anth-pr-slider.js-slider-2 .anth-pr-slide_item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    outline: none;
}

.anth-pr-slide_item .anth-slide-text {
    width: 124px;
    text-align: center;
    margin-top: 7px;
}

.c-wallpaper-slider,
.c-anth-pr-slider {
    position: relative;
}

.slick-prev, .slick-next {
    width: 24px;
    height: 52px;
}

.c-wallpaper-slider .slick-prev {
    left: -17px;
}

.c-wallpaper-slider .slick-next {
    right: -17px;
}

.c-anth-pr-slider .slick-prev, .c-anth-pr-slider .slick-next {
    top: 45%;
}

.c-anth-pr-slider .slick-prev {
    left: -32px;
}

.c-anth-pr-slider .slick-next {
    right: -32px;
}

.c-wallpaper-slider .slick-prev, .c-wallpaper-slider .slick-next {
    top: 40%;
}

.slick-slide {
    outline: none;
}

.wallpaper-slide_item,
.anth-pr-slide_item {
    cursor: pointer;
}

.has-modal {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0;
    background-color: rgba(0,0,0,.5);
}

.modal.show {
    display: flex;
    justify-content: center;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 10px;
    padding-right: 10px;
}

.has-modal .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: 1020px;
    background-color: #fff;
    max-height: 744px;
    max-width: 1020px;
    z-index: 3030;
}

.modal-content {
    background-color: #fff;
}

.popup__background {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3000;
}

.block__close {
    position: absolute;
    background: url('../img/icons/exit.png') no-repeat center;
    width: 16px;
    height: 16px;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 3040;
}

.popup__background.is___open {
    display: block;
}

.texture-slider .textutes-slide {
    display: flex;
    width: 100%;
}

.textutes-slide .tex-slide__img {
    width: 50.1%;
}

.textutes-slide .tex-slide__img img {
    width: 100%;
}

.textutes-slide .tex-slide__specification {
    width: 49.9%;
    padding: 40px 50px 15px 25px;
}

.textutes-slide .tex-slide__specification .texture--name {
    font-weight: normal;
    margin: 0;
    font-size: 24px;
    line-height: 29px;
    color: #2D2D2D;
    margin-bottom: 10px;
}

.textutes-slide .tex-slide__specification .textures__text {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
}
.tex-slide__specification .texture--name .text-bold {
    margin-right: 7px;
}

.textutes-slide .tex--characteristics_items {
    font-size: 14px;
    line-height: 30px;
    display: flex;
}

.textutes-slide  .tex--charact-1 {
    display: flex;
    width: 38.5%;
    font-weight: bold;
}

.textutes-slide  .tex--charact-2 {
    display: inline-block;
    width: 20.1%;
}

.js-slider-3 .slick-prev {
    left: -45px;
    z-index: 100;
}

.js-slider-3 .slick-next {
    right: -45px;
    z-index: 100;
}

.tex-categories {
    display: flex;
    justify-content: space-between;
    padding: 30px 30px 26px 30px;
    background-color: #F2F2F2;
}

.tex--characteristics_items {
    width: 309px;
}

.tx-categ {
    width: 300px;
}

.tx-categ:not(:last-child) {
    margin-right: 30px;
}

.tex-categories .category-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 8px;
    border-bottom: 2px solid #C72A42;
    margin: 0;
    margin-bottom: 14px;
}

.tex-categories .cotegory__items {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    line-height: 17px;
    outline: none;
    border: none;
    cursor: pointer;
}

.tex-categories .ctg-item:not(:last-child) {
    margin-bottom: 7px;
}

.category__element-2 {
    font-weight: bold;
}

.tex-buttons {
    display: flex;
    justify-content: space-between;
    padding: 18px 17px 16px 30px;
    border: 2px solid #C72A42;
    border-radius: 40px;
    align-items: center;
}

.texture-but {
    padding: 23px 30px 17px 30px;
}

.texture-but .baskets {
    outline: none;
    border: none;
    width: 146px;
    height: 48px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    cursor: pointer;
}

.texture-but .select-exit {
    display: flex;
    justify-content: center;
    align-items: center;width: 230px;
    height: 48px;
    background: #2D2D2D;
    border-radius: 24px;
    outline: none;
    border: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    cursor: pointer;
}

.texture-but .tex--name {
    width: 201px;
    margin-right: 88px;
    font-size: 16px;
    line-height: 20px;
    color: #2D2D2D;
}

.texture-but .cost_text {
    font-size: 16px;
    line-height: 20px;
}

.ct-radio {
    z-index: -1;
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
}

.background-ctg {
    display: none;
}

.cotegory__items.is--active {
    position: relative;
    color: #fff;
}

.cotegory__items.is--active .background-ctg {
    display: block;
    position: absolute;
    background: #C72A42;
    border-radius: 12px;
    width: calc(100% + 20px);
    height: calc(100% + 6px);
    top: -3px;
    left: -10px;
}

.category__element-1,
.category__element-2 {
    z-index: 100;
}

.form-square:active,
.form-square:focus {
    outline: none;
    border: 1px solid #E5E5E5;
}

.texture--element_img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    background: transparent;
    border-radius: 5px;
    box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    outline: none;
    border: none;
    padding: 0;
}

.texture--element_img img {
    width: 100%;
    height: 100%;
}

.texture--element_label {
    width: 100px;
    font-size: 12px;
    line-height: 15px;
}

.step-2 .c-form-items:not(:last-child) {
    margin-bottom: 20px;
}

.step-2 .c-form_element:not(:last-child) {
    margin-right: 18px;
}

.c-form_element {
    position: relative;
}

.c-filt__items {
    position: relative;
}

.c-filtets .c-filters_item {
    cursor: pointer;
}

.c-filtets .c-filt__items:not(:last-child) {
    margin-right: 15px;
}

.product-img_item.is--select {
    display: none;
}

.texture--cost__item {
    display: flex;
    margin-bottom: 50px;
}

.texture--cost__header {
    margin: 0;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 20px;
}

.end__cost {
    width: 350px;
    height: 66px;
    border: 2px solid #C72A42;
    border-radius: 40px;
    display: flex;
    align-items: center;
    padding-left: 23px;
    margin-left: 42px;
}

.texture--cost__item .size-image {
    width: 283px;
    padding-top: 8px;
    padding-left: 11px;
}

.texture--cost__item .c-spinner__input {
    width: 50px;
    height: 36px;
    font-size: 14px;
}

.texture--cost__item .form-square {
    width: 60px;
    height: 36px;
}

.texture--cost {
    margin-top: 30px;
}

.texture--cost__item .size-image .c-form-element {
    width: 81px;
}

.texture--cost__item .size-image  .c-spinner {
    width: 81px;
}

.texture--cost__item .c-form-element .form-element_label {
    margin-top: 6px;
}

.line-underline {
    border-bottom: 1px dotted #C4C4C4;
    width: 41.4%;
    margin-left: -10px;
    margin-right: 10px;
    height: 18px;
}

.texture-page .textutes-slide .tex-slide__img img {
    max-width: 100%;
    max-height: 100%;
}

.interier-comtainer {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.interier-comtainer.is--hide {
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    z-index: 1000;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.interier-comtainer.is--hide img {
    max-height: 100%;
    max-width: 100%;
}

.click--zoom {
    position: absolute;
    right: 0;
    top: -31px;
    cursor: pointer;
    font-size: 12px;
    line-height: 15px;
}

.click--zoom::after {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    background: url("../img/icons/magnifying-glass.png") no-repeat center;
    position: absolute;
    left: -32px;
    top: -6px;
}

.product-img_item.is__show {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    height: 100%;
    width: auto;
}

#canvas.is__hide {
    visibility: hidden !important;
    opacity: 0;
    pointer-events: none;
}

.jcrop-holder.is__hide {
    display: none;
}

.img__item {
    height: 100%;
}

.mirror-filter:checked + label,
.js_filters:checked + label {
    border: 2px solid #C72A42;
}

.texture-click {
    position: absolute;
    display: none;
}

.texture-click:checked + label .texture--element_img {
    border: 2px solid #C72A42;
}

.dropping-texture input {
    display: none;
}

.texture-slider-wrap {
    max-width: 792px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 960px) {
    .js-slider-3 .slick-prev {
        left: 15px;
    }
    .js-slider-3 .slick-next {
        right: 15px;
    }
}

@media screen and (max-width: 767px) {
    .container {
        width: 320px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .product-name {
        margin-bottom: 30px;
    }
    .c-image-transform {
        flex-direction: column;
        padding-bottom: 30px;
        margin-bottom: 20px;
    }
    .c-effects-image {
        margin-right: 0;
        width: 100%;
        margin-bottom: 40px;
    }
    .c-product-image {
        width: 110.35%;
        height: 320px;
        margin-bottom: 25px;
        margin-left: -15px;
    }
    #canvas {
        max-height: 100%;
    }
    .c-cost-form  .step-1 {
        padding-top: 20px;
        border-top: 1px solid #E5E5E5;
        margin-bottom: 20px;
    }
    .c-cost-form .step-1_item {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .step-1_text {
        margin-bottom: 20px;
    }
    .step-2_item {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .step-2_item .step-2_text {
        margin-bottom: 20px;
    }
    .c-cost .submit-data {
        width: 136.8px;
    }
    .СЃ-cost-calculation {
        width: 100%;
    }
    .dropping-texture::after,
    .dropping-size::after {
        left: 0;
    }
    .dropping-texture,
    .dropping-size {
        padding-left: 29px;
    }
    .c-spinner {
        width: 88px;
    }
    .texture--element_img {
        width: 85px;
        height: 85px;
        margin-bottom: 8px;
    }
    .step-2 .c-form_element:not(:last-child) {
        margin-right: 15.9px;
    }
    .step-2 .c-form-items:not(:last-child) {
        margin-bottom: 8px;
    }
    .texture--element_label {
        width: 85px;
    }
    .dropping-furniture {
        display: none;
    }
    .c-wallpaper-items {
        margin-bottom: 20px;
    }
    .c-anth-pr_text, .c-wallpaper_text {
        text-align: center;
    }
    .СЃ-photo-wallpaper {
        padding-bottom: 30px;
        margin-bottom: 21px;
    }
    .c-anth-pr-items {
        margin-bottom: 20px;
    }
    .c-another-product {
        margin-bottom: 30px;
    }
    .c-text-block {
        font-size: 12px;
        line-height: 18px;
        color: #444444;
    }
    .modal-dialog {
        width: 320px;
        max-height: 1229px;
    }
    .texture-slider .textutes-slide {
        flex-direction: column;
    }
    .modal.show {
        padding: 0;
        justify-content: center;
    }
    .textutes-slide .tex-slide__img {
        width: 100%;
    }

    .textutes-slide .tex-slide__specification {
        width: 100%;
        padding: 20px 15px 30px 15px;
    }
    .textutes-slide .tex-slide__specification .texture--name {
        margin-bottom: 20px;
        text-align: center;
    }
    .textutes-slide .tex-slide__specification .textures__text {
        display: none;
    }
    .slick-prev, .slick-next {
        top: 64%;
    }
    .tex--characteristics_items {
        width: 290px;
    }
    .textutes-slide .tex--charact-2 {
        width: 22.1%;
    }
    .tex-categories {
        flex-direction: column;
        justify-content: normal;
        padding: 30px 15px 30px 15px;
    }
    .tx-categ:not(:last-child) {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .tx-categ {
        width: 100%;
    }
    .texture-but {
        padding: 30px 15px 43px 15px;
    }
    .tex-buttons {
        flex-direction: column;
        justify-content: normal;
        border: none;
        padding: 0;
        border-radius: 0;
        align-items: normal;
    }
    .texture-but .tex--name {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .tex-buttons .cost-item {
        margin-bottom: 20px;
    }
    .texture-but .baskets {
        margin-bottom: 20px;
        width: 100%;
    }
    .texture-but .select-exit {
        width: 100%;
    }
    .droppin-effects {
        display: none;
    }
    .slick-prev {
        left: 10px;
    }
    .slick-next {
        right: 10px;
    }
    .c-wallpaper-slider .slick-prev {
        left: 18px;
        z-index: 10;
    }
    .c-wallpaper-slider .slick-next {
        right: 18px;
    }
    .c-anth-pr-slider .slick-prev {
        left: 0px;
        z-index: 10;
    }
    .c-anth-pr-slider .slick-next {
        right: 0px;
    }
    .slick-prev, .slick-next {
        width: auto;
        height: auto;
    }
    .c-filtets {
        justify-content: center;
    }
    .c-filt__items {
        height: 44px;
    }
    .c-effects-items {
        width: 80.3%;
    }
    .c-effects-items .slick-next {
        right: -15px;
    }
    .c-effects-items .slick-prev {
        left: -26px;
        z-index: 10;
    }
    .c-wallpaper-slider {
        height: 191px;
    }
    .wallpaper-slide_img {
        height: 159px;
    }
    .wallpaper-slide_label {
        margin-top: 15px;
        text-align: center;
    }
    .c-wallpaper-slider .slick-prev, .c-wallpaper-slider .slick-next {
        top: 94%;
    }
    .c-anth-pr-slider.js-slider-2 .anth-pr-slide_item {
        padding: 0;
        height: 212px;
        border: none;
        display: flex;
        justify-content: center;
    }
    .auth-pr-sl-link {
        padding: 15px;
        border: 1px solid #F2F2F2;
        display: flex;
        width: 215px;
        height: 212px;
        justify-content: center;
    }
    .texture-page .tex-categories {
        padding-left: 15px;
        padding-right: 15px;
        margin-right: -15px;
        margin-left: -15px;
    }
    .texture--cost {
        margin-top: 30px;
    }
    .texture--cost__header {
        margin-bottom: 20px
    }
    .texture--cost__item {
        margin-bottom: 30px;
        flex-direction: column;
    }
    .texture--cost__item .size-image {
        padding: 0;
        margin-bottom: 20px;
    }
    .end__cost {
        width: 100%;
        margin-left: 0;
    }

    .slick-prev, .slick-next {
        width: 20px !important;
        height: 35px !important;
        top: 50% !important;
    }

    .js-slider-3 .slick-prev {
        left: 5px;
    }

    .js-slider-3 .slick-next {
        right: 5px;
    }

    .texture--cost__item .c-form-element .form-element_label {
        white-space: nowrap;
    }
}
