/* style.css
 * основной файл, собирает все остальные
 * 
 */

/*@import url('global/global.css');*/
@import url('global/font.css');

/*@import url('layout/holster.css');*/
/*@import url('layout/blocks.css');*/
@import url('layout/content.css');



.b-li__parent a{
    position: relative;
}
.b-li__parent a img{
    position: absolute;
    top: 40%;
    right: 10px;
}
.fancybox-content{
    padding: 30px !important;

    border-radius: 5px;
}
#fancy__get-price,
#fancy__model-get-price{
    width: 30%;
}
@media(max-width: 991px){
    #fancy__get-price,
    #fancy__model-get-price{
        width: 80%;
    }
}
@media(max-width: 668px){
    #fancy__get-price,
    #fancy__model-get-price{
        width: 100%;
    }
}
.b-form__header{
    margin-bottom: 20px;
}
.b-form-header__title{
    font-size: 23px;
    font-weight: bold;

    text-align: center;
}
.b-form__item{
    margin-bottom: 10px;
}
.b-form__item.b-form__product{
    pointer-events: none;
}
.b-form__item input{
    width: 100%;
    padding: 10px 15px;

    transition: all .3s ease-in-out;

    border: 1px solid #c4c4c4;
    border-radius: 5px;
}
.b-form__item .required.error{
    border-color: red;
}
.b-form__item.b-form__submit{
    margin-top: 20px;

    text-align: center;
}
.b-form__item button{
    width: 230px;
    padding: 10px 15px;

    text-align: center;
    text-transform: uppercase;

    color: white;
    border: none;
    border-radius: 5px;
    background-color: #f58220;
}
.b-form__item input:focus,
.b-form__item.b-form__product input{
    border-color: #f58220;
}

.b-form__alert{
    display: none;

    text-align: center;
}
.b-form__alert.error p{
    color: red;
}
.b-form__alert.success p{
    color: green;
}
.b-form__notif{
    font-size: 13px;

    margin-top: 10px;
}



.b-form__check .form__check{
    display: none;
}
.b-form__check .form__label{
    font-size: 14px;

    position: relative;

    display: block;

    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 25px;

    cursor: pointer;
}
.b-form__check .form__label::before{
    position: absolute;
    top: 0;
    left: 0;

    width: 15px;
    height: 15px;

    content: '';

    border: 1px solid #f58220;
    border-radius: 3px;
}

.b-form__check .form__check:checked + .form__label::before{
    background-color: #f58220;
}













.l-footer{
    margin-bottom: -30px;
}

.section__big{
    margin-bottom: 60px;
}

.feedback__block{
    display: flex;

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


.main-catalog__wrapper{
    margin-bottom: 60px;
}
@media(max-width: 991px){
    .main-catalog__wrapper{
        margin-top: 30px;
    }
}
@media(max-width: 668px){
    .main-catalog__wrapper{
        margin-bottom: 30px;
    }
}
.main-page__catalog ul{
    display: flex;

    padding: 0;

    list-style: none;

    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.main-page__card{
    display: flex;

    align-items: center;
    justify-content: center;
}
.main-page__card img{
    width: 65px;
    height: 50px;
    margin-right: 20px;
}
.main-page__catalog li{
    display: flex;

    width: 25%;
    margin-bottom: 30px;
    /*padding-right: 10px;*/

    align-items: center;
    justify-content: flex-start;
}
.main-page__catalog li a{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.44;

    display: flex;

    padding-right: 10px;

    transition: all .2s ease-in-out;
    text-decoration: none;

    color: black;

    align-items: flex-start;
}
.main-page__catalog li a:hover{
    color: #f58220;
}
.ym-advanced-informer{
    margin-top: -10px;
    display: none;
}



.b_catalog_elem__price{
    font-family: PT Sans;
    font-size: 35px;
    font-weight: bold;
    font-style: normal;
    line-height: 140%;

    margin-bottom: 10px;

    color: #df6e0e;
}

.b_catalog_elem__price span{
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;

    color: #a5a5a5;
}
.b-catalog-detail_properties{
    margin-bottom: 0;
}


.b-detail-prop__dot:last-child{
    display: none;
}

.article__list {
    margin: 0 -10px;
    display: block;
}
.article__list:after {
    content: '';
    clear: both;
}
.article__item {
    padding: 0 10px;
    display: inline-block;
    width: 50%;
    text-decoration: none;
    color: #000;
    font-family: 'PT Sans', sans-serif;
    box-sizing: border-box;
    margin-bottom: 20px;
    float: left;
}
.article__item:hover {
    text-decoration: none;
}
.article__content {
    box-shadow: 0px 22px 31px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    background: #FEFEFE;
    padding: 32px;
    display: flex;
    border: 1px solid #e0dfdf;
}
.article__item:first-of-type .article__content {
    padding: 40px;
    flex-wrap: wrap;
}
@media screen and (min-width: 1025px){
    .article__item#bx_3218110189_73489 .article__content{
        padding: 30px 32px;
    }

    .article__item#bx_3218110189_73489 .article__content .article__text{
        margin-bottom: 30px;
    }
}

.article__img {
    padding-right: 20px;
    min-width: 206px;
    max-width: 206px;
    min-height: 174px;
}
.article__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.article__item:first-of-type .article__img {
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
    height: 228px;
    max-width: unset;
}
.article__date {
    font-size: 12px;
    line-height: 16px;
    color: #A5A5A5;
    margin-bottom: 6px;
}
.article__item:first-of-type .article__date {
    margin-bottom: 0;
}
.article__title {
    font-size: 23px;
    line-height: 28px;
    color: #2D2D2D;
    font-weight: bold;
    margin-bottom: 8px;
    height: 84px;
    overflow: hidden;
}
.article__item:first-of-type .article__title {
    font-size: 32px;
    line-height: 40px;
    color: #333333;
    margin-bottom: 0;
}
.article__text {
    font-size: 12px;
    line-height: 16px;
    color: #A5A5A5;
    margin-bottom: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.article__item:first-of-type .article__text {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 18px;
}
.article__button {
    color: #F58220;
    font-size: 16px;
    line-height: 20px;
}
.article__item:first-of-type .article__button {
    border-radius: 5px;
    border: 1px solid #F58220;
    padding: 15px 12px;
    text-align: center;
    max-width: 192px;
}
.article__more {
    background: #FEFEFE;
    border-radius: 5px;
    border: 1px solid #F58220;
    font-size: 16px;
    padding: 14px 10px;
    width: 100%;
    text-align: center;
    clear: both;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .article__item {
        float: unset;
        width: 100%;
        padding: 0;
    }
    .article__content {
        padding: 20px;
        flex-wrap: wrap;
    }
    .article__img {
        width: 100%;
        margin-bottom: 11px;
        height: 228px;
        padding: 0;
        max-width: unset;
    }
    .article__item:first-of-type .article__content {
        padding: 20px;
    }
    .article__item:first-of-type .article__img {
        margin-bottom: 11px;
    }
    .article .container {
        padding: 0 10px;
    }
    .article__title, .article__item:first-of-type .article__title {
        font-size: 18px;
        line-height: 24px;
        height: 49px;
        margin-bottom: 5px;
    }

    .article__text, .article__item:first-of-type .article__text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .article__item:first-of-type .article__button {
        border-radius: 0;
        padding: 0;
        max-width: unset;
        text-align: left;
        border: none;
    }
    .article__more {
        margin-left: -10px;
    }
}

.articleDetail__content p {
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 22px;
    color: #747474;
}
.articleDetail__content h3 {
    font-size: 24px;
    line-height: 160%;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: normal;
}
.articleDetail__content ul {
    list-style-type: none;
    padding-left: 0;
}
.articleDetail__content li {
    position: relative;
    padding-left: 22px;
    font-size: 16px;
    line-height: 160%;
    color: #747474;
    margin-bottom: 10px;
}
.articleDetail__content ul li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #F58220;
    border-radius: 50%;
    left: 0;
    top: 8px;
}
.articleDetail__content p img {
    width: 319px;
    height: 198px;
    margin-right: 20px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 20px;
}
.articleDetail__content {
    display: flex;
}
.articleDetail__left {
    width: 66.66%;
    padding-right: 15px;
}
.articleDetail__right {
    width: 33.33%;
    padding-left: 50px;
    max-width: 336px;
}
.articleDetail__title {
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
    margin-bottom: 30px;
}
.hit {
    padding: 39px 36px;
    box-shadow: 0px 22px 31px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    background: #FEFEFE;
    border: 1px solid #E0DFDF;
    margin-bottom: 30px;
    text-decoration: none;
    color: unset !important;
    display: block;
}
.hit:hover {
    text-decoration: none;
    color: unset;
}
.hit__img {
    margin-bottom: 13px;
}
.hit__img img {
    width: 100%;
    height: 178px;
}
.hit__text {
    font-size: 15px;
    line-height: 19px;
    color: #0084FF;
    font-family: 'PT Sans', sans-serif;
    margin-bottom: 25px;
}
.hit__price {
    font-family: 'Roboto', sans-serif;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.hit__price .price {
    font-weight: 700;
}
.hit__price .val {
    color: #A5A5A5;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
}
.hit__price .nal {
    font-family: 'PT Sans', sans-serif;
    color: #00B332;
}
.hit__button {
    background: #F58220;
    border-radius: 3px;
    color: #FFFFFF;
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    padding: 11px;
    font-weight: bold;
    cursor: pointer;
}
.articleDetail__razdel {
    width: 263px;
    margin: auto;
    border: 1px solid #F58220;
    border-radius: 3px;
    padding: 12px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-decoration: none !important;
    color: unset !important;
    display: block;
}

@media (max-width: 1024px) {
    .articleDetail__content {
        flex-wrap: wrap;
    }
    .articleDetail__left {
        width: 100%;
        padding: 0;
    }
    .articleDetail__right {
        padding: 0;
        width: 100%;
    }
    .articleDetail__content p img {
        width: 100%;
    }
}

.articleDetail__content {
    border-bottom: 1px solid #C8C8C8;
    padding-bottom: 11px;
}

.articleDetail__others {
    margin-top: 49px;
}

.articleDetail__others h3 {
    font-family: PT Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
}

.articleDetail__others .article__item:nth-child(2) {
    padding: 0;
}

.article_back {
    border: 1px solid #F58220;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    width: 246px;
    height: 47px;
    clear: both;
    display: flex;
    align-items: center;
}
.article_back a {
    width: 100%;
    text-decoration: unset;
    color: #333333;
}

@media(max-width: 1024px) {
    .article_back {
        margin: 0 auto;
    }
}

@media (max-width: 1024px) {
    .articleDetail__right .slick-prev-custom, .articleDetail__right .slick-next-custom {
        width: 45px;
        height: 45px;
        background: #FFFFFF;
        border: 1px solid #C0C0C0;
        box-sizing: border-box;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
        position: absolute;
        z-index: 1;
        top: 50%;
        border-radius: 50%;
        color: #f58220;

        background-image: url(/img/arrow-orange.svg);
        background-size: cover;
    }

    .articleDetail__right .slick-next-custom {
        right: -23px;
    }

    .articleDetail__right .slick-prev-custom {
        left: -23px;
        transform: rotate(180deg);
    }


    .articleDetail__right {
        max-width: unset;
    }

    .articleDetail__hits img {
        object-fit: contain;
    }

    .articleDetail__razdel {
        display: none;
    }
    .hit__text {
        height: 57px;
        overflow: hidden;
    }
}

/* 404 page */
.notPage__content {
    display: flex;
}
.notPage__left {
    width: 24.33%;
}
.notPage__img span {
    display: block;
    font-weight: 900;
    font-size: 26.0989px;
    line-height: 31px;
    color: #F58220;
    margin-top: 15px;
}
.notPage__right {
    width: 66.66%;
}
.notPage__title {
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 39px;
    margin-bottom: 14px;
    position: relative;
}
.notPage__text {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 24px;
}
.notPage__button {
    background: #F58220;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    line-height: 23px;
    padding: 15px 30px;
    display: flex;
    min-width: 171px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
    border: 1px solid transparent;
    text-align: center;
}
.notPage__button:last-of-type {
    margin-right: 0;
}
.notPage__button.empty {
    color: #F58220;
    border: 1px solid #F58220;
    background-color: #fff;
}
a.notPage__button:visited {
    color: #fff;
}
a.notPage__button.empty:visited {
    color: #F58220;
}
a.notPage__button:hover {
    text-decoration: none;
}
.notPage__groupLinks {
    display: flex;
}
.notPage__links {
    font-size: 18px;
    line-height: 21px;
    text-decoration: none;
    padding-left: 33px;
    display: flex;
    flex-wrap: wrap;
}
a.notPage__link {
    width: 33%;
    color: #F58220 !important;
}
.notPage__buttons {
    display: flex;
}
.notPage {
    margin-bottom: 140px;
}
.notPage__spec-item {
    margin: 0 10px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;

}
.notPage__spec-img img {
    width: 225px;
    height: 168px;
    object-fit: cover;
    margin: auto;
}
.notPage__spec-item {
    border: 3px solid #F0F0F0;
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.1));
    border-radius: 2px;
    padding: 25px 22px 30px;
}
.notPage__spec-list .slick-track {
    display: flex;
}
.notPage__spec-img {
    margin-bottom: 20px;
    display: inline-block;
}
.notPage__spec-name {
    text-decoration: none !important;
    margin-bottom: 17px;
    font-size: 18px;
    line-height: 23px;
    display: inline-block;
}
.notPage__spec-use {
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 13px;
}
.notPage__spec-have {
    font-size: 18px;
    line-height: 23px;
    color: #939393;
    margin-bottom: 17px;
}
.notPage__spec-have.available {
    color: #00B332;
}
.notPage__spec-addBasket {
    background: #F58220;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    padding: 12px 0;
}
.notPage__spec-arrow {
    position: absolute;
    top: 0;
    right: 0;
}
.notPage__spec-arrow .slick-arrow {
    background-image: url(/img/arrow-orange.svg);
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #D3D3D3;
    border-radius: 50%;
    background-position: center;
}
.notPage__spec-arrow .slick-prev-custom {
    transform: rotate(180deg);
    margin-right: 11px;
}
.notPage__spec-top {
    position: relative;
}



@media (max-width: 1170px) {
    .notPage__groupLinks {
        flex-wrap: wrap;
    }
    .notPage__buttons {
        margin-bottom: 15px;
    }
    .notPage__links {
        padding-left: 0;
        display: block;
    }
    a.notPage__link {
        margin-right: 50px;
        margin-bottom: 17px;
        display: inline-block;
    }
    a.notPage__link:last-of-type {
        margin-right: 0;
    }
    .notPage__left {
        width: 33.33%;
    }
}
@media (max-width: 767px) {
    .notPage__content {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }
    .notPage__left {
        width: 100%;
        margin-bottom: 39px;
    }
    .notPage__right {
        width: 100%;
    }
    .notPage__buttons {
        flex-wrap: wrap;
    }
    .notPage__button {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .notPage__links {
        display: flex;
    }
    a.notPage__link {
        margin-right: 0;
    }
    .notPage__spec {
        margin: 0 -15px;
    }
    .notPage__spec-item {
        margin: 0;
    }
    .notPage__spec-top .notPage__title {
        font-size: 25px;
    }
    .notPage {
        margin-bottom: 70px;
    }
    .notPage__img {
        text-align: center;
    }
}
/*404 page end*/