

/* Start:/local/templates/main/components/bitrix/news.list/merch_new/style.css?174713511612133*/
.formsurname{
    display: none;
}
.shop_list {
    display: flex;
    flex-wrap: wrap;
}

.shop_list .item {
    display: flex;
    align-items: center;
    margin: 0 10px 20px;
    background: rgba(255, 255, 255, 0.4);
    padding-right: 14px;
}

.shop_list .item .img {
    height: 200px;
    flex: 0 0 50%;
    width: 50%;
    margin-right: 5%;
    padding: 14px;
}

.shop_list .item .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.shop_list .item .slick-arrow {
    top: 50%;
    bottom: auto;
    right: 10px;
    left: auto;
    width: 16px;
}

.shop_list .item .slick-arrow.slick-prev {
    right: auto;
    left: 10px;
    transform: scale(-1, -1);
}

.shop_list .item .desc {
    max-height: 300px;
    flex: 0 0 45%;
    width: 45%;
}

.shop_list .item .price {
    color: #bafa1f;
    font-size: 32px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.2;
    margin-bottom: 5px;
}

.shop_list .item .name {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.2;
    margin-bottom: 10px;
}

.shop_list .item .info {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.shop_list .item a.btn {
    padding: 7px 0;
    max-width: 140px;
}

.shop_list .item-slider .slick-dots {
    position: absolute;
    bottom: 0;
    top: auto;
    padding: 8px 0 8px;
}

.shop_list .slick-slide {
    padding: 16px;
}

.shop_list .slick-slide > div {
    font-size: 0;
}

.shop_list .item-slider .slick-list,
.shop_list .item-slider .slick-track,
.shop_list .item-slider .slick-slide > div {
   height: 100%;
}

.form_buy .item > input[type="text"],
.form_buy .item > input[type="number"],
.form_buy .item > textarea {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 10px 15px;
    font-weight: normal;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #111111;
}

.form_buy .item > textarea{
    font-size: 16px;
    padding: 10px 15px;
}

.form_buy .item > .select-wrapper {
    position: relative;
}

.form_buy .item > .select-wrapper select {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 15px;
    background: #ffffff;
    border: 1px solid #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    line-height: normal;
    color: #111111;
}

.form_buy .item > .select-wrapper:after {
    content: "";
    display: block;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 1rem;
    z-index: 1;
    margin-top: -3px;
}

.form_buy .item > input[type="submit"] {
    display: block;
    width: 100%;
    font-size: 19px;
    font-weight: 500;
    border: 1px solid #ffffff;
    color: #ffffff;
    background: transparent;
    padding: 19px 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.form_buy .item.item_text:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -7px;
    height: 5px;
    -webkit-transition: width 0.7s;
    -o-transition: width 0.7s;
    transition: width 0.7s;
    width: 0;
}

.form_buy .item.error:after {
    background: red;
    width: 100%;
}

.item_popup.inner_inner_buy {
    max-width: 600px;
    overflow-y: auto;
    max-height: 100vh;
    background: #2fb644;
    color: #ffffff;
}

.inner_inner_buy .form_buy {
    max-width: none;
    padding-top: 20px;
    margin: 0 auto 30px;
}

.inner_inner_buy .form_buy-group {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.inner_inner_buy .form_buy-group > div {
    width: calc((100% - 20px) / 2);
}

.inner_inner_buy .item_popup-img {
    height: 200px;
    padding: 16px;
}

.inner_inner_buy .item_popup-img a {
    display: block;
    height: 100%;
    width: 100%;
}

.inner_inner_buy .item_popup-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.inner_inner_buy .form_buy .item > p {
    margin-bottom: 5px;
}

.inner_inner_buy .default_text h2 {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
}

.inner_inner_buy .form_buy .item {
    margin-bottom: 20px;
    position: relative;
}

.inner_inner_buy .form_buy .quantity-block {
    display: flex;
    height: 40px;
}

.inner_inner_buy .form_buy .quantity-block input {
    width: calc(100% - 80px);
    border: none;
    color: #111111;
    font-size: 16px;
    padding: 10px 15px;
    font-weight: normal;
    background: #ffffff;
    text-align: center;
}

/* Для Chrome */
.inner_inner_buy .form_buy input[type=number]::-webkit-inner-spin-button,
.inner_inner_buy .form_buy input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
/* Для Firefox */
.inner_inner_buy .form_buy input[type=number]{
    -moz-appearance: textfield;
}

.inner_inner_buy .form_buy .quantity-block button {
    width: 40px;
    flex: 0 0 40px;
    color: #111111;
    font-size: 24px;
    background: #fff;
    border: none;
}

.inner_inner_buy .form_buy .quantity-block button.btn-minus {
    border-right: 1px solid #9e9e9e;
}

.inner_inner_buy .form_buy .quantity-block button.btn-plus {
    border-left: 1px solid #9e9e9e;
}

.mfp-close-btn-in .inner_inner_buy .mfp-close {
    color: #ffffff;
}

.inner_inner_buy .form_buy .item > input[type="submit"] {
    padding: 12px 0;
    background: #8dc608;
}

.inner_inner_buy .default_text {
    color: #ffffff;
}

.inner_inner_buy .default_text > p {
    font-size: 14px;
}

.inner_inner_buy .popup_info-text {
    display: none;
    text-align: center;
    margin: 5px 0;
    font-size: 18px;
}

.inner_inner_buy .popup_info-text.danger {
    color: #de1e26;
}

.inner_inner_buy .popup_info-text.show {
    display: block;
}

.form_buy .item_text.wide {
    flex-grow: 1;
}

.item_popup-slider .slick-dots {
    padding: 0;
    margin: 0;
}

.section_shop_list__pages {
    display: flex;
    justify-content: center;
}

.shop_list__pages {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}

.shop_list__pages .first {
    color: #bafa1f;
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
}

.section_shop_list__title {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.section_shop_list__title a {
    color: #bafa1f;
    font-size: 18px;
    text-decoration: none;
}

.section_shop_list__title .shop-title {
    font-size: 92px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.shop-slider-nav {
    display: none;
    width: 200px;
    margin: -10px auto 10px;
}

.shop-slider-nav .slick-slide {
    transition: 0.3s;
    text-align: center;
}

.shop-slider-nav .slick-slide:not(.slick-active) {
    opacity: 0;
}

/*.shop-slider-nav .slick-slide.slick-current {*/
/*    opacity: 0.4;*/
/*}*/

.shop-slider-nav__item {
    margin: 0 auto;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    transition: 0.3s;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.4;
}

.shop-slider-nav .slick-slide.slick-current .shop-slider-nav__item {
    width: 8px;
    height: 8px;
    opacity: 1;
}

@media (max-width: 1500px) {
    .section_shop_list__title .shop-title {
        font-size: 60px;
    }
}

@media (max-width: 1400px) {
    .section_shop_list__title .shop-title {
        font-size: 50px;
    }

    .section_shop_list__title {
        padding-left: 10px;
        flex-wrap: wrap;
    }
}

@media (max-width: 1199px) {
    .shop_list > .slick-arrow {
        margin-left: 50px;
        bottom: 0;
    }
}

@media (max-width: 992px) {
    .section_shop_list__title .shop-title {
        font-size: 42px;
    }
}

@media (max-width: 810px) {
    .shop-slider-nav {
        display: block;
    }

    .shop_list .item {
        flex-direction: column;
        margin: 0 0 16px;
        padding: 10px;
    }

    .shop_list .item .img {
        height: 200px;
        max-height: 200px;
        flex: 0 0 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .shop_list .item .desc {
        text-align: center;
        width: 100%;
        flex: 0 0 100%;
    }

    .shop_list .item .item-slider {
        max-width: 100%;
    }

    .shop_list .item-slider .slick-dots {
        margin-bottom: 10px;
    }

    .shop_list__pages {
        font-size: 14px;
    }

    .shop_list__pages .first {
        font-size: 26px;
    }

    .shop_list .slick-slide {
        padding: 0;
    }

    .shop_list .item .item-slider .slick-slide {
        padding: 0 16px;
    }

    .section_shop_list__title .shop-title {
        font-size: 36px;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .inner_inner_buy .form_buy-group {
        flex-direction: column;
    }

    .inner_inner_buy .form_buy-group > div {
        width: 100%;
    }

    .item_popup.inner_inner_buy {
        padding: 10px 10px 120px;
        height: 100vh;
        max-height: none;
    }

    .section_shop_list__title {
        flex-direction: column;
        align-items: center;
    }

    .mfp-shop + .mfp-wrap {
        min-height: 100vh;
        height: 100vh!important;
        position: fixed!important;
        overflow-y: auto;
    }

    .mfp-shop + .mfp-wrap .mfp-container {
        padding: 0;
    }
}



.checkselect {
    position: relative;
    min-width: 200px;
    text-align: left;
    width: 100%;
    height: 40px;
}
.checkselect-control {
    position: relative;
    padding: 0 !important;
    height: 100%;
}
.checkselect-control select {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding-left: 5px;
    height: 30px;
}
.checkselect-over {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}
.checkselect-popup {
    display: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    max-height: 200px;
    position: absolute;
    top: 100%;
    left: 0px;
    border: 1px solid #dadada;
    border-top: none;
    background: #fff;
    z-index: 9999;
    overflow: auto;
    user-select: none;
}
.checkselect label {
    position: relative;
    display: block;
    margin: 0;
    padding: 4px 6px 4px 25px;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.1;
    cursor: pointer;
    color: #000;
}
.checkselect-popup input {
    position: absolute;
    top: 5px;
    left: 8px;
    margin: 0 !important;
    padding: 0;
}
.checkselect-popup label:hover {
    background: #03a2ff;
    color: #fff;
}
.checkselect-popup label.disabled {
    color: grey;
}
.checkselect-popup fieldset {
    display: block;
    margin:  0;
    padding: 0;
    border: none;
}
.checkselect-popup fieldset input {
    left: 15px;
}
.checkselect-popup fieldset label {
    padding-left: 32px;
}
.checkselect-popup legend {
    display: block;
    margin: 0;
    padding: 5px 8px;
    font-weight: 700;
    font-size: 1em;
    line-height: 1.1;
}
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1563778473666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */
/* /local/templates/main/components/bitrix/news.list/merch_new/style.css?174713511612133 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1563778473666 */
