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

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	font-family: 'Proxima Nova', sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #333;
	overflow-x: hidden;
	margin: 0;
	background-color: #f4f4f4;
}
button {
	cursor: pointer;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
}
a, button, input, img {
	transition: all 0.3s;
}
h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.wrapper {
	padding-top: 165px;
	overflow: hidden;
}
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 {
	background-color: #ffffff;
	box-shadow: 0px 6px 10px 0px rgba(204,204,204,0.4);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	transition: all 0.3s;
}
.logo-wrap {
	display: flex;
	align-items: center;
}
.logo {
	display: inline-block;
}
.logo img {
	max-width: 100%;
	height: auto;
}
.logo-descr {
	font-size: 13px;
	line-height: 20px;
	max-width: 130px;
}
.logo-wrap .logo-descr {
	margin-left: 15px;
}
.header-top__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.dropdown-location {
	font-size: 14px;
	line-height: 21px;
	padding-left: 24px;
	margin: 0 auto;
	cursor: pointer;
	position: relative;
}
.dropdown-location strong {
	font-weight: 600;
	display: block;
}
.dropdown-location__content {
	padding: 20px 30px;
	font-size: 14px;
	line-height: 21px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 200px;
	background-color: #ffffff;
	box-shadow: 0px 6px 10px 0px rgb(236 132 1 / 20%);
	border-radius: 10px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.1s;
}
.dropdown-location:hover .dropdown-location__content {
	visibility: visible;
	opacity: 1;
}
.dropdown-location__content li {
	margin-bottom: 10px;
}
.dropdown-location__content a {
	color: #333;
}
.dropdown-location__arrow {
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 0;
}
.contacts-links {
	margin: 0 auto;
}
.phone-main {
	line-height: 1.2;
	font-weight: 600;
	color: #333333;
}
a .fa-whatsapp {
	color: #33ce62;
}
a .fa-viber {
	color: #7360f2;
}
.contacts-links .phone-main ~ a {
	margin-left: 10px;
}
.link-page {
	font-size: 14px;
	line-height: 1.2;
	border-bottom: 1px dashed #ff0000;
	color: #ff0000;
	display: inline-block;
	transition: all 0.3s;
}
.link-page:hover {
	border-color: transparent;
}
.contacts-links__top {
	margin-bottom: -6px;
}
.buttons-header {
	display: flex;
}
.btn-header {
	height: 56px;
	width: 92px;
	padding: 8px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: space-between;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 300;
	color: #333333;
	border-right: 1px solid #eee;
	position: relative;
}
.btn-header:hover {
	color: #ff0000;
}
.btn-header:hover img {
	filter: invert(0.5) sepia(1) hue-rotate(322deg) saturate(5) brightness(1);
}
.btn-header img {
	max-height: 20px;
}
.btn-header__value {
	top: 1px;
	right: 22px;
	width: 20px;
	height: 20px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #ff0000;
	border-radius: 50%;
	position: absolute;
}
.btn-header:last-child {
	border: none;
}
.header-top {
	padding-top: 20px;
	padding-bottom: 14px;
	border-bottom: 1px solid #eeeeee;
}
.menu {
	margin: 0 60px;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.menu a {
	transition: all 0.3s;
	color: #333333;
	border-bottom: 1px solid transparent;
}
.menu a:hover {
	color: #ff0000;
	border-color: #ff0000;
}
.header-bottom__wrap {
	padding: 13px 0;
	display: flex;
	align-items: center;
}
.search-main {
	width: 305px;
	position: relative;
}
.search-main input {
	height: 48px;
	padding: 0 18px;
	padding-right: 60px;
	font-size: 13px;
	line-height: 20px;
	font-weight: 300;
	color: #333333;
	font-family: 'Proxima Nova';
	background-color: #ffffff;
	border: 1px solid rgba(204,204,204,0.69);
	border-radius: 6px;
	width: 100%;
}
.btn-search {
	width: 50px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	background-color: transparent;
	position: absolute;
	top: 0;
	right: 0;
}
.btn-search img {
	max-width: 16px;
}
.btn.btn-outline-secondary,
.btn.btn-primary,
.btn-main {
	font-size: 16px;
	line-height: 1.2;
	padding: 0 27px;
	height: 52px;
	background-color: #ff0000;
	border-radius: 10px;
	font-weight: 600;
	color: #ffffff;
	font-family: 'Proxima Nova';
	border: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
}
.btn.btn-outline-secondary:hover,
.btn.btn-primary:hover,
.btn-main:hover {
	background-color: #d00000;
}
/*Style Sandwich*/
.btn_nav {
	display: none;
	border: none;
	z-index: 60;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	vertical-align: middle;
	position: relative;
}
.btn_nav:hover {
	opacity: 1;
} 
.btn-main_catalog {
	height: 48px;
	padding: 0 20px;
}
.btn-main_catalog .sandwich {
	margin-right: 10px;
}
.btn-main_catalog .sandwich span {
	display: block;
}
.btn-main_catalog .sandwich {
	width: 36px;
	height:36px;
	padding-top: 6px;
	margin: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 20;
	cursor: pointer;
}
.btn-main_catalog .sw-topper {
	position: relative;
	top: 4px;
	width: 20px;
	height: 2px;
	display: block;
	background-color: #fff;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
	/* transition-delay: 0.2s, 0s; */
}
.btn-main_catalog .sw-bottom {
	position: relative;
	top: 9px;
	width: 20px;
	height: 2px;
	display: block;
	background-color: #fff;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
	transition-delay: 0.2s, 0s;
}
.btn-main_catalog .sw-footer {
	position: relative;
	top: 14px;
	width: 20px;
	height: 2px;
	display: block;
	background-color: #fff;
	border: medium none;
	transition: all 0.5s;
	transition-delay: 0.1s;
}
.btn-main_catalog .sandwich.active .sw-topper {
	top: 11px;
	transform: rotate(45deg);
}
.btn-main_catalog .sandwich.active .sw-bottom {
	opacity: 0;
}
.btn-main_catalog .sandwich.active .sw-footer {
	top: 7px;
	transform: rotate(-45deg);
}
.billbord {
	padding: 88px 0;
	background-color: #f4f4f4;
}
.slider-billbord {
	margin-right: -60px;
	position: relative;
	z-index: 1;
}
.slider-billbord::after {
	position: absolute;
	display: block;
	content: " ";
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	background-image: url(../img/bg_billbord.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #ffffff;
	box-shadow: 0px 10px 20px 0px rgba(204,204,204,0.4);
	border-radius: 20px;
	z-index: -1;
}
.item-billbord__name {
    font-size: 34px;
    margin-bottom: 20px;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: 0.025em;
	color: #333333;
}
.item-billbord__title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 18px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	color: #333333;
}
.item-billbord {
	font-size: 20px;
	line-height: 32px;
	border-radius: 20px;
	overflow: hidden;
}
.item-billbord__left {
	padding-left: 60px;
}
.item-billbord p {
	margin-bottom: 15px;
}

.link-main {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
	color: #055192;
	display: inline-flex;
	align-items: center;
}
.link-main i {
	font-size: 16px;
	margin-left: 11px;
	transition: all 0.3s;
}
.link-main:hover i {
	transform: translateX(5px);
}
.item-billbord__image img {
	max-height: 405px;
	margin: 0 auto;
	height: auto;
}
.slick-arrow {
	width: 40px;
	height: 40px;
	font-size: 13px;
	top: 50%;
	color: #333333 !important;
	background-color: rgba(51,51,51,0.0);
	border: 1px solid rgba(153,153,153,0.69);
	border-radius: 50%;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slick-arrow:hover:not(.slick-disabled) {
	background-color: rgba(51,51,51,0.2);
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
.slick-disabled {
	border-color: #999;
	color: #999 !important;
}
.slick-arrow::before {
	display: none;
}
.arrows-bottom .slick-arrow {
	bottom: -56px;
	left: 0;
	transform: none;
	top: auto;
}
.arrows-bottom .slick-next {
	left: 51px;
}
.billbord-main__title {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 50px;
	font-weight: 600;
	letter-spacing: 0.025em;
}
.billbord-main__title span {
	font-size: 36px;
	text-transform: uppercase;
}
.billbord-main {
	padding: 50px 30px;
	margin-left: 50px;
	margin-top: 0;
	background-color: #fafafa;
	background-image: url(../img/bg_billbord_main.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 20px;
	min-height: 404px;
	position: relative;
	z-index: 1;
}
.billbord-main .link-main {
	margin-top: 50px;
}
.billbord-main__image {
	bottom: 5px;
	right: 0;
	position: absolute;
}
.head-section {
	padding: 38px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.btn-page {
	font-size: 14px;
	line-height: 1.2;
	padding: 0 32px;
	font-weight: 400;
	color: #055192;
	height: 48px;
	background-color: transparent;
	border: 1px solid rgba(204,204,204,0.69);
	border-radius: 6px;
	font-family: 'Proxima Nova';
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: all 0.3s;
}
.btn-page:hover {
	background-color: #055192;
	border-color: #055192;
	color: #fff;
}
.title-section {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0.025em;
}
.item-category {
	font-size: 24px;
	line-height: 1.2;
	padding: 15px;
	padding-bottom: 35px;
	font-weight: 400;
	color: #333333;	
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	height: 310px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: space-between;
	flex-direction: column;
}
.item-category:hover {
	color: #ff0000;
}
.item-category__image {
	height: 235px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.item-category__image img {
	max-width: 100%;
	max-height: 100%;
}
.row_categories {
	margin: 0;
}
.row_categories > div {
	padding: 0;
}
.row_categories > div:nth-last-child(-n+4) .item-category {
	border-bottom: none;
}
.row_categories > div:nth-child(4n) {
	border-right: 1px solid #eee;
}
.categories {
	padding-bottom: 50px;
	background-color: #fff;
}
.catalog {
	padding-top: 37px;
	padding-bottom: 80px;
	background-color: #f4f4f4;
}
.catalog .title-section {
	margin-bottom: 35px;
}
.billbord-catalog {
	height: 540px;
	position: relative;
	display: block;
	z-index: 2;
	color: #fff;
}
.billbord-catalog img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	-webkit-transition: all 0.3s; 
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.billbord-catalog__content {
	padding: 180px 35px;
	padding-right: 80px;
	padding-bottom: 40px;
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.billbord-catalog__text {
	display: block;
}
.billbord-catalog .link-main {
	margin-top: auto;
	color: #fff;
}
.billbord-catalog .title-section {
	margin-bottom: 20px;
	display: block;
}
.wrap-catalog {
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
	z-index: 1;
}
.wrap-catalog::before {
	position: absolute;
	display: block;
	content: " ";
	left: -139px;
	top: 0;
	bottom: 0;
	right: -10000px;
	z-index: -1;
	background-color: #fff;
	border-radius: 20px;
}
.item-catalog__image {
	height: 235px;
	padding: 0 15px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-catalog__image img {
	max-width: 100%;
	max-height: 100%;
}
.item-catalog {
	padding-top: 20px;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
	border: 1px solid rgba(204,204,204,0.69);
	border-radius: 15px;
	position: relative;
}
.row_catalog {
	margin: 0 -13px;
}
.row_catalog > div {
	padding: 0 13px;
	margin-bottom: 25px;
}
.code-product {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 8px;
	font-weight: 300;
	color: #333333;
}
.item-catalog__content {
	padding: 0 22px;
	padding-bottom: 20px;
}
.item-catalog__title {
	line-height: 24px;
	font-weight: 600;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	color: #333333;
	display: block;
}
.item-catalog__bottom {
	padding: 22px;
	margin-top: auto;
	min-height: 153px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	border-top: 1px solid #dbdbdb;
}
.price-old {
	font-size: 14px;
	line-height: 1.2;
	text-decoration: line-through;
	color: #999999;
}
.price-main {
	font-size: 20px;
	font-weight: 700;
	color: #055192;
}
body .basket-item-price-difference,
body .basket-coupon-block-total-price-difference,
.sale-catalog {
	font-size: 13px;
	line-height: 20px;
	color: #055192;
	padding: 4px 10px;
	background-color: #eeeeee;
	border-radius: 3px;
}
.item-catalog__prices {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.quantity {
	width: 124px;
	height: 40px;
	background-color: #ffffff;
	border: 1px solid rgba(204,204,204,0.69);
	border-radius: 6px;
	display: flex;
}
.quantity-button {
	width: 40px;
	border: none;
	flex: none;
	background-color: transparent;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600;
	color: #333333;
	display: flex;
	align-items: center;
	font-family: 'Proxima Nova';
	justify-content: center;
	cursor: pointer;
}
.quantity input {
	flex: 1;
	width: 100%;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
	color: #333333;
	border: none;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	text-transform: uppercase;
	font-family: 'Proxima Nova';
	text-align: center;
	background-color: transparent;
}

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-catalog__buttons {
	padding-top: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.item-catalog .btn-main {
	font-size: 14px;
	height: 40px;
}
.list-status {
	top: 13px;
	left: 13px;
	display: flex;
	position: absolute;
}
.item-status {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
	color: #ffffff;
	padding: 6px 12px;
	background-color: #83c647;
	border-radius: 6px;
	margin-right: 5px;
}
.item-status_percent {
	background-color: #ffc104;
}
.buttons-item {
	top: 17px;
	right: 17px;
	display: flex;
	align-items: center;
	position: absolute;
	z-index: 2;
}
.btn-item {
	margin-left: 15px;
	display: inline-block;
}
.btn-item img {
	height: 15px;
}
.item-status_hit {
	background-color: #fe3535;
}
.slider-billbord-min {
	padding-bottom: 20px;
	margin-top: 130px;
	position: relative;
	z-index: 2;
}
.consultation-block {
	padding: 65px 60px;
	color: #fff;
	background-image: url(../img/bg_consultation.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 20px;
	background-size: cover;
}
.consultation-block__title {
	font-size: 45px;
	line-height: 46px;
	padding-bottom: 10px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.025em;
}
.consultation-block__descr {
	font-size: 36px;
	line-height: 1.2;
	padding-bottom: 20px;
	letter-spacing: 0.025em;
}
.consultation-block__text {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 50px;
}
.line-form {
	display: flex;
	align-items: center;
}
.line-form .item-form {
	width: 305px;
	margin: 0;
	margin-right: -20px;
}
.item-form {
	margin-bottom: 12px;
}
.bx-authform-input-container .input,
.item-form input,
.item-form textarea {
	height: 52px;
	background-color: #ffffff;
	border-radius: 6px;
	border: none;
	font-size: 13px;
	line-height: 20px;
	padding: 0 18px;
	color: #333333;
	font-family: 'Proxima Nova';
	width: 100%;
}
.item-form textarea {
	padding-top: 15px;
	height: 94px;
	resize: none;
}
.consultation {
	padding-bottom: 88px;
}
.catalog_reverse .col-lg-9 {
	order: -1;
}
.catalog_reverse .wrap-catalog::before {
	left: -10000px;
	right: -139px;
}
.catalog_reverse .arrows-bottom .slick-arrow {
	right: 0;
	left: auto;
}
.catalog_reverse .arrows-bottom .slick-prev {
	right: 51px;
}
.brands {
	padding-bottom: 70px;
}
.brands .title-section {
	padding-bottom: 20px;
}
.item-brand {
	height: 164px;
	padding: 20px;
	background-color: #ffffff;
	margin: 15px;
	margin-bottom: 25px;
	box-shadow: 0px 10px 20px 0px rgba(204,204,204,0.4);
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-brand img {
	max-width: 100%;
	max-height: 100%;
}
.slider-brands {
	margin: 0 -15px;
}
.slider-brands .slick-prev {
	left: -40px;
}
.slider-brands .slick-next {
	right: -40px;
}
.bottom-button {
	padding-top: 15px;
	text-align: center;
}
.block-articles {
	padding: 43px;
	padding-bottom: 70px;
	background-color: #ffffff;
	border-radius: 20px;
}
.item-article__image {
	height: 241px;
	width: 100%;
	margin-bottom: 35px;
	box-shadow: 0px 10px 20px 0px rgba(204,204,204,0.4);
	border-radius: 15px;
	display: block;
}
.item-article__image img {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	-webkit-transition: all 0.3s; 
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.item-article__name {
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 1.2;
	display: block;
	color: #333333;
}
.item-article__name:hover {
	color: #f00;
}
.item-article__content {
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.item-article p {
	margin-bottom: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.item-article {
	min-height: 100%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.item-article .link-main {
	margin-top: auto;
}
.block-articles .title-section {
	margin-bottom: 30px;
	font-weight: 600;
}
.row_articles {
	margin: 0 -25px;
}
.row_articles > div {
	padding: 0 25px;
}
.video-main {
	display: inline-block;
	position: relative;
}
.video-main img {
	border-radius: 15px;
	max-width: 100%;
	height: auto;
}
.video-main__play {
	width: 61px;
	height: 61px;
	font-size: 22px;
	background-color: #ff0000;
	border-radius: 50%;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: all 0.3s;
}
.video-main:hover .video-main__play {
	transform: scale(1.04);
}
.about {
	padding-top: 70px;
}
.about .title-section {
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: 600;
}
.about p {
	margin-bottom: 20px;
}
.item-advantage {
	padding: 22px 25px;
	min-height: 100%;
	line-height: 24px;
	background-color: #ffffff;
	border-radius: 15px;
}
.item-advantage p {
	margin: 0;
}
.item-advantage__icon {
	width: 45px;
	height: 45px;
	margin-bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-advantage__icon img {
	max-width: 100%;
	max-height: 100%;
}
.item-advantage__title {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 15px;
	letter-spacing: 0.025em;
	color: #055192;
}
.row_advantages {
	margin: 0 -20px;
}
.row_advantages > div {
	padding: 0 20px;
	margin-top: 20px;
}
.about .row_advantages {
	margin-top: 30px;
}
.news {
	padding-top: 20px;
	padding-bottom: 56px;
}
.item-article__date {
	line-height: 1.2;
	margin-bottom: 15px;
	color: #055192;
	display: block;
}
.footer {
	font-size: 14px;
	line-height: 21px;
	padding-top: 40px;
	background-color: #f1f1f1;
}
.footer__nav_big a,
.footer__title {
	font-size: 16px;
	margin-bottom: 20px;
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: 600;
}
.footer__nav a {
	color: #333333;
	border-bottom: 1px solid transparent;
	transition: all 0.3s;
}
.footer__nav a:hover {
	border-color: #333;
}
.footer__nav li {
	margin-bottom: 15px;
}
.footer__nav_big a {
	margin: 0;
}
.footer__content p a {
	color: #333;
}
.footer__content strong {
	font-weight: 600;
}
.requisites {
	line-height: 22px;
}
.footer__bottom {
	padding: 12px 0;
	font-size: 13px;
	line-height: 16px;
	font-weight: 300;
	color: #999999;
	margin-top: 15px;
	border-top: 1px solid rgba(153,153,153,0.2);
}
.footer__bottom a {
	color: #999999;
}
.create {
	letter-spacing: 0.25px;
	display: inline-flex;
	align-items: center;
}
.create img {
	max-width: 60px;
	margin-left: 10px;
}
.btn_top {
	font-size: 20px;
	float: right;
	position: relative;
	color: #fff !important;
	width: 50px;
	height: 50px;
	text-align: center;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #333;
	z-index: 300;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn_top:hover {
	background-color: #000;
}
.list-social {
	display: flex;
	align-items: center;
}
.list-social a {
	width: 41px;
	height: 41px;
	font-size: 18px;
	background-color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.list-social a img {
	max-width: 100%;
	max-height: 100%;
}
.list-social li {
	margin-right: 20px;
}
.list-social li:last-child {
	margin-right: 0;
}
.footer .logo-descr {
	margin-top: 10px;
	margin-bottom: 25px;
}
.text-footer {
	font-size: 12px;
	line-height: 1.2;
	max-width: 212px;
	font-weight: 300;
	color: #999999;
}
.footer .list-social {
	margin-bottom: 35px;
}
.fixed-consult {
	padding: 45px 30px;
	padding-bottom: 35px;
	max-width: 239px;
	color: #fff;
	background-color: #333333;
	background-image: linear-gradient(180.0deg, #dd0106 -7%, #aa0314 108%);
	border-radius: 0px 15px 15px 0px;
	position: fixed;
	bottom: 60px;
	left: 0;
	z-index: 800;
}
.fixed-consult__title {
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0.025em;
	color: #ffffff;
	display: block;
}
.fixed-consult__image {
	position: absolute;
	bottom: 100%;
	margin-bottom: -27px;
	left: 0;
	right: 0;
}
.fixed-consult__image img {
	max-width: 100%;
	margin: 0 auto;
}
.header.nav-up {
	transform: translateY(-185px);
}
.header.nav-down {
	transform: translateY(0px);
}
.btn_nav-menu .sandwich {
	padding-top: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.btn_nav-menu .sandwich span {
	display: block;
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #ff0000;
	border-left: 2px solid #ff0000;
	margin: -2px; 
	animation: bottom-header__open-btn 1s infinite;
	float: left;
}
.btn_nav-menu .sandwich span:nth-child(2){
	animation-delay: -0.1s;
}
.btn_nav-menu .sandwich span:nth-child(3){
	animation-delay: -0.2s;
}
@keyframes bottom-header__open-btn {
	0%{
		opacity: 0;
		transform: rotate(45deg) translate(-0px,-0px);
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		transform: rotate(45deg) translate(0px,0px);
	}
}
.buttons-mobile {
	display: none;
}
.footer__title i {
	display: none;
}
.slick-dots {
	bottom: 0;
	left: 0;
	width: 100%;
}
.slick-dots li {
	width: 10px;
	height: 10px;
}
.slick-dots li button {
	width: 10px;
	height: 10px;
	background-color: #ff0000;
	border-radius: 50%;
	padding: 0;
	border: none;
	transition: all 0.3s;
	opacity: 0.7;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
	opacity: 1;
}
.news-page {
	padding-top: 35px;
	padding-bottom: 40px;
}
.news-page .title-section {
	padding-bottom: 35px;
}
.news-page .row_articles > div {
	margin-bottom: 55px;
}
.item-article_image .item-article__content {
	padding: 50px 40px;
	padding-right: 35px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background-color: rgba(25, 36, 42, 0.5);
}
.item-article_image .item-article__image {
	height: 100%;
	margin: 0;
}
.item-article_image .item-article__date,
.item-article_image .link-main,
.item-article_image .item-article__name,
.item-article_image {
	color: #fff;
}
.item-article_image {
	position: relative;
	height: 100%;
}
.news-page .block-articles {
	padding-bottom: 20px;
}
.pager {
	margin: 0 -15px;
	margin-top: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.page-numbers {
	font-size: 20px;
	line-height: 26px;
	color: #828282;
	margin: 0 15px;
	font-weight: 600;
	transition: all 0.3s;
}
.page-numbers:hover,
.page-numbers.current {
	color: #000;
}
.prev.page-numbers,
.next.page-numbers {
	width: 40px;
	height: 40px;
	background-color: rgba(51,51,51,0.0);
	border: 1px solid rgba(153,153,153,0.69);
	border-radius: 50%;
	font-size: 13px;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	top: 0;
}
.prev.page-numbers:hover,
.next.page-numbers:hover {
	box-shadow: 0px 6px 10px 0px rgba(236,132,1,0.4);
}
.prev.page-numbers {
	left: 0;
}
.next.page-numbers {
	right: 0;
}
.breadcrumbs {
	font-size: 13px;
	line-height: 20px;
	padding-top: 27px;
	padding-bottom: 40px;
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}
.breadcrumbs li {
	position: relative;
}
.breadcrumbs li::after {
	position: relative;
	display: inline-block;
	content: "/";
	margin: 0 10px;
}
.breadcrumbs a {
	color: #333;
	transition: all 0.3s;
	border-bottom: 1px solid transparent;
}
.breadcrumbs a:hover {
	border-color: #333;
}
.breadcrumbs li:last-child::after {
	display: none;
}
.article h1 {
	font-size: 36px;
	line-height: 46px;
	margin-bottom: 25px;
	font-weight: 600;
	letter-spacing: 0.025em;
}
.article__content img {
	max-width: 100%;
	height: auto;
}
.article__content h1 + img {
	margin-bottom: 35px;
	box-shadow: 0px 10px 20px 0px rgba(204,204,204,0.4);
	border-radius: 15px;
}
.article__content time {
	margin-bottom: 25px;
	color: #055192;
	display: block;
}
.article__content h2 {
	font-size: 24px;
	margin-bottom: 22px;
	line-height: 1.2;
}
.article__content p {
	margin-bottom: 30px;
}
.article__content blockquote {
	font-size: 18px;
	padding: 45px 75px;
	font-weight: 600;
	margin: 0;
	margin-bottom: 30px;
	position: relative;
	background-color: #f4f4f4;
	border-radius: 15px;
}
.article__content blockquote p:last-child {
	margin-bottom: 0;
}
.article__content blockquote::before {
	position: absolute;
	display: block;
	content: " ";
	width: 4px;
	top: 28px;
	bottom: 28px;
	left: 30px;
	background-color: #ff0000;
}
.article__content li {
	padding-left: 20px;
	position: relative;
}
.article__content li::before {
	content: "•";
	position: absolute;
	top: 0;
	left: 0;
}
.article__content strong {
	font-weight: 600;
}
.article .block-articles {
	padding-top: 33px;
}
.article .item-article {
	margin-bottom: 55px;
	min-height: initial;
}
.article .item-article_image {
	height: 340px;
}
.title-sidebar {
	font-size: 30px;
	margin-top: 40px;
	margin-bottom: 35px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0.025em;
}
.article {
	padding-bottom: 48px;
}
.contacts {
	padding-top: 35px;
	padding-bottom: 60px;
}
.contacts .title-section {
	padding-bottom: 35px;
}
.contacts-block {
	padding-top: 40px;
	padding-bottom: 36px;
	line-height: 21px;
	position: relative;
}
.contacts-block::after {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	bottom: -135px;
	right: -160px;
	left: -10000px;
	background-color: #ffffff;
	border-radius: 20px;
	z-index: -1;
}
.contacts-block p a {
	color: #333333;
}
.title-contact {
	font-size: 18px;
	margin-bottom: 8px;
	line-height: 1.2;
	font-weight: 600;
	text-transform: uppercase;
}
.title-contact:not(:first-child) {
	margin-top: 22px;
}
#map {
	height: 417px;
	background-color: #ccc;
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 1;
}
.form-page {
	padding: 37px 48px;
	padding-left: 60px;
	position: relative;
	z-index: 1;
	color: #fff;
}
.form-page::before {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	right: -1000px;
	bottom: 0;
	background-color: #19242a;
	border-radius: 20px;
	z-index: -1;
}
.title-form {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 25px;
	font-weight: 400;
	letter-spacing: 0.025em;
	text-align: center;
}
.checkbox {
	font-size: 13px;
	margin-top: 20px;
	line-height: 1.2;
	text-align: left;
}

.checkbox label input {
	position: absolute;
	z-index: -1;
	height: 1px !important;
	width: 1px !important;
	opacity: 0 !important;
	margin: 12px 2px 0 7px !important;
}
.checkbox label > span {
	position: relative;
	padding: 5px 0 0 23px;
	display: block;
	cursor: pointer;
}
input[type=checkbox].sale-accountpay-pp-company-checkbox::before,
input[type='checkbox'].bx-soa-pp-company-checkbox::before,
.checkbox label > span:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid rgba(17,28,38,0.69);
	transition: .2s;
}
input[type=checkbox].sale-accountpay-pp-company-checkbox::after,
input[type='checkbox'].bx-soa-pp-company-checkbox::after,
.checkbox label > span:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 0px;
	width: 15px;
	height: 15px;
	content: "\f00c";
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	background-image: none;
	color: #59a84b;
	font-size: 7px;
	opacity: 0;
	transition: .2s;
}
input[type=checkbox].sale-accountpay-pp-company-checkbox:checked::after,
input[type='checkbox'].bx-soa-pp-company-checkbox:checked::after,
.checkbox label input:checked + span:after {
	opacity: 1;
}
.checkbox-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}
.contacts .form-page {
	margin-bottom: -95px;
	position: relative;
	z-index: 2;
}
.form-page .btn-main {
	width: 100%;
}
.form-page .checkbox label > span:before {
	border-color: #fff;
}
.form-page .checkbox label > span:after {
	color: #eb6402;
}
.contacts .list-social a {
	background-color: #f4f4f4;
}
.contacts .list-social {
	margin-top: 20px;
}
.categories-page__wrap {
	padding-top: 30px;
	padding-bottom: 100px;
	background-color: #fff;
}
.unit-category {
	padding: 36px 34px;
	min-height: 477px;
	border: 1px solid #E0E0E0;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	transition: all 0.3s;
	overflow: hidden;
	z-index: 1;
}
.unit-category:hover {
	box-shadow: 0px 1px 0px rgba(17, 17, 26, 0.1), 0px 8px 24px rgba(17, 17, 26, 0.1), 0px 16px 48px rgba(17, 17, 26, 0.1);
}
.unit-category__title {
	font-size: 24px;
	line-height: 31px;
	margin-bottom: 25px;
	color: #000;
	font-weight: 600;
	display: block;
	width: 100%;
}
.unit-category ul {
	font-size: 20px;
	line-height: 26px;
	width: 100%;
}
.unit-category ul li {
	margin-bottom: 10px;
}
.unit-category ul li a {
	color: #333333;
	transition: all 0.3s;
}
.unit-category ul li a span {
	color: #828282;
}
.unit-category ul li a:hover span,
.unit-category ul li a:hover {
	color: #f00;
}
.unit-category__more {
	font-size: 14px;
	line-height: 18px;
	color: #055091;
	margin-top: auto;
	position: relative;
	transition: all 0.3s;
}
.unit-category__more::before {
	position: absolute;
	display: block;
	content: " ";
	bottom: 0;
	top: 0;
	margin: auto;
	margin-right: 8px;
	right: 100%;
	width: 26px;
	height: 2px;
	background: #BDBDBD;
}
.unit-category__image {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.categories-page .title-section {
	padding-bottom: 50px;
}
.unit-category .link-main {
	left: 33px;
	bottom: 37px;
	opacity: 0;
	position: absolute;
}
.unit-category:hover .unit-category__more {
	opacity: 0;
}
.unit-category:hover .link-main {
	opacity: 1;
}
.row_units > div {
	margin-bottom: 35px;
}
.consultation-block_main {
	min-height: 100%;
	color: #000;
	border: 1px solid #E0E0E0;
	background-image: url(../img/bg_consultation2.jpg);
}
.consultation-block_main .consultation-block__title {
	padding-bottom: 20px;
	font-size: 40px;
	font-weight: 700;
}
.consultation-block_main .consultation-block__descr {
	font-size: 35px;
	padding-bottom: 30px;
	font-weight: 600;
}
.consultation-block_main .consultation-block__text {
	line-height: 26px;
	font-weight: 600;
}
.section-simple {
	padding: 80px 0;
}
.image-simple {
	height: 439px;
	border-radius: 20px;
}
.image-simple img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	-webkit-transition: all 0.3s; 
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.text-block {
	margin-right: 20px;
	padding-right: 30px;
	line-height: 21px;
	height: 354px;
	overflow: auto;
}
.text-block p {
	margin-bottom: 20px;
}
.text-block::-webkit-scrollbar {
	-webkit-appearance: none;
}
.text-block::-webkit-scrollbar:vertical {
	width: 2px;
}
.text-block::-webkit-scrollbar:horizontal {
	height: 2px;
}
.text-block::-webkit-scrollbar-thumb {
	background-color: #FE0000;
	border-radius: 10px;
}
.text-block::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #B1B8C2;
}
.section-simple .title-section {
	margin-bottom: 25px;
}
.item-tag {
	padding: 15px 25px;
	margin-right: 30px;
	line-height: 21px;
	color: #4F4F4F;
	display: inline-block;
	transition: all 0.3s;
	border-radius: 10px;
	background-color: #fff;
}
.tags-list .slick-disabled {
	visibility: hidden;	
}
.tags-list .slick-arrow {
	background-color: #fff !important;
}
.item-tag.active,
.item-tag.active span,
.item-tag:hover span,
.item-tag:hover {
	color: #055091;
}
.catalog-page .tags-list {
	margin-bottom: 37px;
}
.sidebard-catalog {
	background: #FFFFFF;
	border-radius: 20px;
}
.item-sidebar {
	border-top: 1px solid #E0E0E0;
}
.item-sidebar:first-child {
	border-top: none;
}
.item-sidebar__head {
	font-size: 20px;
	line-height: 26px;
	padding: 20px;
	font-weight: 600;
	color: #000;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.item-sidebar__head i {
	font-size: 16px;
	margin-left: 7px;
	color: #4f4f4f;
	transition: all 0.3s;
}
.item-sidebar.active .item-sidebar__head i {
	transform: rotate(180deg);
}
.item-sidebar__content {
	padding: 20px;
	padding-top: 0;
}
.checkbox_main {
	font-size: 18px;
	line-height: 23px;
}
.checkbox_main label > span:before {
	width: 20px;
	height: 20px;
	border-radius: 3px;
	border: 1px solid #828282;
	transition: all 0.3s;
}
.checkbox_main label > span:after {
	width: 20px;
	height: 20px;
	top: 5px;
	font-size: 14px;
	color: #055091;
	font-weight: 400;
} 
.checkbox_main label > span {
	padding: 2px 0 0 35px;
	transition: all 0.3s;
}
.checkbox_main label input:checked + span:before {
	border-color: #055091;
}
.checkbox_main label input:checked + span {
	color: #055091;
}
.checkbox_main {
	margin-top: 0;
	margin-bottom: 12px;
}
.list-sidebar {
	max-height: 363px;
	padding-right: 15px;
	overflow: auto;
}
.list-sidebar::-webkit-scrollbar {
	-webkit-appearance: none;
}
.list-sidebar::-webkit-scrollbar:vertical {
	width: 3px;
}
.list-sidebar::-webkit-scrollbar:horizontal {
	height: 3px;
}
.list-sidebar::-webkit-scrollbar-thumb {
	background-color: #055091;
	border-radius: 10px;
}
.list-sidebar::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #B1B8C2;
}
.range-controls {
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.input-range {
	width: 45%;
}
.input-range input {
	height: 44px;
	padding: 0 19px;
	background-color: #ffffff;
	border: 1px solid #BDBDBD;
	border-radius: 8px;
	width: 100%;
	font-size: 18px;
	line-height: 23px;
	color: #000;
	font-family: 'Proxima Nova';
}
.item-sidebar__content {
	padding: 20px;
	padding-top: 0;
	display: none;
}
.irs--flat .irs-line {
	height: 3px;
	background-color: #E0E0E0;
}
.irs--flat .irs-bar {
	height: 3px;
	background-color: #055091;
}
.irs-handle i {
	display: none !important;
}
.irs--flat .irs-handle {
	width: 16px;
	height: 16px;
	top: 19px;
	background-color: #055091;
	box-shadow: 0px 2px 5px -1px rgba(50, 50, 93, 0.25), 0px 1px 3px -1px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	border-radius: 50%;
}
.irs--flat .irs-handle::before {
	position: absolute;
	display: block;
	content: " ";
	height: 8px;
	width: 4px;
	background-color: #fff;
	border-radius:10px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.irs--flat .irs-min, .irs--flat .irs-max {
	display: none !important;
}
.range-catalog > input {
	position: absolute !important;
	display: block !important;
	top: 0 !important;
	left: 0 !important;
	width: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
	outline: none !important;
	z-index: -9999 !important;
	background: none !important;
	border-style: solid !important;
	border-color: transparent !important;
}
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
	top: 39px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	padding: 0;
	background: transparent;
	color: #000000;
	display: none;
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
	display: none;
}
.list-sidebar_2 {
	max-height: 175px;
}
.list-sidebar_3 {
	max-height: 282px;
}
.catalog-page .title-section {
	padding-bottom: 30px;
}
.btn.btn-outline-secondary,
.btn-main_page {
	background-color: #055091;
}
.btn.btn-outline-secondary:hover,
.btn-main_page:hover {
	background-color: #004179;
} 
.btn-main_transparent {
	border: 2px solid #055091;
	background-color: #fff;
	color: #055091;
}
.btn-main_transparent:hover {
	color: #fff;
	background-color: #055091;
}
.buttons-sidebar {
	padding: 30px 12px;
	padding-top: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.buttons-sidebar .btn-main {
	margin: 0 8px;
	flex: 1;
	padding: 0 4px;
}
.catalog-page {
	padding-bottom: 100px;
}
.sorting-wrap {
	display: flex;
	margin-bottom: 30px;
}
.item-sorting {
	font-size: 18px;
	line-height: 23px;
	padding: 15px 25px;
	margin-right: 30px;
	display: inline-flex;
	align-items: center;
	color: #333333;
	transition: all 0.3s;
	background-color: #fff;
	border-radius: 10px;
	cursor: pointer;
	position: relative;
}
.item-sorting::after {
	position: relative;
	content: "\f078";
	margin-left: 12px;
	font-size: 13px;
	-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;
	display: none;
}
.item-sorting.active::after {
	display: inline-block;
}
.catalog-page .item-catalog {
	border: none;
}
.catalog-page .pager {
	margin-top: 10px;
}
.btn-main_filter {
	display: none;
}
.modal-block {
	display: none;
}
.modal-wrap {
	padding: 50px 65px;
	padding-bottom: 65px;
	width: 426px;
	max-width: 100%;
	margin: 0 auto;
	border-radius: 25px;
	background-color: #fff;
	color: #333333;
}
.fancybox-skin {
	padding: 0 !important;
	background-color: transparent !important;
	box-shadow: none !important;
}
.fancybox-close {
	top: 12px;
	right: 14px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center; 
	font-size: 18px;
	color: #000;
	background-image: none !important;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 300;
	font-family: "Font Awesome 5 Pro";
}
.fancybox-close::before {
	content: "\f00d";
}
.fancybox-inner {
	overflow: visible !important;
}
.modal-wrap .item-form input,
.modal-wrap .item-form textarea {
	border: 1px solid #BDBDBD;
} 
.modal-wrap .item-form {
	margin-bottom: 25px;
}
.modal-wrap .title-form {
	font-size: 35px;
	line-height: 45px;
	margin-bottom: 20px;
	font-weight: 600;
}
.descr-form {
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 22px;
	text-align: center;
}
.modal-wrap .btn-main {
	margin-top: 10px;
	width: 100%;
}
.modal-wrap .checkbox {
	font-size: 11px;
}
.modal-wrap  .checkbox label > span:after {
	color: #FE0000;
}
.title-middle {
	font-size: 25px;
	line-height: 32px;
	font-weight: 600;
	color: #000;
}
.card {
	padding-top: 50px;
	padding-bottom: 70px;
	background-color: #fff;
}
.articul {
	font-size: 14px;
	line-height: 18px;
	color: #828282;
}
.buttons-card {
	display: flex;
	align-items: center;
}
.slider-nav__item {
	margin: 7px 0;
	height: 117px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #BDBDBD;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.3s;
}
.slider-nav__item:hover,
.slick-current .slider-nav__item {
	border-color: #055091;
}
.slider-for__item img,
.slider-nav__item img {
	max-width: 100%;
	max-height: 100%;
}
.slider-for__item {
	height: 485px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider-nav .slick-arrow {
	transform: rotate(90deg);
	left: 0;
	right: 0;
	margin: 0 auto;
}
.slider-nav .slick-prev {
	top: 0;
}
.slider-nav .slick-next {
	bottom: 0;
	top: auto;
}
.slider-nav {
	max-width: 120px;
	padding: 45px 0;
}
.card .btn-item img {
	height: 20px;
}
.card__top {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.card .title-middle {
	max-width: 76%;
	margin-bottom: 30px;
}
.feature {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 15px;
	max-width: 365px;
	color: #000;
	display: flex;
	align-items: center;
}
.feature__title {
	width: 230px;
	padding-right: 20px;
	flex: none;
}
.feature__value {
	color: #828282;
}
.price-card {
	font-size: 24px;
	line-height: 31px;
	font-weight: 600;
	color: #333333;
}
.price-card-old {
	font-size: 18px;
	line-height: 23px;
	text-decoration: line-through;
	color: #BDBDBD;
}
.card-prices {
	padding-top: 35px;
	padding-bottom: 40px;
	display: flex;
	align-items: center;
}
.card-prices .price-card {
	margin-right: 17px;
}
.card .tabs {
	margin-top: 60px;
}
.tabs {
	margin-bottom: 30px;
	display: flex;
	line-height: 21px;
	position: relative;
}
.tabs::after {
	position: absolute;
	display: block;
	content: " ";
	width: 1000%;
	left: 50%;
	transform: translateX(-50%);
	bottom: 1px;
	height: 1px;
	background-color: #CFCFCF;
}
.tabs a {
	border-bottom: 3px solid transparent;
	padding-bottom: 11px;
	display: inline-block;
	color: #000;
	transition: all 0.3s;
	position: relative;
	z-index: 1;
}
.tabs .active a {
	border-color: #FE0000;
}
.tabs li {
	margin-right: 70px;
}
.tabs li:last-child {
	margin-right: 0;
}
.text-page {
	line-height: 21px;
}
.text-page p {
	margin-bottom: 20px;
}
.text-page li {
	margin-bottom: 10px;
}
.text-page li::before {
	content: "•";
	margin-right: 5px;
}
.card .consultation-block_main .consultation-block__title {
	font-size: 35px;
	line-height: 45px;
}
.card .consultation-block_main .consultation-block__descr {
	font-size: 24px;
	line-height: 31px;
	padding-bottom: 22px;
}
.card .consultation-block_main .consultation-block__text {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 33px;
}
.card .line-form .item-form {
	width: 264px;
}
.card .consultation-block_main {
	padding: 40px;
	background-image: url(../img/bg_consultation3.jpg);
}
.tab-pane {
	display: none;
}
.tab-pane:first-child {
	display: block;
}
.table-main table {
	text-align: center;
	width: 100%;
	border-spacing: 0;
}
.table-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
}
.table-buttons .quantity {
	height: 29px;
	width: 120px;
	margin-right: 10px;
	flex: none;
}
.table-buttons .btn-main {
	height: 29px;
	padding: 0 22px !important;
}
.table-main td {
	padding: 6px 15px;
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}
.table-main td:first-child {
	border-left: 1px solid #E0E0E0;
}
.table-main caption {
	font-size: 14px;
	line-height: 18px;
	padding: 9px 10px;
	background: #F4F4F4;
	border-radius: 10px 10px 0px 0px;
}
.table-main th {
	padding: 7px 15px;
	border: 1px solid #E0E0E0;
	border-left: none;
	font-weight: 400;
}
.table-main th:first-child {
	border-left: 1px solid #E0E0E0;
}
.table-main td span {
	font-weight: 600;
	color: #055091;
}
.card .table-main {
	margin-top: 50px;
}
.table-main td:last-child {
	max-width: 178px;
}
.slider-catalog .slick-track {
	display: flex !important;
}
.slider-catalog .slick-slide {
	padding: 0 15px;
	height: inherit !important;
}
.slider-catalog {
	margin: 0 -15px;
	padding-bottom: 80px;
}
.slider-catalog .slick-arrow {
	bottom: 0;
	top: auto;
	transform: none;
}
.slider-catalog .slick-prev {
	left: 15px;
}
.slider-catalog .slick-next {
	right: 15px;
}
.recomendation {
	padding-top: 60px;
	padding-bottom: 100px;
}
.recomendation .title-section {
	padding-bottom: 45px;
}
.slider-catalog .item-catalog {
	border: none;
}
.head-basket {
	margin-bottom: 45px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.links-basket {
	display: flex;
	align-items: center;
}
.links-basket .link-doc {
	margin-left: 40px;
}
.link-doc {
	font-size: 20px;
	color: #828282;
	display: inline-flex;
	align-items: center;
}
.link-doc img {
	margin-right: 10px;
	transition: all 0.3s;
}
.link-doc:hover {
	color: #ff0000;
}
.link-doc:hover img {
	filter: invert(0.5) sepia(1) hue-rotate(322deg) saturate(5) brightness(1);
}
.basket-main {
	background: #FFFFFF;
	border-radius: 20px;
}
.basket-main td {
	padding: 35px 0;
	vertical-align: top;
	border-bottom: 1px solid #BDBDBD;
}
.basket-main table {
	width: 100%;
	border-spacing: 0;
}
.basket-main .list-status {
	margin-bottom: 11px;
	position: relative;
	top: 0;
	left: 0;
}
.image-basket {
	width: 122px;
	height: 114px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #E0E0E0;
	border-radius: 10px;
	padding: 3px;
	overflow: hidden;
}
.image-basket img {
	max-width: 100%;
	max-height: 100%;
}
.title-basket {
	line-height: 22px;
	margin-bottom: 5px;
	color: #000;
	display: block;
}
.feature-basket {
	margin-bottom: 5px;
	line-height: 22px;
}
.feature-basket span {
	color: #828282;
	margin-left: 4px;
}
.basket-main td:nth-child(1) {
	width: 190px;
}
.basket-main td:nth-child(2) {
	padding-right: 40px;
	width: 390px;
}
.basket-main td:nth-child(3) {
	width: 230px;
	padding-left: 20px;
}
.basket-main td:last-child {
	padding-right: 30px;
}
.basket-main table {
	table-layout: fixed;
}
.price-basket { 
	color: #828282;
	padding-top: 10px;
}
.basket-main .price-main {
	margin-bottom: 3px;
	font-weight: 400;
	color: #333;
}
.descr-price {
	font-size: 12px;
	line-height: 16px;
	padding-top: 10px;
	color: #000;
}
.remove-td {
	color: #828282;
	float: right;
	display: inline-block;
	cursor: pointer;
	transition: all 0.3s;
}
.restore-table:hover,
.clear-table:hover,
.remove-td:hover {
	color: #ff0000;	
}
.basket-bottom,
.basket-head {
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #BDBDBD;
}
.basket-head__title {
	font-size: 20px;
	border-bottom: 1px solid #000;
	display: inline-block;
	color: #000;
}
.restore-table,
.clear-table {
	font-size: 20px;
	color: #828282;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	transition: all 0.3s;
}
.restore-table i,
.clear-table i {
	font-size: 16px;
	margin-left: 10px;
}
.basket-bottom {
	border: none;
}
.basket-bottom__title {
	line-height: 22px;
	color: #828282;
}
.basket-bottom__title span {
	color: #000;
}
.basket-total {
	padding: 30px;
	padding-bottom: 50px;
	background: #FFFFFF;
	border-radius: 20px;
}
.basket-total__head {
	font-size: 22px;
	line-height: 29px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	font-weight: 600;
	color: #000;
	border-bottom: 1px solid #BDBDBD;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.basket-total .btn-main {
	width: 100%;
	padding: 0 10px;
}
.thanks {
	padding-top: 100px;
	padding-bottom: 220px;
	background-image: url(../img/bg_thanks.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.title-big {
	font-size: 45px;
	line-height: 58px;
	padding-bottom: 30px;
	font-weight: 600;
	color: #000;
}
.descr-big {
	font-size: 25px;
	line-height: 32px;
	color: #000;
}
.thanks .descr-big {
	padding-bottom: 50px;
	max-width: 487px;
}

/*bitrix basket*/

body .basket-items-list-header {
  background-color: #fff;
  border: none;
}
body .bx-basket * {
 font-family: 'Proxima Nova', sans-serif !important;
}
body .basket-item-info-name-link {
  font-size: 20px;
  font-weight: 600;
  color: #354954;
  text-decoration: none !important;
  transition: all 0.3s;
}
body .basket-checkout-container {
  border-color: #73c3ed;
    border: none;
    border-radius: 20px;
}
body .basket-coupon-block-total-price-current {
    font-size: 28px;
    font-weight: 700;
    color: #055192;
}
body .basket-item-block-amount {
  width: 96px;
  height: 33px;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #ebf3f7;
  border-radius: 6px;
}
body .basket-item-amount-filed, 
body .basket-item-block-amount.disabled .basket-item-amount-filed:hover {
  width: 32px;
  height: 30px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #354954;
  border: none;
  border-left: 1px solid #ebf3f7 !important;
  border-right: 1px solid #ebf3f7 !important;
}
body .basket-item-amount-btn-plus, 
body .basket-item-amount-btn-minus {
  width: initial;
  height: initial;
  flex: 1;
  font-size: 16px;
  line-height: 24px;
  border: none;
  background-color: transparent !important;
  font-weight: 400;
  color: #000000;
}
body .basket-item-amount-btn-plus::before, 
body .basket-item-amount-btn-minus::before {
  display: none;
}
body .basket-item-amount-btn-plus::after, 
body .basket-item-amount-btn-minus::after {
  left: 0;
  font-size: 18px;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent !important;
  top: 0;
  background-color: transparent;
}
body .basket-item-amount-btn-minus::after {
  content: "-";
}
body .basket-item-amount-btn-plus::after {
  content: "+";
}
body .basket-item-actions-remove {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; 
  font-size: 22px;
  opacity: 1;
  color: #354954;
  -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" !important;
  font-weight: 400;
}
body .basket-item-actions-remove:after,
body .basket-item-actions-remove:before {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  content: "\f1f8";
  transform: none !important;
}
body .basket-item-actions-remove:after {
  content: "";
  display: none;
}
body .basket-item-block-actions {
  opacity: 1;
}
body .basket-items-list-item-price {
  vertical-align: middle;
}
body .basket-items-list-item-amount {
  padding: 0 20px;
  vertical-align: middle;
}
body .basket-item-amount-field-description {
  display: none !important;
}
body .basket-item-block-price {
  padding-top: 0;
}
body .basket-items-list-item-remove {
  padding-top: 0 !important;
  vertical-align: middle;
}
body .basket-items-list-item-descriptions-inner {
  align-items: center;
}
body .basket-items-list-wrapper, 
body .basket-items-list-wrapper-compact {
  border-color: #73c3ed;
  border: none;
  border-radius: 20px;
    overflow: hidden;
}
body .basket-coupon-block-field-description {
  font-size: 14px;
  color: #354954;
  padding-bottom: 5px;
}
body .basket-items-list-item-price-for-one .basket-item-price-current {
  padding-top: 0px;
}
body .basket-item-actions-remove:hover:after, 
body .basket-item-actions-remove:hover:before {
  background-color: transparent;
}
body .basket-item-block-actions {
    opacity: 1;
}
body .basket-item-price-old {
    position: relative;
    top: 0;
}
body .basket-coupon-block-total-price-old,
body .basket-item-price-old-text {
    text-decoration: line-through;
}
body .basket-coupon-block-total-price-old::after,
body .basket-item-price-old-text::after {
    display: none;
}
body .basket-items-list-item-remove {
    display: table-cell !important;
    padding-left: 45px;
}
.page-basket {
    padding-top: 25px;
    padding-bottom: 45px;
}
.page-basket .title-section {
    padding-bottom: 20px;
}
body .basket-items-search-field {
    min-width: 365px;
}
body .basket-checkout-block-btn {
    padding-left: 50px;
}
body .basket-checkout-block-total-price {
    padding-left: 35px;
}
body .basket-checkout-container.basket-checkout-container-fixed {
    position: relative;
    top: 0;
}
body .basket-items-list-header.basket-items-list-header-fixed {
    position: relative;
    top: 0 !important;
}
body .basket-items-list-wrapper {
    padding-top: 0 !important;
}
body .basket-item-price-current-text {
        font-size: 20px;
    font-weight: 700;
    color: #055192;
}
body .basket-items-list {
    padding-bottom: 15px;
}
body .basket-item-price-difference {
    line-height: 15px;
}
body .basket-item-price-current {
    padding-top: 4px;
    margin-bottom: 4px;
}
.bx-soa-more-btn {
        padding: 0 35px;
        display: flex;
    align-items: center;
    justify-content: flex-end;
}

/*bitrix order*/

#bx-soa-orderSave {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#bx-soa-orderSave .btn  {
  margin-left: auto !important;
}
body .bx-soa-section {
        margin-bottom: 15px;
    border-radius: 20px;
}
.bx-soa-section.bx-step-completed, 
.bx-soa-section.bx-selected {
  border: none !important;
}
body .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td:last-child {
    padding-right: 20px;
}
body .bx-soa-section .bx-soa-section-title-count:after {
    color: #333;
    font-size: 16px;
}
body .bx-soa-section-title-container {
    background-color: #fff;
    border-radius: 20px;
}
body .bx-soa-section-title-container {
  padding: 18px;
}
.bx-soa-more-btn .bx-soa-more-btn .btn-outline-secondary {
  border-width: 2px;
}
body .bx-soa-section.bx-selected .bx-soa-section-title,
body .bx-soa-section-title {
  font-size: 16px;
  line-height: 21px;
  display: flex;
  font-weight: 700;
  color: #333;
}
body .bx-soa-section-title-count {
  font-size: 15px;
  line-height: 21px;
width: initial;
    height: initial;
  border-radius: 50%;
  padding: 0;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  border: none !important;
  color: #73c3ed;
}
.bx-soa-section .bx-soa-section-title-count:after {
 border: none !important;
}
.bx-soa-section .bx-soa-section-title-count:after {
  font-size: 15px;
  line-height: 21px;
  position: absolute;
  display: flex;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #73c3ed;
}
.bx-soa-section.bx-step-completed .bx-soa-section-title-count:after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: transparent;
}
body .bx-soa-section.bx-step-completed .bx-soa-section-title-count {
  background-color: transparent;
}
body .bx-soa-editstep {
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: all 0.3s;
}
body .bx-soa-editstep:hover {
  border-color:transparent;
}
.bx-soa-item-title a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #333;
  text-decoration: none !important;
}
body .bx-soa-item-td-text .bx-price {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
}
body .bx-soa-item-td-text .bx-price.all {
    font-size: 20px;
    font-weight: 700;
    color: #055192;
}
body .bx-price-old {
        font-size: 14px;
    font-weight: 400;
}
body .bx-soa-item-td-text {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
}
.bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td:first-child {
  width: 65%;
}
.bx-soa-item-properties.bx-text-right .bx-soa-item-td-title, .bx-soa-item-properties.bx-text-right .bx-soa-item-td-text {
  text-align: center;
}
body .bx-soa-item-img-block {
  width: 104px;
  float: none;
  flex: none;
}
body .bx-soa-section {
  border: none;
}
body .bx-soa-item-block {
  display: flex;
  align-items: center;
}
body .bx-soa-item-imgcontainer {
  border-color: #f3f5f9;
}
body .bx-soa-item-td {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  vertical-align: middle;
  border-top: 1px solid #f3f5f9 !important;
  border-bottom: 1px solid #f3f5f9;
}
body .bx-soa-item-td:first-child {
  border-left: 1px solid #f3f5f9;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding-left: 15px !important;
}
body .bx-soa-item-td:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-right: 1px solid #f3f5f9;
}
.bx-soa-item-table {
  border-spacing: 0 10px;
}
.bx-soa-section-content.container-fluid {
  padding: 15px;
}
body .bx-soa-section .row > .bx-selected {
  background-color: transparent;
  border: none;
}
body .bx-soa-section .bx-soa-pp-desc-container {
  padding-top: 0;
}
.bx-soa-section .row > .bx-selected .bx-soa-pp-company {
  background-color: #2089fc;
  color: #fff;
}
.bx-soa-section .row > .bx-selected .form-group label,
.bx-soa-section .row > .bx-selected .bx-soa-pp-company ul.bx-soa-pp-list,
.bx-soa-section .row > .bx-selected .bx-soa-pp-company .bx-soa-service-small,
.bx-soa-section .row > .bx-selected .bx-soa-pp-company .bx-price-old,
.bx-soa-section .row > .bx-selected .bx-soa-pp-company .bx-soa-pp-list-termin,
.bx-soa-section .row > .bx-selected .bx-soa-pp-company .fv-xxx-discount-desc {
  color: #fff;
}
.bx-soa-pp-company-desc span {
  background-color: transparent !important;
}
body .bx-soa-section .row > .bx-selected {
  border-color: transparent !important;
  background: transparent !important;
}
body .bx-soa-section .row .bx-soa-pp-company {
  padding: 10px 15px !important;
}

.bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
  border-color: #2089fc;
}
body .bx-soa-cart-total {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  border: none;
}
.bx-soa-cart-total-line {
  padding: 20px;
  border-top-color: #fff !important;
}
.bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
  font-weight: 700;
      color: #055192;
}
.bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-t {
  font-size: 14px;
  font-weight: 400;
}
.bx-soa-cart-total-line {
  font-size: 14px;
}
.bx-soa-cart-total .bx-soa-cart-total-line:first-child .bx-soa-cart-t {
  font-weight: 500;
}
.bx-soa-cart-total .bx-soa-cart-total-line:first-child .bx-soa-cart-d {
    font-size: 20px;
    font-weight: 700;
    color: #055192;
  border-radius: 8px;
}
body .bx-soa-cart-total-line.bx-soa-cart-total-line-highlighted {
        color: #055192;
    background-color: #eeeeee;
}
body .bx-soa-coupon {
        padding: 0 20px;
}
.bx-soa-more-btn .btn {
  margin-right: 15px;
      min-width: 150px;
}
body .bx-soa-section.bx-step-completed .bx-soa-section-title-count:after {
    color: #333;
}
body .bx-soa-section.bx-step-completed .bx-soa-section-title-count:before {
    display: none;
}
.bx-soa-more-btn .btn:last-child {
  margin-right: 0;
}
.btn {
  box-shadow: none !important;
}
.bx-selected .bx-soa-coupon-label {
  padding-top: 0;
  padding-bottom: 4px;
}
.bx-soa-coupon-input {
  top: 0;
}
.bx-soa .bx-soa-location-input-container {
  margin-bottom: 15px;
}
body .bx-step-completed .bx-soa-item-img-block {
  width: 104px;
}
body .sale-accountpay-pp-company-image,
body .bx-soa-pp-company-image {
    display: none;
}
body .sale-accountpay-pp-company-graf-container,
body .bx-soa-pp-company-graf-container {
    padding-top: 0;
        border: none;
}
body .sale-accountpay-pp-company-smalltitle,
body .bx-soa-pp-company-smalltitle {
    padding: 2px 0;
    text-align: left;
    padding-left: 30px;
    font-size: 14px;
    color: #333;
}
.bx-soa-pp-company-selected > img {
    display: none;
}
input[type=checkbox].sale-accountpay-pp-company-checkbox::before,
input[type='checkbox'].bx-soa-pp-company-checkbox::before {
    content: '';
    position: absolute;
    top: 0;
    left: -2px;
    background: #fff;
}
input[type=checkbox].sale-accountpay-pp-company-checkbox::after,
input[type='checkbox'].bx-soa-pp-company-checkbox::after {
        top: 0;
    left: -2px;
}
textarea.form-control {
        resize: none;
}
.form-group.bx-soa-customer-field {
    margin-bottom: 15px;
}
#bx-soa-orderSave .btn.btn-primary {
    display: inline-flex !important;
}
body .bx-soa-coupon-input input[type=text].form-control {
    height: 40px;
    border-radius: 6px;
    background-color: transparent;
}
body .bx-soa-coupon-input {
    top: 0;
    display: block;
    max-width: 400px;
}
body .bx-sls .form-control.dropdown-block, 
body .bx-slst .form-control.dropdown-block {
border: 1px solid #ced4da;
    background-color: #fff;
        border-radius: 0.25rem;
}
body .bx-sls .bx-ui-sls-fake, 
body .bx-sls .bx-ui-sls-route {
        font-family: 'Proxima Nova', sans-serif;
}
body .bx-sls .bx-ui-sls-fake, 
body .bx-sls .bx-ui-sls-route,
body .bx-sls .dropdown-block {
    height: 40px;
}
body .bx-sls .dropdown-icon {
    top: 13px;
}
body .bx-sls .dropdown-fade2white, 
body .bx-slst .dropdown-fade2white {
    top: 3px;
}
body .bx-sls .bx-ui-sls-loader {
    top: 5px;
}
body .bx-sls .bx-ui-sls-clear {
    top: 3px;
}
.page-personal > .container > .row.mb-3 > .col > a.mr-4,
.sale-order-detail-more-info-details-table a,
body .sale-order-list-cancel-payment,
body .sale-order-detail-hide-link,
body .sale-order-detail-payment-inner-row-template,
body .sale-order-detail > .col > .mb-3 > .col > a,
body .sale-order-detail > .col > .mb-3 > a,
body .btn.btn-link,
body .sale-order-detail-payment-options-methods-info-change-link,
body .sale-order-detail-more-info-more,
body .sale-order-detail-more-info-less,
body .sale-order-detail-show-link,
body .sale-order-list-change-payment,
.sale-order-list-cancel-link,
.sale-order-list-repeat-link,
.sale-order-list-about-link,
.bx-authform-link-container a,
.bx-sbb-empty-cart-desc a {
   	color: #055192; 
   	border-bottom: 1px #055192 solid;
   	text-decoration: none;
   	padding: 0;
   	border-radius: 0;
}
.bx-authform-link-container a:hover,
.bx-sbb-empty-cart-desc a:hover {
    border-color: transparent;
}
.sale-order-list-repeat-link:before {
    display: none;
}
.bx-authform-link-container a b {
    font-weight: normal;
}
body .bx-sbb-empty-cart-text {
    margin-bottom: 35px;
    color: #333;
    font-size: 36px;
    line-height: 33px;
    font-weight: 600;
}
.bx-authform-formgroup-container .btn {
    width: 100%;
}
.page-personal .title-section,
.page-auth .title-section {
    padding-bottom: 20px;
}
.page-personal,
.page-auth {
    padding-top: 30px;
    padding-bottom: 15px;
}
body .sale-personal-section-index-block {
    background: #ff0000;
        opacity: 1;
            border-radius: 10px;
}
body .sale-personal-section-index-block-ico {
    margin-bottom: 20px;
    display: block;
}
.sale-personal-section-index-block-name {
    font-size: 16px;
    font-weight: 700;
}
body .sale-order-list-title-container {
        color: #055192;
padding: 4px 10px;
    background-color: #eeeeee;
    border-radius: 3px;
    border: none;
}
body .sale-order-list-payment-title, 
body .sale-order-list-shipment-title {
        font-family: 'Proxima Nova', sans-serif;
}
body .page-personal * {
       font-family: 'Proxima Nova', sans-serif;
}
.page-personal h2 {
    font-weight: 700;
}
body .sale-order-detail-card-title {
    color: #333;
}
.sale-order-detail-order-item-title {
        font-size: 16px;
    font-weight: 700;
    color: #333;
}
div.payment-options-methods-row:before,
div.payment-options-methods-row:last-child:after,
.sale-order-detail-payment-options-methods-container:before {
    display: none;
}
body .table > :not(:last-child) > :last-child > * {
    border-bottom-color: inherit;
}
body .sale-order-detail-total-payment-list-right-item,
.sale-order-detail-order-item-properties .bx-price {
        font-size: 18px;
    font-weight: 700;
    color: #055192;
}
.page-personal h1.sale-order-title,
.page-personal h1.mb-3 {
        font-size: 23px;
    font-weight: 700;
}
.sale-order-detail-card {
background: #fff;
    border-radius: 20px;
    padding: 15px;
}
body .sale-order-detail-section-title {
   background: #fff; 
}
body .page-personal .fa,
body .page-personal .fas {
    font-family: "Font Awesome 5 Pro";
}
body .sale-order-detail-more-info-details-title {
    color: #333;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 20px;
}
body .sale-order-list-accomplished-title-container {
        color: #333;
  padding: 15px 0px;
    background: #fff;
    border-radius: 20px 20px 0px 0px;
    border: none;
}
body .sale-order-list-accomplished-title-container .g-font-size-20 {
    font-size: 16px;
        font-weight: 700;
}
body .sale-order-list-accomplished-date {
    color: inherit;
    font-weight: 400;
}
.page-personal h1.sale-order-title {
    margin-bottom: 20px;
}
body .sale-order-list-inner-container {
    border: none;
    border-top: none;
    background: #fff;
    border-radius: 0px 0px 20px 20px;
}
.bx-sap h3.mb-2 {
        font-size: 20px;
    font-weight: 700;
}
body .sale-personal-section-account-sub-header {
        font-size: 28px;
    margin-bottom: 20px;
}
.page-personal .bx-sap {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
}
.btn.btn-primary.sale-account-pay-button {
        padding: 0 50px;
}
.bx_profile .form-group.row {
    margin-bottom: 15px;
        display: block;
}
.btn.main-profile-submit {
    margin-right: 20px;
}
body .bx-soa-pp-delivery-cost {
    right: 0;
    bottom: -24px;
    padding: 2px 4px;
    border-radius: 1px;
    background: transparent;
    color: #333;
}
body .bx-soa-section.bx-step-warning .bx-soa-section-title-count:before {
    display: none;
}
body .bx-soa-section.bx-step-warning .bx-soa-section-title-count {
    background: transparent;
}

.item-location {
	font-size: 13px;
	line-height: 140%;
}
.item-location strong {
	font-weight: 600;
}
.item-location__phone a {
	color: #333333;
	font-weight: 600;
}
.link-default {
	color: #333333;
	border-bottom: 1px #333333 solid;
}
.link-default:hover {
	border-color: transparent;
}
.unit-contact__requisites {
	padding: 15px 28px;
	top: 100%;
	left: -60px;
	font-size: 14px;
	line-height: 150%;
	background: #fff;
	position: absolute;
	border-radius: 20px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
	z-index: 20;
	display: none;
}
.title-contact_requisites {
	border-bottom: 1px #000 solid;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.3s;
	cursor: pointer;
}
.location-link {
	cursor: pointer;
}


.about + .services {
	padding-top: 65px;
	padding-bottom: 85px;
}
.about_page {
	padding-top: 40px;
}
.block-articles .head-section {
	padding-top: 0;
}
.block-articles .head-section .title-section {
	margin-bottom: 0;
}
.page-service {
	padding-bottom: 75px;
}
.nav-pages li {
	margin-bottom: 12px;
}
.nav-pages a {
	height: 46px;
	padding: 0 25px;
	font-size: 18px;
	border-radius: 6px;
	color: #055192;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	background: #fff;
	border: 1px solid rgba(204, 204, 204, 0.7);
}
.nav-pages a:hover,
.nav-pages .active a {
	background: #055192;
	border-color: #055192;
	color: #fff;
}
.service-main {
	padding: 26px 30px;
	border-radius: 20px;
	background: #fff;
}
.form-main {
	padding: 28px 38px;
	color: #fff;
	border-radius: 20px;
	background: #19242a;	
}
.form-main .checkbox label > span:before {
    border-color: #fff;
}
.form-main .checkbox label > span:after {
    color: #eb6402;
}
.form-main .btn-main {
    width: 100%;
	padding: 0 5px;
}
.service-main .title-section {
	margin-bottom: 15px;
	font-weight: 600;
}
.text-main p {
	margin-bottom: 20px;
}
.text-main p:last-child {
	margin-bottom: 0;
}
.btn-main.btn-main_nav {
	display: none;
}
.popup-added {
	display: none;
}
.popup-added__wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
}
.popup-added__content {
	padding: 30px;
	width: 320px;
	border-radius: 20px;
	background: #fff;
}
.popup-added__text {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.title-min {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}
.footer__content {
    max-height: 225px;
	padding-right: 10px;
    overflow: auto;
}
.footer__content::-webkit-scrollbar {
	-webkit-appearance: none;
}
.footer__content::-webkit-scrollbar:vertical {
	width: 4px;
}
.footer__content::-webkit-scrollbar:horizontal {
	height: 4px;
}
.footer__content::-webkit-scrollbar-thumb {
	background-color: #000;
	border-radius: 10px;
}
.footer__content::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #B1B8C2;
}
.socials-fixed {
    position: fixed;
    top: 180px;
    right: 20px;
	z-index: 600;
}
.socials-fixed li {
	margin-bottom: 10px;
}
.socials-fixed a:hover img {
	opacity: 0.8;
}
.socials-list {
	gap: 15px;
	display: flex;
	align-items: center;
}


.page-delivery {
	padding-top: 30px;
	padding-bottom: 90px;
}
.page-delivery .title-section {
	margin-bottom: 25px;
}
.delivery-block {
	padding: 35px;
	border-radius: 20px;
	box-shadow: 0px 10px 20px 0px rgba(204,204,204,0.4);
	background: #fff;
}
.delivery-block img {
	border-radius: 20px;
	max-width: 100%;
	height: auto;
}
.delivery-block li {
	position: relative;
}
.delivery-block li::before {
	content: "•";
	margin-right: 5px;
}
.delivery-block strong {
	font-weight: 600;
}
.delivery-block h2 {
	font-size: 24px;
	margin-bottom: 23px;
	margin-top: 40px;
	font-weight: 600;
}
.delivery-block h2:first-child {
	margin-top: 0;
}
.list-columns {
	columns: 3;
	column-gap: 30px;
}
.list-columns li {
	break-inside: avoid;
}
.delivery-block .list-columns + .row {
	padding-top: 50px;
}
.item-billbord__name img {
	max-width: 200px;
	height: auto;
}
.btn-master {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    border-radius: 8px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #cd020a;
    white-space: nowrap;
}
.btn-master__icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.3s;
}
.btn-master__icon img {
opacity: 1 !important;
}
.btn-master__text {
width: 0;
overflow: hidden;
    transition: all 0.3s;
}
.btn-master:hover .btn-master__text {
    padding: 0 15px;
width: 180px;
}
.btn-master:hover .btn-master__icon {
    width: 0;
}
.btn-master:hover {
   min-width: 48px;
}
.socials-fixed {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}







