/* Базовые стили */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

strong {
	font-weight: bold;
}

input {
	outline: none;
}

textarea {
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

b {
	font-weight: 600;
}

img {
	border: 0;
	max-width: 100%;
}

a {
	text-decoration: none;
	transition: all 0.5s ease;
}

a:hover {
	transition: all 0.5s ease;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.page-body {
	padding: 0;
}

button {
	cursor: pointer;
	outline: none;
	border: none;
}

* {
	padding: 0;
	margin: 0;
}

body * {
	font-family: 'Inter', sans-serif;
}

.container {
	max-width: 1296px;
	margin: 0 auto;
}

.header {
	padding: 12.5px 0;
	z-index: 999;
	position: relative;
}

.header__block {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.header__phone {
	color: #312D33;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
}

.header__gamb {
	width: 40px;
	height: 40px;
	display: none;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	border: 1px solid  #E9E7EA;
}

.header__gamb.active {
	background-color: #3B579F;
}
.header__gamb_menu {
	display: flex;
	align-items: center;
	justify-content: center;
}
.header__gamb.active .header__gamb_menu {
	display: none;
}
.header__gamb_close {
	display: none;
}
.header__gamb.active .header__gamb_close {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header__nav ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header__nav ul li {
	position: relative;
	cursor: pointer;
}

.header__nav .menu-item-has-children {
	position: relative;
}

.header__nav .menu-item-has-children:before {
	position: absolute;
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M4.55859 7.94141C4.80273 8.18555 5.19922 8.18555 5.44336 7.94141L9.19336 4.19141C9.4375 3.94727 9.4375 3.55078 9.19336 3.30664C8.94922 3.0625 8.55273 3.0625 8.30859 3.30664L5 6.61523L1.69141 3.30859C1.44727 3.06445 1.05078 3.06445 0.806641 3.30859C0.5625 3.55273 0.5625 3.94922 0.806641 4.19336L4.55664 7.94336L4.55859 7.94141Z" fill="%23312D33"/></svg>');
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.sub-menu:hover {
	display: block;
}

body.fixed {
	padding-top: 110px;
}

body.fixed .header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background-color: #fff;
	border-bottom: 1px solid #E9E7EA;
}

.header__nav {
	display: flex;
}

.header__nav.active {
	position: fixed;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	left: 0;
	background: #fff;
	top: 99px;
	border-top: 1px solid #E9E7EA;
	z-index: 99;
	padding: 24px;
	border-bottom: 1px solid #E9E7EA;
}

.header__nav li {
	display: block;
	border-bottom: 2px solid transparent;
}

.header__nav li:hover {
	border-bottom: 2px solid #909196;
}

.header__nav ul li>.sub-menu {
	position: absolute;
	background-color: #E9E7EA;
	display: none;
	width: max-content;
}

.header__nav ul li>.sub-menu li {
	display: block;
	transition: all 0.5s ease;
	border: 1px solid transparent;
}

.header__nav ul li>.sub-menu li a{
	color: #312D33;
	font-size: 14px;
	font-style: normal;
	padding: 0;
	font-weight: 400;
	padding: 20px;
	line-height: 120%;
}

.header__nav ul li>.sub-menu li:hover {
	background-color: #fff;
	transition: all 0.5s ease;
	border-bottom: 1px solid #d9d9d9;
	border: 1px solid #d9d9d9;
}

.header__nav ul li>.sub-menu li:hover a {
	color: #3B579F;
}

.header__nav ul li:hover>.sub-menu {
	display: block;
}

.header__nav a {
	padding: 12px 20px;
	color:#312D33;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	display: block;
}

.header__nav a svg {
	margin-left: 8px;
}

.offer__block {
	display: flex;
}

.offer__block_item {
	text-align: center;
	padding: 60px 90px;
	flex: 1;
	position: relative;
	transition: all 0.5s ease;
}

.offer__block_item:nth-child(1):before,
.offer__block_item:nth-child(1)::after {
	content: "";
	position: absolute;
	height: 100%; width: 55%;
	top: 0;
	box-sizing: border-box;
	border: 1px solid #E9E7EA;
	background-color: #fff;
	z-index: -1;
	transition: all 0.5s ease;
}

.offer__block_item:nth-child(1)::before {
	left: 0;
	border-right: none;
}

.offer__block_item:nth-child(1)::after {
	right: -35px;
	border-left: none;
	transform-origin: top right;
	transform: skewx(-10deg);
}

/* ergserg */

.offer__block_item:nth-child(2):before,
.offer__block_item:nth-child(2)::after {
	content: "";
	position: absolute;
	height: 100%; width: 55%;
	top: 0;
	box-sizing: border-box;
	border: 1px solid #E9E7EA;
	background-color: #fff;
	z-index: -1;
	transition: all 0.5s ease;
}

.offer__block_item:nth-child(2)::before {
	left: 60px;
	border-right: none;
	transform-origin: top right;
	transform: skewx(-10deg);
	transition: all 0.5s ease;

}

.offer__block_item:nth-child(2)::after {
	transition: all 0.5s ease;
	border-left: none;
	right: 0;
}

.offer__block_item:hover:before, .offer__block_item:hover:after {
	background: #F6F6F6;
	transition: all 0.5s ease;
}

.offer__block_item_name {
	color: #312D33;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	margin: 60px 0 96px;
	display: block;		
}

.offer__block_item_link {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	margin: 0 auto;
	max-width: 156px;
	height: 60px;
	border-radius: 4px;
	transition: all 0.5s ease;
	background: #3B579F;
}

.offer__block_item:hover .offer__block_item_link {
	background-color: #293D6D;
	transition: all 0.5s ease;
}

.models__main.swiper .swiper-wrapper {
	height: max-content;
}

.product__cart {
	height: max-content;
}

.product__cart_picture {
	border: 1px solid #E9E7EA;
	margin-bottom: 24px;
	transition: all 0.5s ease;
	height: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product__cart:hover .product__cart_picture {
	border-color: #3B579F;
	transition: all 0.5s ease;
}

.product__cart_name {
	text-align: center;
	display: block;
	color: #312D33;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	transition: all 0.5s ease;
}

.product__cart:hover .product__cart_name {
	transition: all 0.5s ease;
	color: #3B579F;
}

.block__title {
	color:  #312D33;
	text-align: center;
	margin-bottom: 40px;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}

.models {
	padding: 120px 0;
}

.models__main_pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}

.models__main_pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: rgba(59, 87, 159, 0.30);
	opacity: 1;
}

.models__main_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #3B579F;
}

.how__list {
	display: flex;
	justify-content: space-between;
	gap: 24px;
}

.how__list_item {
	perspective: 1000px;
	width: 300px;
	position:relative;
 }
 
 .how__list_item_tokusoda {
	transition: all 1s;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	padding: 40px;
	height: 100%;
 }
 
 .how__list_item_pomudus{
	transform:rotateY(180deg);
	height: 100%;
	padding: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: start;
	color: #312D33;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	background-color: #F6F6F6;
 }
 
 .how__list_item:hover .how__list_item_front {
	transform: rotateY(-180deg);
 }
 
 .how__list_item:hover .how__list_item_pomudus {
	transform: rotateY(0);
 }
 

.how__list_item {
	border-radius: 4px;
	background: #FFF;
	width: 100%;
	text-align: center;
	padding: 40px;
	height: 280px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}

.how__list_item:hover {
	transform: rotate3d(180deg);
}

.how__list_item_name {
	color: #312D33;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
}

.footer__top {
	margin-top: 120px;
	text-align: center;
	margin-bottom: 30px;
}

.footer__bot {
	padding: 21.5px 0;
	background: #E9E7EA;
	color: #312D33;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	text-align: center;
}

.page__block {
	padding: 48.5px 0;
	background-color: #FAFAFA;
}

.page__block_title{
	color: #312D33;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	text-align: center;
}

.about {
	padding: 60px 0 120px;
	text-align: center;
}

.about__title {
	color: #312D33;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 32px;
	line-height: 120%;
}

.about__info {
	color: #312D33;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	max-width: 636px;
	width: 100%;
	margin: 0 auto;
	line-height: 120%;
}

.about__info * {
	margin-bottom: 12px;
}

.about__info ul li {
	list-style: disc;
	width: max-content;
	margin: 0 auto 12px;
}

.models__main_about {
	display: flex;
	gap: 24px;
	justify-content: center;
	flex-wrap: wrap;
	row-gap: 40px;
}

.models__main_about .product__cart {
	max-width: calc(25% - 24px);
}

.sertificate__block_item_large {
	display: block;
	margin-right: 24px;
}

.sertificate__block_item_info {
	display: flex;
}

.sertificate__block {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4px;
}

.sertificate__block_item_title {
	color:#312D33;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 40px;
	text-align: center;
	line-height: 120%;
}

.sertificate__block_item_picture {
	position: relative;
	border: 1px solid #E9E7EA;
	border-radius: 4px;
	max-width: 416px;
}

.sertificate__block_item_piclarge {
	position: absolute;
	top: 12px;
	right: 12px;
}

.contact {
	padding: 60px 0 120px;
}

.contact__block_item:not(:last-child) {
	margin-bottom: 106px;
}

.contact__block_item {
	display: flex;
	gap: 132px;
}

.contact__block_title {
	max-width: 306px;
	width: 100%;
	color: #312D33;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}

.contact__block_info {
	flex: 1;
}

.contact__block_info_item {
	display: flex;
	align-items: center;
	padding: 24px 0;
	border-bottom: 1px solid #E9E7EA;
	gap: 24px;
}

.contact__block_info_item:not(:last-child) {
	margin-bottom: 14px;
}

.contact__block_info_item_label {
	color: #312D33;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	max-width: 196px;
	width: 100%;
}

.contact__block_info_item_value {
	flex: 1;
	color: #312D33;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
}

a.contact__block_info_item_value {
	color: #3B579F;
}

.contact__block_form {
	max-width: 527px;
	width: 100%;
}

.contact__block_form_item {
	width: 100%;
}

.contact__block_form_item:not(:last-child) {
	margin-bottom: 24px;
}

.contact__block_form_item_label {
	display: block;
	color: var(--unnamed, #312D33);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	margin-bottom: 12px;
}

.contact__block_form_item_input {
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	padding: 0 20px;
	border-radius: 4px;
	background: #F6F6F6;
	border: none;
	outline: none;
	color: #312D33;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

.contact__block_form_item_input:focus, .contact__block_form_item_textarea:focus {
	border: 1px solid #3B579F;
}

.contact__block_form_item_input::placeholder, .contact__block_form_item_textarea::placeholder {
	color: #312D33;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	opacity: 0.6;
}

.contact__block_form_item_input.input-error {
	border-color: red;
}

span.error {
	display: block;
	color: red;
	margin-top: 6px;
}

.contact__block_form_item_textarea {
	padding: 20px;
	border: none;
	width: 100%;
	height: 120px;
	resize: none;
	border-radius: 4px;
	background: #F6F6F6;
	color: #312D33;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	outline: none;
}

.contact__block_form_btn {
	max-width: 260px;
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background: #3B579F;
	color: #FFF;
	transition: all 0.5s ease;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
}

.contact__block_form_btn:hover {
	transition: all 0.5s ease;
	background: #293D6D;
}

.models__related {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
}

.models__related .product__cart {
	max-width: 306px;
	width: 100%;
}

.models__page_related .block__title {
	text-align: left;
}

.product {
	padding-top: 40px;
}

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

.product__left {
	max-width: 526px;
	width: 100%;
}

.product__left_picture {
	width: 100%;
	height: 420px;
	border-radius: 4px;
	border: 1px solid #E9E7EA;
	position: relative;
}

.product__left_picture_item {
	display: none;
}

.product__left_picture_item.active {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s ease;
}

.product__left_picture_large {
	position: absolute;
	pointer-events: none;
	top: 12px;
	right: 12px;
	cursor: pointer;
}

.product__left_thumbs {
	display: flex;
	gap: 24px;
	margin-top: 24px;
	flex-wrap: wrap;
}

.product__left_thumbs_item {
	border-radius: 4px;
	border: 1px solid #E9E7EA;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 86px;
	height: 86px;
}

.product__right {
	max-width: 636px;
	width: 100%;
}

.product__right_title {
	color: #312D33;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 12px;
}

.product__right_text {
	color: #312D33;
	margin-bottom: 40px;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

.product__right_specific_label {
	color: #312D33;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 24px;
}

.product__right_specific_item {
	display: flex;
	gap: 24px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #E9E7EA;
}

.product__right_specific_item p:first-child {
	flex: 1;
	color: #909196;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

.product__right_specific_item p:last-child {
	flex: 1;
	color:#312D33;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

.product__characteristics {
	padding: 100px 0 0;
}

.product__characteristics .block__title {
	text-align: left;
}

.product__characteristics_item_title {
	color: #312D33;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	margin-bottom: 24px;
}

.product__characteristics_item:not(:last-child) {
	margin-bottom: 24px;
}

.product__characteristics_item_list li {
	display: flex;
	align-items: center;
	gap: 24px;
	padding-bottom: 12px;
	border-bottom: 1px solid #E9E7EA;
}

.product__characteristics_item_list li:not(:last-child) {
	margin-bottom: 12px;
}

.product__characteristics_item_list li p:first-child {
	max-width: 416px;
	width: 100%;
	color: #909196;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

.product__characteristics_item_list li p:last-child {
	flex: 1;
	color: #312D33;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

.catalog {
	padding: 60px 0 0;
}

.catalog__left_list_checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.catalog__left_list_checkbox+label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	color:  #312D33;
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

.catalog__left_list_checkbox+label span {
	color:#909196;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

.catalog__left_list_checkbox+label::before {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 2px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	border: 1px solid #909196;
}

.catalog__left_list_checkbox[checked]+label::before {
  border-color: #3B579F;
  background-color: #3B579F;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.catalog__block {
	display: flex;
}

.catalog__left_title {
	color: #312D33;
	font-size: 14px;
	margin-bottom: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}

.catalog__left_list_item {
	display: block;
}

.catalog__left_list_item:not(:last-child) {
	margin-bottom: 10px;
}

.catalog__left {
	padding: 24px;
	max-width: 306px;
	width: 100%;
	border-right: 1px solid #E9E7EA;
}

.catalog__right {
	padding: 24px;
	max-width: 966px;
	width: 100%;
}

.catalog__right_count {
	color: #312D33;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	padding-bottom: 24px;
	border-bottom: 1px solid #E9E7EA;
	margin-bottom: 24px;
	line-height: 120%;
}

.catalog__right_list {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
}

.catalog__right_list .product__cart {
	max-width: 290px;
	width: 100%;
}

.garant__block {
	color: #312D33;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	max-width: 966px;
	margin-bottom: 20px;
}

.garant__block * {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	margin-top: 20px;
}

.garant__block p {
	color: #312D33;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 20px;
}

.garant__block p.max {
	color: #312D33;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

.garant__block h3 {
	color: #312D33;
	margin-bottom: 20px;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}

.garant__block h3 a {
	color: #3B579F;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}

.garant__block p a {
	color: #3B579F;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}

.garant__block ul li {
	color: #312D33;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 20px;
	list-style: disc;
}

.garant__block ul {
	padding-left: 24px;
}

.garant {
	padding: 60px 0 120px;
}

.delivery {
	padding: 60px 0 0;
}

.delivery__block {
	columns: 2;
}

.delivery__item {
	margin-bottom: 40px;
	display: inline-block;
	max-width: 526px;
	width: 100%;
}

.delivery__item_top_picture {
	max-width: 86px;
	border-radius: 4px;
	border: 1px solid #E9E7EA;
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	margin-right: 24px;
	justify-content: center;
}

.delivery__item_top {
	display: flex;
	margin-bottom: 12px;
	align-items: center;
}

.delivery__item_top_name {
	color: #312D33;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

.delivery__item_info {
	padding-left: 110px;
}

.delivery__item_info p {
	color: #312D33;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 10px;
}

.delivery__item_info p b {
	color: #312D33;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}

.delivery__item_info ul {
	padding-left: 24px;
	margin-bottom: 20px;
}

.delivery__item_info ul li {
	list-style: disc;
	color: #312D33;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

.succes {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 48px;
	max-width: 500px;
	width: 100%;
	text-align: center;
	display: none;
	box-shadow: 0 10px 10px rgba(0,0,0,0.05);
	border: 1px solid #ededed;
}

.succes.active {
	display: block;
}

.succes__close {
	position: absolute;
	top: -24px;
	right: -24px;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #3B579F;
	border-radius: 100px;
	cursor: pointer;
}

.succes__text {
	font-size: 24px;
	font-weight: bold;
}

@media screen and (max-widht: 576px) {
	.catalog__left_title {
		font-size: 16px;
	}

	.contact__block_form_btn {
		max-width: 100%;
	}
}