body {
	font-family: Montserrat;
	margin: 0px;
	background: #f3f3f3;
	color: #191919;
}
button {
	color: #fff;
	background: red;
	border: none;
	padding: 20px 50px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	transition: 300ms;
}
button:hover {
	background: #191919;
}
a {
	text-decoration: none;
	color: inherit;
	transition: 300ms;
}
a:hover {
	color: red;
}
input, select {
	width: 100%;
	outline: none;
	border-radius: 0px;
	border: 1px solid #191919;
	height: 57px;
	font-size: 14px;
	padding: 10px;
	font-family: Montserrat;
}
textarea {
	width: 100%;
	outline: none;
	border-radius: 0px;
	border: 1px solid #191919;
	font-size: 14px;
	padding: 10px;
	font-family: Montserrat;
	resize: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
	-moz-appearance:textfield; /* Firefox */
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}
hr {
	display: block;
	height: 1px;
	border: 0;
	margin: 1em 0;
	padding: 0;
	border-top: 1px solid #eaeaea;
}
#menu {
	display: flex;
	align-items: center;
	padding: 30px;
	position: absolute;
	font-weight: 600;
	color: #fff;
	font-size: 18px;
	width: calc(100% - 60px);
	z-index: 1;
	top: 0px;
}
#menu .logo {
	height: 40px;
	margin-right: 20px;
}
#menu .center {
	white-space: nowrap;
	margin-left: auto;
}
#menu .center .item {
	display: inline-block;
	margin-right: 30px;
	cursor: pointer;
	transition: 300ms;
}
#menu .center .item:hover {
	color: red;	
}
#menu .right {
	margin-left: auto;
	margin-right: 5vw;
	display: flex;
	align-items: center;
	justify-content: center;
}
#menu .right .search {
	font-size: 25px;
	cursor: pointer;
	margin-right: 25px;
}
#menu .right .search i {
	transition: 300ms;
}
#menu .right .search i:hover {
	color: red;	
}
#menu .right .cart {
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}
#menu .right .cart .fa-shopping-basket {
	font-size: 35px;
	cursor: pointer;
	margin-left: 15px;
	transition: 300ms;
}
#menu .right .cart:hover .fa-shopping-basket {
	color: red;
}
#menu .right .cart #cart_hover {
	position: absolute;
	color: initial;
	top: 20px;
	width: 450px;
	right: 0px;
	padding-top: 50px;
	display: none;
	cursor: default;
}
#menu .right .cart #cart_hover .block {
	background: #fff;
	padding: 20px;
	border-radius: 3px;
}
#menu .right .cart #cart_hover .text {
	font-weight: 400;
	font-size: 16px;
}
#menu .right .cart:hover #cart_hover {
	display: block;
}
#menu .right .cart #cart_hover .cart_products {

}
#menu .right .cart #cart_hover .cart_products::-webkit-scrollbar {
	display: none;
}
#menu .right .cart #cart_hover .cart_products .product {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
#menu .right .cart #cart_hover .cart_products .product .image {
	min-width: 60px;
	max-width: 60px;
	min-height: 60px;
	max-height: 60px;
	margin-right: 15px;
}
#menu .right .cart #cart_hover .cart_products .product .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;	
}
#menu .right .cart #cart_hover .cart_products .product .info {
	font-size: 16px;
	font-weight: 600;
}
#menu .right .cart #cart_hover .cart_products .product .info .variation_name {
	font-size: 12px;
	margin-top: 5px;
}
#menu .right .cart #cart_hover .cart_products .product .info .count_price {
	display: flex;
	margin-top: 10px;
}
#menu .right .cart #cart_hover .cart_products .product .info .count_price div:nth-child(1) {
	color: #7E7E7E;
	margin-right: 5px;
}
#menu .right .cart #cart_hover .cart_products .product .del {
	margin-left: auto;
}
#menu .right .cart #cart_hover .cart_products .product .del i {
	font-size: 15px;
	cursor: pointer;
	transition: 300ms;
}
#menu .right .cart #cart_hover .cart_products .product .del i:hover {
	color: red;	
}
#menu .right .cart #cart_hover .total {
	display: flex;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#menu .right .cart #cart_hover .total div:nth-child(2) {
	margin-left: auto;	
}
#menu .right .cart #cart_hover button {
	width: 100%;
}
#menu .right .cart .counter {
	background: red;
	padding: 1px 5px;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	right: 25px;
	bottom: -5px;
	color: #fff;
	min-width: 10px;
}
#menu .right .menu_mobile {
	display: none;
}
.menu_2 {
	color: #191919!important;
	background: #fff;
}
#slider {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	font-size: 0px;
}
#slider .slide {
	width: calc(100% - 40%);
	height: 100%;
	padding: 0 20%;
	overflow: hidden;
	display: inline-flex;
	white-space: normal;
	transition: 300ms;
	align-items: center;
	justify-content: center;
	vertical-align: top;
}
#slider .slide .info {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 3vw;
	font-weight: 600;
}
#slider .slide .info .text {
	max-width: 50%;
	width: 50%;
}
#slider .slide .info .text span {
	display: block;
	margin-bottom: 50px;	
}
#slider .slide .info .text button {
	font-size: 18px;
}
#slider .slide .info img {
	max-width: 50%;
}
#slider .slide .button {
	
}
#slider .dot {
	position: absolute;
	bottom: 7%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
#slider .dot div {
	width: 10px;
	height: 10px;
	background: rgb(255 255 255 / 50%);
	margin-right: 20px;
	border-radius: 50%;
	cursor: pointer;
}
#slider .dot div:last-child {
	margin-right: 0px;
}
#slider .dot .active {
	background: #fff;
}
.content {
	padding: 0% 20%;
}
.content .block {
	padding: 65px 0px 0px;	
}
.content .block dot {
	width: 10px;
	height: 10px;
	display: block;
	background: red;
	border-radius: 50%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.content .block span {
	display: block;
	text-align: center;
	font-weight: 600;
	color: #191919;
	font-size: 36px;
	margin-bottom: 40px;
}
.content #categories .item {
	width: calc(33% - 15px);
	display: inline-flex;
	margin-bottom: 20px;
	margin-right: 20px;
	align-items: center;
	justify-content: center;
	transition: 300ms;
	background: #fff;
	position: relative;
	overflow: hidden;
}
.content #categories .item .image {
	width: 100%;
	height: 400px;
}
.content #categories .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.content #categories .item:nth-child(3n+3) {
	margin-right: 0px;
}
.content #categories .item .info {
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.content #categories .item .info div:nth-child(1) {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
	font-style: italic;
	text-transform: uppercase;
	text-shadow: 0px 4px 4px #00000021;
}
.content #products {
	white-space: normal;
}
.content #products .items {
	font-size: 0px;	
}
.content #products .item {
	width: calc(25% - 55px);
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 20px;
	transition: 300ms;
	cursor: pointer;
	background: #fff;
	padding: 20px;
	vertical-align: top;
}
.content #products .item:nth-child(4n) {
	margin-right: 0px;	
}
.content #products .item .image {
	width: 100%;
	height: 300px;
	margin-bottom: 20px;
	position: relative;
}
.content #products .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.content #products .item .image .sale {
	position: absolute;
	background: red;
	color: #fff;
	font-size: 15px;
	padding: 5px;
	top: -20;
	right: -20px;
}
.content #products .item .info {
	text-align: center;
	margin-bottom: 20px;
}
.content #products .item .info .available {
	font-size: 14px;
	font-weight: bold;
	color: green;
	margin-bottom: 10px;
}
.content #products .item .info .not_available {
	font-size: 14px;
	font-weight: bold;
	color: red;
	margin-bottom: 10px;
}
.content #products .item .info .name {
	color: #191919;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}
.content #products .item .info .price {
	font-size: 18px;
	font-weight: 600;
	color: red;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.content #products .item .info .price div {
	color: #7E7E7E;
	font-size: 15px;
	font-weight: 500;
	margin-right: 15px;
}
.content #products .item button {
	width: 100%;
}
#footer {
	padding: 120px 20%;
	background: #191919;
	color: #BDBDBD;
	margin-top: 65px;
	display: flex;
}
#footer .grid {
	max-width: 33%;	
	margin-right: 100px;
}
#footer .grid:last-child {
	margin-right: 0px;	
}
#footer .grid img {
	height: 37px;	
}
#footer .grid .social {
	margin: 40px 0px;
	display: flex;
}
#footer .grid .social div {
	background: #313131;
	cursor: pointer;
	transition: 300ms;
	width: 48px;
	margin-right: 20px;
	font-size: 20px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#footer .grid .social div:hover {
	color: #fff;
	background: red;
}
#footer .grid a {
	display: block;
	margin-bottom: 20px;
	font-size: 18px;
}
#footer .grid .phone {
	margin-bottom: 50px;
}
#footer .grid .phone, #footer .grid .adres {
	display: flex;
	align-items: center;
}
#footer .grid .phone i, #footer .grid .adres i {
	color: red;
	font-size: 40px;
	margin-right: 20px;
}
#footer .grid .phone .info div:nth-child(2), #footer .grid .phone .info div:nth-child(3), #footer .grid .adres .info div:nth-child(2) {
	font-size: 21px;
	font-weight: 600;
	color: #fff;
	margin-top: 10px;
}
#image_block {
	padding: 5% 20%;
	margin-top: 65px;
	background: #f9f9f9;
}
#image_block .items {
	font-size: 0px;
}
#image_block .items .item {
	width: calc(50% - 15px);
	display: inline-block;
	font-size: initial;
	margin-right: 30px;
	margin-bottom: 40px;
	vertical-align: top;
}
#image_block .items .item:nth-child(2n) {
	margin-right: 0px;
}
#image_block .items .item .image {
	width: 100%;
	height: 300px;
	margin-bottom: 30px;
}
#image_block .items .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#image_block .items .item .name {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 15px;
}
#image_block .items .item .description {
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 30px;
	min-height: 180px;
}
#image_block dot {
	width: 10px;
	height: 10px;
	display: block;
	background: red;
	border-radius: 50%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#image_block span {
	display: block;
	text-align: center;
	font-weight: 600;
	color: #191919;
	font-size: 36px;
	margin-bottom: 40px;
}
#text_block {
	padding: 150px 20%;
	text-align: center;
	color: #fff;
	margin-top: 65px;
}
#text_block dot {
	width: 10px;
	height: 10px;
	display: block;
	background: red;
	border-radius: 50%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#text_block .name {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 50px;
}
#text_block .grid {
	display: flex;
	align-items: center;
	justify-content: center;
}
#text_block .grid .item {
	margin-right: 10%;
	font-size: 21px;
	font-weight: 600;
	max-width: 23%;
}
#text_block .grid .item:last-child {
	margin-right: 0px;
}
#text_block .grid .item img {
	width: 180px;
	margin-bottom: 20px;
}
#news .item {
	width: calc(33% - 13px);
	margin-right: 20px;
	margin-bottom: 20px;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
}
#news .item:nth-child(3n+3) {
	margin-right: 0px;	
}
#news .item .image {
	width: 100%;
	height: 500px;
}
#news .item .info {
	background: #191919;
	padding: 30px;
	min-height: 185px;
}
#news .item .info .name {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 30px;
	transition: 300ms;
}
#news .item .info .name:hover {
	color: red;	
}
#news .item .info .text {
	color: #BDBDBD;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 30px;
}
.top {
	margin-bottom: 100px;
}
#products .left_sidebar {
	display: flex;
}
#products .left_sidebar .sidebar {
	width: calc(25% - 20px);
	margin-right: 20px;
}
#products .left_sidebar .items .item {
	width: calc(33% - 51px);
}
#products .left_sidebar .items .item:nth-child(3n+3) {
	margin-right: 0px;
}
#products .left_sidebar .items .item:nth-child(4n) {
	margin-right: 20px;
}
#products .left_sidebar .sidebar .sidebar_item {
	background: #fff;
	padding: 20px;
	position: relative;
	margin-bottom: 20px;
}
#products .left_sidebar .sidebar .sidebar_item input {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7em;
	background-color: #FAFAFA;
	color: #7D7D7D;
	padding: 10px 10px 6px 11px;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	outline: none;
}
#products .left_sidebar .sidebar .sidebar_item .name {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.56em;
	margin-bottom: 15px;
}
#products .left_sidebar .sidebar .search input {
	width: 100%;
}
#products .left_sidebar .sidebar .search i {
	position: absolute;
	right: 30px;
	top: 37px;
	font-size: 20px;
	cursor: pointer;
	transition: 300ms;
	color: red;
}
#products .left_sidebar .sidebar .search i:hover {
	color: #191919;
}
#products .left_sidebar .sidebar .categories .category {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	font-size: 16px;
}
#products .left_sidebar .sidebar .categories .category_child {
	padding-left: 20px;
}
#products .left_sidebar .sidebar checkbox {
	width: 20px;
	height: 20px;
	background: #F5F5F5;
	margin-right: 15px;
	cursor: pointer;
}
#products .left_sidebar .sidebar checkbox checked {
	width: 100%;
	height: 100%;
	background: red;
	display: none;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #fff;
}
#products .left_sidebar .sidebar checkbox .active {
	display: flex;
}
#products .left_sidebar .sidebar .price_item div {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
#products .left_sidebar .sidebar .price_item div input {
	margin-left: auto;
	width: 80%;
}
#products .left_sidebar .sidebar .filed_item_number div {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
#products .left_sidebar .sidebar .filed_item_number div input {
	margin-left: auto;
	width: 80%;
}
#products .left_sidebar .sidebar .filed_item_select .select {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	font-size: 16px;
	cursor: pointer;
}
#products .right_products {
	width: 75%;
}
#products .right_products .result {
	display: flex;
	margin-bottom: 20px;
}
#products .right_products .result div { 
	font-size: 14px;
	color: #7D7D7D;

}
#products .right_products .result div:nth-child(2) {
	margin-left: auto;	
}
#products .right_products .result select {
	color: #191919;
	background: none;
	border: none;
	font-size: 14px;
	outline: none;
	height: auto;
	padding: 0px;
	width: auto;
}
.content #not_found {
	padding: 145px 0px;
	text-align: center;
}
.content #not_found div:nth-child(1) {
	font-size: 206px;
	font-weight: 700;
}
.content #not_found div:nth-child(2) {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 50px;
}
#product {
	white-space: nowrap;
	font-size: 0px;
}
#product #left {
	width: calc(52% - 30px);
	display: inline-block;
	background: #fff;
	vertical-align: top;
	margin-right: 30px;
	overflow: hidden;
}
#product #left .images_block {
	width: 100%;
	height: 600px;
	position: relative;
}
#product #left .images_block img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 300ms;
}
#product #left .images_block .sale {
	position: absolute;
	background: red;
	color: #fff;
	font-size: 15px;
	padding: 5px;
	top: 0px;
	right: 0px;
}
#product #left .small_images {
	background: #f3f3f3;
	white-space: nowrap;
	padding-top: 30px;
	overflow: hidden;
	overflow-x: auto;
	padding-bottom: 20px;
}
#product #left .small_images div {
	width: 100px;
	height: 100px;
	display: inline-block;
	margin-right: 20px;
	opacity: 0.5;
	cursor: pointer;
}
#product #left .small_images .active {
	opacity: 1;
}
#product #right {
	width: calc(48% - 60px);
	background: #fff;
	display: inline-block;
	font-size: initial;
	padding: 30px;
	white-space: normal;
}
#product #right .name_product {
	font-size: 36px;
	font-weight: 700;
	color: #191919;
	margin-bottom: 30px;
}
#product #right .description_product {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75em;
}
#product #right .available {
	
}
#product #right .not_available {
	margin-top: 20px;
	text-align: center;
	font-size: 20px;
	color: red;
	font-weight: bold;
}
#product #right .variation {
	margin-top: 20px;
}
#product #right .variation select {
	margin-bottom: 20px;
	border: 1px solid red;
}
#product #right .price_product {
	font-size: 36px;
	font-weight: 600;
	color: red;
	margin-bottom: 30px;
	display: flex;
	align-items: flex-end;
}
#product #right .price_product div {
	font-size: 25px;
	font-weight: 500;
	color: #7E7E7E;
	margin-right: 20px;
} 
#product #right .add_to_cart_block {
	margin-top: 10px;
	display: flex;
}
#product #right .add_to_cart_block input {
	width: 60px;
	margin-right: 20px;
	text-align: center;
}
#product #right .add_to_cart_block button {
	width: 100%;
	margin-top: 0px;
}
#product #right .add_to_cart_block .add_to_cart_disabled {
	background: #191919;
}
#product #bottom {
	padding: 30px;
	background: #fff;
	margin-top: 30px;
}
#product #bottom .name_block {
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 30px;
}
#product #bottom table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#product #bottom table tr {
	margin-bottom: 20px;
}
#product #bottom table tr:nth-child(odd) {
	background: #f8f8f8;
}
#product #bottom table th {
	font-weight: 400;
	width: 40%;
	padding: 15px;
}
#product #bottom table td {
	font-weight: 500;
	padding: 15px;
}
#pagination {
	display: flex;
	align-items: center;
}
#pagination a {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
#pagination .active {
	background: red;
	color: #fff;
}
#cart_page {
	
}
#cart_page #cart_page_block {
	display: flex;
	font-size: 16px;
}
#cart_page #cart_page_block .products {
	background: #fff;
	padding: 30px;
	width: 60%;
	margin-right: 20px;
	position: relative;
}
#cart_page #cart_page_block .products table {
	width: 100%;
}
#cart_page #cart_page_block .products .image {
	min-width: 75px;
	max-width: 75px;
	min-height: 75px;
	max-height: 75px;
}
#cart_page #cart_page_block .products .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;	
}
#cart_page #cart_page_block .products .name {
	font-size: 18px;
	font-weight: 600;
}
#cart_page #cart_page_block .products .variation_name {
	font-size: 12px;
	margin-top: 10px;
}
#cart_page #cart_page_block .products .price {
	font-size: 21px;
	font-weight: 600;
}
#cart_page #cart_page_block .products .count {
	width: 100px;
	text-align: center;
}
#cart_page #cart_page_block .products .delete {
	font-size: 21px;
	cursor: pointer;
	transition: 300ms;
}
#cart_page #cart_page_block .products .delete:hover {
	color: red;	
}
#cart_page #cart_page_block table {
	border-collapse: separate; 
	border-spacing: 0 20px;
	margin-bottom: 30px;
}
#cart_page #cart_page_block .products h3 {
	margin-bottom: 0px;
}
#cart_page #cart_page_block .products .total {
	display: flex;
	font-size: 25px;
	position: absolute;
	width: calc(100% - 60px);
	bottom: 30px;
}
#cart_page #cart_page_block .products .total div:nth-child(1) {
	font-weight: 600;
}
#cart_page #cart_page_block .products .total div:nth-child(2) {
	font-weight: 700;
	color: red;
	margin-left: auto;
	font-size: 30px;
}
#cart_page #cart_page_block .fields {
	background: #fff;
	padding: 30px;
	width: calc(40% - 20px);
}
#cart_page #cart_page_block .fields .field {
	margin-bottom: 20px;
}
#cart_page #cart_page_block .fields .field div:nth-child(1) {
	margin-bottom: 15px;
}
#cart_page #cart_page_block .fields .field input {
	font-size: 16px;	
}
.done_text {
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	line-height: 50px;
}
.done_text div {
	margin-bottom: 30px;	
}
.plug {
	margin-top: 50px;
	text-align: center;
	font-size: 50px;
	margin-bottom: 50px;
	font-weight: bold;
	color: rgb(0 0 0 / 10%);
}
#menu_search {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 1;
	background: rgb(0 0 0 / 70%);
	flex-wrap: wrap;
}
#menu_search .close {
	position: absolute;
	top: 50px;
	right: 50px;
	font-size: 50px;
	color: #fff;
	cursor: pointer;
}
#menu_search p {
	width: 100%;
	color: #fff;
	font-size: 48px;
	font-weight: 600;
	line-height: 1em;
	display: block;
}
#menu_search .search_block {
	margin-top: -10vh;	
}
#menu_search .search_input {
	width: 100%;
	display: flex;
	align-items: center;
}
#menu_search button {
	height: 55px;
}
.contacts_block {
	display: flex;
}
#contacts .left {
	width: 70%;
	background: #fff;
	margin-right: 20px;
	padding: 30px;
}
#contacts .left .field {
	margin-bottom: 30px;
}
#contacts .left .field div {
	margin-bottom: 20px;	
}
#contacts .left .double_field {
	display: flex;
	width: 100%;	
}
#contacts .left .double_field .field {
	width: 100%;	
}
#contacts .left .double_field .field:nth-child(1) {
	margin-right: 20px;	
}
#contacts .left .done {
	margin-top: 20px;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	display: none;
}
#contacts .right {
	width: calc(30% - 20px);
	background: #fff;
	padding: 30px;
}
#contacts .right .contact_item p {
	font-size: 21px;
	font-weight: 600;
}
#contacts .right .contact_item div {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75em;
}
#contacts .right .social {
	font-size: 40px;
	margin-top: 20px;
}
.sportsman_left {
	width: calc(40% - 30px)!important;
}
.sportsman_right {
	width: calc(60% - 60px)!important;
}
#about_us .about_us_item {
	background: #fff;
	padding: 30px;
	line-height: 30px;
	margin-bottom: 30px;
}
#about_us .about_us_item img {
	width: 100%;
}
#menu_mobile {
	display: none;
}
.bt {
	text-align: center;
	margin-top: 30px;
}
.technologies #left {
	display: block!important;
	width: 100%!important;
}
.technologies #right {
	display: block!important;
	width: calc(100% - 60px)!important;
	margin-top: 20px;
}
.blog_all .item {
	width: calc(50% - 15px)!important;
}
.blog_all .item:nth-child(2n) {
	margin-right: 0px!important;
}
.blog_all .item:nth-child(2n+1) {
	margin-right: 20px!important;	
}
.blog_all .item .info {
	background: #fff!important;
}
.blog_all .item .info .name {
	color: #000!important;	
}
.blog_all .item .info .text {
	color: #000!important;	
}
@media screen and (max-width: 1920px) {
	.content {
		padding: 0px 10%;
	}
	#text_block {
		padding: 150px 10%;
	}
	#image_block {
		padding: 10% 10%;
	}
}
@media screen and (max-width: 1024px) {
	#menu_mobile {
		width: 100vw;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 1;
		display: block;
		height: 100vh;
		background: rgb(0 0 0 / 50%);
		display: none;
	}
	#menu_mobile .block {
		width: calc(100% - 150px);
		background: #fff;
		height: 100%;
		padding: 50px;
	}
	#menu_mobile .block a {
		display: block;
		font-size: 25px;
		font-weight: 600;
		margin-bottom: 30px;
	}
	#menu {
		padding: 20px 10px;
		width: calc(100% - 20px);
	}
	#menu .logo {
		margin-left: 0px;
		height: 30px;
	}
	#menu .center {
		display: none;
	}
	#menu .right {
		margin-right: 0px;
	}
	#menu .right .cart span {
		display: none;
	}
	#menu .right .search {
		margin-right: 10px;
	}
	#menu .right .menu_mobile {
		font-size: 30px;
		cursor: pointer;
		margin-right: 0px;
		margin-left: 20px;
		display: block;
	}
	#slider .slide {
		padding: 0 20px;
		width: calc(100% - 40px);
		vertical-align: top;
		background-position: center!important;
	}
	#slider .slide .info {
		text-align: center;
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	#slider .slide .info .text {
		width: 100%;
		max-width: 100%;
		order: 2;
	}
	#slider .slide .info .text span {
		font-size: 50px;
	}
	#slider .slide .info img {
		max-width: 100%;
	}
	.content #categories .item {
		width: 100%;
		margin-right: 0px;
		overflow: hidden;
		margin-bottom: 15px;
	}
	.content {
		padding: 0px 15px;
	}
	#image_block {
		background-position: left!important;
		text-align: center;
	}
	#image_block .info {
		width: 100%;
	}
	.content #products .item {
		width: calc(100% - 40px);
		margin-right: 0px;
	}
	#text_block .grid {
		display: block;
		text-align: center;
	}
	#text_block .grid .item {
		margin-right: 0px;
		max-width: 100%;
		width: 100%;
		margin-bottom: 20px;
	}
	#news .item {
		margin-right: 0px;
		width: 100%;
	}
	#footer {
		padding: 65px 20px;
		display: block;
	}
	#footer .grid {
		margin-right: 0px;
		max-width: 100%;
		margin-bottom: 65px;
	}
	#menu .right .cart #cart_hover {
		width: 90vw;
		right: -35px;
	}
	#cart_page #cart_page_block {
		display: block;
	}
	#cart_page #cart_page_block .products {
		width: calc(100% - 30px)!important;
		margin-right: 0px;
		padding: 15px;
		margin-bottom: 15px;
	}
	#cart_page #cart_page_block .products td {
		padding: 10px;
	}
	#cart_page #cart_page_block .products .total {
		bottom: 15px;
		width: calc(100% - 30px);
	}
	#cart_page #cart_page_block .products .image {
		width: 50px;
		height: 50px;
	}
	#cart_page #cart_page_block .products .count {
		width: 50px;
	}
	#cart_page #cart_page_block .products table {
		white-space: nowrap;
	}
	#cart_page #cart_page_block .products .table {
		width: 100%;
		overflow: hidden;
		overflow-x: auto;
	}
	#cart_page #cart_page_block .products .table::-webkit-scrollbar {
		display: none;
	}
	#cart_page #cart_page_block .fields {
		width: calc(100% - 30px);
		padding: 15px;
	}
	#products .left_sidebar {
		display: block;
	}
	#products .left_sidebar .sidebar {
		width: 100%;
		margin-right: 0px;
	}
	#products .right_products {
		width: 100%;
	}
	#products .right_products .result div:nth-child(2) {
		text-align: right;
	}
	#products .left_sidebar .items .item {
		width: calc(100% - 40px);
	}
	#product {
		white-space: normal;
	}
	#product #left {
		width: 100%!important;
		margin-right: 0px;
		white-space: nowrap;
		margin-bottom: 20px;
	}
	#product #right {
		width: calc(100% - 30px)!important;
		padding: 15px;
	}
	#product #left .images_block {
		height: 300px;
	}
	#menu_search .search_block {
		padding: 15px;
	}
	#menu_search .close {
		right: 15px;
	}
	.contacts_block {
		display: block;
	}
	#contacts .left {
		width: calc(100% - 30px);
		padding: 15px;
		margin-right: 0px;
		margin-bottom: 15px;
	}
	#contacts .right {
		width: calc(100% - 30px);
		padding: 15px;
	}
	#image_block .items .item {
		width: 100%;
		margin-right: 0px;
	}
	#image_block .items .item .description {
		height: auto;
	}
}