*::-webkit-input-placeholder {
	color: #6C6C6C;
	opacity: 1;
}
*:-moz-placeholder {
	color: #6C6C6C;
	opacity: 1;
}
*::-moz-placeholder {
	color: #6C6C6C;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #6C6C6C;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
} 
body input:required:valid, 
body textarea:required:valid {
	 
}
body {
	font-family: "Montserrat";
	font-size: 16px;
	line-height: 140%;
	color: #000;
	overflow-x: hidden;
	margin: 0;
	background: #f6f7fa;
}
button {
	cursor: pointer;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
}
input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
button,
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
}
*:link, 
*:visited, 
*:hover, 
*:focus,
*:active {
	outline: 0;
	-webkit-tap-highlight-color: transparent;
}
a, button, input, img {
	transition: all 0.3s;
}
h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

a {
	text-decoration: none;
	outline: none;
}
* {
	outline: none !important;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style-type: none;
	outline: none;
}
img {
	outline: none;
	display: block;
}
p {
	padding: 0;
	margin: 0;
}
form {
	margin: 0;
}

.header {
	position: relative;
	z-index: 700;
}
.head-info {
	padding: 20px 40px;
}
.info-info__content {
	font-size: 22px;
	color: #fff;
	border-radius: 15px;
	line-height: 140%;
	font-weight: 700;
	text-align: center;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.info-info p {
	margin: 0;
}
.info-info__content span {
	text-decoration: underline;
}
.header___wrapper {
	gap: 53px;
	padding: 21px 39px;
	border-radius: 15px;
	box-shadow: 0 1px 4px #E3EBFC;
	background: #fbfcff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo img {
	width: 179px;
	height: auto;
}
.catalog-wrap {
	position: relative;
}
.btn-catalog {
	height: 48px;
	padding: 0 20px;
	gap: 10px;
	border-radius: 20px;
	font-weight: 600;
	background: #1D1B20;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s;
}
.btn-catalog:hover {
	background: #1C64FF;
}
.btn-catalog:active {
	background: #3456E2;
}
.catalog-wrap .menu-dropdown {
	margin-top: 30px;
	visibility: visible;
	opacity: 1;
	transform: none;
	transition: initial;
	display: none;
}
@media screen and (min-width: 992px) { .catalog-wrap .menu-dropdown { width: 300px; } }
.menu {
	gap: 29px;
	display: flex;
	align-items: center;
}
.menu > li {
	display: flex;
	align-items: center;
}
.menu > li > a {
	color: #000;
	font-weight: 500;
}
.nav-list__haschild > a,
.menu__haschild {
	gap: 10px;
	position: relative;
}
.nav-list__haschild > a::after,
.menu__haschild::after {
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	content: "\f078";
	cursor: pointer;
	font-size: 90%;
	transition: all 0.3s;
}
.menu__haschild:hover::after {
	transform: rotate(180deg);
}
.menu-dropdown {
	padding: 15px;
	border-radius: 15px;
	width: 217px;
	box-shadow: 0 1px 4px 0 #E3EBFC;
	background: #fff;
	top: 100%;
	left: 0;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	transition: all 0.1s;
}
.menu-dropdown::before {
	position: absolute;
	display: block;
	content: " ";
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 15px;
}
.menu li:hover .menu-dropdown {
	opacity: 1;
	visibility: visible;
	transform: none;
}
.nav-list a {
	padding: 10px 15px;
	border-radius: 10px;
	font-weight: 500;
	color: #000;
	display: flex;
	align-items: center;
}
.nav-list a:hover {
	background: #EDF2FE;
}
.nav-list .active::after {
	transform: rotate(180deg);
}
.menu .menu-dropdown {
	left: -40px;
	margin-top: 15px;
}
.nav-list li {
	margin-bottom: 15px;
}
.nav-list li:last-child {
	margin-bottom: 0;
}
.nav-list__haschild > a::after {
	font-size: 100%;
}
.nav-list ul a {
	font-size: 12px;
	padding: 7px 20px;
}
.nav-list ul li {
	margin: 0;
}
.nav-list ul {
	display: none;
}
.header__buttons {
	gap: 30px;
	display: flex;
	align-items: flex-start;
}
.btn-header {
	color: #000;
	font-weight: 500;
	display: block;
	text-align: center;
}
.btn-header__icon {
	height: 21px;
	width: 25px;
	margin: 0 auto;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.btn-header__icon img {
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}
.btn-header__value {
	width: 15px;
	height: 15px;
	right: -14px;
	top: -10px;
	font-size: 10px;
	line-height: 1;
	border-radius: 5px;
	font-weight: 500;
	color: #1C64FF;
	position: absolute;
	border: 1px solid #1C64FF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.basket-popup__overlay,
.menu-dropdown__overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	z-index: -1;
}
.btn-header-wrap {
	position: relative;
}
.basket-popup {
	width: 390px;
	padding: 20px;
	font-size: 14px;
	border-radius: 15px;
	margin-top: 34px;
	line-height: 140%;
	box-shadow: 0 1px 4px 0 #E3EBFC;
	background: #fff;
	top: 100%;
	right: 0;
	position: absolute;
	display: none;
}
.basket-popup::before {
	position: absolute;
	display: block;
	content: " ";
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 34px;
}
.item-basket-popup {
	margin-bottom: 20px;
	gap: 20px;
	display: flex;
	align-items: center;
}
.item-basket-popup__image {
	width: 76px;
	height: 100px;
	border-radius: 10px;
	display: block;
	flex: none;
}
.item-basket-popup__image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
	border-radius: 10px;
}
.item-basket-popup__title {
	margin-bottom: 22px;
	display: block;
	color: #000;
	font-weight: 500;
}
.item-basket-popup__bottom {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.item-basket-popup__content{
	width: 100%;
}

.basket-popup__bottom {
	padding: 17px 0;
	border-top: 1px solid #E3EBFC;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.link-default {
	color: #6C6C6C;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s;
}
.link-default:hover {
	color: #000;
}
.basket-popup .price-main {
	font-size: 20px;
}
.btn-main {
	height: 50px;
	padding: 0 25px;
	font-size: 16px;
	color: #fff;
	border-radius: 10px;
	font-weight: 500;
	background: #1C64FF;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: none;
	cursor: pointer;
	transition: all 0.3s;
}
.btn-main:active,
.btn-main:hover {
	background: #3456E2;
}
.basket-popup .btn-main {
	width: 100%;
}

.billbord {
	padding: 50px 0;
}
.slider-billbord:not(.slick-initialized) > *:not(:first-child) {
	display: none;
}
.slider-billbord__item {
	display: block;
}
.slider-billbord__item img {
	border-radius: 15px;
	width: 100%;
	height: auto;
}
.slick-dots {
	bottom: 0;
	left: 0;
	width: 100%;
}
.slick-dots li {
	width: 20px;
	height: 20px;
	margin: 0 7px;
}
.slick-dots li button {
	width: 20px;
	height: 20px;
	background-color: rgba(255, 255, 255, 0.25);
	border-radius: 50%;
	padding: 0;
	border: 1px #d9d9d9 solid;
	transition: all 0.3s;
	opacity: 1;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
	background-color: rgba(255, 255, 255, 1);
}
.slick-dots li button::before {
	display: none;
}
.slider-billbord .slick-dots {
	bottom: 39px;
}

.categories {
	padding-bottom: 50px;
}
.content-section {
	padding: 40px;
	border-radius: 15px;
	background: #fbfcff;
}
.title-section {
	font-size: 32px;
	margin-bottom: 25px;
	line-height: 140%;
	font-weight: 600;
}
.row > div {
	padding: 0 12px;
}
.row {
	margin: 0 -12px;
}
.row.row_main > div {
	margin-bottom: 25px;
}
.row.row_main {
	margin-bottom: -25px;
}
.item-category {
	padding: 25px;
	box-shadow: 0 1px 4px 0 #E3EBFC;
	background: #fff;
	min-height: 100%;
	border-radius: 15px;
}
.item-category__head {
	font-size: 20px;
	margin-bottom: 10px;
	gap: 15px;
	font-weight: 600;
	color: #000;
	display: flex;
	align-items: center;
}
.item-category__head img {
	width: 20px;
	flex: none;
	height: 20px;
}
.item-category__head i {
	width: 20px;
	height: 20px;
	font-size: 10px;
	color: #1C64FF;
	background: #EEF2FC;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	flex: none;
	margin-left: auto;
}
.item-category__descr {
	margin-bottom: 20px;
	color: #6C6C6C;
	font-weight: 500;
}
.tags {
	gap: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.tags__item {
	padding: 5px 10px;
	border-radius: 20px;
	font-size: 12px;
	color: #000;
	font-weight: 500;
	line-height: 130%;
	background: #EDF2FE;
}
.tags__item a{
	color: #1d5ffc;
}
.tags__item a:visited{
	color: #1d5ffc;
}
.search-catalog {
	padding-bottom: 50px;
}
.search-form {
	position: relative;
}
.search-form input {
	height: 100px;
	font-size: 20px;
	padding: 0 20px;
	padding-left: 104px;
	border-radius: 15px;
	width: 100%;
	font-weight: 500;
	border: none;
	box-shadow: 0 1px 4px 0 #E3EBFC;
	background: #fff;
	color: #000;
	font-family: "Montserrat";
}
.btn-search {
	width: 100px;
	height: 100%;
	top: 0;
	left: 0;
	border: none;
	z-index: 1;
	padding: 0;
	position: absolute;
	background-color: transparent;
	background-image: url(../img/search.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.item-catalog {
	padding: 20px;
	border-radius: 15px;
	box-shadow: 0 1px 4px 0 #E3EBFC;
	background: #fff;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.item-catalog__image {
	height: 400px;
	margin-bottom: 20px;
	border-radius: 15px 15px 0 0;
	width: 100%;
	display: block;
}
.item-catalog__image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
	border-radius: 15px 15px 0 0;
}
.item-catalog__head {
	margin-bottom: 20px;
	width: 100%;
	line-height: 130%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.rating-catalog {
	font-weight: 500;
	color: #6C6C6C;
	font-size: 14px;
	display: flex;
	align-items: center;
}
.rating-catalog .crr{
	font-weight: 500;
	color: #6C6C6C;
	font-size: 14px;
	display: flex;
	align-items: center;
}
.rating-catalog img {
	width: 18px;
	margin-right: 10px;
}

.item-catalog__title {
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 130%;
	color: #000;
	display: block;
	font-weight: 500;
	width: 100%;
}
.item-catalog__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-top: auto;
}
.prices-wrap {
	gap: 10px;
	display: flex;
	align-items: center;
}
.price-main {
	font-size: 22px;
	color: #F1117E;
	font-weight: 600;
	letter-spacing: 0.01em;
}
.price-old {
	font-size: 18px;
	font-weight: 500;
	color: rgba(108, 108, 108, 0.5);
	text-decoration: line-through;
}
.btn-basket {
	width: 27px;
	height: 27px;
	border-radius: 5px;
	background: #eef2fc;
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-basket:hover {
	background: #1C64FF;
}
.btn-basket:active {
	background: #23C334;
}
.btn-basket:hover img,
.btn-basket:active img {
	filter: brightness(0) invert(1);
}
.btn-basket img {
	width: 13px;
	height: auto;
}
.label-catalog {
	font-size: 10px;
	padding: 4px 8px;
	border-radius: 15px;
	color: #fff;
	font-weight: 500;
	line-height: 130%;
	background: #ff0200;
}
.catalog {
	padding-bottom: 50px;
}

.consultation {
	padding-bottom: 50px;
}
.descr-page {
	font-size: 20px;
	line-height: 130%;
	letter-spacing: 0.01em;
	color: #6C6C6C;
}
.consultation .descr-page {
	margin-bottom: 30px;
	max-width: 674px;
}
.item-consultation {
	padding: 25px;
	box-shadow: 0 1px 4px 0 #E3EBFC;
	background: #fff;
	border-radius: 15px;
}
.item-consultation p {
	color: #6C6C6C;
}
.item-consultation__value {
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 130%;
	font-weight: 600;
	color: #000;
}
.item-consultation__value a {
	color: #000;
}
.consultation__wrap {
	max-width: 665px;
}
.consultation img {
	max-width: 100%;
	margin: 0 auto;
	height: auto;
	display: block;
}

.news {
	padding-bottom: 50px;
}
.item-news {
	display: block;
	min-height: 100%;
	box-shadow: 0 1px 4px 0 #E3EBFC;
	background: #fff;
	border-radius: 15px;
}
.item-news__image {
	height: 153px;
	border-radius: 15px 15px 0 0;
	width: 100%;
	position: relative;
	display: block;
	overflow: hidden;
}
.item-news__image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
	border-radius: 15px 15px 0 0;
}
.item-news__descr {
	bottom: 10px;
	left: 10px;
	padding: 5px 10px;
	font-size: 10px;
	border-radius: 20px;
	line-height: 130%;
	font-weight: 500;
	position: absolute;
	z-index: 1;
	background: #EDF2FE;
	color: #6C6C6C;
}
.item-news__content {
	padding: 15px 20px;
	font-size: 14px;
	color: #000;
	font-weight: 500;
	display: block;
	width: 100%;
}
.item-news__title {
	display: block;
}
.unit-news {
	height: 233px;
	padding: 60px 20px;
	font-size: 20px;
	border-radius: 15px;
	color: #000;
	line-height: 130%;
	height: 100%;
	letter-spacing: 0.01em;
	font-weight: 500;
	box-shadow: 0 1px 4px 0 #E3EBFC;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	background: #E3EBFC;
}
.unit-news i {
	width: 20px;
    height: 20px;
	top: 25px;
	right: 25px;
    font-size: 10px;
	z-index: 1;
    color: #1C64FF;
    background: #EEF2FC;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
	position: absolute;
}

.about {
	font-size: 14px;
	padding-bottom: 44px;
	line-height: 140%;
	color: #6C6C6C;
}
.title-small {
	font-size: 18px;
	line-height: 130%;
	font-weight: 600;
}
.about .title-small {
	margin-bottom: 20px;
}
.text-about {
	max-height: 60px;
	margin-bottom: 20px;
	letter-spacing: -0.01em;
	overflow: hidden;
	position: relative;
	transition: all 0.6s;
}
.text-about.active {
	max-height: initial;
}
.text-about.active::after {
	height: 0;
}
.text-about p {
	margin-bottom: 20px;
}
.text-about::after {
	position: absolute;
	display: block;
	content: " ";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom,rgba(255,255,255,0) 0%, #f6f7fa 100%);
	transition: all 0.3s;
	pointer-events: none;
}
.more-about {
	font-size: 14px;
	color: #000;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.footer__title {
	margin-bottom: 30px;
	font-size: 18px;
	color: #000;
	line-height: 130%;
	font-weight: 600;
}
.footer__nav li {
	margin-bottom: 15px;
}
.footer__nav a {
	color: #6C6C6C;
}
.footer__nav a:hover {
	color: #000;
}
.footer .item-consultation__value {
	font-weight: 500;
}
.footer .item-consultation {
	margin-bottom: 20px;
}
.footer__consultation {
	margin-left: 25px;
}
.col-lg-2 .footer__nav {
	margin-right: 15px;
}
.footer__middle {
	padding: 30px 0;
	margin-top: 15px;
	font-size: 14px;
	line-height: 143%;
	color: #6C6C6C;
	border-top: 1px solid #E3EBFC;
	border-bottom: 1px solid #E3EBFC;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer .logo img {
	width: 150px;
}
.footer__descr {
	max-width: 252px;
}
.footer__descr a {
	letter-spacing: -0.01em;
	color: #3755fa;
}
.footer__links {
	gap: 20px;
	display: flex;
	align-items: center;
}
.footer__links a img {
	opacity: 0.3;
}
.footer__links a:hover img {
	opacity: 1;
}
.footer__bottom {
	font-size: 14px;
	padding-top: 20px;
	line-height: 140%;
	color: #6C6C6C;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer__bottom a {
	color: #6C6C6C;
}
.footer__bottom a:hover {
	color: #000;
}
.cookies {
	gap: 5px;
	display: inline-flex;
	align-items: center;
	color: #1C64FF !important;
}
.page-news,
.about-news {
	padding-top: 50px;
}
.about-news img {
	max-width: 100%;
	margin-left: auto;
	height: auto;
}
.about-news .descr-page {
	margin-bottom: 30px;
}
.page-news {
	padding-bottom: 50px;
}
.about-news .tags__item {
	font-size: 14px;
}
.about-news .tags {
	gap: 10px;
}
.page-article {
	padding: 50px 0;
}
.article-descr {
	padding: 5px 20px;
	font-size: 20px;
	border-radius: 20px;
	font-weight: 500;
	color: #6C6C6C;
	display: inline-block; 
	vertical-align: middle;
	background: #EDF2FE;
}
.image-article img {
	border-radius: 15px;
	width: 100%;
	height: auto;
}
.image-article {
	margin-top: 30px;
}
.content-section_article {
	margin-top: 50px;
	font-size: 18px;
	line-height: 156%;
	letter-spacing: 0.01em;
	font-weight: 500;
}
.content-section_article h2 {
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 20px;
	line-height: 117%;
	font-weight: 600;
	letter-spacing: 0.01em;
}
.content-section_article p:not(:last-child) {
	margin-bottom: 20px;
}
.reccomendation {
	padding-bottom: 50px;
}

.page-basket {
	padding: 50px 0;
}
.value-basket {
	color: #6C6C6C;
	opacity: 0.5;
}
.head-basket {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.head-basket .title-section {
	margin: 0;
}
.clear-basket {
	gap: 15px;
	opacity: 0.5;
	padding: 0;
	font-size: inherit;
	font-family: "Montserrat";
	color: #6C6C6C;
	font-weight: 500;
	border: none;
	background: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
}
.clear-basket:hover {
	opacity: 1;
}
.content-section_basket {
	margin-bottom: 20px;
}
.item-basket {
	padding: 40px;
	gap: 40px;
	margin-bottom: 20px;
	border-radius: 15px;
	display: flex;
	align-items: flex-start;
	background: #fbfcff;
}
.item-basket__image {
	width: 153px;
	height: 200px;
	border-radius: 15px 15px 0 0;
	flex: none;
	display: block;
}
.item-basket__image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
	border-radius: 15px 15px 0 0;
}
.item-basket__content {
	flex: 1;
}
.item-basket__head {
	margin-bottom: 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.remove-basket {
	margin-left: auto;
	cursor: pointer;
	transition: all 0.3s;
	padding: 0;
	background: transparent;
	border: none;
	display: inline-block;
	vertical-align: middle;
	opacity: 0.5;
}
.remove-basket:hover {
	opacity: 1;
}
.total-basket .tags__item,
.item-basket .tags__item {
	font-size: 14px;
	padding: 5px 20px;
	color: #6C6C6C;
	display: inline-block;
	vertical-align: middle;
}
.item-basket .rating-catalog {
	margin-bottom: 22px;
}
.item-basket__title {
	margin-bottom: 22px;
	font-size: 18px;
	max-width: 305px;
	font-weight: 500;
	line-height: 130%;
	color: #000;
	display: block;
}
.quantity {
	width: 103px;
	height: 27px;
	display: flex;
}
.quantity-button {
	width: 27px;
	height: 27px;
	border-radius: 5px;
	font-size: 15px;
	flex: none;
	border: none;
	color: #6C6C6C;
	background-color: #eee;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	user-select: none;
}
.quantity input {
	flex: 1;
	width: 100%;
	font-size: 22px;
	line-height: 140%;
	font-weight: 500;
	color: #6C6C6C;
	border: none;
	padding: 0;
	border: none;
	text-align: center;
	background-color: transparent;
	font-family: "Montserrat";
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
	-webkit-appearance: none;
	margin: 0;
}
input[type=number]
{
	-moz-appearance: textfield;
}
.item-basket__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.btn-add-promocode {
	font-weight: 700;
	padding: 0;
	border: none;
	background: transparent;
	color: #000;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}
.total-basket__title {
	font-size: 24px;
	font-weight: 500;
}
.total-basket {
	padding: 40px;
	padding-bottom: 80px;
	border-radius: 15px;
	top: 0;
	background: #fbfcff;
	box-shadow: 0 1px 4px 0 #E3EBFC;
	position: sticky;
	transition: all 0.3s;
	overflow: hidden;
	top: 40px;
}
.total-basket__image {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.total-basket__image img {
	max-height: 61px;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.total-basket .tags__item {
	letter-spacing: 0.01em;
}
.total-basket__head {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #E3EBFC;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.total-basket__prices {
	text-align: right;
}
.total-basket__prices .price-main {
	margin-bottom: 7px;
}
.item-form__title {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 500;
	opacity: 0.5;
	color: #6C6C6C;
}
.item-form {
	margin-bottom: 20px;
}
.item-form input,
.item-form textarea {
	height: 50px;
	padding: 0 20px;
	font-size: 16px;
	border-radius: 10px;
	font-weight: 500;
	width: 100%;
	background: transparent;
	color: #6C6C6C;
	border: 1px solid rgba(108, 108, 108, 0.5);
}
.item-form *::-webkit-input-placeholder {
	opacity: 0.5;
}
.item-form *:-moz-placeholder {
	opacity: 0.5;
}
.item-form *::-moz-placeholder {
	opacity: 0.5;
}
.item-form *:-ms-input-placeholder {
	opacity: 0.5;
}
.total-basket .btn-main {
	width: 100%;
}
.agree-form {
	font-size: 10px;
	margin-top: 10px;
	line-height: 140%;
	color: #6C6C6C;
}
.agree-form a {
	color: #6C6C6C;
	border-bottom: 1px #6C6C6C solid;
}
.agree-form a:hover {
	border-color: transparent;
}
.add-promocode__wrap {
	gap: 20px;
	display: flex;
	align-items: center;
}
.add-promocode .item-form {
	width: 232px;
	margin: 0;
}
.btn-main.btn-main_default {
	background: #1D1B20;
}
.btn-main.btn-main_default:hover {
	background: #36323B;
}
.btn-main.btn-main_default:active {
	background: #45404b;
}
.add-promocode .btn-main {
	padding: 0 30px;
}
.alert-promocode {
	padding: 15px 30px;
	border-radius: 10px;
	font-weight: 500;
	line-height: 130%;
	display: none;
}
.alert-promocode.valid {
	color: #53B358;
	background: #EDFEF0;
}
.alert-promocode.error{
	color: #B35353;
	background: #FEEDED;
}
.alert-promocode.invalid {
	color: #B35353;
	background: #FEEDED;
}
.add-promocode {
	display: none;
}

.page-catalog {
	padding: 50px 0;
}
.page-catalog .nav-list {
	padding: 20px 40px;
	border-radius: 15px;
	box-shadow: 0px 1px 4px #E3EBFC;
	background: #fff;
	position: relative;
	display: block;
}
.breadcrumbs {
	font-size: 14px;
	margin-bottom: 25px;
	font-weight: 500;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.breadcrumbs a {
	color: #6C6C6C;
	border-bottom: 1px solid transparent;
}
.breadcrumbs a:hover {
	border-color: #6C6C6C;
}
.breadcrumbs li::after {
	content: ">";
	margin: 0 10px;
	color: #6C6C6C;
}
.breadcrumbs li:last-child::after {
	display: none;
}
.sorting-catalog .search-form input {
	height: 50px;
	padding-left: 64px;
}
.sorting-catalog .btn-search {
	width: 64px;
}
.sorting-catalog {
	margin-bottom: 25px;
	gap: 20px;
	display: flex;
	align-items: center;
}
.sorting-catalog .search-form {
	flex: 1;
}
.sorting-catalog .item-select {
	min-width: 225px;
}
.item-select select {
	height: 50px;
	padding: 0 20px;
	font-size: 16px;
	font-weight: 500;
	color: #6C6C6C;
	border: none;
	border-radius: 15px;
	box-shadow: 0 1px 4px 0 #E3EBFC;
	background: #fff;
	cursor: pointer;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236C6C6C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 20px;
	padding-right: 45px;
}
.item-select select:hover {
	box-shadow: 0 2px 6px 0 #E3EBFC;
}
.item-select select:focus {
	outline: none;
	border: 1px solid #1C64FF;
	box-shadow: 0 2px 6px 0 rgba(28, 100, 255, 0.3);
}
.item-select .jq-selectbox__select-text {
	height: 50px;
	padding: 0 20px;
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
	color: #6C6C6C;
	border-radius: 15px;
	box-shadow: 0px 1px 4px #E3EBFC;
	background: #fff;
}
.item-select .jq-selectbox__dropdown {
	border-radius: 15px;
	box-shadow: 0px 1px 4px #E3EBFC;
	background: #fff;
	top: 100% !important;
	bottom: auto !important;
	width: 100%;
}
.item-select .jq-selectbox__dropdown li {
	padding: 10px 20px;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.3s;
}
.item-select .jq-selectbox__dropdown li.sel,
.item-select .jq-selectbox__dropdown li:hover {
	background: #EDF2FE;
}
.item-select .jq-selectbox {
	width: 100%;
	display: block;
}
.text-page p {
	margin-bottom: 5px;
}
.text-page strong {
	font-weight: 600;
}
.text-page {
	margin-top: 40px;
}
.banner-page {
	margin-bottom: 50px;
	display: block;
}
.banner-page img {
	border-radius: 15px;
	width: 100%;
	display: block;
	height: auto;
}
.container > .breadcrumbs {
	margin-top: 30px;
	margin-bottom: 50px;
}
.header___wrapper{
	height: 90px;
	width: 100%;
}
.page-card {
	padding-bottom: 50px;
}
.page-card .tags__item {
	font-size: 14px;
	color: #6C6C6C;
}
.page-card .tags {
	margin-bottom: 20px;
}
.card-content .rating-catalog {
	margin-bottom: 20px;
}
.card-content .rating-catalog,
.card-content .rating-catalog__value,
.card-content .rating-catalog__inner,
.card-content .stars {
	display: inline-flex !important;
	align-items: center;
	vertical-align: middle;
	line-height: 1;
	gap: 8px;
	flex-direction: row;
	flex-wrap: nowrap;
	white-space: nowrap;
}
.card-content .stars {
	display: inline-flex !important;
	align-items: center;
	gap: 0;
	line-height: 0;
	white-space: nowrap;
	flex-direction: row;
	flex-wrap: nowrap;
}

.card-content .rating-catalog__stars img,
.card-content .stars img {
	width: 16px !important;
	height: 16px !important;
	display: inline-block !important;
	flex: 0 0 auto;
	margin: 0 !important;
	vertical-align: middle;
}


.card-content .stars .star-empty {
	fill: transparent;
	stroke: #d2d7df;
	stroke-width: 1.1;
	paint-order: stroke;
}

.card-content .stars .star-half {
	fill: #ffb800;
}

.card-content .rating-text {
	display: inline-flex;
	align-items: center;
	line-height: 1;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 600;
}
.card-content .rating-link {
	display: inline-flex;
	align-items: center;
	line-height: 1;
	vertical-align: middle;
	font-size: 13px;
	font-weight: 500;
	color: #6C6C6C;
}
.rating-catalog__stars-block{
	padding: 10px 15px;
	border-radius: 15px;
	background: rgb(242, 242, 242);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #1D1B20;
	font-weight: 500;
}
.types-card__title {
	margin-bottom: 15px;
	font-weight: 600;
}
.types-card__descr {
	font-weight: 600;
	color: #6C6C6C;
}
.types-card__descr:hover {
	color: #000;
}
.types-card__wrap {
	margin-bottom: 15px;
	gap: 20px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.radio-type label {
	position: relative;
	display: block;
}
.radio-type label input {
	position: absolute;
	z-index: -1;
	height: 1px !important;
	width: 1px !important;
	opacity: 0 !important;
	margin: 12px 2px 0 7px !important;
}
.radio-type__content {
	padding: 10px 20px;
	border-radius: 15px;
	border: 1px solid rgba(108, 108, 108, 0.5);
	display: block;
	transition: all 0.3s;
	cursor: pointer;
}
.radio-type__title {
	font-weight: 600;
	display: block;
}
.radio-type__value {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.01em;
	color: #6C6C6C;
	display: block;
}
.radio-type label input:checked + .radio-type__content {
	border-color: #6C6C6C;
}
.types-card {
	margin-bottom: 30px;
}
.card-content .price-main {
	font-size: 36px;
}
.card-content .price-old {
	font-size: 32px;
	color: rgba(108, 108, 108, 0.5);
}
.card-content .prices-wrap {
	margin-bottom: 50px;
	gap: 20px;
}
.price-discount {
	padding: 8px 15px;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	border-radius: 20px;
	background: #f43838;
}
.card-buttons {
	margin-bottom: 50px;
}
.card-buttons .btn-main {
	gap: 15px;
	margin-bottom: 10px;
	position: relative;
	display: flex;
	width: 100%;
}
.btn-main.btn-main_page {
	background: #EDF2FE;
	color: #1D1B20;
}
.btn-main.btn-main_page:hover {
	background: #1C64FF;
	color: #fff;
}
.btn-main.btn-main_page:active {
	background: #1C64FF;
	color: #fff;
}
.btn-main.btn-main_page:focus img,
.btn-main.btn-main_page:hover img {
	filter: brightness(0) invert(1);
}
.btn-main .methods-button {
    height: 41px;
    right: 0;
    bottom: 0;
    width: auto;
	position: absolute;
	margin: auto;
}
.partner-unit {
	display: block;
}
.partner-unit > img {
	margin-bottom: 15px;
	max-width: 196px;
}
.partner-unit__link {
	gap: 10px;
	font-weight: 500;
	color: #000;
	display: flex;
	align-items: center;
}
.partner-unit__link i {
	transform: rotate(45deg);
	transition: all 0.3s;
}
.partner-unit__link:hover i {
	color: #1C64FF;
}
.title-features {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 600;
}
.features-card {
	padding-top: 25px;
	margin-top: 25px;
	border-top: 1px solid rgba(108, 108, 108, 0.5);
}
.feature {
	gap: 5px;
	margin-bottom: 10px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.feature__title {
	color: #6C6C6C;
}
.feature::after {
	position: relative;
	display: block;
	content: " ";
	flex: 1;
	position: relative;
	top: -2px;
	border-bottom: 2px dashed #dadada;
	align-self: flex-end;
}
.feature__value {
	order: 2;
}
.feature a {
	color: #1C64FF;
	border-bottom: 1px transparent solid;
}
.feature a:hover {
	border-color: #1C64FF;
}
.copy {
	width: 10px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	background-image: url(../img/copy.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.feature__value {
	gap: 5px;
	display: flex;
	align-items: center;
}
.tabs {
	padding: 5px;
	border-radius: 30px;
	border: 1px solid #1D1B20;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tabs a {
	height: 56px;
	padding: 0 20px;
	font-size: 20px;
	line-height: 180%;
	font-weight: 600;
	color: #1D1B20;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 30px;
}
.tabs a:hover, .tabs .active a {
	background: #1D1B20;
	color: #fff;
}
.page-card .tabs {
	margin-top: 60px;
}
.content-tab {
	font-size: 14px;
	max-width: 800px;
	line-height: 200%;
}
.content-tab p {
	margin: 0;
}
.info-card {
	line-height: 150%;
	padding: 0 20px;
	
	border-radius: 0 15px 15px 0;
	border-left: 2px solid #1C64FF;
	background: #EDF2FE;
	margin-top: 20px;
}
.title-min,
.content-tab h3 {
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 140%;
	font-weight: 600;
}
.tab-container {
	padding-top: 40px;
}
.tab-pane {
	display: none;
}
.tab-pane:first-child {
	display: block;
}
.item-question {
	font-size: 14px;
	max-width: 800px;
	margin-bottom: 10px;
	border-radius: 15px;
	line-height: 140%;
	background: #f2f2f2;
}
.item-question:last-child {
	margin-bottom: 0;
}
.item-question__head {
	padding: 20px;
	gap: 20px;
	font-weight: 500;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.item-question__content {
	padding: 20px;
	padding-top: 0;
	display: none;
}
.item-question .item-question__head i {
	transition: all 0.3s;
}
.item-question.active .item-question__head i {
	transform: rotate(45deg);
}
.card-questions {
	padding-top: 40px;
}
#tab1 .title-min {
	margin-bottom: 25px;
}
.slider-nav:not(.slick-initialized) > li:not(:first-child),
.slider-for:not(.slick-initialized) > li:not(:first-child) {
    display: none;
}
.slider-for__item {
    height: 494px;
    border-radius: 15px;
    display: block;
    width: 100%;
}
.slider-for__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    border-radius: 15px;
}
.slider-nav__item {
    height: 70px;
    margin-bottom: 10px;
	border-radius: 15px;
    width: 100%;
	border: 1px solid transparent;
    display: block;
    cursor: pointer;
    background: #fff;
    transition: all 0.3s;
}
.slick-current .slider-nav__item {
	border-color: #1D1B20;
}
.slider-nav__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
	border-radius: 15px;
}
.card-slider .row > div {
	padding: 0 10px;
}
.card-slider .row {
	margin: 0 -10px;
}
.slider-for {
	margin-right: 60px;
}
.card-content {
	margin-left: -60px;
	padding-right: 16px;
}
.card-slider {
	position: sticky;
	top: 0;
}
.list-numbers {
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	padding-left: 20px;
	counter-reset: listNumbers;
}
.list-numbers li {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	list-style-type: none;
}
.list-numbers li::before {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	margin-right: 20px;
	font-size: 10px;
	line-height: 140%;
	font-weight: 600;
	color: #000;
	flex: none;
	counter-increment: listNumbers;
	content: counter(listNumbers); 
	border-radius: 10px;
	background: #EDF2FE;
}
.item-set {
	height: 60px;
	gap: 10px;
	font-size: 16px;
	font-weight: 600;
	line-height: 140%;
	border-radius: 10px;
	background: #f2f2f2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-set__icon {
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
}
.row.row_sets > div {
	padding: 0 6px;
	margin-bottom: 12px;
}
.row.row_sets {
	margin: 0 -6px;
	margin-bottom: -12px;
}
.modal-block {
	display: none;
	padding: 0;
	background: transparent;
}
.modal-wrap {
	width: 525px;
	padding: 40px;
	max-width: 100%;
	font-size: 14px;
	line-height: 140%;
	margin: 0 auto;
	border-radius: 15px;
	background: #FBFCFF;
}
.modal-wrap__title {
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 140%;
	font-weight: 600;
}
.fancybox-bg {
	opacity: 1 !important;
	background: rgba(0, 0, 0, 0.2);
}
.btn-main_basket.active {
	background: #53B358 !important;
	color: #fff;
}


.bread{display:none;align-items:center;justify-content:flex-start;flex-wrap:wrap;line-height:100%;margin-top: 30px;
	margin-bottom: 50px;}
.bread__item{margin-right:15px;font-size:14px;color:#9da4b0}
.bread__link{color:inherit}
.bread__sep{font-size:6px}
.wrap--main-product .bread{display:flex}
@media only screen and (min-width:1100px){


	.bread{display:flex;margin-bottom:25px}

}
.review-wrapper{display:flex; flex-direction: column;}
@media screen and (max-width:500px){
.review-wrapper{flex-direction:column;align-items:normal}
}
.other-reviews{border-bottom:1px solid #f0f1f4!important;padding-bottom:10px}
.review-title{color:rgba(0,0,0,.5);font-size:1.2rem;text-align:center}
.review-sites{margin:15px 0;display:flex;line-height:2.5rem;justify-content:right;gap:1rem;align-items:center;font-weight:500;flex-wrap:wrap}
@media screen and (max-width:500px){
.review-sites{flex-direction:column;align-items:normal}
}
.review-sites a{display:flex;border-radius:10px;padding:5px 15px;align-items:center;color:#000;border:solid 1px #e6e6e6}
@media screen and (max-width:500px){
.review-sites a{justify-content:center}
}
.review-sites a span{margin-left:.35rem}

/* Врменное */
.p-1 { margin-top: 50px; margin-bottom: 50px; }
.wrap-aside { padding: 40px; border-radius: 15px; background: #fbfcff;}
/* REVIEW */

.review-wrapper {
	display: flex;
}

@media screen and (max-width: 500px) { .review-wrapper { flex-direction: column; align-items: normal; } }

.other-reviews {
	border-bottom: 1px solid #f0f1f4!important;
	padding-bottom: 10px;
}

.review-title {
	color: rgba(0, 0, 0, 0.5);
	font-size: 1.2rem;
	text-align: center;
}

.review-sites {
	margin: 15px 0;
    display: flex;
    line-height: 2.5rem;
    justify-content: right;
    gap: 1rem;
    align-items: center;
    font-weight: 500;
	flex-wrap: wrap;
}
@media screen and (max-width: 500px) { .review-sites { flex-direction: column; align-items: normal; } }

.review-sites a {
	display: flex;
    border-radius: 10px;
    padding: 5px 15px;
    align-items: center;
    color: black;
    border: solid 1px #e6e6e6;
}
@media screen and (max-width: 500px) { .review-sites a { justify-content: center; } }

.review-sites a span {
	margin-left: 0.35rem;
}
.title-post {
  display: flex;
  padding: 0 5%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.title-post h2 {
  font-size: 34px;
}

.title-post span {
  text-align: center;
}

.title-post h2 span {
  color: #3e64ff;
}
/* .review-yandex {
	background-color: rgba(255, 212, 43, .1);
}

.review-zoon {
	background-color: rgba(99, 57, 245, .1);
}

.review-otzovik {
	background-color: rgba(183, 71, 70, .1);
} */

.review-yandex:hover {
	background-color: rgba(255, 212, 43, .3);
}

.review-zoon:hover {
	background-color: rgba(99, 57, 245, .3);
}

.review-tinkoff:hover {
	background-color: rgba(255, 221, 45, .3);
}
/* REVIEW_END */
/* Vacancies */

.wrapper-vacancies {
	background-color: #fcfcfc;
}

.wrapper-vacancies__title {
	color: #3E64FF;
	font-size: 50px;
	font-weight: 600;
	text-align: center;
	line-height: 100%;
}

.wrapper-vacancies__subtitle {
	color: #666666;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	margin-top: 30px;
	line-height: 150%;
}

.wrapper-vacancies__items {
	margin-top: 50px;
	display: flex;
	gap: 25px;
    justify-content: center;
}

.wrapper-vacancies__item {
	display: flex;
	flex-direction: column;
	gap: 50px;
	background-color: #fff;
	padding: 24px;
    border-radius: 10px;
}

.wrapper-vacancies__item-header {
	display: flex;
	align-items: center;
	gap: 60px;
}

.wrapper-vacancies__item-title {
	font-size: 20px;
	font-weight: 600;
}

.wrapper-vacancies__item-label {
	color: #FF5E00;
	padding: 5px;
	background-color: #FFF2EB;
	border-radius: 5px;
	border: 1px solid #FCE0D0;
	font-size: 12px;
	font-weight: 500;
}

.wrapper-vacancies__item-content {
	display: flex;
	justify-content: space-between;
}

.wrapper-vacancies__item-left {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.wrapper-vacancies__item-subitem {
	display: flex;
	align-items: center;
	gap: 15px;
	font-weight: 500;
	color: #8F8F8F;
}

.wrapper-vacancies__item-right {
	display: flex;
	align-items: flex-end;
}

.wrapper-vacancies__item-right img {
	width: 40px;
}

/* Vacancies__block */

.wrapper-vacancies__block {
	margin-top: 60px;
	padding-bottom: 60px;
}

.wrapper-vacancies__ready-title {
	font-size: 36px;
	font-weight: 600;
	text-align: center;
	line-height: 125%;
}

.wrapper-vacancies__block-columns {
	margin-top: 60px;
	display: flex;
	justify-content: center;
    flex-direction: column;
}

.wrapper-vacancies__block-column {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	gap: 40px;
}

.wrapper-vacancies__block-column img {
	max-height: 108px !important;
	max-width: 108px !important;
	border-radius: 50%;
	box-shadow: 0px 5px 25px 0px rgba(34, 60, 80, 0.2);
}

.wrapper-vacancies__block-circle-blue-1 {
	position: absolute;
	background-color: #3E64FF;
	height: 48px;
	width: 48px;
	border-radius: 50%;
	bottom: 30px;
	left: -50px;
}

.wrapper-vacancies__block-circle-blue-2 {
	position: absolute;
	background-color: #3E64FF;
	height: 52px;
	width: 52px;
	border-radius: 50%;
	top: 135px;
    right: -50px;
}

.wrapper-vacancies__block-circle-white {
	position: absolute;
	background-color: #fff;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	top: 80px;
	left: -55px;
}

/* Vacancies-END */
/* Wholesale */

.wholesale-text {
	line-height: 150%;
}

.wholesale-text-ul {
	padding-left: 40px;
}

.wholesale-form__input {
	border: 2px solid #C9C9C9;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #131313;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    font-family: Roboto, arial, sans-serif;
    width: 100%;
    height: 50px;
    -webkit-transition: border .3s ease-in;
    -o-transition: border .3s ease-in;
    transition: border .3s ease-in;
}

.section-partnership__flex {
	display: flex;
	flex-direction: column;
}

.section-partnership__row input, select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

.section-partnership__row label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

.section-partnership__row input[type=submit] {
  background-color: #3E64FF;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  float: right;
  width: 25%;
}

.section-partnership__container {
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
}

.section-partnership__25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.section-partnership__75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

.section-partnership__row:after {
  content: "";
  display: table;
  clear: both;
}
.fancybox-bg {
	opacity: 1 !important;
	background: rgba(0, 0, 0, 0.2);
}
.btn-main_basket.active {
	background: #53B358 !important;
	color: #fff;
}

.head-info_newyear .info-info__content {
	padding-right: 25px;
	font-size: 20px;
	background: #1D1B20;
}
.info-info__title img {
	margin-right: 8px;
	vertical-align: middle;
	display: inline-block;
}
.info-info__content > span {
	text-decoration: none;
}
.head-info {
	display: block;
	max-height: 100px;
	overflow: hidden;
	box-sizing: border-box;
}
.copied-info {
	padding: 20px;
	visibility: hidden;
	opacity: 0;
	transform: translateY(100%);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	transition: all 0.4s;
}
.copied-info.active {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
.copied-info__text {
	height: 50px;
	padding: 0 53px;
	gap: 10px;
	font-weight: 500;
	color: #fff;
	border-radius: 10px;
	background: #53B358;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	vertical-align: middle;
}
.methods-basket {
	padding: 40px;
	margin-bottom: 20px;
	border-radius: 15px;
	box-shadow: 0 1px 4px 0 #E3EBFC;
	background: #FBFCFF;
}
.method-radios .radio-type {
	margin-top: 10px;
}
.methods-basket__title {
	font-size: 14px;
	color: rgba(108, 108, 108, 0.5);
	font-weight: 500;
}
.method-radios .radio-type__title {
	gap: 10px;
	display: flex;
	align-items: center;
	font-weight: 500;
}
.method-radios .radio-type__content {
	padding: 15px 20px;
	color: rgba(108, 108, 108, 0.5);
	border-radius: 10px;
}
.radio-type label input:checked + .radio-type__content {
	color: #1D1B20;
	border-color: #1D1B20;
}
.method-radios .radio-type__content img {
	opacity: 0.5;
}
.radio-type label input:checked + .radio-type__content img {
	opacity: 1;
}

@media screen and (max-width: 600px) {
  .section-partnership__25, .section-partnership__75, .section-partnership__row input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

/* Wholesale-END */
p { padding: 9px 0; }

.tab-container h1, .h1 { font-weight: bold; font-size: 32px; line-height: 140%; padding: 0 0 0; margin-bottom: 24px; }

.tab-container h2, h3, .h2, .h3 { font-weight: bold; font-size: 24px; line-height: 28px; color: #131313; padding-bottom: 24px; }

.tab-container h4, .h4 { font-weight: bold; font-size: 24px; line-height: 28px; color: #131313; }

.wrap-aside h1, .h1 { font-weight: bold; font-size: 32px; line-height: 140%; padding: 0 0 0; margin-bottom: 24px; }

.wrap-aside h2, .h2 { font-weight: bold; font-size: 32px; line-height: 140%; padding: 0 0 24px; text-align: center; }

.wrap-aside h3, .h3 { font-weight: bold; font-size: 24px; line-height: 28px; color: #131313; padding-bottom: 24px; }

.wrap-aside h4, .h4 { font-weight: bold; font-size: 24px; line-height: 28px; color: #131313; }

.wrapper-contacts .content-inner { padding: 40px 20px; }

.contacts { padding: 13px 12px 12px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.contacts-card { margin: 0 -15px 0 0; max-width: 500px; padding: 0 15px 0 27px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.contacts-card a { color: inherit; }

.contacts-card__item { width: 50%; margin-bottom: 28px; padding-right: 15px; }

.contacts-card__label { font-size: 13px; line-height: 120%; color: rgba(19, 19, 19, 0.5); margin-top: 9px; }

.contacts-card__val { font-size: 18px; line-height: 120%; color: #131313; }

.contacts-card__phone, .contacts-card__mail { vertical-align: middle; }

.contacts-card__phone i, .contacts-card__mail i { color: #131313; opacity: 0.3; margin-left: -40px; font-size: 20px; width: 30px; display: inline-block; vertical-align: top; margin-right: 8px; }

.contacts-card__mail i { font-size: 18px; }

.card-organization { background: #FFFFFF; -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.08); box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.08); -webkit-border-radius: 10px; border-radius: 10px; padding: 34px 29px 17px; width: 380px; }

.card-organization__item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 16px; line-height: 150%; }

.card-organization__label { color: #898989; margin-right: 15px; }

.card-organization__label, .card-organization__value { display: inline-block; margin-bottom: 7px; }

.card-organization__title { font-weight: 500; font-size: 22px; line-height: 120%; margin-bottom: 10px; }

.card-organization__label_1 { font-size: 14px; margin-bottom: 4px; }
/* Врменное */


/* Цена */


/* .woocommerce-Price-amount bdi{display: flex;gap: 5px;flex-direction: row;align-items: center;} */
.woocommerce-Price-currencySymbol{ margin-left: 5px; }
.woocommerce form .form-row { padding: 0 !important; }
.woocommerce-billing-fields__field-wrapper .input-text {
    border: 2px solid #C9C9C9;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #131313;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    font-family: Roboto, arial, sans-serif;
    width: 100%;
    height: 50px;
    -webkit-transition: border .3s ease-in;
    -o-transition: border .3s ease-in;
    transition: border .3s ease-in;
} 
.woocommerce-billing-fields__field-wrapper .input-text { border: 1px solid #C9C9C9 !important; }
.woocommerce form .form-row { margin: 0 0 10px !important; }
body.single-post ul {
	list-style-type: disc;
  padding-left: 20px;
  }
  
  bodysingle-post li {
	list-style-type: unset;
  }


  .banner-post {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	box-shadow: 0px 1px 4px 0px rgb(227, 235, 252);
	background: rgb(255, 255, 255);
	border-radius: 15px;
	gap: 16px;
	margin-bottom: 25px;
}

.message {
	display: flex;
	flex-direction: row;
	align-content: flex-start;
	align-items: flex-start;
	gap: 7px;
}

.message img {
	height: 40px;
	width: auto;
}

.banner-post-text {
	border-radius: 15px;
	background: rgb(235, 253, 213);
	padding: 12px 22px;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: flex-start;
	gap: 5px;
}

.post-text-head {
	color: rgb(29, 27, 32);
	font-size: 12px;
	font-weight: 500;
	line-height: 15px;
	text-align: left;
	padding: 0;
}

.post-text-main {
	color: rgb(108, 108, 108);
	font-size: 12px;
	font-weight: 500;
	line-height: 15px;
	text-align: left;
	padding: 0;
}

.link-to-post {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 5px 10px 5px 10px;
	border-radius: 20px;
	background: rgb(237, 242, 254);
}

.link-to-post a {
	flex: none;
	order: 0;
	flex-grow: 0;
	margin: 0px 10px;
	color: rgb(0, 0, 0);
	font-size: 12px;
	font-weight: 500;
	line-height: 15px;
	text-align: left;
}
.link-to-post a:hover {
	color: rgb(87 164 255);
}