body 
{
    font-family: 'Roboto';
	margin: 0;
}

a
{
	text-decoration: none;
}

a:hover
{
	transform: scale(1.03);
	transition: .2s;
	cursor: pointer;
}

.button
{
    padding: 10px 14px;
    text-align: center;
}

.float_button
{
    padding: 10px 26px;
}

p:first-letter, .news_text:first-letter, .user_text:first-letter, .extra_width:first-letter
{
    text-transform: uppercase;
}



.content
{
	width: 1200px;
	margin: 20px auto;
}

.fixed_overlay
{
	overflow: auto;
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
	z-index: 999;
	display: none;
}

.modal
{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 40px;
	width: 900px;
	height: auto;
	border-radius: 4px;
}

.modal .title
{
	margin: 0px;
	text-align: left;
}

.modal_line
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.modal form
{
	position: relative;
}

.modal .button_search
{
	left: 0;
	top: 5px;
}

.modal_cities
{
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: calc(100% - 40px);
	height: 600px;
}

.reg .modal_cities
{
    width: 100%;
}
.modal_cities a
{
	margin-bottom: 10px;
}

.modal_cross
{
	position: absolute;
	right: 20px;
	top: 20px;
	height: 20px;
	z-index: 999;
}

.reg
{
    width: 400px;
}

.reg form
{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.reg .modal_cities
{
    height: auto;
}

.modal_clubs
{
    overflow: hidden;
}

.modal_clubs .modal_clubs
{
    height: 400px;
    width: 500px;
    overflow-y: scroll;
}

.reg input
{
    width: calc(100% - 40px);
    max-width: none;
    padding: 12px 20px;
    margin-bottom: 10px;
}

.reg .button
{
    width: calc(100% - 30px);
    position: relative;
    margin-top: 30px;
}

.reg .modal_line
{
    align-items: baseline;
    width: 100%;
}

input
{
	padding: 10px 16px;
	border: none;
	border-bottom: 1px solid #DFDFDF;
	font-size: 16px;
	outline:none;
    background-color: #fff;
}

.scroll
{
	overflow-x: scroll;
	white-space: nowrap;
	height: 80px;
	display: flex;
	align-items: center;
}

.scroll::-webkit-scrollbar {
	height: 3px;
  width: 10px;
  background-color: #fff;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
	width: 20px;
}

.scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
  border-radius: 10px;
  background-color: #fff;
}

.scroll_v p::-webkit-scrollbar {
	height: 10px;
  width: 3px;
  background-color: #fff;
    
}

.scroll_v p::-webkit-scrollbar-thumb {
  border-radius: 10px;
    width: 20px;
}

.scroll_v p::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
  border-radius: 10px;
  background-color: #fff;
}

.scroll_v::-webkit-scrollbar {
	height: 0px;
  width: 3px;
  background-color: transparent;
}

.scroll_v::-webkit-scrollbar-thumb {
  border-radius: 10px;
    width: 20px;
    opacity: 0.4;
}

.scroll_v::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
  border-radius: 10px;
  background-color: transparent;
}

.first_header-container
{
	border-bottom: 1px solid #D2D2D2;
}

.first_header
{
	margin: 0 auto;
	padding: 10px 0px 5px 0px;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	
}

.first_header .first_header_info
{
	display: flex;
	flex-wrap: wrap;
    z-index: 99;
}

.first_header a:not(:last-child)
{
	margin-right: 30px;
}

.first_header a
{
	color: #000;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 5px;
}

.first_header span
{
	margin-right: 30px;
	margin-bottom: 5px;
	color: #969696;
}

.first_header svg, .first_header img
{
	height: 16px;
	margin-right: 8px;
}

.main_header
{
	margin-bottom: 10px;
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main-header_part
{
	display: flex;
	align-items: center;
}

.main-header_logo
{
	max-width: 60px;
	max-height: 60px;

}


.main-header-logo-desc
{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
}

.site_name_desc
{
    font-size: 10px;
    font-weight: bold;
    margin-top: 5px;
    white-space: nowrap;
    left: 0;
    text-decoration: none;
    color: #000;
    text-align: center;
}

.main_header form
{
	display: flex;
	align-items: center;
	position: relative;
}

.input_search
{
	padding: 12px 20px 12px 36px;
	max-width: 100px;
}

.button_search
{
	margin: 0px;
	left: 0;
	height: 34px;
	padding: 0px 12px 0px 0px;
	background-color: #fff;
	display: flex;
	align-items: center;
	position: absolute;
}

.basket
{
	position: relative;
	margin-left: 30px;
}

.basket span
{
	position: absolute;
	border-radius: 99px;
	padding: 3px 6px;
	font-size: 10px;
	color: #fff;
	top: -10px;
	right: -10px;
}

.header_bg
{
	padding: 16px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header_bg_m
{
	display: none;
}

.header
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
}

.menu_title
{
	display: none;
}

.menu_burger
{
	display: none;
}

.menu
{
	display: flex;
	width: auto;
	flex-wrap: wrap;
}

.tabmenu
{
	color: #000;
	font-weight: 500;
}

.tabmenu:not(:last-child)
{
	margin-right: 30px;
}

.tabmenu:hover
{
	transform: scale(1.03);
}

.contacts
{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.contacts span
{
	color: #959595;
	font-size: 12px;
}

.tel
{
	font-size: 22px;
	font-weight: 600;
	color: #000;
}

.banner
{
	height: 50vh;
	padding-top: 60px;
	padding-bottom: 60px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.banner_content
{
	z-index: 99;
	text-align: left;	
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.banner a
{
	font-size: 20px;
	padding: 16px 40px;
	color: #fff;
	z-index: 99;
	text-align: center;
	max-width: 250px;
}

.banner-title
{
	font-size: 58px;
	color: #fff;
	font-weight: 600;
	z-index: 99;
	max-width: 900px;
	text-align: left;
	margin: 0;
}

.banner_bg
{
	position: absolute;
	background-color: #000;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0px;
	opacity: 0.6;
}

.extra_info
{
	box-shadow: 0px 0px 0px 1px #dfdfdf;
	padding: 20px 30px;
	border-radius: 4px;
	margin-top: 30px;
    max-height: none;
    overflow: auto;
    transition: .2s;
    display: flex;
}

.extra_info img, .extra_info svg
{
    margin-right: 20px;
    height: 100px;
}

.extra_info svg
{
    max-width: 80px;
}

.extra_info:hover
{
    -webkit-box-shadow: 4px 11px 19px 0px rgba(34, 60, 80, 0.12);
    -moz-box-shadow: 4px 11px 19px 0px rgba(34, 60, 80, 0.12);
    box-shadow: 4px 11px 19px 0px rgba(34, 60, 80, 0.12);
	
	transform: translateY(-5px);
	transition: .2s;
}

.extra_text
{
	padding-right: 10px;
    overflow-y:hidden;
    max-height: none;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.extra_add
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: #9B9BA2;
    margin-top: 20px;
}

.extra_add span
{
    margin-bottom: 10px;
}

.sub_title
{
	font-size: 22px;
	margin-top: 10px;
}

.title
{
	font-size: 36px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}


.products
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.products_item
{
	width: 300px;
	margin-bottom: 20px;
	padding: 30px 20px 110px;
	display: flex;
	flex-direction: column;
	position: relative;
	box-shadow: 0px 0px 0px 1px #dfdfdf;
	border-radius: 4px;
	transition: .2s;
    overflow: hidden;
}

.products_item:hover
{	
	-webkit-box-shadow: 4px 11px 19px 0px rgba(34, 60, 80, 0.12);
-moz-box-shadow: 4px 11px 19px 0px rgba(34, 60, 80, 0.12);
box-shadow: 4px 11px 19px 0px rgba(34, 60, 80, 0.12);
	
	transform: translateY(-5px);
	transition: .2s;
}

.product_item_img
{
	height: 200px;
	width: auto;
    max-width: 300px;
	margin: 0 auto;
}

.product_item_title
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}

.product_item_price
{
	bottom: 80px;
	font-size: 18px;
	position: absolute;
	font-weight: 800;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 40px);
}

.product_item_price img
{
	margin-left: 16px;
	height: 18px;
}

.product_item_price img:hover
{
	transform: scale(1.2);
	transition: 0.2s;
}

.product_item_buy
{
	bottom: 20px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	position: absolute;
	width: calc(100% - 70px);
}

.basket_button
{
	width: auto;
	display: flex;
	align-items: center;
}

.basket_button svg
{
	margin: 0 auto;
}

.tags
{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	text-align: center;
	justify-content: center;
}

.tag
{
	padding: 8px 20px;
	box-shadow: 0px 0px 0px 1px #dfdfdf;
	margin-right: 8px;
	margin-left: 2px;
	font-size: 16px;
}

.tag:hover
{
	color: #fff;
	border: transperant;
}
summary
{
	text-align: center;
	margin: 15px auto;
}

.popular
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.category_link
{
    width: auto;
    color: #000;
    display: flex;
    flex-direction: column;
}

.popular_item
{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 80px;
	padding: 16px 10px;
	font-size: 14px;
	box-shadow: 0px 0px 0px 1px #dfdfdf;
	border-radius: 4px;
	margin: 10px;
	transition: .2s;
}

.popular_item:hover
{
	-webkit-box-shadow: 4px 11px 19px 0px rgba(34, 60, 80, 0.12);
-moz-box-shadow: 4px 11px 19px 0px rgba(34, 60, 80, 0.12);
box-shadow: 4px 11px 19px 0px rgba(34, 60, 80, 0.12);
	cursor: pointer;
	transition: .2s;
}

.popular img
{
	margin-bottom: 10px;
	height: 60px;
	width: auto;
}

.category
{
    display: flex;
    flex-direction: column;
    width: 140px;
    height: auto;
    text-align: center;
    padding: 20px 10px;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.category_line
{
    margin-top: 0px;
    z-index: 99;
    font-size: 18px;
}

.category_des
{
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.2;
}

.category img
{
    left: 0px;
    top: 0px;
    height: 50px;
    width: 50px;
    z-index: 10;
}

.comments_item
{
	padding: 20px 20px;
	margin-bottom: 10px;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	position: relative;
    white-space: normal;
}

.comments .scroll
{
    height: 280px;
    align-items:flex-start;
}

.comments_first
{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.comments_item img
{
	border-radius: 999px;
	height: 60px;
	margin-right: 12px;
}

.user_name
{
	font-size: 18px;
	font-weight: 600;
}

.user_text
{
	font-size: 14px;
    overflow: hidden;
}

.comment_spoiler
{
    position: absolute;
    background-color: #fff;
    padding: 2px 5px;
    right: 20px;
    bottom: 48px;
    font-size: 14px;
}

.spoiler_open
{
    overflow: auto;
    height: auto;
}

.comments_date
{
	color: #708090;
	font-size: 14px;
}

.news
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news_item
{
	width: 244px;
	color: #000;
	font-size: 14px;
	margin-bottom: 20px;
	padding: 30px 20px 40px 20px;
	display: flex;
	flex-direction: column;
	position: relative;
	border-radius: 4px;
	transition: .2s;
	background-size: cover;
	background-position: center;
    box-shadow: 0px 0px 0px 1px #dfdfdf;
}

.news_item:hover
{
	-webkit-box-shadow: 4px 11px 19px 0px rgba(34, 60, 80, 0.12);
	-moz-box-shadow: 4px 11px 19px 0px rgba(34, 60, 80, 0.12);
	box-shadow: 4px 11px 19px 0px rgba(34, 60, 80, 0.12);
	
	transform: translateY(-5px);
	transition: .2s;
}


.news_text
{
    font-size: 16px;
    margin: 20px 0px;
}

.news_text a
{
        color: #000;
}

.news_text a:hover
{
    text-decoration: underline;
}

.news_more
{
	position: absolute;
	bottom: 26px;
}

.news_item img
{
	transform: rotate(90deg);
	margin-left: 10px;
}

.news_bg
{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.70;
	filter: brightness(0.5);
	z-index: 10;
	left: 0;
	top: 0;
	border-radius: 4px;
}

.footer
{
    margin-top: 40px;
}

.footer, .footer a
{
	position: relative;
	padding: 10px 0px;
	color: #fff;
}

.footer hr
{
    border: none;
    background-color: #fff;
    height: 1px;
}

.footer_menu
{
	display: flex;
	flex-direction: column;
	margin-top: 20px;
	color: #fff;
	margin-bottom: 20px;
}

.footer_menu a
{
	text-decoration: underline;
}

.footer_menu span
{
	margin-bottom: 10px;
}

.footer_menu img
{
	margin-right: 10px;
}

.footer_info
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer_line, .footer_line a
{
    font-size: 12px;
}

.footer_line img
{
	margin-right: 8px;
	margin-bottom: -4px;
}

.footer-bg
{
	z-index: -10;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	filter: brightness(0.3);
}

.social
{
	z-index: 1000;
	border-radius: 99px;
	display: flex;
	padding: 10px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	
	background-color: #000;
}


.social_messengers
{
	display: flex;
	transform: translateX(90px);
	transition: 0.2s;
	flex-direction: column;
	position: absolute;
	bottom: 50px;
	right: 7px;
}

.social_messengers a:hover > .prompt
{
    display: block;
    right: 50px;
    top: 10px;
}
.social_messengers img
{
	width: 40px;
	margin-bottom: 10px;
}

.social_button
{
	display: flex;
	justify-content: center;
	align-items: center;
}

.social_button:hover > .prompt
{
    display: block;
    right: 50px;
    top: 10px; 
}

.social:hover > .social_messengers
{
	display: flex;
	transform: translateX(0px);
	transition: 0.2s;
}

.social_button img
{
	height: 30px;
}

.prompt
{
    position:absolute;
    padding: 3px;
    background-color: #000;
    font-size: 12px;
    color: #fff;
    font-weight: 100;
    opacity: 0.8;
    border-radius: 4px;
    min-width: 100px;
    text-align: center;
    z-index: 999;
    display: none;
}

.product_item_icons a, .first_header a
{
    position: relative;
}

.product_item_icons a:hover > .prompt
{
    display: block;
    right: 0;
    bottom: 30px;
}

.first_header a:hover > .prompt
{
    display: block;
    right: 0;
    top: 22px;
    color: #fff;
    width: auto;
}

.main-header_part a:hover > .prompt
{
    display: block;
    bottom: -8px;
    right: -5px;
}

.popular_m
{
    display: none;
}


@media screen and (max-width: 1200px)
{
	.content
	{
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.modal
	{
		width: calc(100% - 110px);
		left: 50%;
    	top: 0;
    	transform: translate(-50%, 0);
		height: calc(100% - 110px);
	}
	
	.modal_cities
	{
		height: calc(100% - 110px);
	}
	
	.header
	{
		width: calc(100% - 40px);
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media screen and (max-width: 900px)
{
	.products, .news
	{
		justify-content: space-around;
	}
}

@media screen and (max-width: 450px)
{
  

    .content
    {
        margin-left: 10px;
        margin-right: 10px;
    }
    
    
    .popular
    {
        display: none;
    }
    
        .popular_m
    {
        display: flex;
        flex-wrap: wrap;
    }
    
    .popular_m .popular_item
    {
        flex-direction: row;
        text-align: left;
        width: 100%;
        padding: 10px 20px;
        font-size: 16px;
        margin-bottom: 0px;
    }
    
    .popular_m .popular_item img
    {
        margin-right: 20px;
        margin-bottom: 0px;
    }
    
    .popular_m .category
    {
        padding: 10px 10px 20px 60px;
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
    }
    
     .popular_m .category img
    {
        position: absolute;
        left: 10px;
        top: 15px;
        height: 40px;
        width: 40px;
    }

    .basket
    {
        margin-left: 20px;
    }
	
	.modal_line form, .modal_line .input_search
	{
		max-width: none;
		width: calc(100% - 40px);
	}
	
		.modal
	{
		width: calc(100% - 110px);
		left: 50%;
    	top: 0;
    	transform: translate(-50%, 0);
		height: auto;
	}
	
	.first_header
	{
		display: none;
	}
	
	.modal_cities
	{
		height: auto;
	}
	
	.first-line-menu
	{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	
	.menu_burger
	{
		display: block;
		height: 20px;
		margin-right: 20px;
	}
	
	.menu
	{
		display: none;
	}
	
	
	.header_bg_m
	{
		display: none;
		height: 100vh;
		width: 100%;
		justify-content: flex-start;
		top: 0;
		position: absolute;
		z-index: 99;
		background-color: #fff;
	}
	
	.header_m
	{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		padding: 40px;
		position: absolute;
		z-index: 99;
		top: 0;
		margin: auto;
		width: calc(100% - 80px);
	}
	
	.header_m .menu_title
	{
		display: block;
	}
	
	.header_m a
	{
		margin-bottom: 20px;
		color: #000;
	}
    
    .header_m .tel svg
    {
        margin-right: 10px;
    }

	.header_m .menu
	{
		display: flex;
		flex-direction: column;
	}
	
	.header_m .tabmenu
	{
		
		font-size: 18px;
	}
	
	.header_m .contacts
	{
		align-items: flex-start;
	}
	
	.header_m .contacts img
	{
		margin-right: 10px;
	}
	
	.header_m span
	{
		color: #969696;
	}
	
	.banner
	{
		padding: 20px;
	}
	
	.banner-title
	{
		font-size: 38px;
	}
	
	.banner a
	{
		max-width: none;
	}
	
	.extra_info
	{
		padding: 20px;
        flex-direction: column;
        align-items: center;
        max-height: 650px;
        
	}
	
	.extra_text
	{
		padding-left: 0px;
        max-height: none;
        align-items: center;
        overflow-y: scroll;
	}
    
    .extra_info img
    {
        height: auto;
        width: 100px;
        
        
    }
    
    .extra_info svg
    {
       height: auto;
        width: 60px; 
        margin-top: 10px;
        margin-bottom: 10px;
    }
	
	.title
	{
		font-size: 32px;
	}
	
	.footer-info
	{
		font-size: 14px;
	}
	
	.input_search
	{
		width: 80px;
	}
    
    .comment_spoiler
    {
        left: 16px;
        bottom: 46px;
        right: 0;
    }
    
    .news_item
    {
        width: 100%;
    }
    
    .category
    {
        width: calc(100% - 40px);
        margin-right: 0px;
        margin-bottom: 0px;
    }
    
    .category_link
    {
        width: calc(100% - 40px);
    }

      .main_header
    {
        margin-right: 20px;
    }
}