/* variables */
:root {
    /* fonts */
    --roboto: "Roboto", sans-serif;

    /* colors */
    --accent: #fd0200;
    --dark: #2b2c27;
    --light-gray: #f4f4f4;
}

::selection {
    background-color: var(--accent);
    color: #fff;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
::-webkit-scrollbar-thumb {
    background: #bdbdbd;
    border: 0px none #ffffff;
    border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
    background: var(--accent);
}
::-webkit-scrollbar-thumb:active {
    background: var(--accent);
}
::-webkit-scrollbar-track {
    background: #e2e2e2;
    border: 0px none #ffffff;
    border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
    background: #e2e2e2;
}
::-webkit-scrollbar-track:active {
    background: #e2e2e2;
}
::-webkit-scrollbar-corner {
    background: transparent;
}

a:focus,
input:focus,
label:focus,
button:focus,
textarea:focus,
:focus {
    outline: none !important;
    box-shadow: none !important;
}

img,
svg {
    max-width: 100%;
}

b {
    font-weight: bolder;
}

p {
    line-height: 1.2;
}

/* overlay masks */
[class*=state-] {
    overflow: hidden;
}

[class*=state-] .overlay {
    display: block;
}
/* overlay masks */

body {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;

    background-color: #fff;
    color: var(--dark);
}

.header-row {
    display: flex;
    justify-content: space-between;

    color: #8e8e8e;

    padding-top: 15px;
    padding-bottom: 11px;

    border-bottom: 2px solid #f4f4f4;
}

.header-link {
    color: inherit;
    font-weight: normal;
}

.header-link:hover {
    color: var(--dark);
    text-decoration: none;
}

.header-location-city {
    margin-right: 26px;
    padding-left: 20px;
    background-image: url(../images/pin-gray.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.header-top {
    background-color: #fff;
}

.header-top-nav {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.header-top-item:not(:last-child) {
    margin-right: 22px;
}

.header-top-link {
    font-weight: 300;
    color: inherit
}

.header-top-link:hover {
    color: var(--dark);
    text-decoration: none;
}

.header-main {
    padding-top: 22px;
    padding-bottom: 20px;

    background-color: #fff;

    position: relative;
}

.header-search {
    display: none;
}

.header-cats-inner {
    background-color: var(--accent);
    display: flex;
    justify-content: flex-start;
    border-radius: 15px;

    font-weight: normal;
    font-size: 18px;

    position: relative;
    z-index: 5;
}

.header-cats-list {
    display: flex;
    margin: 0 0 0 215px;
    padding: 0 0 0 13px;
    list-style-type: none;
    flex: 0 0 auto;
    width: calc(100% - 215px);
    overflow: hidden;
}

.cats-search .header-cats-list {
    display: none;
}

.header-cats-search {
    display: none;
    flex: 0 0 100%;
    max-width: 100%;
}

.header-cats-search .tt-menu {
    /*display: block !important;*/
    border: none !important;
    margin: 0 !important;
    background-color: #f5f5f5;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 15px !important;
    overflow-y: auto;
}

.header-cats-search .tt-menu .product-pm__img {
    flex: 0 0 auto;
    width: 50px;
    height: 50px;

    margin-right: 15px;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.header-cats-search .league-name {
    font-size: 18px;
    margin-top: 15px;
}

.header-cats-search .tt-menu .tt-suggestion {
    font-size: 16px;
    padding: 0 !important;
    margin-bottom: 10px;
}

.header-cats-search .tt-menu .tt-dataset {
    border-bottom: 1px solid #e5e5e5;
}

.header-cats-search .tt-dataset__a {
    display: flex;
    align-items: center;
    cursor: pointer;

    color: inherit !important;
}

.header-cats-search .tt-menu .tt-dataset__a {
    color: var(--dark)
}

.cats-search .header-cats-search {
    display: block;
    margin-left: 215px;
}

.header-cats-input {
    width: 100%;
    height: 60px;
    border: none;
    background-color: transparent;
    padding-left: 70px;

    background-image: url(../images/cats-search.svg);
    background-repeat: no-repeat;
    background-position: 29px 18px;
    font-size: 18px;
    color: #fff !important;

    z-index: 0 !important;
}

.header-cats-input::selection {
    background-color: #fff !important;
    color: var(--accent) !important
}

.header-cats-input::placeholder {
    color: rgba(255, 255, 255, .75);
}

.header-cats-item {
    color: #fff;
    transition: all .2s ease;
}

.header-cats-item.nothover {
    opacity: 0.7;
}

.header-cats-item.hover {
    opacity: 1;
}

/* .header-cats-item:not(:last-child) {
    margin-right: 27px;
} */

.header-cats-link {
    display: flex;
    padding: 16px 13px 17px;
    white-space: nowrap;

    color: inherit;
}

.header-cats-link:hover {
    color: inherit;
    text-decoration: none;
}

.header-cats-more {
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;

    min-width: 207px;
    font-size: 18px;

    padding: 16px 0 16px 20px;
    background-color: var(--dark);
    color: #fff;

    align-items: center;
    border-radius: 15px;
    display: flex;
    cursor: pointer;
}

.container-cats {
    position: relative;
}

.header-cats-drop {
    display: none;
    position: absolute;
    top: calc(100% - 15px);
    right: 15px;
    left: 15px;
    background-color: #f4f4f4;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;

    box-shadow: 0 0 100px 0 rgba(0,0,0, .5);

    padding: 41px 30px 30px 30px;

    z-index: 4;
}

.col-drop-item {
    margin-bottom: 12px;
}

.col-drop-link {
    color: var(--dark);
    font-size: 18px;
    line-height: 1.2;
}
.col-drop-link:hover {
    color: var(--accent);
    text-decoration: none;
}


/*.header-cats-show .header-cats-more-list {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*}*/

.header-cats-more-list {
    display: none;
    flex-wrap: wrap;
    /*position: absolute;*/
    /*top: 100%;*/
    /*right: 0;*/
    /*width: 200px;*/

    background-color: var(--accent);

    z-index: 5;

    margin: 0;
    padding: 0 20px 5px 20px;

    list-style-type: none;

    border-radius: 15px;

    font-size: 16px;
}

.header-cats-more-list .header-cats-item {
    display: inline-block;
}

.header-cats-more-list .header-cats-link {
    font-size: 14px;
    padding: 0;
    margin-right: 20px;
    margin-bottom: 10px;
}

.header-cats-more-img {
    margin-right: 10px
}

.header-main-search {
    /*display: flex;*/
    padding-top: 3px;
}

.header-main-search-input {
    width: 100%;
    border: 2px solid #e2e2e2;
    border-radius: 15px;
    height: 50px;

    padding-left: 59px;

    font-size: 18px;
    font-weight: normal;

    color: var(--dark);

    background-image: url(../images/search-red.svg);
    background-repeat: no-repeat;
    background-position: 18px 13px;
    background-color: #fff !important;
}

.header-main-search-input:focus,
.header-main-search-input:hover {
    border-color: var(--accent);
    box-shadow: none !important;
}

.header-main-search-input::placeholder {
    color: -var(--dark);
}

.header-main-right {
    display: flex;
    justify-content: flex-end;
    padding-top: 15px;
}

.header-socials {
    display: flex;
    justify-content: space-between;
    margin-right: 13px;
}
.header-socials>a{
    margin:0 7px;
}

.header-cart {
    flex: 0 0 193px;
    max-width: 193px;

    display: flex;
    justify-content: flex-end;

    font-size: 18px;
    font-weight: normal;
}

.header-cart-icon {
    position: relative;
    flex: 0 0 26px;
    max-width: 26px;
    height: 24px;

    margin-right: 18px;
}

.header-cart-inner {
    min-width: 126px;

    display: flex;

    color: inherit;
    text-decoration: none;
}

.header-cart-inner:hover {
    color: inherit;
    text-decoration: none;
}

.header-burger {
    display: none;
    position: relative;
}

.burger-line {
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;

    background-color: var(--accent);
    border-radius: 3px;

    transition: ease all 300ms;
}

.line-1 {
    top: 3px;
}

.line-2 {
    top: 12px;
}

.line-3 {
    top: 21px;
}

.state-menu .line-1 {
    top: 45%;
    transform: rotate(135deg)
}

.state-menu .line-2 {
    left: 50%;
    right: 50%;
}

.state-menu .line-3 {
    top: 45%;
    transform: rotate(-135deg)
}

.cart-items {
    display: none;

    align-items: center;
    justify-content: center;

    position: absolute;
    top: -5px;
    right: -8px;

    font-size: 12px;
    font-weight: bold;

    width: 20px;
    height: 20px;

    background-color: #fff;
    border-radius: 50%;

    box-shadow: 0 0 15px 0 rgba(0,0,0, .15);
}

.cart-has-items .cart-items {
    display: flex;
}

.header-cart-total span {
    font-size: 80%;
    font-weight: 500;
}

.slider-home {
    margin-top: 50px;
    opacity: 0;

    transition: ease all 500ms;
}

.slider-home-init {
    border-radius: 33px;
}

.slider-home-slide {
    position: relative;

    padding-bottom: 37.415%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.slider-home-body {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.slider-home-title {
    font-size: 48px;
    font-weight: bold;
}

.slider-home-desc {
    font-size: 31px;
    font-weight: 300;
}

.slide-index-1 .slider-home-label {
    margin-left: 32.4vw;
    margin-top: 5.9vw;
    color: #fff;
}

.slide-index-2 .slider-home-label {
    margin-left: 32.4vw;
    margin-top: 4.5vw;
    color: #ec008c;
}

.slide-index-3 {
    overflow: hidden;
    position: relative;
}

.slide-index-3 .slider-home-body {
    right: 0;
    padding: 83px 50px;
}

.slide-index-3 .slider-home-title {
    margin-bottom: 9px;
}

.slide-index-3 .slider-home-button {
    margin-top: 131px;
    margin-left: 0;
    background-color: var(--accent);
    color: #fff;
}

.slide-index-3 .slider-home-button:hover {
    color: #fff;
}

.slide-index-3::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    background-image: url(../images/slide-shape.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    opacity: 1;
}

.slide-4-new {
    background-position: 50px 50px;
    background-size: auto;
    background-repeat: no-repeat;
    background-color: #f4f4f4;
}

.slide-4-new .slider-home-label {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.slide-4-new .slider-home-button {
    margin-left: 0;
    margin-right: 0;
}

.slider-home-control {
    display: flex;
    justify-content: center;

    margin-top: 30px;
}

.slider-home-nav {
    margin-left: 30px;
    margin-right: 30px;
}

.slider-home-nav .swiper-pagination-bullet,
.slider-home-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.slider-home-btn {
    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
}

.slider-home-nav .swiper-pagination-bullet {
    background-color: #b6b6b6;
    position: relative;

    transition: ease all 300ms;
    opacity: 1;
}

.slider-home-nav .swiper-pagination-bullet::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%)
}

.slider-home-nav .swiper-pagination-bullet-active,
.slider-home-btn {
    background-color: var(--accent);
}

.slider-home-nav .swiper-pagination-bullet:not(:last-child) {
    margin-right: 20px;
}

.slider-home-btn:focus {
    outline: none;
}

.slider-home-button {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 44px;
    padding: 12px 43px;
    background-color: #fff;
    color: #487bbe;
    font-size: 24px;
    font-weight: normal;

    border-radius: 15px;

    opacity: 1;

    transition: ease all 200ms;
}

.slider-home-button:hover {
    text-decoration: none;
    color: #487bbe;

    opacity: 0.75;
}

.top-cats {
    margin-top: 93px;
}

.top-cats-item {
    display: flex;
    padding-bottom: 64%;

    background-position: center 68%;
    background-repeat: no-repeat;

    margin-bottom: 30px;

    color: inherit;
    text-decoration: none;

    border-radius: 30px;
}

.top-cats-item:hover {
    color: inherit;
}

.top-cats-name {
    position: absolute;
    padding: 24px 30px;

    font-size: 20px;
    font-weight: normal;
}

.top-cat-index-1 {
    background-color: #f0edf7;
}

.top-cat-index-2 {
    background-color: #e6f3ea;
}

.top-cat-index-3 {
    background-color: #fff8d4;
}

.top-cat-index-4 {
    background-color: #fbe5ff;
}

.top-cat-index-5 {
    background-color: #e8fdff;
}

.top-cat-index-6 {
    background-color: #e8e9ff;
}

.section-heading {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.35;
}
.section-heading h2{
    font-size: inherit;
    font-weight: bold;
    line-height: 1.35;
    margin:0;
}
.section-heading h1{
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin:0;
}

.section-week {
    margin-top: 108px;
}

.product-photo {
    display: block;
    padding-bottom: 72%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;

    margin-bottom: 30px;

    color: inherit;
    text-decoration: none;
}

.product-photo:hover {
    text-decoration: none;  
    color: inherit;
}

.product-name {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;

    max-height: 48px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* white-space: nowrap; */

    color: inherit;

    --padding-name: 26px;
    padding-left: var(--padding-name);
    padding-right: var(--padding-name);
}

.product-name:hover {
    text-decoration: none;
    color: inherit
}

.product-info {
    display: block;
    text-align: center;
    /*height: 69px;*/

    color: inherit;
    text-decoration: none;
}

.product-info:hover {
    text-decoration: none;
    color: inherit;
}

.product-cat {
    font-size: 14px;
    font-weight: 300;
    color: #8e8e8e;
}

.product-body {
    padding: 20px 0;
    /* background-color: #fff; */
    border-radius: 30px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    border: 3px solid #f4f4f4;
    position: relative;
    /*z-index: 4;*/
    transition: ease box-shadow 300ms;
}

.product-body:hover {
    /*padding-bottom: 0;*/

    box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.1);
    border-color: transparent;
    /*border-bottom-width: 0;*/

    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 6;
}

.product-discount {
    position: absolute;
    top: 27px;
    left: 28px;
    background-color: var(--accent);
    color: #fff;
    padding: 3px 10px 1px;
    font-size: 18px;
    font-weight: 600;

    border-radius: 15px;

    -webkit-user-select: none;
    user-select: none;
}

.row-week {
    margin-top: 76px;
}
.row-week .product-item{
    margin-bottom: 30px;
}

.product-prices {
    margin-top: 13px;
    margin-bottom: -3px;
    background-color: #fff;
    position: relative;
    /*z-index: 4;*/
}

.oldprice {
    font-size: 18px;
    font-weight: normal;
    margin-right: 22px;

    position: relative;
}

.oldprice::before {
    position: absolute;
    content: '';
    top: 47%;
    left: 0;
    right: 0;
    
    height: 2px;
    background-color: var(--accent);

    transform: rotate(6deg);
}

.newprice {
    font-size: 24px;
    font-weight: bold;

    color: var(--accent);
}

.oldprice > span,
.newprice > span {
    font-size: 80%;
}

.oldprice > span {
    font-size: 82%;
}

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

.product-actions {
    align-items: center;
    display: flex;
    justify-content: center;

    opacity: 0;

    position: absolute;
    top: 100%;
    left: -3px;
    right: -3px;

    height: 0;

    background-color: #fff;

    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;

    overflow: hidden;
    transition: ease height 300ms;
    box-shadow: 0 22px 30px 0 rgba(0,0,0, .05);
    z-index: 3;
}

.product-counter {
    flex: 0 0 145px;
    max-width: 145px;
}

.product-tocart {
    flex: 0 0 60px;
    max-width: 60px;

    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.component-counter {
    display: flex;
    height: 50px;

    border: 3px solid #e8e8e8;
    border-radius: 30px;
    overflow: hidden;
}

.component-counter-item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;

    font-size: 24px;
    font-weight: bold;
    text-align: center;

    padding: 0;

    height: 100%;

    line-height: 45px;

    border: none;

    cursor: pointer;

    user-select: none;
    -webkit-user-select: none;

    background-color: #fff !important
}

.component-counter-value {
    cursor: default;
}

.product-body:hover .product-actions {
    height: 99px;
    opacity: 1;
}

.row-btns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

    margin-top: 50px;
}

.btn-left {
    display: flex;
    justify-content: flex-end;
}

.btn-right {
    display: flex;
    justify-content: flex-start;
}

.button-default {
    border: none;
    font-family: inherit;
    font-size: 18px;
    font-weight: normal;

    color: #fff;
    background-color: var(--accent);

    padding-top: 15px;
    padding-bottom: 15px;

    padding-left: 50px;
    padding-right: 50px;

    border-radius: 35px;

    opacity: 1;
    transition: ease all 300ms;

    text-align: center;

    cursor: pointer;
}

.button-default:hover {
    text-decoration: none;
    color: #fff;

    opacity: 0.75;
}
.button-default:disabled {
    opacity: 0.1;
    cursor: default;
}

.section-btns .button-default:not(:last-child) {
    margin-right: 30px;
}

.button-gray {
    background-color: #f4f4f4;
    color: var(--dark);
}

.button-gray:hover {
    opacity: 1;
    background-color: var(--accent);
    color: #fff;
}

.section-stocks-events {
    margin-top: 140px;
}

.stocks-events-item {
    display: flex;
    flex-wrap: wrap;
    background-color: #f4f4f4;
    margin-bottom: 30px;

    border-radius: 30px;

    text-decoration: none;
    color: inherit;

    position: relative;
}

.stocks-events-item:hover {
    text-decoration: none;
    color: inherit;
}

.stock-button {
    display: table;
    margin-top: 31px;

    background-color: transparent;

    border: 2px solid var(--accent);
    text-align: center;

    padding: 12px 28px;

    font-size: 18px;
    font-weight: normal;

    color: var(--accent);

    border-radius: 25px;

    transition: all .3s ease;
}

.stock-button:hover {
    color: #fff;
    background-color: var(--accent);
    text-decoration: none;
}

.shortstory {
    position: relative;
}

.shortstory::before {
    position: absolute;
    content: '';
    bottom: 31px;
    right: 24px;
    width: 30px;
    height: 30px;

    background-image: url(../images/arrow-right-gray.svg);
    background-repeat: no-repeat;
    background-position: center center;

    transition: ease all 300ms;
}

.stocks-events-photo {
    border-radius: 30px;
    padding-bottom: 34.8%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.stocks-events-photo {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);

    border-radius: 30px;
}

.stocks-events-body {
    flex: 0 0 calc(50% + 15px);
    max-width: calc(50% + 15px);

    padding: 33px 30px;
}

.row-stocks-events {
    margin-top: 45px;
}

.row-stocks-events .section-heading {
    margin-bottom: 45px;
}

.stocks-events-name {
    font-size: 20px;
    font-weight: normal;

    margin-bottom: 15px;
}

.stocks-events-desc {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
}

.section-shop {
    margin-top: 169px;
}

.shop-heading {
    margin-top: -7px;
    line-height: 1.19;
    margin-bottom: 40px;
}
.shop-heading h1{
    line-height: 1.19;
    margin:0;
    font-size: inherit;
}

.col-shop p {
    text-indent: 15px;
    font-size: 18px;
    margin-bottom: 26px;

    letter-spacing: .08px;
}

.section-btns {
    display: flex;

    margin-top: 30px;
}

.section-reviews-faq {
    margin-top: 192px;
}

.section-reviews-faq .section-heading {
    margin-bottom: 45px;
}

.reviews-faq-item {
    padding: 23px 30px;
    background-color: #f4f4f4;
    border-radius: 30px;
    margin-bottom: 30px;
}

.reviews-faq-item:last-child {
    margin-bottom: 0;
}

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

.reviews-faq-title {
    font-size: 20px;
    font-weight: normal;
}

.reviews-faq-text {
    font-size: 16px;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 5px;
    letter-spacing: 0;
    line-height: 1.2;
}

.review-footer {
    margin-top: 41px;
    margin-bottom: 7px;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.review-footer-logo {
    margin-right: 21px;
}

.review-footer-link {
    padding-top: 3px;
    color: inherit
}

.review-footer-link:hover {
    color: inherit;
}

.review-rate {
    display: flex;
    margin-left: 17px;

    flex: 0 0 100px;
    max-width: 100px;
}

.review-head-col {
    display: flex;
    align-items: center;
}

.rate-star {
    flex: 0 0 15px;
    max-width: 15px;
    height: 15px;
    filter: grayscale(100%);
    margin-right: 5px;
    background-image: url(../images/rate-star.svg);
}
.rate-star.active{
    filter: grayscale(0);
}

.faq-item {
    cursor: pointer;
}

.faq-item .reviews-faq-title {
    padding-right: 30px;
}

.faq-item::before {
    bottom: auto;
    top: 24px;
    right: 30px;

    transform: rotate(90deg);
}

.faq-active::before {
    transform:  rotate(-90deg);
}

.faq-active .review-footer-link {
    display: none;
}

.faq-ask {
    display: none;
}

/* .faq-active .faq-ask {
    display: block;
} */

.reviews-faq-inner {
    height: 100%;
    position: relative;
}

.btns-middle {
    justify-content: center;
}

.btns-middle .button-default:not(:last-child) {
    margin-right: 15px;
}

.btns-abs {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 100%;
}

.col-reviews-faq {
    position: relative;
}

.section-consult {
    padding-top: 280px;
    padding-bottom: 226px;

    background-image: url(../images/consult-bg.jpg);
    background-repeat: repeat-x;
    background-position: bottom center;
    background-size: contain;
}

.section-subheading {
    margin-top: 21px;
}

.form-common {
    margin-top: 46px;
}

.form-common-style {
    display: block;
    padding: 15px 28px 12px;
    border: 3px solid #e8e8e8;
    border-radius: 30px;

    width: 100%;

    font-family: inherit;
    font-size: 18px;
    font-weight: 300;

    resize: none;

    transition: ease all 100ms;
}

.col-form-common {
    margin-bottom: 30px;
}

textarea.form-common-style {
    height: 120px;
    margin-bottom: 0;
}

.form-common-style:focus {
    border-color: var(--accent);
}

.form-footer {
    /* margin-top: 23px; */

    display: flex;
    flex-wrap: wrap;
}

.form-common-agree {
    line-height: 1.2;

    padding-left: 34px;
    padding-top: 13px;
}

.form-common-agree a {
    color: inherit;
    text-decoration: underline;
}

.form-common-agree a:hover {
    color: inherit;
    text-decoration: none;
}

.footer {
    position: relative;

    background-color: #e0e0e0;
}

.footer::before {
    position: absolute;
    content: '';
    top: -95px;
    left: 0;
    right: 0;

    height: 95px;

    background-image: url(../images/footer-top-shape.png);
    background-position: center center;
    background-repeat: repeat-x;
}

.footer-inner {
    padding-top: 84px;
    padding-bottom: 40px;
}

.row-footer {
    margin-top: 46px;
    line-height: 1.2;
}

.footer-contacts {
    margin-top: 13px;
    margin-bottom: 42px;
}

.footer-contacts a {
    color: inherit;
}

.footer-contacts a:hover {
    color: inherit
}

.footer-payments {
    margin-top: 37px;

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

.footer-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-list-item {
    margin-bottom: 15px;
}

.footer-list-link {
    color: inherit;
    font-size: 18px;
}

.footer-list-link:hover {
    color: inherit;
    text-decoration: none;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    background-color: rgba(255,255,255, .5);

    z-index: 4;
}

.page-content {
    margin-top: 15px;
    margin-bottom: 2px;
}

.page-bc {
    display: flex;
    flex-wrap: wrap;

    margin: 0 0 16px;
    padding: 0;
    list-style-type: none;
}

.page-bc-item {
    position: relative;
}

.page-bc-item:not(:last-child) {
    padding-right: 39px;
}

.page-bc-item:not(:last-child)::before {
    position: absolute;
    content: '';
    top: calc(50% - 5px);
    left: calc(100% - 23px);
    width: 10px;
    height: 10px;
    background-image: url(../images/bc-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.page-bc-item:last-child .page-bc-link {
    pointer-events: none;
}

.page-bc-link {
    color: #4d4d4d;
    text-decoration: none;
}

.page-bc-link:hover {
    color: #4d4d4d;
}

.row-cats-block {
    margin-top: 46px;
}

.page-cats-block {
    background-color: #f4f4f4;
    padding: 30px 55px 30px;
    border-radius: 30px;

    box-shadow: 0 0 0 0 rgba(0,0,0, 0);

    transition: ease all 300ms;
    margin-bottom: 30px;
}

.page-cats-block.hover,
.page-cats-block:hover {
    background-color: #fff;
    /* box-shadow: 0 0 30px 0 rgba(0,0,0, .15); */
    box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.1);
}

.page-cats-block.hover .page-cats-li::before,
.page-cats-block:hover .page-cats-li::before {
    filter: grayscale(0%);
    opacity: 1;
}

.page-cats-block::before {
    background-image: url(../images/arrow-right-red.svg);
    filter: grayscale(100%);
    opacity: 0.2;
    bottom: 30px;
    right: 30px;
}

.page-cats-block.hover::before,
.page-cats-block:hover::before {
    opacity: 1;
    filter: grayscale(0%)
}

.page-cats-body {
    padding-top: 23px;
}

.page-cats-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.page-cats-li {
    position: relative;
    padding-left: 20px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-cats-li::before {
    position: absolute;
    content: '';
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;

    background-image: url(../images/cat-list-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;

    filter: grayscale(100%);
    opacity: 0.3;
}

.page-cats-link {
    color: var(--dark);
    font-size: 18px;
    line-height: 1.6
}

.page-cats-link:hover {
    color: var(--dark);
}

.page-cats-head {
    display: block;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.3;
    -webkit-user-select: none;

    color: inherit;
    text-decoration: none;
}

.page-cats-head:hover {
    color: inherit;
    text-decoration: none;
}

.page-cats-more {
    display: table;
    color: #999999;
    font-size: 18px;
    font-weight: 300;

    padding: 28px 10px 0;

    transition: ease all 300ms;
}

.page-cats-block:hover .page-cats-more,
.page-cats-block.hover .page-cats-more {
    color: var(--accent)
}

.empty-cats {
    min-height: auto;
    padding-top: 28px;
    padding-bottom: 28px;
}

.empty-cats::before {
    bottom: 24px;
}

.section-seo {
    margin-top: 161px;
}

.seo-heading {
    margin-bottom: 44px;
}
.section-seo h2{
    font-size: 30px;
    margin-bottom: 20px;
}
.section-seo p {
    text-indent: 14px;
    line-height: 1.2;
    font-size: 18px;

    margin-bottom: 1.55em;
}
.section-seo p,.section-seo li{
    font-size: 16px;
    text-indent: unset;
}
.section-seo ul{
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.section-seo ul li{
    position: relative;
    padding-left: 20px;
}
.section-seo ul li:after{
    content: "—";
    font-size: 16px;
    position: absolute;
    display: block;
    left:0;
    top: 0;
}

.row-categories {
    margin-top: 46px;
}

.category-item {
    display: flex;
    align-items: center;
    padding: 20px 45px 20px 30px;
    border-radius: 30px;

    height: calc(100% - 30px);

    background-color: #f4f4f4;

    margin-bottom: 30px;

    color: var(--dark);
    text-decoration: none;

    box-shadow: 0 0 0 0 rgba(0,0,0, 0);

    transition: ease all 300ms;
}

.category-item::before {
    width: 17px;
    height: 17px;
    top: calc(50% - 8.5px);
    right: 16px;
    background-size: contain;
}

.category-item.selected,
.category-item:hover {
    background-color: #fff;
    /* box-shadow: 0 0 20px 0 rgba(0,0,0, .15); */
    box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.1);
}

.category-item.selected::before,
.category-item:hover::before {
    background-image: url(../images/arrow-right-red.svg);
}

.category-item:hover {
    text-decoration: none;
    color: var(--dark);
}

.col-category {
    flex: 0 0 25%;
    max-width: 25%;

    padding-left: 15px;
    padding-right: 15px;
}

.category-name {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3;
}

.catalog-side,
.catalog-content {
    padding-left: 15px;
    padding-right: 15px;
}

.catalog-side {
    flex: 0 0 375px;
    max-width: 375px;
    position: relative;
}

.catalog-item-filter {
    /* position: sticky;
    top: 15px;
    left: 0; */
}

.catalog-content {
    flex: 0 0 calc(100% - 375px);
    max-width: calc(100% - 375px);
}

.irs--round .irs-handle {
    top: 29px;
    width: 24px;
    height: 24px;
    box-shadow: 0 0 15px 0 rgba(0,0,0, .1);
}

.irs--round .irs-handle.state_hover, .irs--round .irs-handle,
.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
    background-color: var(--accent);
    border-color: #f4f4f4;
    border-width: 2px;

    cursor: pointer;
}

.irs--round .irs-line,
.irs--round .irs-bar {
    height: 11px;
}

.irs--round .irs-bar {
    background-color: var(--accent);
}

.irs--round .irs-line {
    background-color: #e2e2e2;
}

.irs--round {
    margin-top: -6px;
    /* margin-bottom: 48px; */
}

.irs--round .irs-line, .irs--round .irs-bar {
    height: 10px;
    border-radius: 10px;
}

.row-catalog {
    margin-top: 18px;
}

.catalog-filter {
    background-color: #f4f4f4;
    padding: 23px 30px;
    border-radius: 30px;
}

.filter-name {
    font-size: 20px;
    font-weight: normal;

    margin-bottom: 12px;
}

.filter-range {
    display: flex;
    justify-content: space-between;

    margin-top: 16px;

    margin-bottom: -17px;
    position: relative;

    z-index: 1;
}

.filter-range-item {
    border: 2px solid #e2e2e2;
    max-width: 100px;

    background-color: transparent;
    padding-left: 15px;
    padding-right: 15px;

    border-radius: 20px;
}

.filter-list {
    margin: 0 0 7px 0;
    padding: 0;

    list-style-type: none;

    max-height: 145px;

    overflow-y: auto;
}

.filter-list-label {
    display: flex;
    justify-content: space-between;
    align-items: center;

    user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    margin: 0;
}

.filter-check {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}

.filter-check:checked + .filter-list-value {
    color: var(--accent);
    background-color: transparent;
}

.filter-check:checked ~ .filter-list-count {
    background-color: var(--accent);
    color: #fff;
}

.filter-list-value {
    font-size: 18px;
    font-weight: normal;

    line-height: 1.65;
}

.filter-item:not(:last-child) {
    margin-bottom: 44px;
}

.filter-list-count {
    font-size: 16px;
    font-weight: normal;
    line-height: 1;

    border-radius: 10px;

    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 1px;

    background-color: #e2e2e2;
}

.filter-list-more {
    color: #a2a2a2;
}

.filter-list-more:hover {
    color: var(--accent);
    text-decoration: none;
}

.row-catalog-list .product-item {
    margin-bottom: 30px;
}

.catalog-sort-block {
    font-size: 18px;
    font-weight: normal;

    padding: 15px 8px;
    margin-bottom: 11px;
}

.catalog-sort-by {
    margin-left: 36px;
    color: #a2a2a2;
}

.catalog-sort-by:hover,
.catalog-sort-by.active {
    color: inherit;
}

.catalog-show-more {
    display: flex;
    justify-content: center;
}

.section-history {
    margin-top: 90px;
    margin-bottom: 142px;
}

.section-history .product-item {
    transition: ease all 150ms;
    opacity: 0.5;
}

.section-history .row-btns {
    display: none;
}

.section-history .product-item:hover {
    opacity: 1;
}

.row-history {
    margin-top: 45px;
}

.section-stocks-catalog {
    margin-top: 32px;
}

.section-stocks-catalog .section-heading {
    margin-bottom: 45px;
}

.seo-catalog {
    margin-top: 111px;
}

.reviews-faq-catalog {
    margin-top: 142px;
}

.consult-catalog {
    padding-top: 222px;
}

.show-filter {
    display: none;
}

.go-top {
    position: fixed;
    z-index: 8;
    display: flex;

    bottom: 50px;
    left: 30px;

    cursor: pointer;

    transition: all .15s ease-out;
}

.go-top span {
    padding: 8px 12px;
    background-color: var(--accent);
    border-radius: 20px;
    font-size: 15px;
    font-weight: normal;
    color: #fff;

    overflow: hidden;

    position: relative;
    z-index: 1;
}

/* .go-top.clicked span:before {
    content: attr(data-go);

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--accent);

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
} */

.go-top::after {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;

    top: -8px;

    left: calc(50% - 7px);

    background-color: var(--accent);

    transform: rotate(-45deg);

    z-index: 2;
}

.go-top::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;

    background-color: #fff;
    border: 3px solid var(--accent);

    transform: rotate(-45deg);

    top: -15px;
    left: calc(50% - 14px);

    z-index: 1;
}

.go-top:not(.show) {
    animation: fadeOut .15s ease-out 0s 1 alternate forwards;
}

/* .go-top:not(.show) span {
    color: var(--accent);
} */

.go-top.show {
    animation: fadeIn .15s ease-in 0s 1 alternate both;
}

@keyframes fadeIn {
    0% { opacity: 0; display: none; }
    100% { display: block; opacity: 1;}
}

@keyframes fadeOut {
    0% { display: block; opacity: 1;}
    100% { opacity: 0; display: none; }
}


.detail-slider-flex {
    display: flex;
    flex-wrap: wrap;

    margin-left: -15px;
    margin-right: -15px;
}

.detail-slider,
.detail-slider-thumbs {
    padding-left: 15px;
    padding-right: 15px;
}

.detail-slider-thumbs {
    flex: 0 0 125px;
    max-width: 125px;
    height: 100%;
}

.detail-slider {
    flex: 0 0 calc(100% - 125px);
    max-width: calc(100% - 125px);
    height: 100%;
}

.detail-slider-thumbs .swiper-slide {
    border: 2px solid #e5e5e5;
    border-radius: 30px;
    padding-bottom: 70px;
    background-size: 75%;

    cursor: pointer;
}

.detail-slider-thumbs .swiper-slide-thumb-active {
    border-color: var(--accent);
}

.detail-slider-thumbs,
.detail-slider {
    height: 470px;
}

.detail-slider .swiper-slide,
.detail-slider-thumbs .swiper-slide {
    background-repeat: no-repeat;
    background-position: center center;
}

.detail-slider-thumbs::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;

    background-image: linear-gradient(to bottom, rgba(255,255,255, 0) 0%, rgba(255,255,255, 1) 100%);
    z-index: 4;

    pointer-events: none;
}


.col-detail-slider {
    flex: 0 0 calc(100% - 500px);
    max-width: calc(100% - 500px);

    padding-left: 15px;
    padding-right: 15px;
}

.col-detail-info {
    flex: 0 0 500px;
    max-width: 500px;

    padding-left: 15px;
    padding-right: 15px;

    position: relative;
}

.detail-section {
    margin-top: 46px;
}

/*.detail-side {
    margin-top: -80px;
}*/
.cat_hidden {
    display: none;
}


.detail-rate {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    padding: 30px 30px 26px;

    font-size: 16px;
    font-weight: normal;
}

.detail-rate-stars {
    display: flex;
    justify-content: center;
    flex: 0 0 100px;
    max-width: 100px;

    margin-right: 15px;
    
}

.detail-rate-star {
    filter: grayscale(100%);
    opacity: 0.4;
}

.rated {
    filter: grayscale(0%);
    opacity: 1;
}

.detail-info {
    border: 3px solid #f4f4f4;
    border-radius: 30px;

    overflow: hidden;
}

.detail-info-row {
    padding: 33px 25px;
}

.detail-info-top {
    background-color: #f4f4f4;
}

.detail-info-head {
    display: flex;
    justify-content: space-between;
}

.detail-price {
    align-items: flex-end;
}

.detail-price .newprice {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin-right: 21px;

    color: var(--dark)
}

.detail-price .oldprice {
    line-height: 1.3;
}

.detail-info-discount {
    padding: 2px 12px 0;
    background-color: var(--accent);
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    border-radius: 20px;
}

.detail-avail,
.detail-dont-avail {
    margin-top: 23px;
    margin-bottom: 22px;
    padding-left: 26px;
    background-image: url(../images/detail-check.svg);
    background-repeat: no-repeat;
    background-position: 2px 6px;
}

.detail-dont-avail {
    background-image: none;
    padding-left: 0;
}

.detail-info-footer {
    display: flex;
    justify-content: space-between;
}

.detail-counter {
    flex: 0 0 147px;
    max-width: 147px;
    border-color: #fff;
}

.detail-counter {
    overflow: hidden;
}

.detail-counter .component-counter-item {
    background-color: #fff;
}

.detail-tocart {
    display: flex;
    align-items: center;
    justify-content: center;

    line-height: 1;

    flex: 0 0 238px;
    max-width: 238px;

    font-size: 20px;

    background-image: url(../images/detail-cart.svg);
    background-repeat: no-repeat;
    background-position: 48px 14px;
}

.detail-tocart span {
    margin-left: 42px;
}

.detail-info-bottom {
    padding-top: 15px;
    padding-bottom: 28px;
}

.detail-info-city,
.detail-info-deli {
    color: #8e8e8e;
}

.detail-info-city:hover,
.detail-info-deli:hover {
    text-decoration: none;
    color: #8e8e8e;
}

.detail-info-city {
    padding: 2px 0 0px 21px;
    background-image: url(../images/detail-map-pin.svg);
    background-repeat: no-repeat;
    background-position: 2px 2px;
    font-size: 16px;
    font-weight: normal;
}

.detail-info-deli {
    padding: 2px 3px 0px 21px;
    background-image: url(../images/detail-i-info.svg);
    background-repeat: no-repeat;
    background-position: 9px 6px;

    font-size: 16px;
    font-weight: normal;
}

.detail-info-list {
    margin-top: 26px;
    margin-left: 2px;
}

.detail-info-list-item {
    margin-bottom: 20px;

    display: flex;
}

.detail-info-list-item:last-child {
    margin-bottom: 0;
}

.detail-info-list-icon {
    flex: 0 0 50px;
    max-width: 50px;
}

.detail-info-list-item-name {
    font-size: 18px;
    line-height: 1.4
}

.detail-info-list-item-desc {
    font-weight: normal;
    font-size: 16px;
}

.detail-info-list-body {
    padding-left: 20px;
}

.detail-descs {
    margin-top: 100px;
    margin-bottom: 140px;
}

.detail-descs-content {
    font-weight: normal;
    font-size: 16px;

    margin-top: 23px;
}

.detail-descs-list {
    margin: 0;
    padding: 9px 0;
    list-style-type: none;
}

.detail-descs-list li {
    padding-left: 17px;
    margin-bottom: 6px;
    position: relative;
}

.detail-descs-list li::before {
    position: absolute;
    content: '';
    top: 11px;
    left: 0;
    width: 10px;
    height: 1px;

    background-color: var(--dark);
}

.detail-props-list {
    margin-top: 21px;
}

.detail-props-row {
    display: flex;
}

.detail-props-row:nth-of-type(odd) {
    background-color: #f4f4f4;
    border-radius: 30px;
}

.detail-props-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 8px 15px;
}

.detail-props-item:first-child {
    padding-left: 19px;
    color: #676767;
}

.detail-review {
    margin-top: 90px;
}

.detail-review .section-heading {
    margin-bottom: 15px;
}

.detail-review p {
    font-weight: normal;
}

.detail-review-leave {
    display: table;
    margin-top: 49px;
    margin-left: auto;
    margin-right: auto;
}

.detail-review-list {
    margin-top: 50px;
    margin-bottom: 50px;
}

.detail-review-list .review-footer {
    margin-top: 29px;
}

.review-reply {
    margin-top: 15px;
    margin-bottom: 3px;
}

.row-reviews-btns {
    display: flex;
    flex-wrap: wrap;

    margin-top: 30px;
}

.review-leave {
    margin-top: 100px;
    display: none;
}

.col-review-rate,
.col-review-label {
    padding-left: 15px;
    padding-right: 15px;
}

.col-review-rate {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-review-label {
    flex: 0 0 37.5%;
    max-width: 37.5%;
}

.col-review-rate > span {
    font-size: 15px;
    line-height: 1;
    display: block;
    margin-bottom: 5px;
}

.review-leave .form-footer {
    margin-top: 0;
}

.leave-rate {
    display: flex;
    justify-content: space-between;
    max-width: 190px;
}

.leave-rate-item {
    flex: 0 0 30px;
    max-width: 30px;
    height: 30px;

    background-image: url(../images/leave-rate.svg);
    background-repeat: no-repeat;
    background-position: center center;

    filter: grayscale(100%);
    opacity: 0.4;
    cursor: pointer;
}

.leave-rate-item.checked {
    filter: grayscale(0%);
    opacity: 1;
}

.detail-rate-info {
    font-weight: 300;
}

.consult-detail {
    padding-top: 151px;
}

.section-news {
    margin-top: 38px;
}

.news-list-body {
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    overflow: hidden;
    height: 100%;

    background-color: #f4f4f4;

    text-decoration: none;
    color: inherit;
}

.news-list-body:hover {
    text-decoration: none;
    color: inherit
}

.news-list-photo {
    padding-bottom: 72.5%;

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    border-radius: 30px;
}

.news-list-content {
    padding: 23px 30px 28px;
}

.news-list-content-name {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
}

.news-list-content-desc {
    font-size: 16px;
    font-weight: 300;

    line-height: 1.2
}

.consult-news {
    padding-top: 232px;
}

.row-news-detail {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;

    border-radius: 30px;
    background-color: #f4f4f4;
}

.news-detail-col {
    flex: 0 0 50%;
    max-width: 50%;
}

.news-detail-col-photo {
    padding-right: 15px;
}

.news-detail-col-content {
    padding-left: 15px;
    padding-right: 15px;
}

.news-detail-photo {
    padding-bottom: 72.5%;
    background-size: cover;
    background-position: center center;

    border-radius: 30px;
}

.news-detail-content {
    padding: 48px 0px;

    line-height: 1.25;
}

.news-detail-title {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 25px;
}

.news-detail-text {
    font-size: 16px;
    font-weight: 300;

    line-height: 1.2;
}

.section-reviews {
    margin-top: -14px;
    margin-bottom: 192px;
}

.reviews-faq-for {
    margin-top: 15px;
    margin-bottom: 47px;
    color: #8e8e8e;
}
.reviews-faq-for a{
    color:inherit;
}

.reviews-faq-for-link {
    font-weight: normal;
    color: inherit;
}

.reviews-faq-for-link:hover {
    color: inherit
}

.leave-review-form {
    margin-top: 100px;
}

.col-stick {
    position: relative;
    padding-top: 35px;
}

.review-stats {
    position: sticky;
    left: 0;
    top: 0;
    padding-top: 15px;
}

.row-reviews-flex {
    align-items: stretch;
}

.review-stats-inner {
    border: 3px solid #f4f4f4;
    border-radius: 30px;
    overflow: hidden;

    text-align: center;
}

.review-stats-head {
    background-color: #f4f4f4;
    padding: 25px;
}

.review-stats-body {
    padding: 47px 25px;
    font-weight: normal;
    line-height: 1.2;
}

.review-stats-button {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.rate-stats-list {
    display: flex;
    justify-content: center;
}

.rate-stats-item {
    flex: 0 0 30px;
    max-width: 30px;

    margin-right: 10px;

    height: 30px;

    background-image: url(../images/rate-star.svg);
    background-size: contain;

    filter: grayscale(100%);
    opacity: 0.4;
}

.rate-stats-item:last-child {
    margin-right: 0;
}

.rate-stats-item.active {
    filter: grayscale(0%);
    opacity: 1;
}

.rate-stats-info {
    font-size: 16px;
    font-weight: 300;
    margin-top: 17px;
}

.detail-review-list .reviews-faq-item {
    margin-bottom: 31px;
}

.shop-slide {
    padding-bottom: 62.4999999%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.shop-slider {
    border-radius: 30px;
}

.contacts-map {
    width: 100%;
    height: 100%;
    /* border-radius: 15px; */
    overflow: hidden;
}

.contacts-heading {
    font-size: 20px;
}

.section-contacts {
    margin-top: 38px;
}

.contacts-col-map {
    padding-right: 15px !important;
}

.contacts-col-content {
    background-color: #fff;
}

.row-contacts {
    border-radius: 30px;
    border: 3px solid #f4f4f4;
    overflow: hidden;
}

.contacts-list {
    margin-top: 43px;
    margin-bottom: 17px;
    display: flex;
    flex-direction: column;
}

.contacts-list-item {
    display: flex;
    margin-bottom: 24px;
}

.contacts-list-item-icon {
    flex: 0 0 42px;
    max-width: 42px;

    opacity: 0.5;
}

.contacts-list-item-body {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.contacts-list-item-link {
    margin-bottom: 3px;
    color: inherit
}

.contacts-list-item-link:hover {
    color: inherit;
}

.contacts-content {
    padding-top: 41px;
    padding-left: 15px;
    padding-bottom: 49px;
    padding-right: 15px;
}

.consult-contacts {
    padding-top: 182px;
}

.section-consult-form-abs{
    position: absolute;
    z-index: 50;
    background-image: url("/images/site_images/Spinner.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display: none;
}
.faq-form-abs{
    position: absolute;
    z-index: 50;
    background-image: url("/images/site_images/Spinner.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display: none;
}
.leave-review-form{
    position: relative;
}
.new-review-form1 .control-label{
    display: none;
}
.new-review-form1 .form-group{
    margin:0;
}
.rate-review-item input{
    display: none;
}

.page-static {
    margin-top: 30px;
    margin-bottom: 160px;
    font-size: 18px;
}

.page-static a {
    color: inherit;
    text-decoration: underline;
}

.page-static a:hover {
    text-decoration: none;
}

.page-static ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.page-static ul > li {
    position: relative;
    padding-left: 20px;
}

.page-static ul > li::before {
    position: absolute;
    content: '';
    width: 11px;
    height: 1px;
    top: 11px;
    left: 0;

    background-color: var(--dark);
}

.page-static h2 {
    margin: 30px 0 15px;
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
}


.header-main-search .tt-menu {
    padding: 0;
    max-width: none;
    width: calc(100% + 140px);

    top: calc(100% - 3px) !important;
    border-color: #e8e8e8;

}

.header-main-search .league-name {
    font-size: 18px;
    font-weight: 500;
    font-family: inherit;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.header-main-search .tt-menu .tt-suggestion {
    padding-left: 15px;
    padding-right: 15px;

    white-space: normal;

    cursor: pointer;
}

.header-main-search .tt-dataset__a {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    cursor: pointer;

    color: inherit !important;
}

.header-main-search .tt-dataset__a .product-pm__img {
    flex: 0 0 50px;
    max-width: 50px;
    padding-bottom: 40px;

    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.header-main-search .tt-dataset__a .product-pm__img + .t_text {
    flex: 0 0 calc(100% - 50px);
    max-width: calc(100% - 50px);

    padding-left: 15px;

    font-size: 13px;
}

.header-main-search .tt-highlight {
    color: var(--accent);
    font-weight: normal;
}

.product-pm .in_cart_btn {
    background-color: transparent !important;
    border-color: transparent !important;

    position: relative;
}

.detail-tocart.in_cart_btn {
    background-color: #78d278 !important;
}

.product-cart-icon {
    fill: var(--accent);
    fill-rule: evenodd;
}

.product-pm .in_cart_btn .product-cart-icon {
    fill: #00b44e;
}

.detail-slider-item {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.catalog-filter-fix{
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 400;
    padding: 20px 20px;
    background-color: rgba(255,255,255, .7);
    border: 3px solid var(--accent);
    transition:all 0.2s 0s linear;
    display: none;
    border-radius: 15px;
    overflow: hidden;
}
.catalog-filter-fix:hover{
    opacity: 1;
}
.catalog-filter-fix-close{
    position: absolute;
    top:0;
    right:0;
    z-index: 10;
    max-width: 30px;
}
.catalog-filter-fix-close>a{
    text-decoration: none !important;
    display: block;
}

.catalog-filter-fix-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;

}

.catalog-filter-fix-box_title{
    text-align: center;
    font-size: 18px;
}
.catalog-filter-fix-box_btn{
    margin-top: 15px;
    font-size: 18px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.catalog-filter-fix-abs {
    position: absolute;
    z-index: 50;
    background-image: url("/images/site_images/Spinner.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    background-color: rgba(255, 255, 255, 1);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.section-week-btns a{
    margin:0 15px;
}
.yur-dataset-a {
    padding: 5px 15px !important;
    margin-bottom: 10px;
    margin-top: 10px;
    white-space: normal !important;
    cursor: pointer;
}

.yur-dataset-a .tt-highlight {
    color: var(--accent);
    font-family: inherit;
    font-weight: normal;
}

.cart-yur-info .tt-menu {
    max-width: none;
    width: unset;

    max-height: 215px;
    overflow-y: auto;
}

.yur-name,
.yur-full {
    word-break: break-word;
}

.state-cats {
    overflow: visible;
}

.state-cats .overlay {
    background-color: rgba(0,0,0, .35);
    z-index: 3;
}
.header-cats-form-search-close{
    position: absolute;
/*    left: calc(100% - 248px);*/
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 200;
}
.header-cats-form-search-close a{
    display: block;
    max-width: 20px;
    line-height: 0;
}
.header-main-middle button{
    opacity: 0;
    height:0;
    width:0;
    position: absolute;
}
.header-cats-form button{
    opacity: 0;
    height:0;
    width:0;
    position: absolute;
}
.search1-catalog{
    margin-top: 30px;
}

.header-location {
    display: flex;
    flex: 0 0 300px;
    max-width: 300px;
}

.header-showtel-icon {
    max-width: 20px;
    position: absolute;
    top: 16px;
    right: 15px;

    transition: transform .3s ease;

    transform: rotate(0deg)
}

.header-showtel-abs {
    display: none;
    position: absolute;
    width: 180px;
    top: 100%;
    left: 0;

    background-color: #fff;

    box-shadow: 0 40px 40px 0 rgba(0,0,0, .1);
    padding: 0 15px 10px;

    transition: all .3s ease;
    /*opacity: 0;*/
    z-index: 6;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.header-tel-link {
    display: flex;
    margin-bottom: 10px;
    color: inherit;
}

.header-tel-link:last-child {
    margin-bottom: 0;
}

.header-tel-link:hover {
    color: var(--dark);
    text-decoration: none;
}

.header-showtel {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: flex;
    flex: 0 0 180px;
    max-width: 180px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -15px;
    margin-bottom: -11px;
    padding-top: 15px;
    padding-bottom: 11px;
    cursor: pointer;
}

.header-showtel:hover {
    box-shadow: 0 0 40px 0 rgba(0,0,0, .1);
}

.header-showtel:hover .header-showtel-icon {
    transform: rotate(180deg);
}

.header-showtel:hover .header-showtel-abs {
    display: block;
}

.header-cats-item.sub {
    display: none;
}

.shop-slider-nav {
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
    right: 0;
    z-index: 2;
}

.shop-slider-item {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.shop-slider-item img {
    max-width: 10px;
}

.shop-slider-prev {
    left: 15px;
    transform: rotate(-180deg);
    padding-left: 2px;
}

.shop-slider-next {
    right: 15px;
    padding-left: 2px;
}

.events-btns {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.input-group .form-check-label {
    flex: 0 0 100%;
    max-width: 100%;
}

#getdate {
    max-width: 200px;
}

.page-form {
    font-size: 16px;
}

.page-form label {
    cursor: pointer;
}

.detail-descs-content span[style] {
    background-color: transparent !important;
    color: inherit !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important
}

.iden-logo {
    display: flex;
    padding-bottom: 48px;
    width: 81px;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.iden-inner {
    display: flex;
    justify-content: flex-end;
}

.form-check .form-group-title {
    margin-left: -1.25rem;
}

.form-check .form-message {
    margin-left: -1.25rem;
}

.form-group-title {
    font-weight: bold;
    margin-bottom: .5rem;
}

.form-message {
    color: #C12020;
    font-size: 14px;
    margin-top: 7px;
    line-height: 20px;
    padding-left: 23px;
    background-image: url(../images/warning.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 17px;
    background-size: 17px;
}

.input-other {
    visibility: hidden;
    margin-left: .75rem;
    border-color: transparent;
}

.label-row {
    display: flex;
}

.label-other {
    padding-left: 4px;
}

.form-check-input:checked + .input-other {
    border-color: #80bdff;
    visibility: visible;
}

.group-style {
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 1.25rem;
}

.page-form input[type="radio"],
.page-form input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    flex: 0 0 18px;
    max-width: 18px;
    height: 18px;
    line-height: 18px;
    border: 2px solid #d0d0d0;
    top: 2px;
    margin-top: 0;
    position: relative;
}

.page-form input[type="checkbox"] {
    border-radius: 3px;
}

.page-form input[type="checkbox"]:checked {
    border-color: var(--accent);
}

.page-form input[type="radio"] + label,
.page-form input[type="checkbox"] + label {
    padding-left: 5px;
}

.page-form input[type="radio"] {
    border-radius: 50%;

}

.page-form input[type="radio"]:checked {
    border-color: var(--accent);
}

.page-form input[type="checkbox"]:checked::before,
.page-form input[type="radio"]:checked::before {
    position: absolute;
    content: '';
}

.page-form input[type="radio"]:checked::before {
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background-color: var(--accent);
    border-radius: 50%;
}

.page-form input[type="checkbox"]:checked::before {
    top: 4px;
    left: 2px;
    right: 2px;
    height: 5px;
    border-left: 2px solid var(--accent);
    border-bottom: 2px solid var(--accent);

    transform: rotate(-45deg);
}

.label-row input {
    margin-right: 4px;
}

.page-form input {
    border-width: 2px;
    border-color: #e5e5e5;
}

small {
    font-weight: inherit;
}

.page-form .input-group {
    margin-bottom: .5rem;
}

.page-form-btn {
    margin-top: 1rem;
}
#interview-form .form-message{
    display: none;
}
#interview-form .form-group.has-errors .form-message{
    display: block;
}

.promo-shadow{
    position: absolute;
    z-index: 50;
    background-image: url("/images/site_images/Spinner.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    background-color: rgba(255,255,255,.7);
    top:0;
    left:0;
    width:100%;
    height:100%;
    display: none;
}
.page-actions_item-sdek-calc{
    margin-top: 30px;
}
.page-actions_item-sdek-calc-title{
    font-size: 18px;
    font-weight: bold;
    width:100%;
}
.page-actions_item-sdek-calc-city{
    margin-top: 10px;
    width:100%;
}
.page-actions_item-sdek-calc-city label{
    display: block;
    font-weight: normal;
}
.page-actions_item-sdek-calc-city label .t_text{
    display: block;
    width:100%;
}
.page-actions_item-sdek-calc-city label .t_inp  {
    display: block;
    width:100%;
    margin-top: 10px;
    position: relative;
}
.page-actions_item-sdek-calc-city input{
    border: 2px solid #e2e2e2;
    width: 100%;
    padding: 6px 15px;
    color: #7b7b7b;
    font-size: 18px;
    font-weight: 300;
    border-radius: 30px;
    resize: none;
}
.page-actions_item-sdek-calc-city label .t_inp  a{
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    /* bottom: 5px; */
    width: 100px;
    text-align: center;
    border-radius: 20px;
    background-color: var(--accent);
    font-size: 14px;
    color: #fff;
    border: none;
    padding: 6px 4px;
    margin: 0;
    cursor: pointer;
    text-decoration: none !important;
    transition:all 0.2s 0s linear;
}
.page-actions_item-sdek-calc-city label .t_inp a:hover{
    opacity: 0.8;
}
.page-actions_item-sdek-calc-res{
    margin-top: 15px;
    font-weight: bolder;
    display: none;
}
.page-actions_item-sdek-calc{
    display: none;
}

.header-show-tel,
.modal-link-number {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDQ3My44MDYgNDczLjgwNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cgk8Zz4KCQk8cGF0aCBkPSJNMzc0LjQ1NiwyOTMuNTA2Yy05LjctMTAuMS0yMS40LTE1LjUtMzMuOC0xNS41Yy0xMi4zLDAtMjQuMSw1LjMtMzQuMiwxNS40bC0zMS42LDMxLjVjLTIuNi0xLjQtNS4yLTIuNy03LjctNCAgICBjLTMuNi0xLjgtNy0zLjUtOS45LTUuM2MtMjkuNi0xOC44LTU2LjUtNDMuMy04Mi4zLTc1Yy0xMi41LTE1LjgtMjAuOS0yOS4xLTI3LTQyLjZjOC4yLTcuNSwxNS44LTE1LjMsMjMuMi0yMi44ICAgIGMyLjgtMi44LDUuNi01LjcsOC40LTguNWMyMS0yMSwyMS00OC4yLDAtNjkuMmwtMjcuMy0yNy4zYy0zLjEtMy4xLTYuMy02LjMtOS4zLTkuNWMtNi02LjItMTIuMy0xMi42LTE4LjgtMTguNiAgICBjLTkuNy05LjYtMjEuMy0xNC43LTMzLjUtMTQuN3MtMjQsNS4xLTM0LDE0LjdjLTAuMSwwLjEtMC4xLDAuMS0wLjIsMC4ybC0zNCwzNC4zYy0xMi44LDEyLjgtMjAuMSwyOC40LTIxLjcsNDYuNSAgICBjLTIuNCwyOS4yLDYuMiw1Ni40LDEyLjgsNzQuMmMxNi4yLDQzLjcsNDAuNCw4NC4yLDc2LjUsMTI3LjZjNDMuOCw1Mi4zLDk2LjUsOTMuNiwxNTYuNywxMjIuN2MyMywxMC45LDUzLjcsMjMuOCw4OCwyNiAgICBjMi4xLDAuMSw0LjMsMC4yLDYuMywwLjJjMjMuMSwwLDQyLjUtOC4zLDU3LjctMjQuOGMwLjEtMC4yLDAuMy0wLjMsMC40LTAuNWM1LjItNi4zLDExLjItMTIsMTcuNS0xOC4xYzQuMy00LjEsOC43LTguNCwxMy0xMi45ICAgIGM5LjktMTAuMywxNS4xLTIyLjMsMTUuMS0zNC42YzAtMTIuNC01LjMtMjQuMy0xNS40LTM0LjNMMzc0LjQ1NiwyOTMuNTA2eiBNNDEwLjI1NiwzOTguODA2ICAgIEM0MTAuMTU2LDM5OC44MDYsNDEwLjE1NiwzOTguOTA2LDQxMC4yNTYsMzk4LjgwNmMtMy45LDQuMi03LjksOC0xMi4yLDEyLjJjLTYuNSw2LjItMTMuMSwxMi43LTE5LjMsMjAgICAgYy0xMC4xLDEwLjgtMjIsMTUuOS0zNy42LDE1LjljLTEuNSwwLTMuMSwwLTQuNi0wLjFjLTI5LjctMS45LTU3LjMtMTMuNS03OC0yMy40Yy01Ni42LTI3LjQtMTA2LjMtNjYuMy0xNDcuNi0xMTUuNiAgICBjLTM0LjEtNDEuMS01Ni45LTc5LjEtNzItMTE5LjljLTkuMy0yNC45LTEyLjctNDQuMy0xMS4yLTYyLjZjMS0xMS43LDUuNS0yMS40LDEzLjgtMjkuN2wzNC4xLTM0LjFjNC45LTQuNiwxMC4xLTcuMSwxNS4yLTcuMSAgICBjNi4zLDAsMTEuNCwzLjgsMTQuNiw3YzAuMSwwLjEsMC4yLDAuMiwwLjMsMC4zYzYuMSw1LjcsMTEuOSwxMS42LDE4LDE3LjljMy4xLDMuMiw2LjMsNi40LDkuNSw5LjdsMjcuMywyNy4zICAgIGMxMC42LDEwLjYsMTAuNiwyMC40LDAsMzFjLTIuOSwyLjktNS43LDUuOC04LjYsOC42Yy04LjQsOC42LTE2LjQsMTYuNi0yNS4xLDI0LjRjLTAuMiwwLjItMC40LDAuMy0wLjUsMC41ICAgIGMtOC42LDguNi03LDE3LTUuMiwyMi43YzAuMSwwLjMsMC4yLDAuNiwwLjMsMC45YzcuMSwxNy4yLDE3LjEsMzMuNCwzMi4zLDUyLjdsMC4xLDAuMWMyNy42LDM0LDU2LjcsNjAuNSw4OC44LDgwLjggICAgYzQuMSwyLjYsOC4zLDQuNywxMi4zLDYuN2MzLjYsMS44LDcsMy41LDkuOSw1LjNjMC40LDAuMiwwLjgsMC41LDEuMiwwLjdjMy40LDEuNyw2LjYsMi41LDkuOSwyLjVjOC4zLDAsMTMuNS01LjIsMTUuMi02LjkgICAgbDM0LjItMzQuMmMzLjQtMy40LDguOC03LjUsMTUuMS03LjVjNi4yLDAsMTEuMywzLjksMTQuNCw3LjNjMC4xLDAuMSwwLjEsMC4xLDAuMiwwLjJsNTUuMSw1NS4xICAgIEM0MjAuNDU2LDM3Ny43MDYsNDIwLjQ1NiwzODguMjA2LDQxMC4yNTYsMzk4LjgwNnoiIGZpbGw9IiNhMmEyYTIiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIHN0eWxlPSIiIGNsYXNzPSIiPjwvcGF0aD4KCQk8cGF0aCBkPSJNMjU2LjA1NiwxMTIuNzA2YzI2LjIsNC40LDUwLDE2LjgsNjksMzUuOHMzMS4zLDQyLjgsMzUuOCw2OWMxLjEsNi42LDYuOCwxMS4yLDEzLjMsMTEuMmMwLjgsMCwxLjUtMC4xLDIuMy0wLjIgICAgYzcuNC0xLjIsMTIuMy04LjIsMTEuMS0xNS42Yy01LjQtMzEuNy0yMC40LTYwLjYtNDMuMy04My41cy01MS44LTM3LjktODMuNS00My4zYy03LjQtMS4yLTE0LjMsMy43LTE1LjYsMTEgICAgUzI0OC42NTYsMTExLjUwNiwyNTYuMDU2LDExMi43MDZ6IiBmaWxsPSIjYTJhMmEyIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBzdHlsZT0iIiBjbGFzcz0iIj48L3BhdGg+CgkJPHBhdGggZD0iTTQ3My4yNTYsMjA5LjAwNmMtOC45LTUyLjItMzMuNS05OS43LTcxLjMtMTM3LjVzLTg1LjMtNjIuNC0xMzcuNS03MS4zYy03LjMtMS4zLTE0LjIsMy43LTE1LjUsMTEgICAgYy0xLjIsNy40LDMuNywxNC4zLDExLjEsMTUuNmM0Ni42LDcuOSw4OS4xLDMwLDEyMi45LDYzLjdjMzMuOCwzMy44LDU1LjgsNzYuMyw2My43LDEyMi45YzEuMSw2LjYsNi44LDExLjIsMTMuMywxMS4yICAgIGMwLjgsMCwxLjUtMC4xLDIuMy0wLjJDNDY5LjU1NiwyMjMuMzA2LDQ3NC41NTYsMjE2LjMwNiw0NzMuMjU2LDIwOS4wMDZ6IiBmaWxsPSIjYTJhMmEyIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBzdHlsZT0iIiBjbGFzcz0iIj48L3BhdGg+Cgk8L2c+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPC9nPjwvc3ZnPg==);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;

    color: inherit;
    text-decoration: none;
    font-weight: normal;

    padding-left: 30px;
}

.modal-link-number {
    margin-bottom: 10px;
    line-height: 20px;
    display: table;
    padding-top: 2px;
}

.header-show-tel:hover,
.modal-link-number:hover {
    text-decoration: none;
    color: var(--dark)
}

.modal-tel-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-header-center,
.modal-footer-center {
    justify-content: center;
}
.modal-custom1{
    padding:30px;
}
.modal-content-title{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}
.modal-content-body{
    margin-top: 20px;
}
.regModal1-form_item_label{
    font-size: 16px;
    color:#000;
}
.regModal1-form_inp{
    margin-top: 5px;
}
.regModal1-form_item{
    margin-top: 15px;
}
.regModal1-form_item:first-child{
    margin-top: 0;
}
.regModal1-form_submit{
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.col-header-cart{
    position: relative;
}
.lc-user-icon1{
    position: absolute;
    right: 155px;
    top: 16px;
}
.modal-content-close{
    position: absolute;
    top:15px;
    right:15px;
    width:20px;
}
.modal-content-close a{
    display: block;
}
.index-auth1__inner-item{
    display: none;
}
.index-auth1__inner-item.active {
    display: block;
}
.js-auth-loader{
    position: absolute;
    z-index: 20;
    background-image: url("/images/site_images/Spinner.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    background-color: rgba(255, 255, 255, 0.4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.login-wrap1 #form_login input[type="text"],
.login-wrap1 #form_login input[type="password"],
.login-wrap1 #form_reg input[type="text"],
.login-wrap1 #form_reg input[type="password"],
.login-wrap1 #form_reg input[type="email"],
.login-wrap1 #forgot-form1 input[type="text"],
.login-wrap1 #forgot-form1 input[type="email"],
.login-wrap1 #forgot-form1 input[type="password"]
{
    margin-top: 20px;
    height:45px;
}
.reg-verify{
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}
.reg-verify-col a{
    border: none;
    font-family: inherit;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    background-color: var(--accent);
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 35px;
    opacity: 1;
    transition: ease all 300ms;
    text-align: center;
    cursor: pointer;
    display: flex;
    padding-bottom: 0;
    padding-top: 0;
    align-items: center;
    height: calc(100% - 20px);
    margin-top: 20px;
    text-decoration: none !important;
}
.modal-content-hint{
    margin-top: 20px;
    font-size: 13px;
}
.reg-verify{
    display: none;
}
.modal-content-hint a{
    color:var(--accent);
    text-decoration: none !important;
}

.reg-verify-col {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
.login-wrap1 button[type="submit"]{
    margin-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.reg-help-block1{
    margin-top: 20px;
}
.reg-help-block1 a{
    color:var(--accent);
    display: block;
    font-size: 16px;
    text-decoration: underline;
}
.reg-help-block1 a:hover{
    text-decoration: none;
}
.js-auth-help{
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
}
.js-auth-help.red{
    color:red;
}
.js-auth-help.green{
    color:green;
}
.index-auth1__inner_forgot_code{
    display: none;
}
.index-auth1__inner_forgot_pass_wrap{
    display: none;
}
.gift1{
    position: fixed;
    bottom: 145px;
    left: 28px;
    z-index: 200;
}
.gift1_image>a{
    position: relative;
    display: block;
    text-decoration: none !important;
}
.gift1_image>a img{
    display: block;
}
.gift1_image_text{
    position: absolute;
    top: 28px;
    color:#fff;
    text-align: center;
    left:0;
    width:100%;
    font-size: 21px;
    font-weight: bold;
}
.gift1_image_text span{
    font-size: 17px;
}
.modal-abs{
    position: absolute;
    z-index: 50;
    background-image: url("/images/site_images/Spinner.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display: none;
}
.bonusModal-title{
    font-size: 36px;
    color:#000;
    font-family: var(--roboto);
    font-weight: bold;
}
.bonusModal-text1{
    margin-top: 30px;
    color:#2b2c27;
    font-size: 20px;
    font-family: var(--roboto);
    line-height: 1.3;
    max-width: 560px;
}
#bonusModal .modal-dialog{
    width:720px;
    max-width: none;
}
.bonusModal-title .rub{
    font-size: 27px;
}
.bonusModal-text1-btn a{
    display: inline-block;
    vertical-align: top;
}
#bonusModal .modal-content{
    border-radius: 30px;
    overflow: hidden;
    min-height: 555px;
}
.bonusModal-text1-bg{
    position: absolute;
    right: -55px;
    bottom: -10px;
}
.bonusModal-text1-btn{
    position: absolute;
    bottom: 50px;
}
.layouts-script{
    opacity: 0;
    height:0;
    width:0;
    overflow: hidden;
}
.slide-index-sert .slider-home-body{
    top:117px;
    right:20px;
    left:unset;
    z-index: 50;
}

.slide-index-sert .slider-home-title{
    font-size: 48px;
    color:#fff;
}
.slide-index-sert .slider-home-desc{
    font-size: 20px;
    color:#fff;
    text-align: right;
    margin-top: 16px;
}
.slide-index-sert .slider-home-button{
    padding: 7px 35px;
    color:#d83c37;
    font-size: 20px;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
    margin-right: unset;
}
.slider-home-label-sert{
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
}
.slider-home-label-sert img{
    display: block;
    margin:0 auto;
}



.cart-shop-order1-select-bonus{
    margin-top: 20px;
}
.cart-shop-order1-select-bonus label{
    display: flex;
    cursor: pointer;
}
.cart-shop-order1-select-bonus label input{
    display: none;
}
.cart-shop-order1-select-bonus label .t_img{
    width: 15px;
    height: 15px;
    display: block;
    border: 1px solid #b9b9b9;
    padding: 2px;
    border-radius: 3px;
    margin-top: 2px;
}
.cart-shop-order1-select-bonus label .t_img_2{
    width:100%;
    height:100%;
    background-color: #FD0200;
    border-radius: 3px;
    display: none;
}
.cart-shop-order1-select-bonus label input:checked~.t_img .t_img_2{
    display: block;
}
.cart-shop-order1-select-bonus label .t_text{
    padding-left: 10px;
    font-size: 15px;
}
.cart-shop-order1-select-bonus label .t_text1{
    font-size: 13px;
    display: block;
    color:gray;
}
.static1-content p,
.static1-content span
{
    font-size: 18px !important;
    color:var(--dark) !important;
    font-family: var(--roboto) !important;
}
.carousel-control-next, .carousel-control-prev {
    width: 6%;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 50px;
    height: 50px;
}
.carousel-inner .carousel-item.active,.carousel-inner .carousel-item-next,.carousel-inner .carousel-item-prev{display:flex}
.carousel-inner .carousel-item-right.active,.carousel-inner .carousel-item-next{transform:translateX(25%)}
.carousel-inner .carousel-item-left.active,.carousel-inner .carousel-item-prev{transform:translateX(-25%)}
.carousel-inner .carousel-item-right,.carousel-inner .carousel-item-left{transform:translateX(0)}

.carousel-item-link {
    width: 100%;
    height: 250px;
    display: block;
}
.carousel-item-link:hover {
    text-decoration: none;
}
.carousel-item-video {
    width: 100%;
    height: 250px;
    background-color: #EEEEEE;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.carousel-item-video:hover {
    text-decoration: none;
}
.carousel-item-title {
    color: #eeeeee;
    font-size: 18px;
    text-decoration: none;
    font-weight: 400;
    padding: 10px 0 0 20px;
    text-shadow: 0 0 2px black;
}
.carousel-item-title:hover {
    text-decoration: none;
}
.carousel-item-button {
    width: 68px;
    height: 48px;
    left: 50%;
    top: 50%;
    margin-left: -34px;
    margin-top: -24px;
    position: absolute;
    background: url('/images/ybtn-black.png') center center no-repeat transparent;
}
.carousel-item-link:hover .carousel-item-button {
    background-image: url('/images/ybtn-red.png');
}

.drBonusModal-title{
    font-family: var(--roboto);
    color:#000;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
}
.drBonusModal-text1{
    margin-top: 16px;
    font-size: 16px;
    position: relative;
    z-index: 20;
}
#drBonusModal .modal-custom1{
    position: relative;
    overflow: hidden;
}
.bonusModal-text1-bg{
    position: absolute;
    bottom:-30px;
    right:-30px;
    z-index: 10;
    opacity: 0.2;
    max-width: 100px;
    height:100px;
}
.bonusModal-text1-bg svg{
    height:100%;
    width:100%;
}
.drBonusModal-button{
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.col-foot-total{
    display: flex;
    align-items: center;
}
.col-total-value-old{
    margin-right: 20px;
    position: relative;
    font-size: 24px;
    font-weight: normal;
    margin-left: 15px;
}
.col-total-value-old:after{

    content: " ";
    position: absolute;
    display: block;
    left: -4px;
    top: 15px;
    width: 111%;
    background-color: #FD0200;
    transform: rotate(
            17deg
    );
    height: 2px;

}
.slide-index-ballons .slider-home-body {
    color: white;
    text-align: center;
    bottom: 20px;
    top: unset;
    width: 100%;
}
.slide-index-ballons .slider-home-button {
    position: absolute;
    right: 30%;
    bottom: 100%;
    color: #d83c37;
}
.childs_questions {
    transition: all 1s;
}
.childs_questions.show {
    display: block;
}
.childs_questions.hide {
    display: none;
}
.button-child-add {
    margin-bottom: 30px;
}
