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

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	 
}
body {
	font-family: 'Golos Text';
	font-size: 16px;
	line-height: 160%;
	color: #1b1a20;
	overflow-x: hidden;
	margin: 0;
	background: #f5f5f5;
}
button {
	cursor: pointer;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
}
.wrapper input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.wrapper button,
.wrapper textarea,
.wrapper input.text,
.wrapper input[type="text"],
.wrapper input[type="button"],
.wrapper input[type="submit"] {
  -webkit-appearance: none;
}
a, button, input, img {
	transition: all 0.3s;
}
h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.wrapper {
	padding-top: 157px;
	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 {
	line-height: 140%;
	position: fixed;
	background: #f5f5f5;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
.header__top {
	padding: 15px 0;
	border-bottom: 1px solid rgba(30, 41, 59, 0.2);
}
.header__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header__oficial {
	display: flex;
	align-items: center;
}
.header__oficial img {
	margin-right: 14px;
}
.menu {
	display: flex;
	align-items: center;
}
.menu li {
	padding: 0 28px;
}
.menu li a {
	color: #1b1a20;
	border-bottom: 1px transparent solid;
}
.menu li a:hover {
	border-color: #1b1a20;
}
.logo-wrap {
	display: flex;
	align-items: center;
}
.logo img {
	width: 109px;
	height: auto;
	display: block;
}
.logo-descr {
	margin-left: 17px;
	font-size: 13px;
	width: 260px;
	line-height: 140%;
}
.form-search {
	width: 440px;
	position: relative;
}
body .bx-searchtitle .bx-input-group .bx-form-control,
.form-search input {
	padding: 0 21px;
	padding-right: 50px;
	font-size: 14px;
	color: #1b1a20;
	border: 2px solid #344187;
	border-radius: 40px;
	height: 50px;
	width: 100%;
	font-family: 'Golos Text';
}
body .bx-searchtitle .bx-input-group-btn button,
.btn-search {
	width: 50px;
	height: 50px;
	padding: 0;
	border: none;
	top: 0;
	right: 0;
	position: absolute;
	background-color: transparent !important;
	background-image: url(../img/search.svg);
	background-repeat: no-repeat;
	background-position: center;
}
body .bx-searchtitle .bx-input-group-btn {
	top: 0;
	right: 0;
	position: absolute;
	width: auto;
	z-index: 2;
}
body .bx-searchtitle .bx-input-group {
	width: 100%;
}
body .bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button,
body .search-page.theme-blue input[type=submit],
.btn.btn-primary,
.btn-main {
	height: 60px;
	padding: 0 28px;
	font-size: 14px;
	line-height: 140%;
	font-weight: 600;
	background: #ce2e24;
	border-radius: 40px;
	font-family: 'Golos Text';
	text-transform: uppercase;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: none;
	cursor: pointer;
}
body .bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button:hover,
body .search-page.theme-blue input[type=submit]:hover,
.btn.btn-primary:hover,
.btn-main:hover {
	background: #fb9217;
}
.btn-main.btn-main_header {
	padding: 0 24px;
	height: 56px;
	background: #344187;
	text-align: left;
	flex-direction: column;
	align-items: flex-start;
}
.btn-main.btn-main_header:hover {
	color: #fff;
}
.btn-main.btn-main_header strong {
	font-weight: 600;
}
.btn-main.btn-main_header span {
	font-weight: 400;
	color: rgba(255, 255, 255, 0.6);
	text-transform: none;
}
.list-phones {
	font-weight: 600;
}
.list-phones a {
	color: #000;
}
.header__buttons {
	display: flex;
	align-items: center;
}
.header__buttons li {
	margin-right: 8px;
}
.header__buttons li:last-child {
	margin-right: 0;
}
.header__buttons a {
	position: relative;
	display: block;
}
.value-button {
	width: 18px;
	height: 18px;
	font-size: 13px;
	top: 7px;
	right: 0;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ce2e24;
	line-height: 140%;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
}
.header__bottom {
	padding: 22px 0;
}

.billbord {
	padding: 0 20px;
}
.item-billbord {
	height: 800px;
	padding-top: 173px;
	color: #fff;
	position: relative;
	z-index: 1;
}
.item-billbord__image {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 48px;
	position: absolute;
	z-index: -1;
}
.item-billbord__image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	border-radius: 48px;
}
.item-billbord__image::after {
	position: absolute;
	display: block;
	content: " ";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 48px;
	background: rgba(0, 0, 0, 0.3);
}
.title-big {
	font-size: 40px;
	margin-bottom: 28px;
	line-height: 140%;
	font-weight: 600;
}
.billbord__text {
	font-size: 20px;
	line-height: 160%;
	font-weight: 500;
}
.item-billbord .btn-main {
	margin-top: 68px;
}
.billbord__text ul li {
	padding-left: 23px;
	position: relative;
}
.billbord__text ul li::before {
	position: absolute;
	top: 0;
	left: 3px;
	content: "•";
}
.item-billbord .title-big {
	max-width: 867px;
}
.item-billbord .btn-main {
	height: 68px;
}
.slider-clients:not(.slick-initialized) > li:not(:first-child),
.item-portfolio__slider:not(.slick-initialized) > li:not(:first-child),
.slider-portfolio:not(.slick-initialized) > li:not(:first-child),
.slider-catalog:not(.slick-initialized) > li:not(:first-child),
.slider-billbord:not(.slick-initialized) > li:not(:first-child) {
	display: none;
}
.slick-dots {
	bottom: 0;
	left: 0;
	width: 100%;
}
.slick-dots li {
	width: 14px;
	height: 14px;
	margin: 0 9px;
}
.slick-dots li button {
	width: 14px;
	height: 14px;
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
	border-radius: 50%;
	padding: 0;
	transition: all 0.3s;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
	background: transparent;
}
.slick-dots li button:before {
	display: none;
}
.slider-billbord .slick-dots {
	bottom: 32px;
}
.navigation-wrap {
	position: relative;
	z-index: 2;
}
.navigation {
	top: 38px;
	border-radius: 60px;
	background: #5565bc;
	left: 0;
	width: 100%;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 10;
}
.navigation > li {
	flex-grow: 1;
}
.navigation > li > a {
	height: 87px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}
.navigation > li > a:hover {
	background: #344187;
}
.navigation > li:first-child > a {
	border-radius: 60px 0 0 60px;
}
.navigation > li:last-child > a {
	border-radius:  0 60px 60px 0;
}

.row_advantages {
	padding-top: 44px;
}
.item-advantage {
	height: 500px;
	padding: 42px 30px;
	line-height: 140%;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	position: relative;
	z-index: 1;
}
.item-advantage__image {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 28px;
	position: absolute;
}
.item-advantage__image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	border-radius: 28px;
}
.item-advantage__image::after {
	position: absolute;
	display: block;
	content: " ";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	border-radius: 28px;
}
.text-page {
	font-size: 20px;
	line-height: 140%;
	font-weight: 500;
}
.item-advantage .text-page {
	margin-bottom: 22px;
}
.item-advantage p {
	min-height: 90px;
}

.head-section {
	padding-top: 90px;
	padding-bottom: 54px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.head-section .btn-simple {
	flex: none;
}
.title-section {
	font-size: 36px;
	line-height: 140%;
}
.descr-section {
	max-width: 565px;
	margin-top: 25px;
}
.btn-simple {
	height: 39px;
	padding: 0 10px;
	font-size: 14px;
	color: #344187;
	border-radius: 8px;
	background: rgba(52, 65, 135, 0.08);
	display: inline-flex;
	border: none;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.btn-simple:hover {
	color: #fff;
	background: rgba(52, 65, 135, 1);
}
.categories {
	position: relative;
}
.bg-line {
	height: 1117px;
	top: 50px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
	background-image: url(../img/bg_line.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.item-category {
	height: 500px;
	padding: 39px 32px;
	position: relative;
	z-index: 1;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
}
.item-category__image {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 28px;
	z-index: -1;
}
.item-category__image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	border-radius: 28px;
}
.item-category__image::after {
	position: absolute;
	display: block;
	content: " ";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43.6%, #000000 100%);
	border-radius: 28px;
}
.item-category__title {
	font-size: 24px;
	line-height: 140%;
	font-weight: 500;
	color: #fff;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.item-category__title::after {
	position: relative;
	display: block;
	content: " ";
	width: 30px;
	height: 30px;
	flex: none;
	background-image: url(../img/circle_arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.row_categories > div:nth-child(5),
.row_categories > div:nth-child(2) {
	padding-top: 84px;
}
.slick-arrow {
	width: 50px;
	height: 50px;
	font-size: 21px;
	color: #3D3D3D;
	top: 50%;
	background: #e3e8ed;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.5s; 
	border-radius: 50%;
}
.slick-arrow:hover {
	color: #fff;
	background: #344187;
}
.slick-arrow::before {
	display: none;
}
.slider-clients .slick-prev,
.slider-portfolio .slick-prev,
.slider-catalog .slick-prev {
	left: -64px;
}
.slider-clients .slick-next,
.slider-portfolio .slick-next,
.slider-catalog .slick-next {
	right: -64px;
}
.slider-clients .slick-track,
.slider-portfolio .slick-track,
.slider-catalog .slick-track {
	display: flex !important;
}
.slider-clients .slick-slide,
.slider-portfolio .slick-slide,
.slider-catalog .slick-slide {
	padding: 15px;
	height: inherit !important;
}
.slider-clients .slick-list,
.slider-portfolio .slick-list,
.slider-catalog .slick-list {
	margin: -15px;
}
.item-catalog {
	border-radius: 28px;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background: #fff;
	position: relative;
}
.item-catalog__image {
	height: 279px;
	border-radius: 28px;
	overflow: hidden;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-catalog__image img {
	max-width: 100%;
	max-height: 100%;
}
.item-catalog__content {
	padding: 22px;
	flex: 1;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.item-catalog__articul {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 140%;
	color: #403f46;
	width: 100%;
}
.item-catalog__title {
	font-size: 18px;
	margin-bottom: 19px;
	line-height: 140%;
	color: #1b1a20;
	font-weight: 500;
	display: block;
	width: 100%;
}
.item-catalog__bottom {
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: auto;
}
.price-old {
	font-size: 14px;
	margin-bottom: 1px;
	line-height: 140%;
	text-decoration: line-through;
	color: #403f46;
}
.price-main {
	font-size: 18px;
	line-height: 140%;
	font-weight: 500;
}
.descr-price {
	font-size: 13px;
	line-height: 16px;
	padding: 5px 6px;
	margin-top: 10px;
	color: #344187;
	background: rgba(52, 65, 135, 0.08);
	border-radius: 8px;
	display: inline-block;
}
.item-catalog .btn-main {
	height: 48px;
}
.badge-main {
	width: 50px;
	height: 50px;
	top: 15px;
	left: 15px;
	background: #f2b03f;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	border-radius: 50%;
	font-weight: 700;
	color: #fff;
}
.btn-like {
	width: 50px;
	height: 50px;
	top: 15px;
	right: 15px;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.5s;
	position: absolute;
	background-repeat: no-repeat;
	z-index: 2;
}
.btn-like::after,
.btn-like::before {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/like.svg);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
	transition: all 0.5s;
}
.btn-like::after {
	background-image: url(../img/like_active.svg);
	opacity: 0;
}
.btn-like.active::after {
	opacity: 1;
}
.btn-like.active::before {
	opacity: 0;
}

.estimation {
	padding-top: 100px;
	padding-bottom: 80px;
}
.estimation__block {
	background: #344187;
	border-radius: 24px;
	color: #fff;
	position: relative;
	z-index: 1;
}
.form-main {
	width: 454px;
	padding: 68px 75px;
	max-width: 100%;
	color: #fff;
	background-image: url(../img/bg_form.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.title-middle {
	font-size: 24px;
	line-height: 160%;
	font-weight: 500;
}
.form-main .title-middle {
	margin-bottom: 16px;
	text-align: center;
}
.descr-form {
	margin: 0 -20px;
	margin-bottom: 30px;
	line-height: 140%;
	text-align: center;
}
.item-form {
	margin-bottom: 16px;
}
body .search-page input[type=text],
.form-control,
body .bx-authform-input-container input[type="text"],
body .bx-authform-input-container input[type="password"],
.item-form textarea,
.item-form input {
	height: 50px;
	padding: 0 16px;
	border-radius: 6px;
	font-size: 14px;
	line-height: 214%;
	letter-spacing: 0.05em;
	color: #3d3d3d;
	width: 100%;
	background: #fff;
	font-family: 'Golos Text';
	border: none;
}
.item-form *::-webkit-input-placeholder {
	color: #3d3d3d;
}
.item-form *:-moz-placeholder {
	color: #3d3d3d;
}
.item-form *::-moz-placeholder {
	color: #3d3d3d;
}
.item-form *:-ms-input-placeholder {
	color: #3d3d3d;
}
.form-main .btn-main {
	margin-top: 15px;
	width: 100%;
}
.checkbox {
	font-size: 13px;
	line-height: 17px;
	margin-top: 33px;
	color: #fff;
	font-weight: 400;
	opacity: 0.5;
	letter-spacing: normal;
	white-space: nowrap;
	display: flex;
	text-align: left;
	justify-content: center;
}
.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: 3px 0 0 32px;
	display: block;
	cursor: pointer;
}
.checkbox label > span:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 19px;
	height: 19px;
	border: 1px solid #fff;
	transition: .2s;
}
.checkbox label > span:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 0px;
	width: 19px;
	height: 19px;
	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: 700;
	background-image: none;
	color: #fff;
	font-size: 10px;
	opacity: 0;
	transition: .2s;
}
.checkbox label input:checked + span:after {
	opacity: 1;
}
.estimation__block .form-main {
	margin-left: -35px;
}
.estimation__content {
	padding-top: 62px;
	padding-left: 100px;
	font-size: 18px;
	line-height: 160%;
	padding-bottom: 15px;
}
.estimation .title-section {
	font-weight: 500;
}
.estimation__content ul {
	max-width: 431px;
}
.estimation__content ul li {
	margin-top: 38px;
	padding-left: 23px;
	position: relative;
}
.estimation__content ul li::before {
	position: absolute;
	top: 0;
	left: 3px;
	content: "•";
}
.estimation__image {
	margin-left: -277px;
}
.estimation .container,
.catalog .container {
	position: relative;
}
.bg-img {
	position: absolute;
	pointer-events: none;
	z-index: -1;
}
.bg-img_1 {
	left: -281px;
	bottom: -290px;
}
.bg-img_2 {
	left: -125px;
	bottom: -71px;
}
.bg-img_3 {
	right: -68px;
	top: -60px;
}
.bg-img_4 {
	right: -284px;
	bottom: -263px;
}
.bg-img_5 {
	right: -284px;
	bottom: -155px;
}
.bg-img_6 {
	top: -120px;
	left: -315px;
}

.head-section .title-middle {
	margin-bottom: 8px;
	font-weight: 400;
}
.portfolio .head-section {
	padding-bottom: 40px;
}
.item-portfolio {
	min-height: 100%;
	background: #fff;
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.item-portfolio__slider {
	width: 100%;
}
.item-portfolio__image {
	height: 400px;
	border-radius: 24px;
}
.item-portfolio__image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	border-radius: 24px;
}
.item-portfolio__content {
	padding: 28px;
	padding-top: 18px;
	width: 100%;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
}
.item-portfolio .text-page {
	margin-bottom: 24px;
	display: block;
	line-height: 160%;
	width: 100%;
	color: #1b1a20;
}
.item-portfolio__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-top: auto;
}
.item-portfolio .btn-main {
	padding: 0 40px;
	height: 52px;
	flex: none;
}
.item-portfolio__slider .slick-dots {
	bottom: 17px;
}
.item-portfolio__slider .slick-dots li {
	width: 22px;
	height: 3px;
	margin: 0 3px;
}
.item-portfolio__slider .slick-dots li button {
	width: 22px;
	height: 3px;
	border-radius: 4px;
	border: none;
}
.item-portfolio__slider .slick-dots li.slick-active button,
.item-portfolio__slider .slick-dots li button:hover {
	background: #fb9217;
}

.about {
	position: relative;
}
.about .title-section {
	max-width: 730px;
}
.item-about {
	padding: 36px 24px;
	background: #fff;
	border-radius: 24px;
	display: flex;
	align-items: center;
	min-height: 100%;
}
.item-about__icon {
	width: 72px;
	height: 72px;
	margin-right: 29px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
}
.item-about__icon img {
	max-width: 100%;
	max-height: 100%;
}
.item-about p {
	margin: 0;
}
.row_about > div {
	margin-bottom: 35px;
}
.row_about > div:nth-child(3),
.row_about > div:nth-child(4) {
	left: 136px;
}
.about-info {
	padding: 38px 18px;
	padding-bottom: 32px;
	margin-top: -98px;
	margin-left: -30px;
	background: #fff;
	border-radius: 24px;
}
.about-info .title-middle {
	margin-bottom: 39px;
	text-align: center;
}
.about-info ul {
	padding: 0 28px;
	padding-bottom: 42px;
}
.about-info ul li {
	margin-bottom: 26px;
	padding-left: 45px;
	position: relative;
}
.about-info ul li::before {
	position: absolute;
	display: block;
	content: " ";
	width: 25px;
	height: 25px;
	top: 0;
	left: 0;
	background-image: url(../img/li.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.about-info ul li:last-child {
	margin-bottom: 0;
}
.about-info__contact {
	padding-left: 35px;
	padding-right: 35px;
	font-size: 14px;
	margin-bottom: 24px;
	line-height: 140%;
	color: #000;
}
.about-info__contact p {
	margin-bottom: 8px;
}
.about-info__contact a {
	color: #000;
}
.about-info__contact .text-page {
	line-height: 140%;
}
.about-info .btn-main {
	margin-left: 35px;
	margin-right: 35px;
	margin-top: 40px;
	display: flex;
}
.about .bg-line {
	top: -50px;
}

.consultation {
	padding-top: 90px;
}
.consultation__form {
	padding: 40px 166px;
	background: #344187;
	border-radius: 24px;
	color: #fff;
	position: relative;
	z-index: 1;
}
.consultation__form .title-section {
	margin-bottom: 49px;
	text-align: center;
	font-weight: 500;
}
.consultation__form .title-section span {
	display: block;
	text-transform: uppercase;
}
.consultation__form .btn-main {
	margin-bottom: 16px;
	width: 100%;
	padding: 0 10px;
}
.consultation__form .row {
	margin: 0 -8px;
}
.consultation__form .row > div {
	padding: 0 8px;
}
.consultation__form .checkbox {
	margin-top: 10px;
}
.consultation__image {
	top: 31px;
	left: -38px;
	position: absolute;
	z-index: -1;
	pointer-events: none;
}

.lead { 
	padding-top: 100px;
	position: relative;
}
.lead .bg-line {
	top: -150px;
}
.lead__text h3,
.lead__text p {
	margin-bottom: 25px;
}
.lead__text h3 {
	font-size: 18px;
	font-weight: 500;
}
.lead__text {
	max-width: 900px;
}
.lead .head-section {
	padding-top: 19px;
}
.row.row_leads {
	margin: 0 -2px;
	padding-left: 30px;
}
.row.row_leads > div {
	padding: 0 2px;
	margin-bottom: 4px;
}
.item-lead {
	height: 298px;
	padding: 34px 31px;
	padding-bottom: 29px;
	border-radius: 43px;
	background: #ff9eb7;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.item-lead__title {
	font-size: 57px;
    line-height: 61px;
	margin-bottom: auto;
	display: flex;
	align-items: center;
	color: #000;
}
.item-lead__title span {
	font-size: 36px;
	line-height: 43px;
	margin-left: 14px;
}
.item-lead__title sup {
	font-size: 20px;
	font-weight: 600;
	line-height: 0;
}
.row_leads > div:nth-child(2) .item-lead {
	background: #cdb0ff;
}
.row_leads > div:nth-child(3) .item-lead {
	background: #93e088;
}
.row_leads > div:nth-child(4) .item-lead {
	background: #ffd66e;
}
.item-lead p {
	max-width: 197px;
	min-height: 78px;
}
.clients .container {
	position: relative;
}
.clients .title-section {
	max-width: 786px;
}
.item-client {
	height: 140px;
	padding: 5px;
	border-radius: 24px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}
.item-client img {
	max-width: 100%;
	max-height: 100%;
}

.consultation_main {
	padding-bottom: 100px;
}
.consultation_main .consultation__form .title-section {
	margin-bottom: 37px;
}
.consultation_main .consultation__form {
	z-index: initial;
}

.footer {
	padding-top: 53px;
	position: relative;
	z-index: 1;
	color: #fff;
	background: #16192e;
}
.footer__logo .logo-descr {
	margin-left: 0;
	width: 237px;
	margin-top: 23px;
}
.footer__nav li a {
	color: #fff;
	border-bottom: 1px transparent solid;
}
.footer__nav li a:hover {
	border-color: #fff;
}
.footer__nav li {
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 140%;
}
.footer__title {
	margin-bottom: 14px;
	font-weight: 700;
	line-height: 140%;
	text-transform: uppercase;
}
.footer__nav {
	padding-bottom: 20px;
}
.footer__nav_big {
	font-size: 16px;
	line-height: 140%;
	font-weight: 700;
	text-transform: uppercase;
}
.footer__nav_big li {
	margin-bottom: 21px;
}
.footer__content p a {
	color: #fff;
}
.list-socials {
	display: flex;
	align-items: center;
}
.list-socials li {
	margin-right: 12px;
}
.list-socials li:last-child {
	margin-right: 0;
}
.footer__content .list-socials {
	margin-top: 30px;
}
.footer-bottom {
	padding: 10px 0;
	margin-top: 10px;
	font-size: 14px;
	line-height: 150%;
	color: rgba(236, 236, 236, 0.5);
	border-top: 1px solid rgba(236, 236, 236, 0.5);
}
.create {
	display: flex;
	align-items: center;
}
.create a {
	margin-left: 15px;
} 
.footer-bottom a {
	color: rgba(236, 236, 236, 0.5);
}
.footer-bottom a:hover {
	color: rgba(236, 236, 236, 1);
}
.btn_top {
	font-size: 18px;
	float: right;
	position: relative;
	color: #0C3259 !important; 
	width: 40px;
	height: 40px;
	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: #fff;
	z-index: 7;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.footer__column {
	margin-left: 90px;
}
.footer__logo {
	margin-top: -15px;
}
.footer__title i {
	display: none;
}
/*Style Sandwich*/
.sandwich span {
	display: block;
}
.sandwich {
    width: 40px;
    height: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items:center;
	border-radius: 50%;
	background: #ce2e24;
	z-index: 20;
	display: none;
	flex: none;
	cursor: pointer;
}
.sw-topper {
	position: relative;
	top: 4px;
	width: 18px;
	height: 2px;
	border-radius: 4px;
	display: block;
	margin: 0;
	background-color: #fff;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
}
.sw-bottom {
	position: relative;
	top: 8px;
	width: 18px;
	height: 2px;
	border-radius: 4px;
	display: block;
	margin: 0;
	background-color: #fff;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
}
.sw-footer {
	position: relative;
	top: 12px;
	width: 18px;
	height: 2px;
	border-radius: 4px;
	display: block;
	margin: 0;
	background-color: #fff;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
}
.sandwich.active .sw-topper {
	top: 9px;
	transform: rotate(45deg);
}
.sandwich.active .sw-bottom {
	opacity: 0;
}
.sandwich.active .sw-footer {
	top: 5px;
	transform: rotate(-45deg); 
}
.menu-overlay {
	display: none;
}
.wow {
	visibility: hidden;
}
.menu-overlay {
	display: none;
}

.page-news {
	padding-top: 32px;
	padding-bottom: 47px;
	position: relative;
}
.page-news .title-section {
	margin-bottom: 35px;
}
.item-news {
	border-radius: 24px;
	color: #1b1a20;
	background: #fff;
	min-height: 100%;
	display: block;
}
.item-news:hover {
	box-shadow: 0 3px 8px #ccc;
}
.item-news__image {
	height: 360px;
	border-radius: 24px;
	display: block;
	width: 100%;
}
.item-news__image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	border-radius: 24px;
}
.item-news__content {
	padding: 26px 20px;
	padding-bottom: 32px;
	display: block;
	width: 100%;
}
.item-news__date {
	margin-bottom: 20px;
	display: block;
}
.item-news__title {
	font-size: 20px;
	font-weight: 500;
	line-height: 160%;
	display: block;
	width: 100%;
}
.row.row_main > div {
	margin-bottom: 30px;
}
.row.row_main {
	margin-bottom: -30px;
}
.pager {
	height: 50px;
	margin-top: 45px;
	max-width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-numbers {
	margin: 0 15px;
	color: #1b1a20;
	font-weight: 500;
}
.page-numbers:hover,
.page-numbers.current {
	color: #344187;
}
.prev.page-numbers,
.next.page-numbers {
	width: 50px;
	height: 50px;
	font-size: 21px;
	color: #3D3D3D;
	background: #e3e8ed;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
}
.next.page-numbers {
	right: 0;
	left: auto;
}
.prev.page-numbers:hover,
.next.page-numbers:hover {
	color: #fff;
	background: #344187;
}
.page-article {
	padding-bottom: 100px;
	position: relative;
}
.breadcrumbs {
	padding: 18px 0;
	font-size: 14px;
	line-height: 140%;
	color: #000;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
 }
.breadcrumbs a {
	color: #000;
	border-bottom: 1px solid transparent;
}
.breadcrumbs a:hover {
	border-color: #000;
}
.breadcrumbs li::after {
	content: "|";
	margin: 0 4px;
}
.breadcrumbs li:last-child::after {
	display: none;
}
.page-article .breadcrumbs {
	padding-bottom: 28px;
}
.billbord-article {
	padding: 83px 90px;
	height: 423px;
	margin-bottom: 33px;
	color: #fff;
	position: relative;
	z-index: 1;
	background: #13193d;
	border-radius: 24px;
}
.billbord-article h1 {
	font-size: 36px;
	margin-top: 28px;
	font-weight: 600;
	line-height: 140%;
	color: #fefefe;
}
.billbord-article__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 24px;
}
.billbord-article__image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	border-radius: 24px;
}
.billbord-article__image::after {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 24px;
	background: rgba(0, 0, 0, 0.3);
}
.article-content {
	line-height: 180%;
}
.article-content p {
	margin-bottom: 20px;
}
.article-content strong {
	font-weight: 500;
}
.article-content img {
	max-width: 100%;
	height: auto;
	border-radius: 24px;
}
.article-content h2 {
	font-size: 32px;
	line-height: 38px;
	margin-bottom: 22px;
	margin-top: 35px;
}
.article-content ul {
	margin: 22px 0;
}
.article-content ul li {
	padding-left: 23px;
	position: relative;
}
.article-content ul li::before {
	position: absolute;
	top: 0;
	left: 0px;
	content: "•";
}
.article-content blockquote {
	margin: 0;
	padding: 0 40px;
	padding-right: 20px;
	font-size: 18px;
	line-height: 160%;
	font-weight: 500;
	color: #1b1a20;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	background: #d0e3fd;
	border-radius: 24px;
	overflow: hidden;
	z-index: 1;
	position: relative;
}
.article-content blockquote::after,
.article-content blockquote::before {
	position: absolute;
	display: block;
	content: " ";
	width: 44px;
	height: 34px;
	top: 32px;
	left: 40px;
	z-index: -1;
	background-image: url(../img/quote1.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.article-content blockquote::after {
	right: 30px;
	bottom: 30px;
	top: auto;
	left: auto;
	background-image: url(../img/quote2.svg);
}
.article-content blockquote p {
	margin: 78px 0;
}
.article-content blockquote p:empty {
	display: none;
}
.article-content .row {
	padding-top: 20px;
}
.sidebar-news .item-news {
	margin-bottom: 30px;
	min-height: initial;
}
.page-article .bg-line {
	top: 100px;
}
.page-portfolio {
	padding-top: 32px;
	padding-bottom: 45px;
}
.page-portfolio .title-section {
	padding-bottom: 40px;
}

.slider-card:not(.slick-initialized) > li:not(:first-child),
.slider-nav:not(.slick-initialized) > li:not(:first-child),
.slider-for:not(.slick-initialized) > li:not(:first-child) {
	display: none;
}
.slider-for__item {
	height: 456px;
	border-radius: 24px;
	display: block;
	width: 100%;
}
.slider-for__item img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	border-radius: 24px;
}
.slider-nav__item {
	height: 118px;
	border-radius: 16px;
	width: 100%;
	display: block;
	cursor: pointer;
}
.slider-nav__item img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	border-radius: 16px;
}
.slider-nav .slick-slide {
	padding: 0 5px;
}
.slider-nav {
	margin: 0 -5px;
	margin-top: 17px;
}
.slider-for .slick-dots {
	bottom: 20px;
}
.slider-for .slick-dots li {
	width: 39px;
	height: 4px;
	margin: 0 7px;
}
.slider-for .slick-dots li button {
	width: 39px;
	height: 4px;
	border-radius: 4px;
	border: none;
}
.slider-for .slick-dots li.slick-active button,
.slider-for .slick-dots li button:hover {
	background: #fb9217;
}
.slider-for,
.slider-nav {
	position: relative;
	z-index: 2;
}
.card-detailed {
	border-radius: 24px;
	padding: 50px 40px;
	padding-left: 135px;
	margin-left: -100px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background: #fff;
	min-height: 456px;
}
.card-detailed .text-page {
	margin-bottom: 30px;
}
.card-detailed .btn-main {
	min-width: 175px;
	margin-top: auto;
}
.card-detailed__text p {
	margin-bottom: 12px;
}
.card-portfolio .title-section {
	margin-bottom: 33px;
}
.recommendations {
	padding-top: 60px;
	padding-bottom: 140px;
}
.recommendations .title-section {
	margin-bottom: 50px;
}
.row.row_catalog {
	margin-bottom: -15px;
}
.row.row_catalog > div {
	margin-bottom: 15px;
}
.contacts-block {
	padding: 50px 104px;
	border-radius: 24px;
	min-height: 100%;
	background: #fff;
}
.contacts-block__item {
	margin-bottom: 28px;
}
.row > div:nth-child(2) .contacts-block__item:last-child,
.contacts-block__item:last-child {
	margin-bottom: 0;
}
.contacts-block__item .text-page {
	margin-bottom: 14px;
}
.contacts-block__item p a {
	color: #000;
}
.contacts-block__item p {
	color: #000;
}
.item-form textarea {
	height: 120px;
	padding-top: 15px;
	resize: none;
}
.contacts-block__line {
	max-width: 330px;
	margin-bottom: 11px;
	display: flex;
	align-items: center;
}
.contacts-block__line .list-socials {
	margin-left: 12px;
}
.contacts-block__line .list-socials img {
	max-width: 29px;
}
.contacts-block__line .list-socials li {
	margin-right: 7px;
}
.row > div:nth-child(2) .contacts-block__item {
	margin-bottom: 54px;
}
.page-contacts .title-section {
	margin-bottom: 34px;
}
.page-contacts {
	padding-top: 32px;
	padding-bottom: 100px;
}
.form-main.form-main_page { 
	padding-top: 29px;
	padding-bottom: 30px;
	margin-left: auto;
}
.form-main.form-main_page .title-middle {
	margin-bottom: 30px;
}
.form-main.form-main_page .checkbox {
	margin-top: 20px;
	white-space: normal;
}
#map {
	height: 471px;
	margin-top: 34px;
	border-radius: 24px;
	background: #fff;
	overflow: hidden;
}
.card-block {
	padding: 30px 0;
	padding-bottom: 39px;
	margin-bottom: 36px;
	background: #fff;
	border-radius: 24px;
}
.slider-card__item {
	height: 469px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider-card__item img {
	max-width: 100%;
	max-height: 100%;
}
.articul-card {
	color: #3d3d3d;
}
.card-block .title-section {
	font-size: 32px;
	margin-bottom: 14px;
	padding-right: 15px;
	font-weight: 500;
}
.features-card {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
}
.features-card__item {
	font-size: 14px;
	margin-top: 52px;
	margin-right: 57px;
	line-height: 160%;
}
.features-card__item span {
	margin-bottom: 8px;
	display: block;
	color: #3d3d3d;
}
.features-card__item strong {
	font-size: 28px;
	line-height: 34px;
	display: block;
	font-weight: 400;
}
.features-card::before {
	position: absolute;
	display: block;
	content: " ";
	width: 100%;
	height: 1px;
	background: #d9d9d9;
	top: 50%;
	margin-top: 25px;
	left: 0;
}
.card-block .btn-main {
	height: 68px;
	margin-top: auto;
}
.card-block__right {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.tabs-page {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.tabs-page li {
	margin-right: 36px;
}
.tabs-page li:last-child {
	margin-right: 0;
}
.tabs-page li a {
	font-size: 20px;
	line-height: 160%;
	font-weight: 500;
	color: #1b1a20;
	padding-bottom: 4px;
	border-bottom: 2px solid transparent;
	display: block;
}
.tabs-page li.active a,
.tabs-page li a:hover {
	border-color: #344187;
}
.tab-container-page {
	padding-top: 18px;
}
.tab-pane-page {
	display: none;
}
.tab-pane-page:first-child {
	display: block;
}
.tab-container-page p {
	margin-bottom: 15px;
}
.tab-container-page p:last-child {
	margin-bottom: 0;
}
.button-card {
	padding: 24px 18px;
	max-width: 680px;
	margin-bottom: 10px;
	border-radius: 10px;
	background: #fff;
	display: flex;
	align-items: center;
}
.button-card__icon {
	width: 24px;
	height: 24px;
	margin-right: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
}
.button-card__icon img {
	max-width: 100%;
	max-height: 100%;
}
.button-card .text-page {
	color: #3d3d3d;
	font-weight: 400;
}
.button-card .btn-main {
	height: 52px;
	padding: 0 24px;
	margin-left: auto;
}
.button-card .btn-main img {
	margin-left: 16px;
}
.page-card + .recommendations {
	padding-bottom: 60px;
	padding-top: 0;
}
.page-card {
	padding-bottom: 60px;
}
.slider-card .slick-prev {
	left: 0;
}
.slider-card .slick-next {
	right: 0;
}
.page-catalog {
	padding-top: 18px;
	padding-bottom: 100px;
}
.title-catalog {
	font-size: 28px;
	margin-bottom: 25px;
	color: #000;
}
.page-catalog .title-section {
	margin-bottom: 24px;
}
.sidebar-block {
	padding: 18px 22px;
	margin-bottom: 21px;
	background: #fff;
	border-radius: 24px;
}
.item-sidebar {
	margin-bottom: 12px;
}
.item-sidebar:last-child {
	margin-bottom: 0;
}
.item-sidebar__head {
	font-size: 20px;
	height: 54px;
	padding: 0 13px;
	border-radius: 50px;
	color: #fefefe;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	background: #344187;
	transition: all 0.3s;
	cursor: pointer;
}
.item-sidebar.active .item-sidebar__head,
.item-sidebar__head:hover {
	background: #5fbc74;
}
.item-sidebar__content {
	padding: 18px 25px;
	padding-bottom: 10px;
	display: none;
}
.item-sidebar__content li {
	margin-bottom: 15px;
}
.item-sidebar__content li:last-child {
	margin-bottom: 0;
}
.item-sidebar__content li a {
	line-height: 140%;
	color: #3d3d3d;
	border-bottom: 1px solid transparent;
}
.item-sidebar__content li.active a,
.item-sidebar__content li a:hover {
	color: #344187;
	border-color: #344187;
}
.checkbox.checkbox_page {
	font-size: 14px;
	margin: 0;
	line-height: 160%;
	color: #3d3d3d;
	opacity: 1;
	justify-content: flex-start;
	text-align: left;
}
.checkbox.checkbox_page label > span:before {
	width: 21px;
	height: 22px;
	border: none;
	background-image: url(../img/checkbox.svg);
}
.checkbox.checkbox_page label > span:after {
	width: 21px;
	height: 22px;
	border: none;
	background-image: url(../img/checkbox_active.svg);
	content: " ";
}
.checkbox.checkbox_page label input:checked + span::before {
	opacity: 0;
}
.item-filter__content li {
	margin-bottom: 15px;
}
.item-filter__content li:last-child {
	margin: 0;
}
.item-filter {
	margin-bottom: 20px;
}
.item-filter__content {
	padding-top: 20px;
	display: none;
}
.item-filter__head {
	font-size: 20px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sidebar-block.sidebar-block_filter {
	padding: 23px 28px;
}
.sidebar-catalog {
	top: 160px;
	position: sticky;
}
.wrapper {
	overflow: initial;
}
.btn-main_filter {
	display: none;
}
.page-thanks {
	padding-top: 33px;
	padding-bottom: 70px;
}
.thanks-block {
	padding: 84px 140px;
	padding-right: 0;
	background: #fff;
	position: relative;
	z-index: 1;
	border-radius: 24px;
}
.thanks-block__image {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	z-index: -1;
}
.title-thanks {
	font-size: 40px;
	margin-bottom: 30px;
	line-height: 140%;
	font-weight: 600;
}
.descr-thanks {
	font-size: 24px;
	max-width: 582px;
	line-height: 150%;
	color: #000;
}
.thanks-block .btn-main {
	margin-top: 62px;
	height: 68px;
}

.modal-block {
	display: none;
}
.fancybox-content {
	padding: 0;
	background: transparent;
}
.modal-block .fancybox-button svg path {
	fill: #fff;
}
.modal-block .fancybox-close-small {
	opacity: 1;
}
.modal-block .form-main.form-main_page .title-middle {
    margin-bottom: 12px;
}
.modal-block .form-main.form-main_page {
    padding-top: 52px;
    padding-bottom: 45px;
	margin: 0 auto;
	background-image: url(../img/bg_form2.svg);
}
.modal-block .descr-form {
	font-size: 14px;
}
.modal-block .fancybox-close-small {
    color: currentColor;
    padding: 8px;
    right: 51px;
    top: 9px;
}
.text-columns {
	columns: 2;
	column-gap: 30px;
}
.title-page {
	font-size: 28px;
	line-height: 140%;
}
.page-services .title-page {
	margin-bottom: 18px;
}
.tab-container {
	padding-top: 36px;
}
.tab-pane {
	display: none;
}
.tab-pane:first-child {
	display: block;
}
.tabs {
	gap: 12px;
	display: flex;
	align-items: center;
}
.tabs a {
	height: 54px;
	padding: 0 28px;
	font-size: 20px;
	color: #fefefe;
	border-radius: 50px;
	background: #344187;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tabs .active a,
.tabs a:hover {
	background: #5fbc74;
}
.page-services .title-section {
	margin-bottom: 30px;
}
.page-services {
	padding-top: 18px;
}
.page-services + .consultation {
	padding-bottom: 100px;
}
.slider-services__item {
	height: 320px;
	border-radius: 24px;
	width: 100%;
	display: block;
}
.slider-services__item img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	border-radius: 24px;
}
.slider-services .slick-track {
	display: flex !important;
}
.slider-services .slick-slide {
	padding: 0 15px;
	height: inherit !important;
}
.slider-services .slick-list {
	margin: 0 -15px;
}
.slider-services {
	margin-top: 63px;
}
.slider-services .slick-prev {
	left: -64px;
}
.slider-services .slick-next {
	right: -64px;
}
.slider-services:not(.slick-initialized) > li:not(:first-child) {
	display: none;
}

.lead_page .title-section {
	margin-bottom: 70px;
}
.lead_page .lead__text {
	margin-bottom: 40px;
}
.lead_page .lead__text + .title-section {
	margin: 0;
}
.lead.lead_page {
	padding-top: 32px;
}
.lead.lead_page .bg-line {
    top: 55px;
}
.lead_page + .about .head-section {
	padding-top: 65px;
}
.lead_page + .about {
	padding-bottom: 100px;
}
.page-sertificats {
	padding-top: 32px;
	padding-bottom: 100px;
}
.page-sertificats .title-section {
	margin-bottom: 37px;
}
.item-sertificat {
	padding: 15px 13px;
	padding-bottom: 20px; 
	min-height: 100%;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background: #fff;
	color: #1b1a20;
	transition: all 0.5s;
}
.item-sertificat:hover {
	box-shadow: 0 5px 15px #ccc;
}
.item-sertificat__image {
	height: 293px;
	margin-bottom: 18px;
	border-radius: 16px;
	border: 1px solid #e3e8ed;
	width: 100%;
}
.item-sertificat__image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	border-radius: 16px;
}
.item-sertificat__title {
	margin-bottom: 18px;
	display: block;
	width: 100%;
	color: #1b1a20;
}
.item-sertificat__icon {
	width: 24px;
	height: 24px;
	margin-top: auto;
	background-image: url(../img/ic_download.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.catalog {
    min-height: 300px;
}
.card-detailed__buttons {
	display: flex;
	align-items: center;
	margin-top: auto;
	gap: 12px;
}
.btn-main.btn-main_page {
	background: #344187;
}
.btn-main.btn-main_page:hover {
    background: #0b185f;
}
body .bx-authform-content-container,
body .bx-authform-label-container {
	color: #000;
    padding-bottom: 8px;
}
body .bx-title {
	margin-bottom: 15px;
	font-weight: 500;
}
body .bx-authform-formgroup-container .btn {
	width: 100%;
}
.btn.btn-link,
.page-personal a.mr-4,
.page-personal p a,
body .bx-authform-link-container a {
	color: #344187;
	font-weight: 500;
	border-bottom: 1px solid #344187;
	padding: 0;
	text-decoration: none;
}
body .alert-danger {
    color: #fff;
    background-color: #ce2e24;
    border-color: #ce2e24;
    font-weight: 500;
}
body hr.bxe-light {
	border-color: #ccc;
}
.page-personal {
	padding-bottom: 40px;
}
.page-personal .notetext {
	margin-bottom: 20px;
}

/*bitrix basket*/

body .basket-items-list-header {
    background: #344187;
	border-radius: 10px 10px 0 0;
	color: #fff;
	border: none;
  }
body .bx-basket * {
	font-family: 'Golos Text', sans-serif !important;
}
body .basket-item-info-name-link {
	font-size: 20px;
	font-weight: 500;
	color: #1b1a20;
	text-decoration: none !important;
	transition: all 0.3s;
}
body .basket-items-list-header-filter-item.active {
	color: #fff;
  }
body .page-basket .bx-basket {
	border-radius: 10px;
    box-shadow: 0 3px 15px 0 rgba(188, 207, 226, 0.5);
  }
body .basket-checkout-container {
	border-radius: 16px;
	border: none;
  }
body .basket-items-list-wrapper-light .basket-items-list-header {
	display: block !important;
  }
body .basket-coupon-block-total-price-current {
	font-weight: 500;
	margin: 0;
  }
body .basket-checkout-block-total,
body .basket-checkout-block-btn,
body .basket-checkout-block-total-price-inner {
	padding: 0;
  }
body .basket-checkout-section-inner {
	align-items: center;
	justify-content: space-between;
  }
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: 500;
	color: #1b1a20;
	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: 500;
	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: #2A60AD;
	-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;
	vertical-align: middle;
}
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 {
	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 50px;
	vertical-align: middle;
}
body .basket-item-amount-field-description {
	display: none !important;
}
body .basket-checkout-block-total-title {
	padding-right: 100px;
	font-weight: 500;
}
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, .basket-items-list-wrapper-compact {
	border: none;
}
body .basket-coupon-block-field-description {
    font-size: 14px;
    color: #1b1a20;
    padding-bottom: 9px;
    font-weight: 500;
}
body .basket-items-list-item-price-for-one .basket-item-price-current {
	padding-top: 16px;
}
body .basket-item-price-current-text {
	font-weight: 500;
}
body .basket-item-actions-remove:hover:after, 
body .basket-item-actions-remove:hover:before {
	background-color: transparent;
}
body .basket-items-list-wrapper table,
body .basket-items-list-wrapper table td {
	border: none;
}
body td.basket-items-list-item-remove {
	padding-left: 40px;
	display: table-cell !important;
}
body tr.basket-items-list-item-container {
	border-bottom: 1px #e7e7e7 solid;
}
body tr.basket-items-list-item-container:last-child {
	border: none;
}
body .basket-items-search-field{
	display: none;
}
body .basket-coupon-section {
	/* display: none; */
}
body .basket-checkout-section {
	flex: 1;
}
body .basket-item-image-link {
    position: relative;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-personal .title-section {
	margin-bottom: 25px;
}
.basket-checkout-section .btn.btn-primary {
	padding: 0 50px;
}
body .basket-checkout-container.basket-checkout-container-fixed {
    position: relative !important;
    width: 100% !important;
}
[data-entity="basket-total-block"]  {
	height: auto !important;
}
#popupkp.modal-block .form-main.form-main_page {
	height: 400px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.modal-block .descr-form a {
	color: #fff;
	border-bottom: 1px #fff solid;
}
.modal-block .descr-form a:hover {
	border-color: transparent;
}
body .sale-personal-section-index-block {
    background: #344187;
	border-radius: 16px;
	opacity: 1;
}
.sale-personal-section-index-block-ico {
    margin-bottom: 10px;
    display: block;
}
.page-personal .title-section + h3 {
	margin-bottom: 20px;
}
.form-group.row {
	margin-bottom: 15px;
}
.btn-check:focus + .btn, .btn:focus {
	box-shadow: none !important;
}
.main-profile-submit {
	margin-right: 25px;
}
.row.main-profile-block-date-info {
	font-weight: 500;
}
.row.main-profile-block-date-info > div {
	margin-bottom: 15px;
}	
.row.main-profile-block-date-info > div:last-child {
	margin-bottom: 0;
}
.row.main-profile-block-date-info strong {
	font-weight: 500;
}
.catalog-page.catalog-page_search {
	padding-bottom: 100px;
}
.bx-ag-search-page.search-page form {
	gap: 10px;
	max-width: 700px;
	display: flex;
	align-items: center;
}
body .search-page.theme-blue input[type=submit] {
	width: 300px;
}
.catalog-page_search .title-section {
	margin-bottom: 25px;
}
body input:-internal-autofill-selected {
	background: #fff !important;
}
body .bx-searchtitle {
    margin: 0;
}
#popupkp.modal-block .form-main.form-main_page .descr-form a {
	display: inline-block;
	margin-bottom: 15px;
}
body .bx-searchtitle .bx-searchtitle-clear {
    top: 0;
    right: 45px;
    width: 28px;
    height: 100%;
    font-size: 29px;
    line-height: 42px;
    color: #344187;
}
body div.title-search-result {
	z-index: 1000;
	border-radius: 16px;
}
body .bx_smart_searche, .bx_smart_searche *, 
body .bx-searchtitle, .bx-searchtitle * {
	font-family: 'Golos Text';
}
body .bx_smart_searche.theme-blue .bx_item_block_item_name b, 
body .bx_smart_searche.theme-blue .bx_item_block_item_simple_name b {
	color: #344187;
	font-weight: 500;
}
.bx_smart_searche {
    border-radius: 0;
    max-height: 300px;
    overflow: auto;
}
.bx_smart_searche::-webkit-scrollbar {
	-webkit-appearance: none;
}
.bx_smart_searche::-webkit-scrollbar:vertical {
	width: 3px;
}
.bx_smart_searche::-webkit-scrollbar:horizontal {
	height: 3px;
}
.bx_smart_searche::-webkit-scrollbar-thumb {
	background-color: #344187;
	border-radius: 10px;
}
.bx_smart_searche::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #ccc;
}
body .bx_smart_searche .bx_item_block_item_price .bx_price_new {
	font-weight: 500;
}
body .bx_smart_searche .bx_item_block.all_result .all_result_button {
	height: 52px;
}
body .bx_smart_searche.theme-blue .bx_item_block_href:hover {
    background-color: #f4f6ff;
}

body .basket-coupon-section {
	padding-right: 40px;
    flex: 1;
}
.basket-coupon-section  .form-control {
	border: 1px solid #344187;
	box-shadow: none !important;
}
body .basket-checkout-container {
	align-items: flex-end;
}
body .basket-coupon-block-coupon-btn {
	border-color: #344187;
}
.item-catalog__price-wrap {
	margin-top: auto;
}
.item-catalog__price-wrap .item-catalog__price {
	margin-bottom: 15px;
}
.features-card {
    min-height: 232px;
}

.sidebar-catalog {
    max-height: calc(100vh - 152px);
    overflow: auto;
}
.sidebar-catalog::-webkit-scrollbar {
	-webkit-appearance: none;
}
.sidebar-catalog::-webkit-scrollbar:vertical {
	width: 3px;
}
.sidebar-catalog::-webkit-scrollbar:horizontal {
	height: 3px;
}
.sidebar-catalog::-webkit-scrollbar-thumb {
	background-color: #344187;
	border-radius: 10px;
}
.sidebar-catalog::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #ccc;
}
.sidebar-block:last-child {
	margin-bottom: 0;
}
.filter-catalog__bottom {
	display: flex;
	align-items: center;
	gap: 5px;
}
.filter-catalog__bottom .btn-main {
	flex-grow: 1;
	padding: 0 5px;
}