a, html {
    color: #000;
}
.footer, .locationBar, .topBar{
    background-color: #000;
}
.containerFluid{
    max-width: 1230px;
    padding: 0 30px;
}
.locationBar{
    padding: 10px 0;
}
.locationBar .containerFluid{
  display: grid;
    grid-template-columns: 285px auto 320px;
    GRID-GAP: 30PX;
}
.locationBar .locationBar__left{
    width: auto;
}
.locationBar .locationBar__center{
    width: auto;
    margin: 0 0 0 10px;
}
.locationBar .locationBar__right{
    width: auto;
}
.locationBar__address{
    font-weight: 500;
    font-size: 24px;
}
.locationBar__info{
    margin-top: 20px;
}
.metroBox__body:not(:first-child){
    margin-top: 7px;
}
.locationBar__info {
    flex-flow: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
}
.locationBar__info a{
    display: block;
}
.locationBar__info li{
    width: auto;
}
.footer .footer__column--left .footer__bottom{
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer .footer__column--left .copyright{
    font-size: 12px;
    color: #b8b8b8;
}
.footer .footer__column--left .copyright p{
    line-height: 1;
}
.footer .footer__column--left .copyright p:first-child{
    padding-bottom: 10px;
}
.footer .footer__column--center .menu .menu__item{
    line-height:1;
    padding-bottom: 15px;
}
.footer .footer__column--center .menu .menu__item:last-child,
.footer .footer__column--center .menu .menu__item:nth-last-child(2)
{
    padding-bottom: 0;
}
.carouselHead .carouselHead__inner{
    margin-left: 0!important;
    margin-right: 0!important;
    margin: 0;
    background-position: -10% 50%;
}
.carouselHead .carouselHead__inner--bestsellers{
    background-image: url(../img/carousel/text_bestsellers.png);
    height: 45px;
}
.main-page__header-block{
    display: grid;
    grid-template-columns: 176px auto 170px;
    /*grid-template-columns: 176px calc(100% - 410px) 170px;*/
    grid-gap: 30px;
}
.main-page__header-block .slick-dots{
    bottom: 25px;
}
.main-page__header-block .slick-dots li button:before{
    color: #fff;
}
.section--banner .section__inner .section__left{
    width: 100%;
    margin-right: 0;
}
.section--banner .section__inner .section__right{
    width: 100%;
}
.section--banner .section__inner .section__center{
    overflow: hidden;
}
.section--banner .section__inner .section__center .slick-slide img{
    width: 100%;
    height: 440px;
    object-fit: cover;
}
.section--banner .section__inner .section__center .slider-content{
    position: relative;
}
.section--banner .section__inner .section__center .slider-content .content-text{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}
.section--banner .section__inner .section__center .slider-content .content-text .title{
    font-size: 30px;
    font-family: "RubikMonoOne",sans-serif;
    text-transform: uppercase;
}
.section--banner .section__inner .section__center .slider-content .content-text .subtitle{
    font-size: 24px;
}
.header__bottom{
    display: grid;
    grid-template-columns: 206px auto 200px;
    justify-content: normal;
}
.header__bottom .header__left, .header__bottom .header__right{
    width: 100%;
}
.header__bottom .header__center {
    width: 100%;
}
.form--searchLine input{
    width: 100%;
    height: 50px;
}
.btn--catalog{
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 9%);
    background-image: url(../img/btn_catalog.png);
    padding:  7px 7px 7px 50px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    line-height: 1;
    height: 50px;
}
.form--searchLine .btn--glass{
    background-image: url(../img/main-page-search.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 36px;
    height: 37px;
    bottom: 5px;
    right: -2px;
    top: auto;
}
.btn--cart{
    width: 145px;
    height: 60px;
    padding: 11px 13px 0 10px;
}
.badge--circle{
    background-color: #e4ff00;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header__bottom .header__right .header__cartMini .btn__title{
    font-size: 12px;
}
.btn--favorite.btn--lg .btn__icon{
    width: 25px;
    height: 25px;
}
.btn--favorite.btn--lg .btn__icon svg{
    width: 9px;
    height: 9px;
}
.header__bottom .header__right .header__favorites{
    margin-left: 13px;
    margin-bottom: -10px;
}
.header__bottom .header__right .header__cartMini{
    margin-top: -10px;
    margin-left: 0;
}
.btn--favorite.btn--lg .badge{
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3px;
    width: auto;
    min-width: 20px;
    height: 14px;
    border-radius: 2px;
    bottom: -6px;
}
.badge--circle{
    font-size: 12px;
    font-family: "RobotoMono",sans-serif;
    font-weight: 400;
}
.footer{
    padding: 30px 0;
}
.footer .footer__inner{
    display: grid;
    grid-template-columns: 285px auto 325px;
}
.footer .footer__column--left, .footer .footer__column--right{
    width: 100%;
}
.footer .footer__column--right{
    padding-top: 6px;
    padding-left: 15px;
    border-left: 2px solid #999999;

}
.footer .footer__column--right .socialsList__item:not(:first-child){
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #999999;
}
.footer .footer__column--center{
    width: 100%;
    margin: 0 0 0 40px;
    padding: 0;
}
.footer__column--left .btn--arrowRight{
    justify-content: center;
}
.footer__column--left .btn--arrowRight .icon-arrow_right{
    margin-left: 30px;
}
.footer .footer__column--center .menu{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.footer .footer__column--center .menu .menu__item{
    width: auto;
}
.footer .footer__column--center .menu .menu__item a{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.702);
    line-height: 1;
    display: block;
}
.footer .footer__column--left .footer__bottom{
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
}
.footer .footer__column--left{
    border-right: 2px solid #999999;
    padding: 0 15px 0 0;
}
.footer .footer__column--left  .footer__top{
    border-bottom: 2px solid #999999;
    padding-bottom: 15px;
}
.btn--arrowRight .icon-inst, .btn--arrowRight .icon-vk{
    margin-right: 7px;
}
.btn--favorite:not(.btn--lg) svg{
    width: 23.7px;
    height: 21.5px;
    background-image: url(../img/favorite-product.svg);
    background-repeat: no-repeat;
    background-size: cover;
    stroke: none;
    display: block;
}
.instBox__line{
    height: 58px;
}
.locationBar__title{
    font-size: 24px;
    line-height: 1.4;
}
.metroBox .metroBox__image img{
    max-width: 260px;
}
.section--banner .section__inner .section__right .images__block a{
    display: block;

}
.section--banner .section__inner .section__right .images__block a:first-child{
    margin-bottom: 30px;
}
.section--banner .section__inner .section__right .images__block img{
    border-radius: 5px;
    width: 100%;
    height: 125px;
    object-fit: cover;
}
.section--banner .section__inner .section__right .black-link__block{
    margin-top: 32px;
}
.section--banner .section__inner .section__right .black-link__block a{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
}
.section--banner .section__inner .section__right .black-link__block a span{
 display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    background-color: #000000;
    padding: 10px 15px;
    line-height: 1;
    color: #fff;
    margin-bottom: 7px;
    letter-spacing: 11px;
}
.section--certificateOffer{
    padding: 75px 0 50px 0;
}
.certificateOffer__body input::placeholder{
    color: #ff4f4d;
    text-transform: uppercase;
    font-size: 11.5px;
    text-align: center;
}
.btn--cart{
    background-image: url(../img/btn_cart_bg.svg);
}
.form--certificateOffer .form__top .radioButtonPrice:not(:first-child){
    margin-left: 0;
    text-transform: uppercase;
}
.form--certificateOffer .form__top .radioButtonPrice{
    margin-right: 10px;
}
.certificateOffer{
    padding: 30px 25px 25px 25px;
}
.certificateOffer__title{
    font-size: 22px;
}
.certificateOffer__subtitle{
    font-size: 18px;
}
.form--certificateOffer .form__top .radioButtonPrice{
    font-size: 10px;
}
.form--certificateOffer .form__top{
    border-bottom: 2px solid #646464;
}
.certificateOffer__body{
    margin-top: 21px;
}
.radioButtonPrice__body{
    padding: 5px 7px;
}
.section--blogCards{
    padding-bottom: 105px;
}
.section--carousel .slick-slide {
    margin: 0 10px;
}
.section--carousel .slick-list {
    margin: 0 -10px;
}
.section--carousel .slick-track{
    padding: 25px 0;
}
.card--good:before{
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
}
.card--good .card__title{
    text-transform: uppercase;
}
.card--blog .card__title{
    font-size: 38px;
    line-height: 1.3;
}
 .slick-prev, .slick-next{
  width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    z-index: 2;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 9%);
}
 .slick-prev:before,.slick-next:before{
    display: none;
}
.slick-prev,.slick-prev:focus, .slick-prev:hover{
    background: #fff;
    background-image: url(../img/arrow_left.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
}
.slick-next, .slick-next:focus, .slick-next:hover{
    background: #fff;
    background-image: url(../img/arrow_right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
}
.slick-prev {
    left: 5px;
}
.slick-next {
    right: 5px;
}
.form--certificateOffer .form__top input[type="text"]{
    text-align: center;
}
.locationBar .locationBar__right {
    margin-left: 0;
}
.section--paddingTopDefault{
 padding-top:45px;
}
.section--goodCard .goodCard>div.goodCard__right {
    width:340px;
    margin-left:0;
    padding: 0;
}
.section--goodCard .goodCard{
    margin:0;
    display:grid;
    grid-template-columns: auto 340px;
    grid-gap: 25px;
}
.section--goodCard .goodCard>div.goodCard__left{
    padding: 0;
    width:100%;
    overflow: hidden;
    height:auto;
}
.section--goodCard .tabs--default .goodCardDescription{
    max-width:540px;
    margin: 0 auto;
}
.section--goodCard .breadcrumbsList{
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 14px;
}
.section--goodCard .goodCard__title{
    font-size: 20px;
    line-height: 1.4;
    margin-top: 0;
    height: 84px;
    overflow-y: hidden;
}
.section--goodCard .goodCard__status{
    margin-top:30px;
    color: rgb(116, 116, 116);
}
.section--goodCard  .goodCard .breadcrumbs{
    margin-top:0;
}
.section--goodCard .quantity.quantity--lg{
    width: 170px;
}

.section--goodCard  .dropdown-size .dropbtn {
    font-family: "RubikMonoOne",sans-serif;
    color: #000;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    background-image: url(../img/dropdown-product-icon.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 8px;
    padding:0;
    padding-right:30px;
    font-size: 18px;
}


.section--goodCard  .custom-select {
    position: relative;
    display: inline-block;
}

.section--goodCard  .custom-select-wrapper .custom-select__trigger{
    font-family: "RubikMonoOne",sans-serif;
    color: #000;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    background-image: url(../img/dropdown-product-icon.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 8px;
    padding:0;
    padding-right:30px;
    font-size: 18px;
}
.section--goodCard  .custom-select .custom-options {
    display: none;
    position: absolute;
    min-width: 160px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.18);
    z-index: 700;
    font-family: "RubikMonoOne",sans-serif;
    color: #000;
    border: 1px solid rgb(218, 218, 218);
    padding: 20px;
    right: -10px;
}
.section--goodCard  .goodCard__size{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:50px;
}
.section--goodCard  .goodCard__size .label{
    font-size: 14px;
    color: rgb(116, 116, 116);
    text-transform: uppercase;
    margin-right:10px;
}
/* Links inside the dropdown */
.section--goodCard  .custom-select .custom-options span {
    color: black;
    padding-bottom:20px;
    line-height: 1;
    text-decoration: none;
    display: block;
    font-size: 18px;
    cursor: pointer;
}
.section--goodCard  .custom-select .custom-options span:last-child{
    padding-bottom:0;
}
.section--goodCard  .custom-select.open .custom-options {
    display: block;
} 
.section--goodCard  .goodCard__price .price{
    font-size: 28px;
}
.section--goodCard .goodCard__buttons .btn--primary{
    min-width: 200px;
    height: 55px;
    padding: 0;
    line-height: 1;
    font-size: 14px;
}
.section--goodCard .slick-dotted.slick-slider{
    margin-bottom: 0;
}
.section--goodCard .slick-next, .section--goodCard  .slick-prev{
    top: auto;
    bottom: 5px;
}
.section--goodCard .slick-next{
    right:20px;
}
.section--goodCard  .slick-prev{
    left: 20px;
}
.section--goodCard .slick-dots{
    bottom: 43px;
}
.section--goodCard .slick-dots li button:before{
    color: #9c9494;
    font-size: 12px;
    opacity:1;
}
.section--goodCard  .slider-content{
    display: block !important;
}
.section--goodCard .goodCard__button-block{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
}
.section--goodCard .goodCard__button-block.is_login{
    justify-content: flex-end;
}
.section--goodCard .btn--favorite .btn__icon{
    border: 1px solid #000;
    width: 35px;
    height: 35px;
    margin-left: 40px;
}

.section--goodCard .goodCard__buttons{
    margin-top:0;
}
.section--goodCard  .btn--favorite .btn__icon svg{
    fill: #000;
    width: 14px;
    height: 14px;
}
.section--goodCard .btn--favorite.is-active .btn__icon{
    border: 1px solid #ff3b30;
}
.section--goodCard .btn--favorite.is-active .btn__icon svg{
    fill:#ff3b30;
}
.short_header .header__inner{
    margin-top:10px;
}

.short_header  .header__bottom{
    grid-template-columns: 72px auto 200px;
}
.short_header  .header__bottom .header__left{
    margin-right:20px;
}
.short_header  .header__bottom .btn--catalog{
    width:52px;
    height:52px;
    background-position: center;
}
.short_header .header__search{
    width:300px;
}
.short_header .header__top{
    padding-top:10px;
}
.breadcrumbsList a, .breadcrumbsList span{
    line-height:1.6;
    color: rgb(116, 116, 116);
    font-size: 12px;
}
.product-tabs__block .tabs .tabs__con{
    color: rgb(116, 116, 116);
}
.product-tabs__block .tabs .tabs__con p{
    line-height: 1.8;
}
.product-tabs__block  .tabs--default .tabsList a{
    font-size: 20px;
    padding: 25px;
}
.product-tabs__block  .tabs--default .tabsList .tabsList__item{
    margin:0;
}
.product-tabs__block  .tabs--default .tabsList .tabsList__item:first-child  {
    margin-right:50px;
}
.section--carousel .page__title{
    font-size: 20px;
}
.breadcrumbs:first-child{
    margin-top:0;
}
.breadcrumbsList .breadcrumbsList__item:not(:first-child):before{
    margin:0;
    content: '/';
}
.breadcrumbsList  .breadcrumbsList__item{
 margin-right:5px;
}
.breadcrumbsList  .breadcrumbsList__item:last-child{
    margin-right:0;
}
.section--goodCard .goodCard>div.goodCard__left .goodCardSlider img{
    margin: 0 auto;
    object-fit: cover;
    height:485px;
    width:100%;
}
.product-page__single  .section--carousel{
  margin: 60px 0 0 0;
}
.product-page__single .section--carousel .page__title{
    margin-bottom: 0;
}
.product-page__single  .section--carousel .slick-track{
    padding: 25px 0 30px 0;
}
.product-page__single .section--carousel .price--ruble,
.product-page__single .section--carousel .card--good .card__title{
    font-size: 16px;
}
.tattoo-widget__breadcrumbs{
    margin-bottom: 50px;
}
.goodCard__quantity-wrapper{
    height: 62px;
}
.catalogCards{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 275px 275px 275px 275px;
    grid-template-areas: "card1 card2 card3 card4"
                       "card5 card6 card7 card8"
                       "card9 card10 card11 card12"
                        "card13 card14 sertificate sertificate";
    grid-gap:30px;
    margin: 0;
}
.certificateOffer{
    grid-area: sertificate;
    width: 100%;
    max-width:570px;
}
.catalogCards__item{
    width:100%;
    padding: 0;

}
.card--category .card__title{
    font-size: 22px;
    line-height:1.6;
    min-height: 1px;
    letter-spacing: .5px;
}
.catalogCards__item .card{
    height:275px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding:0;
    background-color: #f9f9f9;
    border: 3px solid #f9f9f9;
}
.catalogCards__item .card:hover{
    border: 3px solid #e4ff00;
    border-radius: 30px;
}
 .card--category .card__title{
    margin-top: 35px;
}
.card--category:hover .card__title{
    color: black;
}
.section--catalogCards{
    margin-bottom: 100px;
}
.card--category .card__photo{
    margin-top: 0;
}





