@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/Montserrat-Regular.ttf);
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/Montserrat-Medium.ttf);
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	src: url(../fonts/Montserrat-SemiBold.ttf);
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
	font-family: 'SourceSerifPro';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/SourceSerifPro-Regular.ttf);
}
@font-face {
	font-family: 'SourceSerifPro';
	font-style: italic;
	font-weight: 400;
	src: url(../fonts/SourceSerifPro-Italic.ttf);
}
/* @font-face {
	font-family: 'SourceSerifPro';
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/SourceSerifPro-SemiBold.ttf);
} */
@font-face {
	font-family: 'SourceSerifPro';
	font-style: normal;
	font-weight: 600;
	src: url(../fonts/SourceSerifPro-SemiBold.ttf);
}
@font-face {
	font-family: 'SourceSerifPro';
	font-style: italic;
	font-weight: 600;
	src: url(../fonts/SourceSerifPro-SemiBoldItalic.ttf);
}
@font-face {
	font-family: 'SourceSerifPro';
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/SourceSerifPro-Bold.ttf);
}
@font-face {
	font-family: 'SourceSerifPro';
	font-style: italic;
	font-weight: 700;
	src: url(../fonts/SourceSerifPro-BoldItalic.ttf);
}

body{
	font-family: 'SourceSerifPro';
  font-style: italic;
  font-weight: 400;
  color: #434343;
  font-size: 20px;
	line-height: 1.4;
}

input{
	box-sizing: border-box;
}

.btn{
	padding: 14px 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(180deg, #B9248B -12.89%, #DD21A3 127.5%);
	border-radius: 8px;
	border: none;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}

.btn:hover{
	cursor: pointer;
}

.btn_white{
	background: #fff;
	border: 1px solid #B9248B;
	color: #B9248B;
}

.btn img{
	margin-right: 14px;
}

.btn_manifest{
	background: none;
	color: #B9248B;
	border: 1px solid #B9248B;
}

.content {
  max-width: 1326px;
  margin: 0 auto;
}

.haeder_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 34px 0;
}

.header{
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	position: relative;
}

.header_mobMenu_btn{
	display: none;
}

.header_logo{
	width: 220px;
	position: relative;
}

.header_logo img{
	max-width: 100%;
}

.header_logo svg{
	max-width: 100%;
}

.bookmark-popup{
	position: absolute;
    background: linear-gradient(180deg, #B9248B -12.89%, #DD21A3 127.5%);
    border: none;
	bottom: -22px;
    right: 20px;
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 20px;
    color: #fff;
}

.header_menu {
  display: flex;
  align-items: center;
}

.header_menu a {
  margin: 0 20px;
	font-weight: 600;
	font-style: italic;
	font-size: 16px;
	line-height: 20px;
  color: #434343;
  text-decoration: none;
}

.header_pay_img {
  margin-right: 14px;
}

.main {
  background-image: url(../img/main_fon.png);
	background-size: cover;
  height: 600px;
	margin-bottom: 28px;
}

.main_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 0 220px 0;
}

.main_content {
  width: calc(100% - 750px);
  padding-right: 80px;
}

.main_logo {
  margin-bottom: 24px;
}

.main_slogon {
  margin-bottom: 26px;
	font-style: italic;
	font-weight: 700;
	font-size: 36px;
	line-height: 100%;
  color: #B9248B;
}

.main_info {
  color: #434343;
  line-height: 24px;
	font-size: 22px;
  margin-bottom: 52px;
	font-style: italic;
}

.main_img {
  width: 750px;
}

.main_img img {
  max-width: 100%;
}

.main_buttons {
	display: flex;
	/* justify-content: space-between; */
}

 .main_buttons_manual{
	/* color: #434343;
	font-weight: 600;
	display: flex;
	align-items: center;
	text-decoration: none; */
	margin-left: 15px;
}

.main_buttons_manual img{
	margin-right: 11px;
}

.title_number{
	position: relative;
	display: flex;
	align-items: flex-end;
	padding-top: 150px;
}

.title_number_val{
	position: absolute;
	left: 0;
	top: 0;
	font-style: italic;
	font-weight: 800;
	font-size: 178.2px;
	line-height: 140%;
	color: #F7F0F5;
}

.title_number_text{
	position: relative;
	margin: 0;
	z-index: 2;
	font-weight: 600;
	font-size: 40px;
	line-height: 120%;
}

.symptomsIndex{
	margin-bottom: 100px;
}

.symptomsIndex_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
		margin-top: 30px;
}

.symptomsIndex_item{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	padding: 20px 50px;
	height: 320px;
	background-image: url("../images/symptomsIndex_item_fon.png");
	background-size: cover;
	border-radius: 20px;
}

.symptomsIndex_item img{
	max-width: 100%;
}

.symptomsIndex_item_text{
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
}

.version{
	background-image: url("../images/version_fon.png");
	background-size: cover;
	padding-bottom: 80px;
}

.version_top{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
    margin-bottom: 70px;
    flex-direction: column;
}

.version_top_text{
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	margin-top: 30px;
}

.nad_string{
	font-size: 70%;
	top: -6px;
  position: relative;
}

.version_list{
	display: flex;
	justify-content: space-between;
	position: relative;
}

.version_item{
	max-width: 50%;
	width: 50%;
}

.version_item_img{
	margin-bottom: 84px;
	text-align: center;
	height: 450px;
}

.version_item_img img{
	max-width: 100%;
}

.version_info{
	text-align: center;
}

.version_info_title{
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 10px;
}

.version_info_text{
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: #BCB7C2;
}

.version_list_btn{
	position: absolute;
	bottom: -30px;
	left: calc(50% - 121px);
}

.version_list_btn a{
	width: 242px;
	height: 65px;
}

.version_list_btn a:first-child{
	margin-bottom: 25px;
}

.about{
		background-image: url("../images/about_fon.png");
		background-size: cover;
		background-position: center;
}

.about_box{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 658px;
}

.breadcrumb{
	position: absolute;
	top: 32px;
	left: 0;
}

.breadcrumb_link{
	color: #B9248B;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	text-decoration: none;
}

.breadcrumb_arrow{
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #847E8E;
	margin: 0 13px;
}

.breadcrumb_item{
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #847E8E;
}

.about_title{
	font-weight: 600;
	font-size: 83px;
	line-height: 140%;
	color: #B9248B;
	margin-bottom: 14px;
}

.about_text{
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	max-width: 594px;
}

.about_dop{
	margin-top: -56px;
	margin-bottom: 120px;
}

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

.about_dop_item{
	width: calc(33% - 20px);
	background: #F6F6FB;
	border-radius: 20px;
	padding: 64px 30px 20px 30px;
	position: relative;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
}

.about_dop_item b{
	font-weight: 700;
}

.about_dop_item span{
	position: absolute;
	top: -50px;
	left: 30px;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	border-radius: 50%;
}

.advantages{
	margin-bottom: 120px;
}

.advantages_box{
	display: flex;
}

.advantages_left{
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.advantages_img{
	margin-top: 80px;
}

.advantages_right{
	width: 50%;
	padding-top: 150px;
	padding-left: 110px;
}

.advantages_right_item{
	margin-bottom: 50px;
	position: relative;
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
}

.advantages_right_item:last-child{
	margin-bottom: 0;
}

.advantages_right_item img{
	margin-right: 20px;
}

.funktsii{
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 90.65%, #FFFFFF 100%), #F6F6FB;
	margin-bottom: 120px;
}

.funktsii_box{
	position: relative;
	padding-top: 100px;
}

.funktsii_list{
	margin-top: 60px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.funktsii_item{
	width: calc(50% - 15px);
	background: #FFFFFF;
	border-radius: 20px;
	padding: 40px;
	display: flex;
	justify-content: space-around;
	margin-bottom: 30px;
}

.funktsii_item_info{
	width: 366px;
}

.funktsii_item_title{
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	margin-bottom: 15px;
}

.funktsii_item_text{
	height: 80px;
	overflow: hidden;
	position: relative;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	margin-bottom: 10px;
	transition: 0.3s;
}

.funktsii_item_text.open{
	height: auto;
}

.funktsii_item_more{
	border: none;
	background: none;
	color: #B9248B;
	font-weight: 600;
	font-size: 13px;
	line-height: 160%;
}

.funktsii_item_more:hover{
	cursor: pointer;
}

.test{
	background-image: url("../images/test_fon.png");
	background-size: cover;
	padding-bottom: 120px;
}

.test_title{
	text-align: center;
	font-size: 178px;
	font-weight: 900;
	color: #F6F0F5;
	position: relative;
}

.test_title span{
	position: absolute;
	bottom: 35px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 50px;
	font-weight: 600;
	color: #434343;
}

.test_body{
	background-color: #F6F6FB;
	border-radius: 40px;
	padding: 50px;
}

.test_progress_line{
 width: 100%;
 border: none;
 height: 6px;
 border-radius: 1px;
 background-color: #E4E6F3;
 margin-bottom: 50px;
}

.test_progress_line::-moz-progress-bar {
  border: none;
  background-color: #E4E6F3;
}

.test_progress_line::-webkit-progress-bar {
  border: none;
  background-color: #E4E6F3;
}

.test_progress_line::-webkit-progress-value {
  background-color: #B9248B;
}

.test_item_content{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.test_item_question{
	width: 50%;
}

.test_item_question_text{
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
}

.test_item_question_textDop{
	font-size: 20px;
}

.test_item_answers{
	max-width: 50%;
}

.test_item_answers_box{
	background-color: #fff;
	padding: 18px 20px;
	border-radius: 40px;
	width: 480px;
	max-width: 100%;
	margin-bottom: 10px;
	display: flex;
}

.test_item_answers_box input{
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	overflow: hidden;
	margin: 0;
}

.test_item_answers_box label{
	font-size: 24px;
	font-weight: 600;
	position: relative;
	display: flex;
	align-items: center;
}

.test_item_answers_box label::before{
	content: "";
	/* position: absolute;
	left: 0; */
	width: 34px;
	height: 34px;
	display: block;
	border: 1px solid #BCB7C2;
	border-radius: 50%;
	margin-right: 20px;
	transition: 0.1s;
	box-sizing: border-box;
}

.test_item_answers_box label:hover{
	cursor: pointer;
}

.test_item_answers_box label:hover::before{
	border: 10px solid #B9248B;
}

.test_item_answers_box input:checked ~ label::before {
	border: 10px solid #B9248B;
}


.test_item_bar{
	display: flex;
	flex-flow: row-reverse;
	justify-content: space-between;
}

.test_item_bar_btn_next{
	font-family: 'SourceSerifPro';
	font-style: italic;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	border: none;
	background-color: #B9248B;
	padding: 13px 24px;
	border-radius: 20px;
}

.test_item_bar_btn_back{
	display: none;
	font-family: 'SourceSerifPro';
	font-style: italic;
	font-size: 18px;
	font-weight: 600;
	color: #434343;
	border: none;
	background-color: #E4E6F3;
	padding: 13px 24px;
	border-radius: 20px;
}

.test_item_bar_btn_next:hover, .test_item_bar_btn_back:hover{
	cursor: pointer;
}

.test_result{
	display: none;
}

.test_result_title{
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
}

.test_result_text{
	font-size: 20px;
	margin-bottom: 30px;
}

.test_result_again{
	background-color: #E4E6F3;
	font-family: 'SourceSerifPro';
	font-style: italic;
	font-size: 18px;
	font-weight: 600;
	padding: 18px 24px;
	border: none;
	border-radius: 20px;
}

.test_result_again:hover{
	cursor: pointer;
}

.articles{
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 90.65%, #FFFFFF 100%), #F6F6FB;
}

.articles_box{
	position: relative;
	padding-top: 130px;
}

.articles_title{
	font-weight: 700;
	font-size: 40px;
	line-height: 120%;
	margin-bottom: 60px;
}

.articles_block{
	/* display: flex;
	justify-content: space-between; */
}

.articles_menu{
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	/* gap: 15px; */
}

.articles_menu_item{
	width: 24%;
	background: #FFFFFF;
	border-radius: 20px;
	padding: 20px 25px;
	display: flex;
	align-items: center;
}

.articles_menu_item svg{
	margin-right: 20px;
	/* width: 42px; */
	fill:#BCB7C2;
	stroke:#BCB7C2;
}

.articles_menu_item.active svg{
	fill:#B9248B;
	stroke:#B9248B;
}

.articles_menu_item_link{
	display: flex;
	font-weight: 600;
	font-size: 20px;
	line-height: 130%;
	color: #434343;
	text-decoration: none;
}

.articles_list{
	/* width: calc(100% - 456px); */
}

.articles_item{
	padding: 50px;
	background: #FFFFFF;
	border-radius: 20px;
	display: none;
}

.articles_item img{
	max-width: 100%;
}

.articles_item.active{
	display: block;
}

.articles_item_title{
	font-weight: 700;
	font-size: 30px;
	line-height: 120%;
	margin-bottom: 20px;
}

.articles_item_date{
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #847E8E;
	margin-bottom: 20px;
}

.articles_item_text{
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
}

.articles_item_text a{
	color: #B9248B;
}

.articles_item_text b{
	font-weight: 700;
}

.articles_item_text_title{
	font-weight: 700;
	font-size: 23px;
	line-height: 120%;
}

.articles_item_table_title{
	width: 100%;
	padding: 16px;
	text-align: center;
	font-weight: 700;
	font-size: 23px;
	line-height: 120%;
	background: #E4E6F3;
	border-radius: 5px;
	margin-bottom: 30px;
}

.articles_item_list_1_item{
	padding-left: 40px;
	position: relative;
	font-size: 16px;
}

.articles_item_list_1_item::before{
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border: 4px solid #B9248B;
	border-radius: 50%;
	position: absolute;
	left: 0;
}

.articles_item_list_2{
	list-style: decimal;
	padding-left: 20px;
	font-size: 16px;
}

.articles_item_list_3{
	list-style: disc;
  padding-left: 20px;
	font-size: 16px;
}

.articles_item_list_2 .articles_item_list_3{
	padding-left: 3px;
}



.faq{
	padding-top: 140px;
	padding-bottom: 88px;
	/* margin-bottom: 218px; */
	/* margin-bottom: 230px; */
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 24.81%), #F6F6FB;
}

.faq .title_number_val, .funktsii .title_number_val{
	color: #E4E6F3;
}

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

.faq_info{
  width: 356px;
}

.faq_text{
  margin: 30px 0;
  font-size: 24px;
}

.faq_list{
  width: calc(100% - 456px);
}

.faq_item{
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 20px 30px;
  margin-bottom: 15px;
}

.faq_item_title{
  position: relative;
  font-size: 18px;
	font-weight: 600;
  line-height: 22px;
  color: #434343;
  display: flex;
  justify-content: space-between;
}

.faq_item_title:hover{
  cursor: pointer;
}

.faq_item_title p{
	max-width: calc(100% - 30px);
}

.faq_item_title_ico{
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #B9248B;
  position: relative;
}

.open .faq_item_title_ico{
  border: 2px solid #696F86;
}

.faq_item_title_ico span:first-child{
  width: 12px;
  height: 2px;
  background-color: #B9248B;
  border-radius: 10%;
  display: block;
  position: absolute;
  top: 9px;
  left: 4px;
  transition: 0.6s;
}

.open .faq_item_title_ico span:first-child{
  background-color: #696F86;
	transform: rotate(-180deg);
}

.faq_item_title_ico span:last-child{
  width: 12px;
  height: 2px;
  background-color: #B9248B;
  border-radius: 10%;
  display: block;
  position: absolute;
  top: 9px;
  left: 4px;
  transform: rotate(90deg);
  transition: 0.5s;
}

.open .faq_item_title_ico span:last-child{
  background-color: #696F86;
  transform: rotate(0deg);
}

.faq_item_body{
  height: auto;
  padding-top: 30px;
  color: #696F86;
	display: none;
}

.buy{
	padding-top: 50px;
	background-image: url("../images/buy_fon.png");
	background-repeat: no-repeat;
	background-position-x: right;
  background-position-y: bottom;
}

.buy_text{
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	margin-top: 30px;
  margin-bottom: 50px;
}

.buy_list{
  display: grid;
  grid-template-columns: repeat( 4, minmax(200px, 1fr) );
  grid-gap: 30px;
	margin-bottom: 110px;
}

.buy_item{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 190px;
  /* background: #FBFBFC; */
  /* border: 1px solid rgba(105, 111, 134, 0.1); */
  border: 1px solid rgba(105, 111, 134, 0.0);
  border-radius: 10px;
}

.buy_item:hover{
  border: 1px solid #B9248B ;
}

.buy_item img{
  max-width: 80%;
}

.sources_information{
	background: #F7F0F5;
}

.sources_information_box{
	padding: 35px 0;
	min-height: 89px;
	/* display: flex;
	align-items: center;
	justify-content: flex-start; */
}

.sources_information_box_btn{
	font-style: italic;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	border: none;
	background: none;
}

.sources_information_box_btn:hover{
	cursor: pointer;
}

.sources_information_box_btn svg{
	margin-left: 4px;
}

.sources_information_box_content{
	display: none;
	padding-top: 30px;
}

.footer{
  /* background: #F7F0F5; */
  padding: 55px 0;
}

.footer_main{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}

.footer_logo{
	width: 220px;
}

.footer_logo img{
	max-width: 100%;
}

.footer_menu_item{
  color: #434343;
	font-weight: 500;
	font-size: 16px;
  margin-right: 50px;
	text-decoration: none;
}

.footer_menu_item:last-child{
    margin: 0;
}

.footer_menu_item:hover{
  color: #B9248B;
}

.footer_download_manual_link{
  display: flex;
  align-items: center;
	text-decoration: none;
}

.footer_download_manual_link span{
  color: #B9248B;
  padding-bottom: 1px;
  margin-left: 10px;
	font-weight: 500;
}

.footer_download_manual_link:hover span{
    cursor: pointer;
}

.footer_contacts{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 70px;
}

.footer_contacts_item_label{
  font-weight: 400;
  color: #434343;
  opacity: 0.3;
  margin-bottom: 13px;
}

.footer_contacts_item_value a{
  color: #434343;
  font-size: 20px;
	font-weight: 500;
  line-height: 25px;
	text-decoration: none;
}

.footer_contacts_item_value a:hover{
  color: #B9248B;
}

.footer_attention{
  letter-spacing: 0.15px;
  font-weight: 300;
  font-size: 46px;
  line-height: 1;
  color: #434343;
  opacity: 0.3;
  text-transform: uppercase;
  margin-bottom: 25px;
}

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

.footer_copyright_text, .footer_copyright_polic a, .footer_copyright_pers a{
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  color: #434343;
}

.modal_fon{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 9000;
}

.modal_faq{
	display: none;
	position: fixed;
	z-index: 9010;
	top: calc(50% - 250px);
	left: calc(50% - 234px);
	width: 468px;
	padding: 34px 40px;
	background-color: #fff;
	border-radius: 15px;
}

.modal_close{
	position: absolute;
	top: 23px;
	right: 23px;
}

.modal_close:hover{
	cursor: pointer;
}

.modal_faq_title{
	font-weight: 700;
	font-size: 24px;
	line-height: 110%;
	margin-bottom: 14px;
}

.modal_faq_text{
	font-weight: 400;
	line-height: 132.5%;
	color: #696F86;
	margin-bottom: 40px;
}

.modal_faq_input input{
	width: 100%;
	height: 48px;
	padding-left: 24px;
	font-weight: 400;
	line-height: 135%;
	color: #696F86;
	background: #FBFBFC;
	border: 1px solid rgba(105, 111, 134, 0.1);
	border-radius: 66px;
	outline: none;
}

.modal_faq_input{
	margin-bottom: 15px;
}

.modal_faq_submit{
    margin-top: 30px;
		margin-bottom: 20px;
}

.modal_faq_submit .btn{
	width: 100%;
	text-align: center;
}

.modal_faq_personal{
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	color: #323D63;
}

.modal_faq_personal a{
	color: #B9248B;
}

.consumer_modal{
	display: none;
  position: fixed;
  z-index: 9010;
  top: 20px;
	bottom: 20px;
	max-height: 100vh;
	overflow-y: auto;
  left: calc(50% - 500px);
	width: 100%;
	width: 1000px;
	padding-bottom: 34px;
  background-color: #fff;
  border-radius: 26px;
}

.consumer_modal_head{
	position: relative;
}

.consumer_modal_head img{
	width: 100%;
}

.consumer_modal_title{
	position: absolute;
	bottom: 40px;
	left: 40px;
	right: 40px;
	font-weight: 700;
	font-size: 24px;
	color: #fff;
}

.consumer_modal_text{
	padding: 30px 40px;
}

.consumer_modal_footer{
	padding: 0 40px;
}



@media (max-width: 1350px) {
	.content {
	  max-width: 1050px;
	  margin: 0 auto;
	}

	.header_logo{
		width: 170px;
	}

	.header_menu a{
		margin: 0 10px;
		font-size: 14px;
	}

	.header_pay_link{
		font-size: 14px;
	}

	.main{
		height: auto;
	}

	.main_box{
		padding-bottom: 100px;
	}

	.main_content {
		width: calc(100% - 500px);
		padding-right: 30px;
	}

	.main_img{
		width: 500px;
	}

	.consumer_list{
		gap: 20px;
	}

	.consumer_item {
    width: calc(33% - 10px);
	}

	.footer_logo{
		width: 170px;
	}

	.footer_menu_item{
		font-size: 13px;
	}

	.footer_download_manual_link span{
		font-size: 13px;
	}

	.footer_attention{
		font-size: 36px;
	}

	.version{
		padding-bottom: 200px;
	}

	.version_list_btn{
		bottom: -180px;
	}

	.articles_menu_item{
		width: 49%;
		margin-bottom: 15px;
	}

	.articles_list{
		width: calc(100% - 370px);
	}


	.version_item_img{
		height: 360px;
		margin-bottom: 0;
	}
}

@media (max-width: 1050px) {

	.content{
		width: 100%;
		padding: 0 20px;
	}

	.header_logo{
		width: 160px;
	}

	.header_pay_link{
		padding: 14px;
	}

	.consumer_modal{
		width: auto;
		left: 20px;
		right: 20px;
	}

	.header_menu{
		display: none;
	}

	.header_mobMenu_btn{
		display: block;
	}

	.header_mobMenu_btn svg{
		width: 44px;
	}

	.header_menu{
		display: flex;
		position: fixed;
		top: 94px;
		left: -102vw;
		/* bottom: 0; */
		/* padding-bottom: 90px; */
		width: 100vw;
		transition: 0.3s;
		flex-direction: column;
		background-color: #fff;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		z-index: 2;
	}

	.header_menu.active{
		left: 0;
	}

	.header_menu a{
		display: block;
		padding: 16px 30px;
		border-top: 1px solid #323D63;
		margin: 0;
		width: 100%;
		font-size: 20px;
	}

	.header_menu a:last-child{
		border-bottom: 1px solid #323D63;
	}

	.main{
		background-size: cover;
    background-repeat: no-repeat;
	}

	.main_box{
		flex-direction: column;
		padding-bottom: 60px;
	}

	.main_content{
		width: 100%;
		padding: 0;
	}

	.main_img{
		width: 100%;
	}

	.consumer_item{
		width: calc(50% - 10px);
	}

	.application_box{
		flex-direction: column-reverse;
	}

	.application_img{
		width: 100%;
	}

	.application_info{
		width: 100%;
		padding-left: 0;
		padding-bottom: 0;
	}

	.faq_box{
		flex-direction: column;
	}

	.faq_info{
		width: 100%;
		margin-bottom: 40px;
	}

	.faq_list{
		width: 100%;
	}

	.buy_list {
    display: grid;
    grid-template-columns: repeat( 3, minmax(200px, 1fr) );
	}

	.footer_menu{
		display: none;
	}

	.footer_attention{
		text-align: center;
		font-size: 28px;
	}

	.symptomsIndex_list{
		grid-template-columns: repeat(2, 1fr);
	}

	.about_title{
		font-size: 70px;
	}

	.about_text{
		max-width: 60%;
		font-size: 16px;
	}

	.about_dop{
		margin-bottom: 40px;
	}

	.about_dop_list{
		flex-direction: column;
	}

	.about_dop_item{
		width: 100%;
		margin-bottom: 44px;
	}

	.advantages_box{
		flex-direction: column;
	}

	.advantages_left{
		width: 100%;
		margin-bottom: 30px;
	}

	.advantages_img img{
		max-width: 100%;
	}

	.advantages_right{
		padding: 0;
		width: 100%;
	}

	.funktsii_item{
		justify-content: space-between;
	}

	.funktsii_item_img{
		width: 32%;
	}

	.funktsii_item_img img{
		max-width: 100%;
	}

	.funktsii_item_info{
		width: 65%;
	}

	.articles_block{
		flex-direction: column;
	}

	.articles_menu{
		width: 100%;
		margin-bottom: 50px;
	}

	.articles_list{
		width: 100%;
	}

	.test_title{
		font-size: 100px;
	}

	.test_title span{
		font-size: 16px;
	}

	.test_body{
		padding: 30px 20px;
	}

	.test_item_content{
		flex-flow: row wrap;
	}

	.test_item_question{
		width: 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}

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

@media (max-width: 700px) {
	.footer_attention{
		font-size: 18px;
	}
	.main_logo img{
		width: 100%;
	}

	.main_slogon{
		font-size: 30px;
	}

	.main_info{
		font-size: 18px;
	}

	.main_buttons{
		display: flex;
		flex-direction: column;
	}

	.main_buttons_link{
		margin-bottom: 20px;
	}

	.main_buttons_manual{
		display: flex;
		justify-content: center;
		margin-left: 0;
	}

	.title_number_text{
		font-size: 32px;
	}

	.consumer_top{
		flex-direction: column;
	}

	.consumer_info{
		width: 100%;
	}

	.consumer_text{
		width: 100%;
	}

	.consumer_text p{
		font-size: 18px;
	}

	.consumer_item_link span{
		font-size: 16px;
	}

	.version_text{
		font-size: 18px;
	}

	.faq_text{
		font-size: 18px;
	}

	.faq_item{
		padding: 20px;
	}

	.faq_item_title p{
		width: calc(100% - 26px);
	}

	.buy_text{
		font-size: 18px;
	}

	.buy_list {
    grid-template-columns: repeat( 1, 1fr );
	}

	.footer_logo{
		margin-right: 10px;
	}

	.footer_contacts{
		flex-direction: column;
		align-items: flex-start;
	}

	.footer_copyright{
		flex-direction: column;
	}

	.modal_faq{
		width: auto;
		left: 10px;
		right: 10px;
	}

	.symptomsIndex_list {
    grid-template-columns: repeat(1, 1fr);
	}

	.header_pay_link img{
		display: none;
	}

	.version_top{
		flex-direction: column;
		align-items: flex-start;
	}

	.version_top_text{
		margin-top: 16px;
	}

	.version_top_text br{
		display: none;
	}

	.version_list{
		flex-direction: column;
	}

	.version_item{
		max-width: 100%;
		width: 100%;
		margin-bottom: 30px;
	}

	.version_item_img{
		margin-bottom: 30px;
		height: auto;
	}

	.version_list_btn{
		left: 0;
		right: 0;
	}

	.version_list_btn button{
		width: 100%;
	}
	.version_list_btn a{
		width: 100%;
	}

	.funktsii_item{
		width: 100%;
		margin-bottom: 30px;
		padding: 20px;
	}

	.funktsii_item:last-child{
		margin-bottom: 0;
	}

	.articles_item{
		padding: 30px 15px;
	}

	.articles_menu_item{
		width: 100%;
	}
}
