@charset "UTF-8";

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
    background: #fafafa;
	font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: 300;
	color: #333333;
	margin: 0;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
}

a {
	text-decoration: none;
	outline: none;
	color: #7092fe;
}
  a:hover {
      outline: none;
      color: #7092fe;
      text-decoration: underline;
  }
  
.container-wrapper {
    max-width: 1200px;
    min-width: 320px;
    margin: 0 auto;
}

/**
 *	FORM
 */

.hide-pc {
  display: none;
}

.carousel-container {
	position: relative;
	overflow: hidden;
	padding: 0;
    z-index: 1;
	height: auto;
}
	.carousel-container.carousel-initialized {
		overflow: unset;
		flex-wrap: wrap;
	}
	.carousel-list {
		overflow: hidden;
		height: 100%;
	}
		.carousel-wrapper {
			position: relative;
			width: 100%;
			height: 100%;
			z-index: 1;
			display: flex;
			transition-property: transform;
			box-sizing: content-box;
		}
			.carousel-vertical .carousel-wrapper {
				flex-wrap: wrap;
			}
			.carousel-slide {
				
			}
				.carousel-fade .carousel-slide {
					transition: opacity 300ms ease 0s;
				}
	.carousel-arrow {
        width: 32px;
        height: 32px;
        background: #fff url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9IiMzMzMiIGQ9Ik0xNS42MzUgMTIuMDIybC03LjU4LTcuMjYuNjktLjcyMyA4LjMzNSA3Ljk4Mi04LjMzNCA3Ljk5NS0uNjkyLS43MjJ6Ij48L3BhdGg+PC9zdmc+') no-repeat center center;
        border-radius: 8px;
        border: none;
        box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 8px 0px;
		font-size: 0;
		line-height: 0;
		position: absolute;
		top: calc(50% - 20px);
		display: block;
		padding: 0;
		cursor: pointer;
		color: transparent;
		border: none;
		outline: none !important;
		z-index: 2;
	}
		.carousel-arrow:hover {
            
		}
		.carousel-button-prev {
			left: 10px;
            transform: rotate(180deg);
		}
		.carousel-button-next {
			right: 10px;
		}
		.carousel-arrow:hover:before {
			color: #fff;
		}
	.carousel-dots {
		list-style: none;
		padding: 0;
		margin: 0;
		position: absolute;
		left: 0;
		bottom: -20px;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		width: 100%;
		justify-content: center;
	}
		.__carouselVertical .carousel-dots {
			flex-direction: column;
			width: 5px;
			top: 0;
			bottom: inherit;
			left: -20px;
			height: 100%;
		}
		.carousel-dots-bullet {
			width: 50px;
			height: 5px;
			background: #eee;
			cursor: pointer;
			margin-right: 3px;
			position: relative;
			transition: background 0.2s;
		}
			.__carouselVertical .carousel-dots-bullet {
				width: 5px;
				height: 50px;
				margin-right: 0;
				margin-bottom: 3px;
			}
			.carousel-dots-bullet::before {
				content: '';
				position: absolute;
				left: 0;
				top: -15px;
				width: 100%;
				height: 30px;
				background: transparent;
			}
				.__carouselVertical .carousel-dots-bullet::before {
					left: -10px;
					top: 0;
					width: 30px;
					height: 100%;
				}
			.carousel-dots-bullet:hover,
			.carousel-dots-bullet-active {
				background: #2879FE;
			}
			.carousel-dots-bullet button {
				display: none;
			}
			
/*
 * Slick
 */

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}
.slick-slide {
	float: left;
	min-height: 1px;
}
 

.default_btn {
    display: inline-flex;
    align-items: center;
    height: 32px;
    padding: 4px 16px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    background: #ebebeb;
    color: #333333;
    text-decoration: none;
    transition: all 0.2s;
    outline: none;
}
.default_btn:hover {
    color: #333333;
    text-decoration: none;
    box-shadow: rgba(51, 51, 51, 0.035) 0px 4px 8px 0px;
    background: rgb(237, 237, 237);
}

.hidden {
    display: none;
}
.avatar {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.top-panel {
    height: 28px;
    background: #f5f5f5;
}
    .top-panel__list {
        list-style-type: none;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        margin: 0;
        padding: 0 0 0 14px;
        height: 100%;
    }
        .top-panel__item {
            display: block;
            height: 100%;
        }
            .top-panel__link {
                display: flex;
                height: 100%;
                align-items: center;
                padding: 0 6px;
                font-size: 12px;
                line-height: 12px;
                font-family: 'Helvetica', 'Arial', sans-serif;
                margin-right: 6px;
                color: #005bd1;
            }
                .top-panel__link:hover {
                    color: #ff9e00;
                    text-decoration: none;
                }
.header {
    position: relative;
    height: 96px;
    padding: 8px 0 0;
    background: #fff;
}
    .header__top {
        position: relative;
    }
        .header__top > .container-wrapper {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            height: 100%;
        }
        .header__top_location {
            display: flex;
            flex-direction: row;
            align-items: center;
            flex-wrap: nowrap;
        }
            .header__top_location_title {
                font-size: 12px;
                font-weight: 400;
                letter-spacing: 0.2px;
                margin-right: 4px;
            }
                .header__top_location_value {
                    display: inline-flex;
                    flex-direction: row;
                    flex-wrap: nowrap;
                    align-items: center;
                    color: #333;
                }
                    .header__top_location_value:hover {
                        color: #7092fe;
                    }
                    .header__top_location_value > svg {
                        margin-right: 4px;
                    }
                    .header__top_location_value > span {
                        font-size: 12px;
                        font-weight: 400;
                        letter-spacing: 0.2px;
                        text-decoration: underline;
                    }
        .header__top_menu {

        }
            .header__top_menu_list {
                list-style-type: none;
                margin: 0;
                padding: 0;
                display: flex;
                flex-direction: row;
                align-items: center;
            }
                .header__top_menu_item {
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    margin-left: 24px;
                }
                    .header__top_menu_link {
                        display: flex;
                        flex-direction: row;
                        flex-wrap: nowrap;
                        align-items: center;
                        color: #333;
                    }
                        .header__top_menu_link:hover {
                            color: #7092fe;
                        }
                        .header__top_menu_link > svg {
                            margin-right: 4px;
                        }
                        .header__top_menu_link > span {
                            font-size: 12px;
                            font-weight: 400;
                            letter-spacing: 0.2px;
                            text-decoration: underline;
                        }
    .header__content {
        position: absolute;
        left: 0;
        top: 32px;
        height: 64px;
        width: 100%;
    }
        .header.isStuck .header__content {
            position: fixed;
            left: 0;
            top: 0px;
            height: 64px;
            width: 100%;
            background: #fff;
            box-shadow: rgba(0, 0, 0, 0.08) 0px 8px 16px 0px;
            z-index: 10;
        }
            .modal-popup__body_scroll .header.isStuck .header__content {
                padding-right: 17px;
            }
        .header__content > .container-wrapper {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: space-between;
            align-items: center;
            height: 100%;
        }
        .header__logo {

        }
            .header__logo_link {
                display: block;
                margin-top: 0px;
            }
                .header__logo_img {
                    max-width: 100%;
                    max-height: 50px;
                }
        .header__categories {
            margin-left: 16px;
        }
            .header__categories_btn {
                background: #cbd2fe;
                color: #fff;
            }
                .header__categories_btn > svg {
                    
                }
                .header__categories_btn > span {
                    margin-left: 10px;
                }
                .header__categories_btn:hover {
                    background: #ff9a60;
                    color: #fff;
                }
        .header__search {
            width: 100%;
            margin-left: 16px;
        }
            .header__search_form {
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                justify-content: space-between;
            }
                .header__search_query {
                    background: #fff url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGQ9Ik0xNS4yOSAxNC41ODRsNS43MiA1LjcyLS43MDcuNzA2LTUuNzItNS43MmE3IDcgMCAxIDEgLjcwNy0uNzA3ek0xMCAxNmE2IDYgMCAxIDAgMC0xMiA2IDYgMCAwIDAgMCAxMnoiPjwvcGF0aD48L3N2Zz4=') no-repeat 5px 3px;
                    width: 100%;
                    border: 1px solid #ebebeb;
                    border-radius: 8px 0 0 8px;
                    border-right: none;
                    padding-left: 40px;
                    outline: none;
                }
                    .header__search_btn {
                        border-radius: 0 8px 8px 0;
                    }
        .header__options {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
        }
            .header__options > .default_btn {
                white-space: nowrap;
                margin-left: 16px;
            }
            .header__options_addoffer {
                background: #b0dbf7;
                color: #fff;
            }
                .header__options_addoffer:hover {
                    background: #ff9a60;
                    color: #fff;
                }
            .header__options_auth {
                
            }
.content_page {
    padding: 16px 0 32px;
}
    .main_slider {
        
    }
        .main_slider__wrapper {
            overflow: hidden;
            height: 240px;
            flex-wrap: nowrap;
            margin: 0;
        }
            .main_slider__slide {
                transform: translate(-50%, 0);
                height: 200px;
            }
                .main_slider__item {
                    display: block;
                    width: 100%;
                    height: 100%;
                    position: relative;
                    background-size: cover;
                    border-radius: 8px;
                    background-repeat: no-repeat;
                    background-position: center center;
                    color: #333;
                    transition: all 0.2s;
                }
                    .main_slider__item:hover {
                        box-shadow: rgba(0, 0, 0, 0.08) 0px 8px 16px 0px;
                        color: #333;
                        text-decoration: none;
                    }
                    .main_slider__img {
                        display: none !important;
                        max-width: 100%;
                        max-height: 100%;
                        position: absolute;
                        right: 0;
                        top: 0;
                    }
                    .main_slider__descr {
                        position: absolute;
                        left: 30px;
                        bottom: 25px;
                    }
                        .main_slider__title {
                            font-family: "Fira Sans", 'Helvetica', 'Arial', sans-serif;
                            font-weight: 500;
                            line-height: 32px;
                            font-size: 20px;
                            white-space: nowrap;
                        }
                        .main_slider__subtitle {
                            font-size: 16px;
                            line-height: 24px;
                            display: block;
                            color: #777;
                        }
    .category_slider {
        
    }
        .category_slider__wrapper {
            height: 140px;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            overflow: hidden;
            margin: 16px 0 0;
        }
            .category_slider__slide {
                height: 100%;
                padding: 0 10px;
            }
                .category_slider__item {
                    display: block;
                    width: 135px;
                    height: 100%;
                    text-align: center;
                    color: #333;
                    font-weight: 600;
                }
                    .category_slider__item:hover {
                        color: #333;
                        text-decoration: none;
                    }
                    .category_slider__item::before {
                        
                    }
                    .category_slider__image {
                        position: relative;
                        display: flex;
                        align-items: center;
                        margin: 0 auto;
                    }
                        .category_slider__image::before {
                            content: '';
                            width: 100px;
                            height: 100px;
                            border-radius: 100%;
                            background: #ebebeb;
                            position: absolute;
                            left: 50%;
                            top: 0;
                            z-index: 1;
                            transform: translate(-50%, 0px);
                            transition: all 0.2s;
                        }
                            .category_slider__slide:hover .category_slider__image::before {
                                background: #d0d8fa;
                            }
                            .category_slider__slide:nth-of-type(2n+1):hover .category_slider__image::before {
                                background: #d0edfa;
                            }
                            .category_slider__slide:nth-of-type(3n+1):hover .category_slider__image::before {
                                background: #f0e1d7;
                            }
                            .category_slider__slide:nth-of-type(4n+1):hover .category_slider__image::before {
                                background: #e6f0d7;
                            }
                        .category_slider__img {
                            max-width: 100%;
                            max-height: 100%;
                            position: relative;
                            z-index: 2;
                        }
                    .category_slider__title {
                        opacity: 0.8;
                        display: block;
                        text-align: center;
                        position: relative;
                        z-index: 2;
                    }
                        .category_slider__title::before {
                            content: '';
                            width: 100%;
                            height: 15px;
                            background: #fff;
                            position: absolute;
                            left: 0;
                            top: -15px;
                            
                        }
    .content_page__row {
        margin-top: 40px;
    }
        .product-list {

        }
            .product-list__item {
                margin-bottom: 20px;
            }
        .product-item {
            box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 4px 0px;
            border-radius: 10px;
            transition: box-shadow 0.4s ease-in-out 0s;
            height: 100%;
        }
            .product-item.__vip {
                border: 2px solid #01bbe9;
            }
            .product-item__header {
                height: 210px;
                position: relative;
                overflow: hidden;
                border-radius: 8px 8px 0 0;
            }
                .product-item_image {
                    display: block;
                    width: 100%;
                    height: 100%;
                    background-size: cover;
                    border-radius: 8px 8px 0 0;
                    background-repeat: no-repeat;
                    background-position: center center;
                }
                    .product-item__img {
                        display: none !important;
                    }
                .product-item__location {
                    position: absolute;
                    left: 15px;
                    bottom: 15px;
                }
                    .product-item__location_item {
                        color: #fff;
                        background: rgba(51, 51, 51, 0.24);
                        padding: 4px 8px;
                        display: inline-flex;
                        flex-direction: row;
                        align-items: center;
                        margin-right: 5px;
                        border-radius: 4px;
                        font-weight: 400;
                    }
                .product-item__action {
                    position: absolute;
                    left: 0;
                    top: 0;
                    color: #fff;
                    width: 91px;
                    height: 91px;
                    text-align: center;
                    vertical-align: text-bottom;
                    transform: rotate(-45deg);
                    font-family: "Fira Sans", 'Helvetica', 'Arial', sans-serif;
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 24px;
                }
                    .product-item__action::before {
                        content: '';
                        position: absolute;
                        left: 0;
                        top: -65px;
                        background: #8c98fe;
                        width: 91px;
                        height: 91px;
                        z-index: -1;
                    }
                .product-item__promo {
                    display: block;
                    position: absolute;
                    left: 15px;
                    top: 15px;
                    color: #333;
                    background: #ffcd4b;
                    padding: 7px 11px;
                    border-radius: 4px;
                }
            .product-item__content {
                width: 100%;
                height: calc(100% - 210px);
                padding: 16px;
                position: relative;
            }
                .product-item__favorite {
                    position: absolute;
                    right: 15px;
                    top: -15px;
                    background: #fff;
                    color: #333;
                    width: 34px;
                    height: 32px;
                    padding: 3px 5px 5px;
                    border-radius: 25px 26px 34px 34px;
                    z-index: 3;
                }
                .product-item__content_block {
                    display: block;
                    color: #333;
                }
                    .product-item__content_block:hover {
                        text-decoration: none;
                        color: #333;
                    }
                    .product-item__price {
                        font-family: "Fira Sans", 'Helvetica', 'Arial', sans-serif;
                        font-weight: 500;
                        font-size: 20px;
                        line-height: 32px;
                        display: block;
                    }
                        .product-item__price_value {
                            
                        }
                        .product-item__price_currency {
                            
                        }
                    .product-item__title {
                        display: block;
                        font-weight: 400;
                        line-height: 24px;
                        font-size: 16px;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        overflow: hidden;
                    }
        .content_page__content {

        }
            .section-title {
                display: flex;
                justify-content: space-between;
                margin-bottom: 16px;
                align-items: center;
            }
                .section-title__value {
                    font-family: "Fira Sans", 'Helvetica', 'Arial', sans-serif;
                    font-weight: 500;
                    line-height: 40px;
                    font-size: 30px;
                    color: #333;
                    padding: 0;
                    margin: 0;
                }
                .section-title__options {

                }
                    .product-sort__select {
                        font-size: 14px;
                        border: none;
                        background: #fafafa;
                        padding: 0 20px;
                        color: #666;
                    }
            .product_slider {
                margin-bottom: 12px;
            }
                .product_slider__wrapper {

                }
                    .product_slider__slide {
                        margin-bottom: 20px;
                    }
        .content_page__sidebar {
            
        }
            .sidebar-social {
                
            }
                .sidebar-social__title {
                    margin: 110px 0 22px;
                    text-align: center;
                    color: #858585;
                    font-weight: 400;
                }
                .sidebar-social__list {
                    list-style-type: none;
                    padding: 0;
                    margin: 0;
                    display: flex;
                    flex-direction: row;
                    flex-wrap: nowrap;
                    justify-content: space-evenly;
                }
                    .sidebar-social__item {

                    }
                        .sidebar-social__link {
                            display: block;
                            position: relative;
                            color: #fff;
                        }
                            .sidebar-social__link:hover {
                                color: #fff;
                                text-decoration: none;
                            }
                            .sidebar-social__link::before {
                                content: '';
                                width: 32px;
                                height: 32px;
                                border-radius: 32px;
                                position: absolute;
                                left: 0;
                                top: 0;
                                z-index: -1;
                            }
                            .sidebar-social__link._vk {

                            }
                                .sidebar-social__link._vk::before {
                                    background: #4680c2;
                                }
                                    .sidebar-social__link._vk:hover::before {
                                        background: #548ac6;
                                    }
                            .sidebar-social__link._ok {

                            }
                                .sidebar-social__link._ok::before {
                                    background: #f2720d;
                                }
                                    .sidebar-social__link._ok:hover::before {
                                        background: #f37d20;
                                    }
                            .sidebar-social__link._facebook {

                            }
                                .sidebar-social__link._facebook::before {
                                    background: #3e5b9b;
                                }
                                    .sidebar-social__link._facebook:hover::before {
                                        background: #4d68a3;
                                    }
                            .sidebar-social__link._twitter {

                            }
                                .sidebar-social__link._twitter::before {
                                    background: #55acee;
                                }
                                    .sidebar-social__link._twitter:hover::before {
                                        background: #62b2ef;
                                    }
                            .sidebar-social__link._youtube {
                                color: #ff0000;
                            }
                                .sidebar-social__link._youtube::before {
                                    
                                }
                                    .sidebar-social__link._youtube:hover::before {
                                        
                                    }
            .sidebar-menu {
                margin-top: 40px;
            }
                .sidebar-menu__list {
                    list-style-type: none;
                    padding: 0;
                    margin: 0;
                }
                    .sidebar-menu__item {
                        display: block;
                    }
                        .sidebar-menu__link {
                            display: block;
                            text-align: center;
                            line-height: 24px;
                            color: #bbb;
                            font-weight: 400;
                            text-decoration: underline;
                            margin-bottom: 10px;
                        }
.footer {
    margin-top: 80px;
    margin-bottom: 40px;
}
    .footer__content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .location-list {
        list-style-type: none;
        margin: 0 0 30px;
        padding: 0 0 15px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        flex: 0 0 100%;
        border-bottom: 1px solid #ebebeb;
    }
        .location-list__item {
            flex: 0 0 25%;
            margin: 0 0 15px;
        }
            .location-list__link {
                color: #858585;
                font-weight: 400;
                line-height: 24px;
            }
    .footer__block {
        flex: 0 0 25%;
    }
        .footer__block_title {
            font-size: 12px;
            font-weight: 400;
            letter-spacing: 0.2px;
            line-height: 14px;
            color: #858585;
            margin-bottom: 16px;
            padding: 0;
        }
        .footer__block_menu {

        }
            .footer-menu {
                list-style-type: none;
                padding: 0;
                margin: 0;
            }
                .footer-menu__item {
                    display: block;
                    margin-bottom: 10px;
                }
                    .footer-menu__link {
                        display: block;
                        color: #333;
                        font-weight: 400;
                        line-height: 24px;
                        text-decoration: underline;
                    }
        .footer__block_social {

        }
            .footer__block_social .sidebar-social__list {
                justify-content: normal;
            }
            .footer__block_social .sidebar-social__item {
                margin-right: 16px;
            }
        .footer__block_app {

        }
            .app-download__list {
                list-style-type: none;
                padding: 0;
                margin: 0;
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
            }
                .app-download__item {
                    display: block;
                    margin-right: 10px;
                }
                    .app-download__link {
                        display: block;
                    }
        .footer__block_copyright {

        }

/**
 * Мобильное меню
 */
.mobile-menu__back {
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbD0iIzMzMyIgZD0iTTE1LjYzNSAxMi4wMjJsLTcuNTgtNy4yNi42OS0uNzIzIDguMzM1IDcuOTgyLTguMzM0IDcuOTk1LS42OTItLjcyMnoiPjwvcGF0aD4KPC9zdmc+Cg==') no-repeat 0 0;
    transform: rotate(-180deg);
    width: 24px;
    height: 24px;
    text-indent: -99999px;
    margin: 10px 10px 10px;
}
#mobileMenuHeader {
	display: none;
}
#mobileMenu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 11;
    opacity: 0;
    transition: all 0.4s;
}
	#mobileMenu #mobileMenuHeader {
		display: flex;
	}
	#mobileMenu ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
        #mobileMenu ul .sub_image {
            display: none;
        }
		#mobileMenu li {
			display: block;
			height: 50px;
			border-bottom: 1px solid #E9E7E7;
		}
            #mobileMenu li.header-close {
                display: flex;
                height: 50px;
                border-bottom: 1px solid #E9E7E7;
                font-size: 16px;
                font-weight: 400;
                align-items: center;
                justify-content: center;
            }
                #mobileMenu li.header-close::before {
                    content: '';
                    width: 24px;
                    height: 1px;
                    background: #999;
                    position: absolute;
                    left: 15px;
                    top: 25px;
                    transform: rotate(-45deg);
                }
                #mobileMenu li.header-close::after {
                    content: '';
                    width: 24px;
                    height: 1px;
                    background: #999;
                    position: absolute;
                    left: 15px;
                    top: 25px;
                    transform: rotate(45deg);
                }
            #mobileMenu li.title {
                display: none;
            }
			#mobileMenu li.mobileMenu__black {
				border-bottom: 1px solid #638ba9;
			}
			#mobileMenu li.mobileMenu__cols {
				height: 80px;
			}
				.mobileMenu__col_list {
					height: 100%;
					margin: 0;
				}
					.mobileMenu__col {
						border-right: 1px solid #E9E7E7;
						padding: 0;
					}
						.mobileMenu__col:last-child {
							border-right: none;
						}
			#mobileMenu ul.sublist-active > li:not(.list-active) {
				display: none;
			}
			#mobileMenu li.header-submenu {
				height: auto;
				border: none;
			}
				#mobileMenu li.header-submenu .mobile-box__title__back {
					padding: 0 20px 0 50px;
				}
					#mobileMenu li.header-submenu .mobile-box__title__back::before {
						content: '\e903';
						font-family: "tugle";
						speak: none;
						text-transform: none;
						line-height: 1;
						-webkit-font-smoothing: antialiased;
						position: absolute;
						left: 20px;
						top: 4px;
						pointer-events: none;
					}
			#mobileMenu li a {
				display: flex;
				height: 100%;
				width: 100%;
				align-items: center;
				padding: 0;
				color: #000;
				font-weight: 500;
				font-size: 14px;
				position: relative;
                padding: 0 15px;
			}
                #mobileMenu li a img {
                    max-height: 25px;
                    margin-right: 10px;
                }
				#mobileMenu .mobileMenu__col > a {
					padding: 0;
					justify-content: center;
				}
					#mobileMenu .mobileMenu__col > a > span {
						padding: 0 0 0 5px;
					}
				#mobileMenu li.mobileMenu__grey > a {
					background: #eee;
				}
				#mobileMenu li.mobileMenu__black > a {
					background: #7099bd;
					color: #fff;
				}
				#mobileMenu li > a > [class^="icon-"],
				#mobileMenu li > a > [class*=" icon-"] {
					position: absolute;
					left: 20px;
					top: 0;
					display: flex;
					align-items: center;
					height: 100%;
				}
				#mobileMenu li > a > span {
					padding-left: 50px;
				}
				#mobileMenu li a.submenu-link::before {
					content: '';
					background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbD0iIzMzMyIgZD0iTTE1LjYzNSAxMi4wMjJsLTcuNTgtNy4yNi42OS0uNzIzIDguMzM1IDcuOTgyLTguMzM0IDcuOTk1LS42OTItLjcyMnoiPjwvcGF0aD4KPC9zdmc+Cg==') no-repeat 0 0;
					position: absolute;
					right: 20px;
					top: 12px;
					width: 24px;
                    height: 24px;
				}
				#mobileMenu li.active-submenu-link a {
					background: rgba(219, 227, 243, 0.5);
				}
					#mobileMenu li.active-submenu-link a::before {
						display: none;
					}
		#mobileMenu li ul {
			display: block;
			background: #fff;
			width: 100%;
			height: 100%;
			position: absolute;
			left: 0;
			transform: translate3d(100%, 0, 0);
			top: 0;
			z-index: 2;
			transition: all 0.2s;
			overflow-y: auto;
			overflow-x: hidden;
		}
			#mobileMenu li ul.active {
				transform: translate3d(0, 0, 0);
			}
			#mobileMenu ul.sublist-active {
				
			}
/**
 * Popup окна
 */
.modal-popup {
    display: flex !important;
    position: fixed;
    left: -100px;
    top: -100px;
    z-index: 1001;
    width: 1px;
    height: 1px;
    padding: 50px 0;
    overflow: hidden;
    overflow-y: scroll;
    opacity: 0;
    transition: opacity 0.3s;
}
    .modal-popup.show {
        left: 0;
        top: 0;
        z-index: 1001;
        width: 100%;
        height: 100%;
        opacity: 1;
    }
    .modal-popup__body {
        overflow: hidden;
    }
        .modal-popup__body_scroll {
            padding-right: 17px;
        }
	.modal-popup__bg {
		display: block !important;
        left: -100px;
        top: -100px;
        position: fixed;
        width: 1px;
        height: 1px;
        background: rgba(0,0,0,0.3);
        z-index: 1000;
        opacity: 0;
        transition: opacity 0.3s;
	}
        .modal-popup__bg.show {
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            opacity: 1;
        }
	.modal-popup__content {
        background: #fafafa;
        padding: 30px;
        position: relative;
        border-radius: 8px;
        width: 757px;
        margin: auto;
	}
    .modal-popup__close {
        position: absolute;
        right: -10px;
        top: -10px;
        width: 32px;
        height: 32px;
        cursor: pointer;
        z-index: 2;
        background: #fff;
        border-radius: 32px;
        box-shadow: rgba(51, 51, 51, 0.13) 0px 4px 12px 0px;
    }
        .modal-popup__close::before {
            content: '';
            position: absolute;
            left: 8px;
            top: 15px;
            width: 16px;
            height: 2px;
            background: #c4c4c4;
            border-radius: 1px;
            transform: rotate(45deg);
            transition: all 0.2s;
        }
        .modal-popup__close::after {
            content: '';
            position: absolute;
            left: 8px;
            top: 15px;
            width: 16px;
            height: 2px;
            background: #c4c4c4;
            border-radius: 1px;
            transform: rotate(135deg);
            transition: all 0.2s;
        }
        .modal-popup__close:hover::before,
        .modal-popup__close:hover::after {
            background: #333;
        }
/**
 * Popup авторизация
 */
.modal-auth .modal-popup__content {
    padding: 0;
    width: 596px;
}
.modal-auth__content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
	.modal-auth__benefits {
        flex: 0 0 50%;
        background-image: linear-gradient(45deg, rgba(51, 51, 51, 0.88), rgba(51, 51, 51, 0.88)), url('../images/modal-auth.png');
        padding: 40px 32px 30px;
        border-radius: 8px 0 0 8px;
	}
		.modal-auth__benefits_list {
            list-style-type: none;
            padding: 0;
            margin: 0;
		}
			.modal-auth__benefits_item {
                color: #fff;
                display: block;
                margin: 0 0 30px;
                position: relative;
                padding: 0 0 0 40px;
			}
				.modal-auth__benefits_item > svg {
                    position: absolute;
                    left: 0;
                    top: 0;
				}
				.modal-auth__benefits_title {
                    display: block;
                    font-size: 16px;
                    font-weight: 600;
                    margin: 0 0 10px;
				}
				.modal-auth__benefits_descr {
                    color: #ccc;
                    font-weight: 400;
                    line-height: 24px;
				}
	.modal-auth__form {
        flex: 0 0 50%;
        padding: 40px 32px 30px;
        position: relative;
	}
		.modal-auth__form_title {
            font-family: "Fira Sans", 'Helvetica', 'Arial', sans-serif;
            font-weight: 500;
            line-height: 32px;
            font-size: 20px;
            text-align: center;
		}
		.modal-auth__form_descr {
            margin-top: 8px;
            text-align: center;
            color: #858585;
            font-weight: 400;
		}
		.modal-auth__form_input {
            margin: 16px 0px 12px;
		}
			.auth__form_input_phone {
                height: 40px;
                width: 100%;
                border: 1px solid #ebebeb;
                border-radius: 8px;
                padding: 0 10px;
			}
		.modal-auth__form_submit {
		
		}
			.auth__form_input_submit {
                color: #fff;
                background: #7092fe;
                width: 100%;
                height: 40px;
                justify-content: center;
			}
                .auth__form_input_submit:hover {
                    color: #fff;
                    background: #7b9afe;
                }
		.modal-auth__social {
            margin: 24px auto 24px;
		}
			.modal-auth__social_title {
                text-align: center;
                color: #999;
                font-weight: 400;
                margin: 0 0 20px;
			}
				.modal-auth__social_list {
                    list-style-type: none;
                    padding: 0;
                    margin: 0;
                    display: flex;
                    flex-direction: row;
                    flex-wrap: nowrap;
                    align-items: center;
				}
					.modal-auth__social_item {
                        flex: 0 0 50%;
					}
						.modal-auth__social_link {
                            display: flex;
                            border-radius: 8px;
                            margin-right: 4px;
                            height: 40px;
                            align-items: center;
                            justify-content: center;
                            box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 4px 0px;
						}
                            .modal-auth__social_item:last-child .modal-auth__social_link {
                                margin-left: 4px;
                                margin-right: 0;
                            }
							.modal-auth__social_link.__vk {
                                color: #4680c2;
                                border: 1px solid #4680c2;
							}
							.modal-auth__social_link.__ok {
                                color: #f2720d;
                                border: 1px solid #f2720d;
							}
		.modal-auth__login {
            position: absolute;
            left: 0;
            bottom: 10px;
            width: 100%;
            text-align: center;
            font-weight: 400;
        }
        
 /**
 * Popup местоположение
 */       
.default-tabs {

}
	.default-nav-tabs {
        list-style-type: none;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 15px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
	}
		.default-nav-item {
            display: block;
		}
			.default-nav-link {
                display: flex;
                height: 48px;
                padding: 0;
                position: relative;
                align-items: center;
                color: #333;
                font-weight: 400;
                font-size: 14px;
                margin-right: 30px;
			}
                .default-nav-link:hover {
                    color: #333;
                    text-decoration: none;
                }
				.default-nav-link.active {
				
				}
                    .default-nav-link.active::before {
                        content: '';
                        width: 100%;
                        height: 2px;
                        background: #7092fe;
                        position: absolute;
                        left: 0;
                        bottom: -1px;
                    }
.tab-content {

}
	.tab-pane {
        display: none;
	}
		.tab-pane.active {
            display: block;
		}
.modal-location {

}
    .modal-location .modal-popup__content {
        width: 980px;
        padding: 0;
    }
	.modal-location__content {
	
	}
        #tab-location {
            padding: 0;
            margin-top: -15px;
        }
        .modal-location__map {
            width: 100%;
            height: 400px
        }
        .modal-location__groupbtn {
            display: flex;
            padding: 15px 10px 10px;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: space-between;
        }
            .modal-location__groupbtn_cancel {
                display: block;
                width: 100%;
                color: #7092fe;
                border: 1px solid #7092fe;
                border-radius: 8px;
                height: 40px;
                line-height: 40px;
                text-align: center;
                font-weight: 400;
                font-size: 16px;
                margin-right: 4px;
            }
            .modal-location__groupbtn_cancel:hover {
                text-decoration: none;
            }
            .modal-location__groupbtn_select {
                display: block;
                width: 100%;
                color: #fff;
                background: #7092fe;
                border-radius: 8px;
                height: 40px;
                line-height: 40px;
                text-align: center;
                font-weight: 400;
                font-size: 16px;
                margin-left: 4px;
            }
            .modal-location__groupbtn_select:hover {
                color: #fff;
                text-decoration: none;
            }
        .modal-location__content .default-nav-item:first-child {
            padding-left: 30px;
        }
        .modal-location__content .tab-pane {
            padding: 0 30px;
        }
		.modal-location__form {
            display: flex;
            align-items: center;
		}
			.modal-location__input {
                background: #fff url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGQ9Ik0xNS4yOSAxNC41ODRsNS43MiA1LjcyLS43MDcuNzA2LTUuNzItNS43MmE3IDcgMCAxIDEgLjcwNy0uNzA3ek0xMCAxNmE2IDYgMCAxIDAgMC0xMiA2IDYgMCAwIDAgMCAxMnoiPjwvcGF0aD48L3N2Zz4=') no-repeat 8px 8px;
                width: 40%;
                border: 1px solid #ebebeb;
                border-radius: 8px;
                padding-left: 40px;
                outline: none;
                height: 40px;
			}
            .modal-location__submit {
                margin-left: 15px;
                height: 40px;
                color: #fff;
                background: #7092fe;
                padding: 0 80px;
            }
                .modal-location__submit:hover {
                    color: #fff;
                    background: #7a99fe;
                }
		.modal-location__list {
            margin-top: 16px;
		}
			.modal-location__list_descr {
                font-size: 12px;
                line-height: 16px;
                color: #8f8f8f;
			}
			.modal-location__sities {
                list-style-type: none;
                padding: 0;
                margin: 32px 0;
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
			}
				.modal-location__city {
                    flex: 0 0 33.333334%;
				}
					.modal-location__city_link {
                        display: flex;
                        height: 38px;
                        color: #333;
                        font-weight: 400;
                        align-items: center;
                        padding: 0 15px;
					}
                        .modal-location__city_link:hover {
                            color: #333;
                            text-decoration: none;
                            background: #f5f5f5;
                        }
						.modal-location__city_link.__bold {
                            font-weight: 600;
						}
						.modal-location__city_link.__active {
                            color: #7092fe;
						}
		.modal-location__cancel {
            display: block;
            text-align: center;
            color: #333;
            font-size: 16px;
            height: 40px;
            line-height: 40px;
            border: 1px solid #ebebeb;
            border-radius: 8px;
            margin: 0 -20px 10px;
            font-weight: 400;
		}
            .modal-location__cancel:hover {
                color: #333;
                text-decoration: none;
            }