@font-face { 
    font-family: "SegoeUI";
    src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot");
    src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/SegoeUIRegular/SegoeUIRegular.woff") format("woff"),
    url("../fonts/SegoeUIRegular/SegoeUIRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face { 
    font-family: "SegoeUI";
    src: url("../fonts/SegoeUISemiBold/SegoeUISemiBold.eot");
    src: url("../fonts/SegoeUISemiBold/SegoeUISemiBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/SegoeUISemiBold/SegoeUISemiBold.woff") format("woff"),
    url("../fonts/SegoeUISemiBold/SegoeUISemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}

@font-face { 
    font-family: "SegoeUI";
    src: url("../fonts/SegoeUIBold/SegoeUIBold.eot");
    src: url("../fonts/SegoeUIBold/SegoeUIBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/SegoeUIBold/SegoeUIBold.woff") format("woff"),
    url("../fonts/SegoeUIBold/SegoeUIBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
}

@font-face { 
    font-family: "SegoeUI";
    src: url("../fonts/SegoeUIBlack/SegoeUIBlack.ttf") format("truetype");
    font-style: normal;
    font-weight: 900;
}

.qqq
{
	color: #3363ff;
}

body 
{
	font-family: "SegoeUI";
	margin: 0;
}

body._locked {
	overflow: hidden;
  }

a
{
	text-decoration: none;
}

h1
{
	margin: 0;
}

a:hover, button:hover
{
	transform: scale(1.03);
	transition: .2s;
	cursor: pointer;
}

.main-block
{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	background-color: var(--grey-bg);
    position: relative;
	overflow: hidden;
	text-align: left;
}

.main-block .button
{
	background: var(--main-color);
}

.main-block-info
{
	width: 900px;
	margin: 0 auto;
	padding: 90px 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
}

#check
{
	background-color: var(--grey-bg);
	padding: 40px;
	border-radius: 4px;
	max-width: calc(900px - 80px);
	gap: 16px;
}

#check .title
{
	margin: 0;
}

#questions
{
	padding: 40px;
	max-width: calc(900px - 80px);
}

.main-block-title
{
	font-size: 52px;
	font-weight: 900;
}

.search-providers-steps
{
	display: flex;
	justify-content: center;
    align-items: center;
	gap: 24px;
}

.search-providers-steps-item
{
	display: flex;
	text-align: left;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	gap: 8px
}

.main-block-links
{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	flex-wrap: wrap;
}


.main-block-links .header-menu-a
{
	display: flex;
	padding: 10px 24px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	border-radius: 8px;
	background: var(--6704-ca, #6704CA);
	color: #fff;
	text-decoration: underline;
}

.main-block-links .header-menu-a:hover
{
	transform: scale(1.02);
}

.search-providers-form-cont
{
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 4px;
	flex-direction: column;
}


.search-providers-form-cont .search-form-city
{
	display: flex;
	padding: 16px 32px 16px 24px;
	gap: 8px;
	background: var(--6704-ca, #6704CA);
	color: #fff;
	text-decoration: underline;
	text-align: left;
	align-items: center;
}

.search-providers-form
{
	display: flex;
	width: 100%;
	z-index: 99;
	gap: 4px;
	justify-content: center;
}

.button
{
    padding: 16px 36px;
    text-align: center;
	font-size: 18px;
	color: #fff;
	border: none;
}

.float_button
{
    padding: 16px 36px;
}

.download_button
{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	font-size: 14px;
	max-width: 360px;
}

.download_button svg
{
	margin-right: 8px;
}

.tarif
{
	display: flex;
	padding: 20px;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	border-radius: 4px;
	border: 1px solid var(--grey-line);
	background: #FFF;
	position: relative;
	overflow: hidden;
	flex-grow: 1;
	
}

/* .tarif:hover .button
{
	background-color: var(--main-color);
	color: #fff;
} */

.tarif-data-buttons
{
	position: relative;
}

.tarif.hidden {display: none}

.tarif-important
{
	display: flex;
    justify-content: space-between;
	width: 100%;
	align-items: start;
}

/* .tarif .button
{
	background-color: #fff;
	border: 1px solid var(--grey-line);
	font-size: 16px;
	color: #000;
} */

.tarif-logo
{
	height: 50px;
	width: 50px;
	min-width: 50px;
	border: 1px solid var(--grey-line);
	border-radius: 4px;
	overflow: hidden;
	position: relative;
    margin-right: 15px;
	box-sizing: content-box;
}

.tarif-logo img
{
	width: 100%;
	position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	height: 50px;
	max-width: 50px;
}

.top_providers-logo
{
	height: 60px;
	width: 60px;
	border: 1px solid #ECF4FC;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	transition: 0.15s ease-in-out;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
	box-sizing: content-box;
}

.top_providers-logo:hover
{
	transform: scale(1.05);
	-webkit-box-shadow: 0 15px 25px 0 rgba(28,71,158,0.05); 
	-moz-box-shadow: 0 15px 25px 0 rgba(28,71,158,0.05); 
	box-shadow: 0 15px 25px 0 rgba(28,71,158,0.05);
}

.top_providers-logo img
{
	width: 100%;
	height: auto;
	position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.tarif-price-compare
{
	display: flex;
    justify-content: flex-end;
    flex-direction: column-reverse;
    margin-right: 10px;
    align-items: end;
}

.tarif-without
{
	font-weight: 400;
	font-size: 18px;
}

.tarif-old-price
{
	position: relative;
	text-decoration: line-through;
	color: var(--grey-text);
	font-weight: 400;
}

.tarif-old-price::after
{
	content: " руб./мес.";
}

.tarif-price__label {
	font-size: 14px;
	font-weight: 500;
	margin-left: 4px;
	white-space: nowrap;
}

.tarif-services-item-info {
	font-size: 14px;
	font-weight: 400;
	color: var(--grey-text);
}

.tarif-services-title
{
	font-size: 16px;
	font-weight: 500;
}



.tarif-mob-data .tarif-services-item-info
{
	font-size: 18px;
	color: #000;
	font-weight: 500;
}

.tarif-logo-title
{
	display: flex;
	align-items: center;
}

.tarif-logo-subtitle
{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tarif-logo-subtitle .tarif-subtitle
{
    margin-top: 4px;
    max-width: 80px;
    text-align: center;
    font-size: 14px;
    margin-right: 15px;
}

.tarif-subtitle
{
	font-size: 14px;
	color: var(--grey-text);
	margin-bottom: 4px;
}

.tarif-name
{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 4px;
	color: #000;
	text-decoration: underline;
}

.tarif-name:hover
{
    color: var(--second-color);
}

.tarif-important-services
{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 12px;
	flex-direction: column;
}

.tarif-services-internet-tv
{
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	row-gap: 12px;
}

.tarif-services-item
{
	display: flex;
	gap: 8px;
}

.tarif-services-item svg
{
	width: 40px;
	height: 40px;
	min-width: 40px;
	margin-top: 5px;
}


.tarif-data
{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	align-self: stretch;
	gap: 24px;
	
}

.tarif-mob-data
{
	display: flex;
	gap: 16px;
	row-gap: 0;
	flex-wrap: wrap;
}



.tarif-internet, .tarif-tv
{
	width: auto;
	display: flex;
	align-items: start;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 0;
}


.tarif-internet:hover .prompt
{
	display: block;
}

.tarif-internet
{
	width: 250px;
}

.tarif-tv:hover .prompt
{
	display: block;
}

.tarif-speed, .tarif-channels
{
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 4px;
	font-size: 36px;
	font-weight: 500;
}

.popular-tarif-row-quest-cont
{
	font-size: 36px;
	font-weight: 500;
}

.tarif-price
{
	font-size: 38px;
	font-weight: 500;
	gap: 12px;
	display: flex;
	align-items: baseline;
}

.tarif-mob
{
	width: auto;
	display: flex;
}

.popular-sale-tag
{
    max-height: 22px;
    min-width: 74px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-45deg);
    position: absolute;
    left: -20px;
    top: 10px;
}

.sale-tag
{
	text-align: center;
    font-weight: 500;
    background-color: #e40606;
    font-size: 11px;
    color: #fff;
}

p:first-letter, .news_text:first-letter, .user_text:first-letter, .extra_width:first-letter
{
    text-transform: uppercase;
}

.content
{
	width: 1200px;
	margin: 20px auto;
}

.seo-text
{
	display: flex;
	flex-direction: column;
    align-items: center;
    margin: 40px auto;
    font-size: 16px;
    max-width: calc(900px - 40px);
    padding: 20px;
    background-color: var(--grey-bg);
}

.seo-text .title
{
	margin-top: 0;
}

.providers-tarifs-cont
{
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
}

.tarifs-list
{
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
	max-width: 900px;
}

.providers-cont
{
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 8px;
	width: 250px;
}

.providers-item
{
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 16px;
	background-color: var(--grey-line);
	border-radius: var(--border-radius);
	font-size: 18px;
}

.providers-item img
{
	height: 40px;
	width: 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 {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .2s;
	transition: all .2s;
	pointer-events: none;
  }
  
  ._modal._active {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
  }
  
  .modal-bg {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px;
  }
  
  .modal-body {
	padding: 36px;
	background-color: #fff;
	width: 700px;
	margin: auto;
	max-height: 90%;
	overflow: auto;
	border-radius: 16px;
	position: relative;
  }
  
  .modal-close {
	position: absolute;
	top: 16px;
	right: 16px;
	background-color: transparent;
	border: none;
  }

  .modal-close:hover
  {
	cursor: pointer;
  }

  .modal-close img
  {
	height: 16px;
  }

.title-modal
{
	margin: 0px;
	text-align: left;
	font-size: 36px;
	margin-bottom: 30px;
	margin-right: 20px;
}

#title_modal_tag, #title_modal_buy
{
	font-size: 32px;
}

.modal-form
{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin-bottom: 12px;
	gap: 8px;
	position: relative;
}

.modal-form button
{
	width: auto;
}

.modal-form input
{
	width: calc(100% - 64px);
	max-width: none;
}

.modal_buy_img img
{
    max-width: 80px;
    margin-right: 16px;
}

.modal_buy_product
{
    display: flex;
    margin-top: 40px;
    
}

.modal_buy_info
{
    display: flex;
    flex-direction: column;
}

.modal_buy_info span
{
    margin-bottom: 10px;
}

#empty-alert
{
	color: red;
	font-size: 14px;
	display: none;
}

.price_modal_buy
{
    font-size: 18px;
    font-weight: 800;
    margin-right: 10px;
}

.oldprice_modal_buy
{
    text-decoration:line-through;
    color: #708090;
    font-size: 14px;
}

.modal_line
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.modal form
{
	position: relative;
}

.modal .button_search
{
	left: 0;
	top: 5px;
}

.reg .modal_cities
{
    width: 100%;
}
.modal_cities a
{
	margin-bottom: 10px;
}

.modal_cities
{
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: calc(100% - 40px);
	height: 600px;
}

.modal_cross
{
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 999;
	background-color: #fff;
	border: none;
}

.ok
{
	position: inherit;
}

.button-ok
{
	width: 100%;
	text-align: center;
}

.button-ok button
{
	margin: 0 8px;
	padding: 12px 46px;
	margin-bottom: 8px;
}

.modal_cross img
{
	height: 20px;
}

.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%;
}

.product__quantity
{
    display: none;
}

input::placeholder
{
	font-size: 16px;
}

input
{
	padding: 20px 16px;
	border: none;
	border: 1px solid #000;
	font-size: 16px;
	outline:none;
    background-color: #fff;
}

input:focus
{
	/* transform: scale(1.01); */
	border: 1px solid var(--main-color);
	-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);
}

.search-provider-street
{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
}

.search-provider-home {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 200px;
}

.button-search-providers {
    display: flex;
    padding: 14px 60px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.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 var(--grey-line);
}

.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
{
	
	border-radius: var(--border-radius);
	padding: 16px 40px 16px 16px;
}

.button_search
{
	margin: 0;
	right: 0;
	height: 34px;
	padding: 4px 16px;
	color: var(--main-color);
	display: flex;
	align-items: center;
	position: absolute;
}

.modal-form .button_search
{
	left: 40px;
}

.basket, .favorites
{
	position: relative;
	margin-left: 30px;
}

.basket_header
{
    margin-left: 10px;
}

.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;
	gap: 32px;
}

.menu-m
{
	flex-direction: column;
	margin-top: 16px;
}

.menu-m .tabmenu
{
	font-size: 18px;
}

.modal-menu .contacts
{
	align-items: flex-start;
}

.modal-menu .footer_menu
{
	color: #000;
}

.tabmenu
{
	color: #000;
	font-weight: 500;
}

.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: 30vh;
	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 .main_button
{
	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
{
	
    padding: 20px;
    border-radius: 4px;
    max-height: none;
    overflow: auto;
    transition: .2s;
    display: flex;
    max-width: calc(900px - 40px);
    margin: 30px auto 0;
	background-color: var(--grey-bg);
}

.extra_info img, .extra_info svg
{
    margin-right: 20px;
    height: 100px;
}

.extra_info svg
{
    max-width: 80px;
}

.size-pic_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;
}

.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: 120px;
	margin-bottom: 30px;
	font-weight: 500;
}


.products
{
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	/* display: grid;
	grid-template-columns: auto auto auto;
	gap: 70px */
}

.products_item
{
	width: 300px;
	margin-bottom: 20px;
	padding: 30px 20px 110px;
	display: flex;
	flex-direction: column;
	position: relative;
	border: 1px solid var(--grey-line);
	border-radius: 4px;
	transition: .2s;
    overflow: hidden;
	margin-right: 30px;
	margin-left: 30px;
}

.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_title:hover
{
	transform: scale(1);
	text-decoration: underline;
}

.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);
}

.price-line span
{
    text-decoration: line-through;
    font-size: 14px;
    color: #708090;
    font-weight: 400;
    margin-left: 10px;
}

.products_item_season
{
    font-size: 12px;
    color: #708090;
    font-weight: 400;
	display: flex;
	justify-content: space-between;
}

.price-line
{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.product_item_price img
{
	height: 18px;
}

.product_item_price img:hover
{
	transform: scale(1.2);
	transition: 0.2s;
}

.basket_button
{
	width: auto;
	display: flex;
	align-items: center;
}

.basket_button svg
{
	margin: 0 auto;
}

.cart_added
{
	display: none;
	position: absolute;
	right: 30px;
	background-color: red;
	color: #fff;
	border-radius: 99px;
	font-size: 12px;
	width: 16px;
	height: 16px;
	text-align: center;
	z-index: 999;
	top: -10px;
}

.cart_added_show
{
	display: block;
}

.skip-cart
{
	background-color: #fff;
	padding: 12px 46px;
}

.tab_button
{
	margin-right: 8px;
	margin-bottom: 4px;
	background-color: #fff;
}


.size_tables
{
	margin-top: 40px;
}

ul
{
    padding-inline-start: 4px;
}

.pagination
{
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.pagination li
{
    list-style-type: none;
    margin-left: 5px;
    margin-right: 5px;
}


.pagination a
{
    text-decoration: none;
    color: #000;
	border: 1px solid var(--grey-line);
	background: #fff;
}

.pagination li:hover > .pagination a
{
   color: #fff; 
}

.pagination__list {
	display: flex;
	list-style-type: none;  
  }
  
  .pagination__item {
	padding: 8px 12px;
	margin: 8px;
	cursor: pointer;
  }
  

.pagination__item--active {
	font-weight: 800;
	color: gold;
  }

.tags
{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	text-align: center;
	justify-content: center;
}

.tag
{
	padding: 8px 20px;
	margin-right: 8px;
	margin-left: 2px;
	font-size: 16px;
	color: #000;
	background-color: transparent;
}

.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: 140px;
	padding: 16px 10px;
	font-weight: 500;
	font-size: 18px;
	border: 1px solid var(--grey-line);
	border-radius: 4px;
	margin: 10px 10px 10px 0px;
	transition: .2s;
}

.popular_item:hover
{
	border: 1px solid var(--main-color);
	cursor: pointer;
	transition: .2s;
}

.popular_item span
{
	display: flex;
	gap: 4px;
	align-items: center;
}

.popular img
{
	margin-bottom: 10px;
	height: 120px;
	width: auto;
}

.category
{
    display: flex;
    flex-direction: column;
    width: 16%;
	margin-right: 8px;
    height: auto;
    text-align: center;
    padding: 16px 16px 8px;
    align-items: center;
    overflow: hidden;
    position: relative;
	border: none;
}

.category:last-of-type
{
	margin-right: 0px;
}

.category_line
{
    margin-top: 0px;
    z-index: 99;
    font-size: 16px;
}

.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;
}

#user_text
{
	height: 180px;
	overflow: hidden;
}

.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: 20px;
	font-weight: 600;
}

.user_text
{
	font-size: 16px;
    overflow: hidden;
}

.comment_spoiler
{
    position: absolute;
    background-color: #fff;
    padding: 2px 5px;
    bottom: 0;
    font-size: 14px;
	width: calc(100% - 50px);
	padding: 8px 0 12px 0;
	border: none;
	text-align: left;
}

.comment_spoiler:hover
{
	transform: none;
	text-decoration: underline;
}

.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;
   	border: 1px solid var(--grey-line);
}

.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_more:hover
{
	text-decoration: underline;
	transform: scale(1);
}

.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%;

	background: #000;
}

.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_ico button, .first_header a
{
    position: relative;

}

.product_item_ico
{
	display: flex;
}

.product_item_ico button
{
	background-color: transparent;
    border: none;
    width: 25px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	
	
}

.product_item_ico button:not(:first-child)
{
	margin-left: 16px;
}

.product_item_ico button: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;
}

.main-header_part .basket:hover > .prompt
{
    bottom: -20px;
    right: -38px;
}
.popular_m
{
    display: none;
}

.popular_teams
{
	display: flex;
}

.main-cart, .main-favorites
{
	display: flex;
	flex-wrap: wrap;
}

.cart_item
{
	width: 300px;
    margin-bottom: 20px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    position: relative;
   border: 1px solid var(--grey-line);
    border-radius: 4px;
    transition: .2s;
    overflow: hidden;
	margin-right: 20px;
}

.cart-count-span, .favorites-count-span
{
	font-size: 18px;
	background-color: rgb(206, 206, 206);
	text-align: center;
	padding: 3px 8px;
	margin-top: 5px;
	border-radius: 99px;
	margin-left: 6px;

}

.cart-title
{
	display: flex;
	align-items: center;
	margin-top: 80px;
}

.cart-counts
{
	display: flex;
	align-items: baseline;
	margin-top: 5px;
}

.cart-counts button
{
	width: 46px;
	height: 32px;
	cursor: pointer;
	background-color: #fff;
	border: none;
	border-radius: 4px;
	border: 1px solid var(--grey-line);
	transition: .2s;
	font-size: 18px;
}

.del-goods, .del-favorites-item
{
	cursor: pointer;
	background-color: #fff;
	border: none;
	border-radius: 4px;
	border: 1px solid var(--grey-line);
	transition: .2s;
	font-size: 14px;
	padding: 3px 8px;
	position: absolute;
	right: 10px;
	top: 10px;
}

.cart-counts button:hover
{
	transform: scale(1.02);
}

.minus-goods
{
	margin-right: 12px;
}

.plus-goods
{
	margin-left: 12px;
}


.email-field
{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.email-field form, .cart-total
{
	width: 48%;
	display: flex;
	flex-direction: column;
}

.cart-field
{
	margin-bottom: 16px;
}

.email-field_buttons
{
	margin-top: 20px;
	display: flex;
}

.email-field_buttons button
{
	margin-left: 12px;
	cursor: pointer;
}

.send-email:hover
{
	transform: scale(1.02);
}

.footer-city
{
	display: flex;
	align-items: center;
}

.footer-city:hover
{
	transform: none;
	text-decoration: underline;
	max-width: 230px;
}

.footer-city img
{
	margin-right: 8px;
}

.modal-contacts
{
	display: flex;
	flex-direction: column;
}

.modal-contacts .contacts
{
	align-items: flex-start;
	margin-top: 20px;
}

.modal-contacts .contacts a
{
	margin-top: 16px;
}

.modal-contacts-info
{
	display: flex;
	flex-direction: column;
	font-size: 16px;
}

.modal-contacts-info span
{
	margin-top: 16px;
}

#title_modal_delivery
{
	margin-bottom: 10px;
}

.subtitle_modal
{
	margin-bottom: 30px;
}

.spoiler_open
{
    overflow: auto;
    height: auto;
}

.word_price::after
{
	content: ' руб.';
}

.season_word::before
{
	content: 'Сезон: ';
}

.season_art::before
{
	content: 'Артикул: ';
}

/* .product_item_buy::before
{
	content: 'Подключить';
} */

.prompt_basket::before
{
	content: 'В корзину';
}

.news_more::before
{
	content: 'Показать новость';
}

.price-table
{

    font-size: 14px;
    box-sizing: inherit;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.price-table__header
{
    border-radius: 8px 8px 0 0;
    font-size: 16px;
    color: #fff;
    padding: 14px 20px 12px;
    margin: 0!important;
}

.price-table__columns
{
    font-size: 14px;
    box-sizing: inherit;
    display: flex;
    flex-direction: row;
    width: 100%
}

.price-table__col--th
{
    display: flex;
    flex-direction: column;
    flex: 1;
    background-color: #f5f5f5;

}


.price-table__col
{
	display: flex;
    flex-direction: column;
    font-weight: 500;
    flex: 1;
}

.price-table__col:last-of-type
{
	border-right: 1px solid var(--grey-line);
}

.price-table__col-row
{
	padding: 16px 20px;
    border-bottom: 1px solid var(--grey-line);
    border-left: 1px solid var(--grey-line);
}

.price-table__col-row--bold
{
	/* border-bottom: 1px solid #b3b3b3;
    border-left: 1px solid #b3b3b3; */
}

.size-pics
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
	padding: 0 30px;
}

.size-pic_item
{
	width: 360px;
	border: 1px solid var(--grey-line);
	padding: 16px;
	margin-bottom: 8px;
	text-align: center;
	border-radius: 4px;
}


.plus
{
	display: flex;
	/* position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin-bottom: -100px; */
}

.plus_item
{
	border-radius: 4px;
	border: 1px solid var(--grey-line);
	padding: 16px 16px 8px;
	display: flex;
	flex-direction: column;
	width: 16%;
	margin-right: 8px;
}

.plus_item:last-of-type
{
	margin-right: 0px;
}

.plus_item_title
{
	font-size: 16px;
	display: flex;
	align-items: center;
	text-align: center;
	flex-direction: column;
	color: #000;
}

.plus_item_title svg
{
	margin-bottom: 12px;
}

.plus_item_sub
{
	font-size: 12px;
	color: #708090;
}

.cart__radio-item {
    display: flex;
    margin-bottom: 16px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	align-items: baseline;
}

.cart__radio-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 12px;
    font-size: 16px;
}

.cart__radio-custom-text-2 {
    font-size: 14px;
    color: #9f9f9f;
}

.cart__radio-custom-text-1
{
	margin-bottom: 4px;
}

#category-subtitle::before
{
	content: 'Обратите внимание, что наши товары представлены не только на сайте. У нас есть и другие модели, которых нет на этой странице. Если вы не нашли то, что искали, не расстраивайтесь! Просто оставьте заявку нашим менеджерам и мы с удовольствием подберем для вас подходящий товар. Будем рады сотрудничеству!';
}

.slick-slide {
	width: 400px;
	padding-top: 2px;
	padding-bottom: 2px;
  }

  .slick-slide .products_item
  {
	display: flex !important;
	width: 300px !important;
	min-height: 300px;
	padding: 30px 20px 10px;
  }

  .slick-slide .product_item_price
  {
	bottom: 20px;
  }

  .slick-arrow
  {
	position: absolute;
	top: 50%;
  }

  .slick-next
  {
	right: 0;
  }

  .slick-prev:before,
.slick-next:before {
  content: none;
}

.nextArrow, .prevArrow
{
	height: 46px;
    width: 46px;
	display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 50%;
	right: 0;
	z-index: 99;
	margin-top: -23px;
	cursor: pointer;
}

.prevArrow
{
	transform: rotate(270deg);
	left: 0;
}

.nextArrow
{
	transform: rotate(90deg);
}

.slick-dots li button:before {
	content: none;
	list-style: none;
  }

/* Установка размера Dots */
.slick-dots li button {
	height: 1px;
	width: 4px;
	margin: 0 5px;
	background-color: rgb(216, 216, 216);
	border: none;
	outline: none;
	cursor: pointer;
	color: transparent;
  }
  
  /* Установка стилей для активного Dots */
  .slick-dots li.slick-active button {
	background-color: black;
  }

  .slick-dots {
	display: flex;
	justify-content: center;
	margin-top: 20px; /* установите нужный отступ сверху */
	list-style: none !important;
	list-style-type: none !important;
  }

  .main-linkers
{
	display: flex;
	max-width: 900px;
	justify-content: space-between;
	align-items: stretch;
	align-content: flex-start;
	row-gap: 20px;
	flex-wrap: wrap;
	margin: 0 auto 24px;
	flex-wrap: wrap;
}

.main-linkers .main-information-banner
{
	flex-shrink: inherit;
	max-width: 370px;
	margin: 0;
}

.main-linkers .main-information-banner-content
{
	flex-shrink: 1;
	justify-content: space-between;
	height: 100%;
}

.main-linkers .button-sub
{
	display: flex;
	align-items: center;
	gap: 8px;
}

.main-information-banner
{
	display: flex;
	max-width: 900px;
	padding: 32px;
	align-items: flex-start;
	margin: 0 auto;
	border-radius: 24px;
	background: #000;
	position: relative;
	overflow: hidden;
	margin-bottom: 24px;
}


.main-information-banner-content
{
	display: flex;
	max-width: 550px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	flex-shrink: 0;
	z-index: 99;
	color: #fff;
}

.main-information-banner-title
{
	font-size: 32px;
    font-weight: 500;
	margin-bottom: 16px;
	max-width: 700px;
}

.main-information-banner-text
{
	text-align: left;
	display: flex;
    align-items: flex-start;
	flex-direction: column;
}

.main-information-banner-subtitle{
	max-width: 700px;
	font-size: 16px;
}

.main-information-banner-form
{
	display: flex;
	gap: 4px;

}

.main-information-banner-title
{
	font-size: 32px;
	margin-bottom: 16px;
}

.pagination_disabled .button
{
	background: var(--grey-text);
}

.pagination_disabled .button:hover
{
	background: var(--grey-text);
	cursor: auto;
}


@media screen and (max-width: 1200px)
{

	
	.slick-slide .products_item
	{
		margin: 0 auto;	
		padding: 30px 12px 10px;
	}

	.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)
{

	.tarif-without
	{
		font-size: 16px;
	}
	.modal-form .button_search
	{
		left: auto;
	}
	
	.button_search
	{
		right: 4px;
		top: 4px;
	}
	
	.input_search
	{
		max-width: 100px;
	}

	#check
	{
		padding: 40px 12px;
	}

	.button-search-providers
	{
		padding: 20px 0;
	}

	.tarif-price-compare
	{
		align-items: start;
	}
	.main-information-banner
	{
		flex-direction: column;
		align-items: center;
		padding: 24px;
		margin: 0 12px;
	}

	.main-information-banner-img
	{
		width: 150px;
	}

	.main-information-banner-title
	{
		font-size: 28px;
		width: 100%;
	}

	.main-information-banner-form
	{
		flex-direction: column;
		width: 100%;
	}

	.main-information-banner-form input
	{
		width: auto;
	}

	.main-linkers .main-information-banner
	{
		max-width: none;
		width: 100%;
		align-items: start;
	}
  
	
  
	#main-providers-banner .main-information-banner-img
	{
		opacity: 0.2;
	}
	.main-information-banner, .main-linkers
	{
		margin-left: 12px;
		margin-right: 12px;
	}

	.tarif-price
	{
		display: flex;
		flex-direction: row-reverse;
		align-items: baseline;
		gap: 12px;
	}

	.tarif .button
	{
		background-color: var(--main-color);
		color: #fff;
	}

	.tarif
	{
		padding: 16px 12px;
	}

	.tarif-important-services
	{
		flex-wrap: wrap;
		margin-bottom: 90px;
		gap: 8px;
	}

	.tarif-important
	{
		width: auto;
		display: flex;
		align-items: start;
		justify-content: space-between;
	}

	.tarif-logo-title
	{
		flex-direction: row;
	}

	.popular-sale-tag
	{
		transform: rotate(45deg);
		right: -17px;
		left: auto;
	}

	.tarif-name
	{
		font-size: 14px;
	}

	.tarif-price-button-compare-more
	{
		position: absolute;
		bottom: 80px;
		left: 12px;
	}

	.tarif-services-internet-tv
	{
		gap: 12px;
	}

	.tarif-data
	{
		align-items: normal;
    	flex-direction: column;
	}

	.main-block
	{
		width: auto;
	}
	.main-block-info
	{
		margin: 0 auto;
		width: 100%;
		text-align: center;
		margin: 0 auto;
		width: 100%;
		padding: 0;
		gap: 12px;
		align-items: start;
	}

	.search-providers-form
	{
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.main-block
	{
		padding: 12px;
		text-align: center;
		border-radius: 0;
	}

	.search-providers-form input, .button-search-providers
	{
		width: 100%;
	}

	.main-block-links
	{
		flex-wrap: nowrap;
		overflow-x: scroll;
		white-space: nowrap;
		justify-content: start;
		width: 100%;
		padding-bottom: 12px;
	}

	.main-block-title
	{
		font-size: 32px;
	}

	.search-providers-steps
	{
		flex-direction: column;
		align-items: start;
	}

	.products, .news
	{
		justify-content: space-around;
	}

	.email-field form, .cart-total
	{
		width: 100%;
	}
	.plus
	{
		flex-wrap: wrap;
		justify-content: center;
	}

	.plus_item, .category
	{
		margin-bottom: 4px;
		width: 100%;
		padding: 12px;
	}

	.plus_item_title
	{
		flex-direction: row;
		text-align: left;
		align-items: center;
		font-size: 14px;
	}

	.plus_item_title svg
	{
		margin-right: 12px;
		margin-bottom: 0;
		width: 36px;
		height: 36px;
		min-height: 36px;
		min-width: 36px;
	}
}

@media screen and (max-width: 900px)
{

	.slick-slide .products_item
	{
		width: calc(100% - 20px)!important;
	}

	.products_item
	{
		margin-left: 0px;
		margin-right: 0px;
	}

	.slick-slide,
	.slick-list,
	.slick-track {
		width: calc(100vw - 40px);
	  }

	  .slick-slide
	{
		width: 240px;
		margin-left: 10px;
		margin-right: 10px;
	}

	.cart_item
	{
		margin-right: 0px;
	}

	.title-modal
	{
		font-size: 32px;
	}

	.modal-form button
	{
		width: 100%;
	}

	.modal-bg
	{
		padding: 0;
	}

	.main-cart, .main-favorites
	{
		justify-content: center;
	}
	.email-field_buttons
	{
		justify-content: center;
		flex-wrap: wrap;
	}

	.email-field_buttons button
	{
		width: 100%;
		margin-left: 0;
		margin-bottom: 12px;
	}
	
    .content
    {
        margin-left: 10px;
        margin-right: 10px;
    }
    
    
    .popular
    {
        display: none;
    }

	.popular_teams
	{
		display: flex;
        flex-wrap: wrap;
	}
    
        .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, .favorites
    {
        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;
	}

	
	.modal-menu .menu_title
	{
		display: block;
	}
	
	.modal-menu a
	{
		color: #000;
	}
    
    .modal-menu .tel svg
    {
        margin-right: 10px;
    }

	.modal-menu .menu
	{
		display: flex;
		flex-direction: column;
	}
	
	.modal-menu .tabmenu
	{
		
		font-size: 18px;
	}
	
	.modal-menu .contacts
	{
		align-items: flex-start;
	}
	
	.modal-menu.contacts img
	{
		margin-right: 10px;
	}
	
	.modal-menu span
	{
		color: #969696;
	}
	
	.banner
	{
		padding: 20px;
		height: 20vh;
	}
	
	.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;
		margin-top: 90px;
	}
	
	.footer-info
	{
		font-size: 14px;
	}
    
    .comment_spoiler
    {
        left: 8px;
    }
    
    .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;
    }

	.price-table__col
	{
		flex-direction: row;
	}

	.price-table__col-row:last-of-type
	{
		border-right: 1px solid var(--grey-line);
	}
	
	.price-table__columns
	{
		flex-direction: column;
	}

	.price-table__col-row
	{
		width: 50%;
		padding: 10px;
	}

	.price-table__col
	{
		font-size: 14px;
	}

	.size-pics
	{
		padding: 0;
	}
	
	.size-pic_item img
	{
		max-width: 80%;
	}

	.site_name_desc
	{
		font-size: 8px;
		margin-top: 2px;
	}

	.main-header_logo
	{
		max-width: 40px;
    	max-height: 40px;
	}

	.product_item_img
	{
		margin: 0 0;
	}
}