body 
{
    font-family: 'Roboto';
	margin: 0;
	background-color: #F6F8FC;
}

body._locked {
	overflow: hidden;
  }

a
{
	text-decoration: none;
}

a:hover, button:hover
{
	transform: scale(1.03);
	transition: .2s;
	cursor: pointer;
}

mark
{
	background: #FFA500;
	color: #000;
	padding: 0 4px;
}

.button
{
    padding: 16px 42px;
    text-align: center;
	font-size: 16px;
}

.float_button
{
    padding: 16px 56px;
}

.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;
}

p:first-letter, .news_text:first-letter, .user_text:first-letter, .extra_width:first-letter
{
    text-transform: uppercase;
}

.content
{
	width: 1272px;
	margin: 20px auto;
}

.content-header
{
	background-color: #212121;
}

.content-header .tabmenu
{
	color: #fff;
}

.content-header .questions-phone a
{
	color: #fff;
}

.content-header .questions-phone-time
{
	color: #717171;
}


.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-body-image
  {
	padding: 0;
  }
  
  .modal-close {
	position: absolute;
	top: 16px;
	right: 16px;
	cursor: pointer;
	background-color: transparent;
	border: none;
  }

  .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: 10px;
}

.modal-form button
{
	width: auto;
}

.modal-form input
{
	width: calc(100% - 64px);
	max-width: none;
	margin-bottom: 20px;
}

.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;
}

#modal_open-image
{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 12px;
}

.modal-body-image
{
	height: 80%;
	width: auto;
	position: relative;
	overflow-x: hidden;
}

#modal_open-adress
{
	position: absolute;
    bottom: 24px;
    left: 24px;
    font-size: 16px;
    padding: 8px;
    border-radius: 6px;
    background-color: #00000042;
    color: #fff;
}

.modal-body-image img
{
	height: 100%;
	width: auto;
	border-radius: 12px;

}

.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
{
	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
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1272px;
	margin: 0 auto;
	color: #fff;
	padding-top: 12px;
	padding-bottom: 12px;
}

.main-header_part
{
	display: flex;
	align-items: center;
}

.main-header_logo
{
	width: 170px;
	height: auto;

}


.main-header-logo-desc
{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
}

.main-header_part2
{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.main-header_part2 .questions-phone
{
	font-size: 26px;
	margin-bottom: 0px;
	font-weight: 600;
}

.main-header_part2 .questions-phone img
{
	height: 28px;
}

.header_part2-social
{
	display: block;
}

.questions-phone-time
{
	font-size: 14px;
}

.questions-phone a
{
	color: #000;
	text-decoration: underline;
}

.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: 0;
	left: 0;
	height: 34px;
	padding: 0px 12px 0px 0px;
	background-color: #fff;
	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;
}

.menu-m
{
	flex-direction: column;
	margin-top: 16px;
}

.menu-m .tabmenu
{
	font-size: 18px;
}

.menu-m a
{
	margin-bottom: 16px;
}

.modal-menu .contacts
{
	align-items: flex-start;
}

.modal-menu .footer_menu
{
	color: #000;
}

.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: auto;
	padding-bottom: 32px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	background-color: #141414;
	position: relative;
	overflow: hidden;
}

.banner_content
{
	z-index: 99;
	text-align: left;	
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.banner_content button
{
	font-size: 18px;
	background-color: #FFA500;
	color: #000;
	padding: 16px 42px;
	border: none;
	max-width: 300px;
	margin-top: 12px;
}

.banner .main_button
{
	font-size: 20px;
	padding: 16px 40px;
	color: #fff;
	z-index: 99;
	text-align: center;
	max-width: 250px;
}

.banner-title
{
	font-size: 46px;
	color: #fff;
	font-weight: 600;
	z-index: 99;
	max-width: 600px;
	text-align: left;
	margin: 52px 0 40px 0px;
}

.banner_bg
{
	position: absolute;
}

.banner_bg img
{
    /* width: 1920px; */
} 

.banner-bullet
{
	display: flex;
	font-size: 18px;
	color: #fff;
	margin-bottom: 24px;
	align-items: center;
}

.banner-bullet-title
{
	width: 300px;
	text-transform: uppercase;
}

.banner-bullet img
{
	margin-right: 12px;
}

.extra_info
{
	padding: 20px 30px;
	border-radius: 6px;
	margin-top: 30px;
    max-height: none;
    overflow: auto;
    transition: .2s;
    display: flex;
	max-width: 1212px;
	box-shadow: 0px 10px 14px rgba(83, 102, 160, 0.08);
	border-radius: 12px;
}

.extra_info svg
{
    margin-right: 20px;
    height: 100px;
}

.extra_info img
{
	height: 100%;
	width: auto;
	margin-right: 32px;
}

.extra_info svg
{
    max-width: 80px;
}

.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: 42px;
}

.second-title
{
	font-size: 18px;
	margin-bottom: 24px;
	text-align: center;
	margin: 0 auto 36px;
}



.title
{
	font-size: 38px;
	text-align: center;
	margin-top: 150px;
	margin-bottom: 36px;
	font-weight: 600;
}

.title-mintop
{
	margin-top: 100px;
}

.title-dop
{
	margin-bottom: 16px;
}

.questions
{
	margin-top: 100px;
}

.questions .second-title
{
	text-align: left;
	margin-bottom: 24px;
}

.questions .title
{
	text-align: left;
	margin-top: 48px;
	margin-bottom: 24px;
}


.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 80px;
	display: flex;
	flex-direction: column;
	position: relative;
	box-shadow: 0px 0px 0px 1px #dfdfdf;
	border-radius: 6px;
	transition: .2s;
    overflow: hidden;
	margin-right: 30px;
	margin-left: 30px;
}

.products_item:hover
{		
	transform: translateY(-5px);
	transition: .2s;
}

.product_item_img
{
	height: 315px;
	width: auto;
	margin: 0 auto;
}

.product_item_title
{
	margin-top: 10px;
	margin-bottom: 16px;
	font-size: 20px;
	display: flex;
	align-items: center;
	font-weight: 600;
}

.product_item_title svg
{
	margin-right: 8px;
}

.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: 14px;
    color: #708090;
    font-weight: 200;
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}

.price-line
{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.project_des
{
	font-size: 14px;
}

.product_item_price img
{
	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% - 50px);
	cursor: pointer;
	background-color: #fff;
}

.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;
}

.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: 80px;
	padding: 16px 10px;
	font-size: 14px;
	box-shadow: 0px 0px 0px 1px #dfdfdf;
	border-radius: 6px;
	margin: 10px 10px 10px 0px;
	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: 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: 6px;
	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: 18px;
	font-weight: 600;
}

.user_text
{
	font-size: 14px;
    overflow: hidden;
}

.comment_spoiler
{
    position: absolute;
    background-color: #fff;
    padding: 2px 5px;
    bottom: 0;
    font-size: 14px;
	width: calc(100% - 50px);
	padding: 8px 0px 16px 16px;
	border: none;
	text-align: left;
}

.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: 6px;
	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_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: 6px;
}

.footer
{
    margin-top: 100px;
}

.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;
	margin-top: 10px;
}

.footer_menu img
{
	margin-right: 10px;
}

.footer_menu .email img
{
	height: 28px;
	width: auto;
}

.footer_menu .email
{
	display: flex;
	align-items: center;
}

.footer_info
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer_line, .footer_line a
{
    font-size: 14px;
}

.footer_line img
{
	margin-right: 8px;
	margin-bottom: -4px;
}

.footer-bg
{
	z-index: -10;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}

.social
{
	z-index: 1000;
	border-radius: 99px;
	display: flex;
	padding: 10px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	
	background-color: #FF5C00;
}


.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: 6px;
    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;
    box-shadow: 0px 0px 0px 1px #dfdfdf;
    border-radius: 6px;
    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: 6px;
	box-shadow: 0px 0px 0px 1px #dfdfdf;
	transition: .2s;
	font-size: 18px;
}

.del-goods, .del-favorites-item
{
	cursor: pointer;
	background-color: #fff;
	border: none;
	border-radius: 6px;
	box-shadow: 0px 0px 0px 1px #dfdfdf;
	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 #dfdfdf;
}

.price-table__col-row
{
	padding: 16px 20px;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
}

.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;
	padding: 0 30px;
}

.size-pic_item
{
	width: 340px;
	background-color: #fff;
	padding: 50px 30px;
	margin-bottom: 8px;
	text-align: center;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: 0px 10px 14px rgba(83, 102, 160, 0.08);
}


.size-pic_item span
{
	font-size: 18px;
	margin-top: 24px;
}

.team-item
{
	display: flex;
	flex-direction: column;
	padding: 40px 24px;
	/* Градиент */
	background: radial-gradient(72.16% 274.81% at 100% 0%, #71B8FF 0%, #5B77F0 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
	/* Drop Shadow */
	box-shadow: 0px 10px 14px rgba(83, 102, 160, 0.08);
	border-radius: 6px;
	color: #fff;
	position: relative;
	width: 360px;
	height: 114px;
	overflow: hidden;
	margin-bottom: 12px;
}

.team-item img
{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.team-title
{
	font-weight: 600;
	font-size: 42px;
	margin-bottom: 16px;
	z-index: 10;
}

.team-subtitle
{
	font-weight: 200;
	font-size: 16px;
	width: 200px;
	z-index: 10;
}

.plus
{
	display: flex;
	/* position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin-bottom: -100px; */
}

.plus_item
{
	border-radius: 6px;
	border: 1px solid #dfdfdf;
	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: 'Обратите внимание, что наши товары представлены не только на сайте. У нас есть и другие модели, которых нет на этой странице. Если вы не нашли то, что искали, не расстраивайтесь! Просто оставьте заявку нашим менеджерам и мы с удовольствием подберем для вас подходящий товар. Будем рады сотрудничеству!';
}

.autoplay .slick-slide {
	width: 408px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 12px;
	margin-right: 12px;
  }

  .autoplay .slick-slide img
  {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .autoplay .slick-slide img:hover
  {
	transform: translateX(-50%);
  }

  .zoom-image
  {
	height: 40px;
	width: 40px;
	border-radius: 6px;
	position: absolute;
	background-color: #0000002f;
	top: 135px;
    right: 180px;
	z-index: 99;
	display: none;
	justify-content: center;
	align-items: center;
	cursor: pointer;
  }

  .autoplay .slick-slide img:hover + .zoom-image
  {
	display: flex;
  }

  .autoplay .slick-slide .products_item
  {
	display: flex !important;
	width: 360px !important;
	min-height: 260px;
	padding: 325px 20px 90px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #fff;
	box-shadow: 0px 10px 14px rgba(83, 102, 160, 0.08);
	position: relative;
  }

  .autoplay .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: 68px;
    width: 52px;
	display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 6px;
	right: 0;
	z-index: 99;
	cursor: pointer;
}

.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;
  }

  .comments
  {
	margin-bottom: 100px;
  }

  .comments-item
  {
	background-color: #fff;
	display: flex!important;
	align-items: stretch;
	box-shadow: 0px 10px 14px rgba(83, 102, 160, 0.08);
	border-radius: 12px;
	min-height: 230px;
  }

  .comments-item-info
  {
	display: flex;
	flex-direction: column;
	margin: 32px;
  }

  .comments-item-name span
  {
	font-size: 14px; 
	margin-left: 12px;
	color: #bdbdbd;
  }

  .comments-item-info a
  {
	display: flex;
	max-width: 200px;
	align-items: center;	
	margin-top: 20px;
  }

  .comments-item-info a img
  {
	margin-right: 8px;
	height: 20px;
	width: auto;
  }

  .comments-item-name
  {
	font-size: 22px;
	margin-bottom: 8px;
	font-weight: 400;
  }

  .comments-item-text
  {
	font-size: 16px;
  }

  .nextArrow
  {
	margin: 0;
	right: -52px;
    position: absolute;
    top: calc(50% - 12px);
    transform: translate(0, -50%) rotate(180deg);
	
  }

  .prevArrow
  {
	margin: 0;
	left: -52px;
    position: absolute;
    top: calc(50% - 12px);
    transform: translate(0, -50%) rotate(0deg);
  }

  .comments .slick-slide
  {
	margin: 0 12px;
  }

  .comments .slick-list
  {
	padding-bottom: 25px;
  }

  .nextArrow:hover
{
	transform: translate(0, -50%) rotate(180deg) scale(1.04);
}

.prevArrow:hover
{
	transform: translate(0, -50%) scale(1.04);
}

.questions
{
	display: flex;
	background-color: #fff;
	border-radius: 12px;
}

.questions-main-img
{
	height: 100%;
	width: auto;
}

.questions-info
{
	display: flex;
	flex-direction: column;
}

.green-button
{
	max-width: 300px;
	background-color: #24E371;
}

.questions-phone
{
	font-size: 36px;
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.questions-phone img
{
	height: 36px;
	margin-right: 8px;
	margin-top: 8px;
}

.questions-phone-mass
{
	display: block;
}

.marquiz__container_inline
{
	max-width: 1272px!important;
	flex-direction: row-reverse!important;
	width: calc(100% - 24px)!important;
}

.kwiz
{
	padding: 12px;
	background: radial-gradient(72.16% 274.81% at 100% 0%, #FFC700 0%, #FFA500 100%);
	box-shadow: 0px 10px 14px rgba(83, 102, 160, 0.08);
	border-radius: 12px;
}

.marquiz__container
{
	background: radial-gradient(72.16% 274.81% at 100% 0%, #FFC700 0%, #FFA500 100%)!important;
	border-radius: 12px;
}

.kwiz-banner
{
	background-color: #fff;
	border-radius: 12px;
	background: transparent;
	color: #fff;
	padding: 32px;
	display: flex;
	flex-direction: column;
	text-align: left;
	position: relative;
	overflow: hidden;
	margin-left: 12px;
}

.kwiz-gift
{
	width: 400px;
	height: auto;
	margin: 0 auto;
}

.kwiz-banner-title
{
	font-size: 36px;
	margin-bottom: 24px;
	color: #000;
}

.faq {
	font-size: 16px;
  }
  
  .question {
	margin-bottom: 16px;
  }
  
  .question .question-line {
	margin: 0;
	padding: 16px 24px;
	border-radius: 6px;
	background-color: #eee;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	background-color: #fff;
	font-size: 20px;
	box-shadow: 0px 10px 14px rgba(83, 102, 160, 0.08);
	transition: 0.2s;
  }
  
  .question .question-line:hover {
	transition: 0.2s;
  }
  
  .answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s;
	padding-left: 24px;
	padding-right: 24px;
	font-size: 16px;
	background-color: #fff;
	box-shadow: 0px 10px 14px rgba(83, 102, 160, 0.08);
	border-radius: 0 0 6px 6px ;
	margin-top: -6px;
  }

  .answer p
  {
	margin-bottom: 24px;
  }
  
  .show {
	max-height: 1000px;
	
  }

  .question .question-line .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	min-width: 36px;
	min-height: 36px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background-color: #dbebfd;
    color: #8493a4;
	border-radius: 50%;
	transition: transform 0.2s ease;
  }
  
  .question.show .question-line .icon {
	transform: rotate(45deg);
  }

  .show .answer {
	max-height: 1000px;
  }

  .partners
  {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

  }

  .partners-item
  {
	padding: 12px;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	box-shadow: 0px 10px 14px rgba(83, 102, 160, 0.08);
	width: 90px;
	height: 90px;
	text-align: center;
	font-size: 14px;
	margin: 0px 12px 12px 12px;
	background-color: #fff;
  }

  .forma-item
  {
	background-color: #fff;
	padding: 12px 0px;
	border-radius: 6px;
	box-shadow: 0px 10px 14px rgba(83, 102, 160, 0.08);
	margin-bottom: 24px;
	display: flex!important;
	justify-content: center;
	text-align: center;
  }

  .forma .slick-slide, .forma-club .slick-slide {
    margin: 0 12px;
  }

  .about
  {
	display: flex;
  }

  .about-items-content
  {
	display: flex;
	flex-direction: column;
	min-width: 680px;
	margin-right: 20px;
  }

  .about-item
  {
	display: flex;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0px 10px 14px rgba(83, 102, 160, 0.08);
	padding-right: 12px;
	margin-bottom: 12px;
	align-items: center;
	width: 100%;
  }

  .about-item-title
  {
	margin-bottom: 12px;
	font-size: 20px;
	font-weight: 600;
  }

  .about-item-sub
  {
	font-size: 16px;
  }

  .about p
  {
	margin: 0;
	margin-left: 12px;
  }

  .form-key
  {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
  }

  .form-key-content
  {
	display: flex;
	flex-direction: column;
  }

  .form-key-item
  {
	display: flex;
	padding: 20px;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0px 10px 14px rgba(83, 102, 160, 0.08);
	margin-bottom: 12px;
	font-size: 18px;
	align-items: center;
	text-transform: uppercase;
	width: 320px;
	font-weight: 600;
  }

  .form-key-item img
  {
	margin-right: 16px;
  }

  .key-1
	{
		order: 1;
	}

  .form-key-img
  {
	order: 2;
  }

  .key-2
  {
	order: 3;
  }


@media screen and (max-width: 1200px)
{

	
	.slick-slide .products_item
	{
		margin: 0 auto;	
		padding: 325px 20px 90px;
	}

	.content
	{
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
	}

	.main_header
	{
		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;
	}

	.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)
{

	.autoplay .slick-slide .products_item
	{
		width: auto!important;
	}

	.products_item
	{
		margin-left: 0px;
		margin-right: 0px;
	}

	.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
	{
		margin-bottom: 20px;
		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
	{
		height: auto;
	}
	
	.banner-title
	{
		font-size: 32px;
		margin: 32px 0;
	}
	
	.banner-bullet-title
	{
		width: 260px;
	}

	.banner_bg 
	{
		width: 100vw;
		overflow: hidden;
	}

	.banner_bg img
	{
		height: 100%;
		opacity: 0.4;
		transform: translate(-50%);
	}
	
	.banner a
	{
		max-width: none;
	}

	.banner_content button

	{
		max-width: none;
		width: 100%;
	}

	.sub_title
	{
		font-size: 32px;
	}
	
	.extra_info
	{
		padding: 20px;
        flex-direction: column;
        align-items: center;
        max-height: 380px;
        
	}
	
	.extra_text
	{
		padding-left: 0px;
        max-height: none;
        align-items: center;
        overflow-y: scroll;
	}
    
    .extra_info img
    {
        height: auto;
        width: 200px;
        margin-bottom: 24px;
        margin-right: 0;
    }
    
    .extra_info svg
    {
       height: auto;
        width: 60px; 
        margin-top: 10px;
        margin-bottom: 10px;
    }
	
	.title
	{
		font-size: 32px;
		margin-top: 120px;
	}

	.title-mintop
	{
		margin-top: 60px;
	}
	
	.footer-info
	{
		font-size: 14px;
	}
	
	.input_search
	{
		width: 40px;
	}
    
    .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 #dfdfdf;
	}
	
	.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: 120px;
	}

	.product_item_img
	{
		margin: 0 0;
	}

	.main-header_part2 .questions-phone
	{
		font-size: 16px;

	}

	.header_part2-social
	{
		display: none;
	}

	.main-header_part
	{
		flex-direction: row-reverse;
	}

	.questions-phone-mass
	{
		display: none;
	}

	.nextArrow
	{
		right: -8px;
	}

	.prevArrow
	{
		left: -8px;
	}

	.nextArrow, .prevArrow
	{
		width: 36px;
	}

	.team-item
	{
		margin-bottom: 12px;
	}

	.team-subtitle
	{
		width: 180px;
	}

	.team-item img
	{
		max-height: 160px;
	}

	.product_item_buy
	{
		width: calc(100% - 40px);
	}

	.float_button
	{
		width: 100%;
	}

	.comments-item
	{
		flex-direction: column;
	}

	.comments-item-info
	{
		margin: 24px 24px 36px 24px;

	}

	.questions
	{
		flex-direction: column;
	}

	.questions-main-img
	{
		height: auto;
		width: 240px;
		margin: 0 auto;
	}

	.questions-phone
	{
		font-size: 24px;
	}

	.questions .questions-phone
	{
		margin: 0 auto 24px;
	}

	.green-button
	{
		max-width: none;
	}

	.questions .title
	{
		margin-top: 24px;
	}

	.questions-info
	{
		margin: 0 20px 24px;
	}

	.zoom-image
	{
		top: 125px;
    	right: calc(50% - 20px);
	}

	.kwiz
	{
		display: flex;
		flex-wrap: wrap;
	}

	.kwiz-banner-title
	{
		font-size: 26px;
		z-index: 10;
		/* color: #000000; */
		font-weight: 600;
		text-transform: uppercase;
	}

	.kwiz-banner .banner-bullet-title
	{
		font-size: 16px;
		z-index: 10;
	}

	.kwiz-banner .banner-bullet img
	{
		height: 40px;
		z-index: 10;
		margin-right: 0;

	}

	.marquiz__inline-frame
	{
		margin-top: 16px;
	}

	.kwiz-banner
	{
		text-align: center;
		margin-left: 0px;
		padding: 12px 0 12px 0;
	}

	.partners-item
	{
	  height: 70px;
	  width: 70px;
	}

	.partners-item img
	{
	  height: 70px;
	  width: auto;
	}

	.about
	{
		flex-wrap: wrap;
	}

	.about p
	{
		margin-top: 24px;
		max-height: 200px;
		overflow: scroll;
	}

	.about-items-content
	{
		min-width: 0;
		margin-right: 12px;
	}

	.about-item
	{
		padding-top: 12px;
		padding-bottom: 12px;
		padding-right: 12px;
	}

	.about-item img
	{
		height: 80px;
		width: auto;
	}
	
	.about-item-title
	{
		font-size: 16px;
	}

	.about-item-sub
	{
		font-size: 14px;
	}

	.form-key
	{
	  display: flex;
	  flex-direction: column;
	  justify-content: start;
	  align-items: center;
	}

	.form-key-content
	{
		width: 100%;
	}

	.form-key-item
	{
		font-size: 16px;
		width: calc(100% - 40px);
		margin-bottom: 8px;
	}

	.form-key-item img
	{
		height: 20px;
	}

	.key-1
	{
		order: 2;
	}

	.form-key-img
	{
		order: 1;
		margin-bottom: 12px;
	}

	.form-key-img img
	{
		height: 300px;
		width: auto;
	}

	.key-2
	{
		order: 3;
	}

	.question .question-line
	{
		font-size: 18px;
	}
	
	.question-line p
	{
		font-size: 14px;
	}

	.kwiz-gift
	{
		width: 280px;
	}

}
@media screen and (max-width: 350px)
{
	.main-header_logo
	{
		max-width: 90px;
	}

	.form-key-img img
	{
		width: 280px;
		height: auto;
	}
}