/*  Reset styles
	------------------------------------------------------- */
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,
tt,
var,
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 {
  border: 0;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  transition: all 0.5s ease-out 0s;
}
a {
  color: var(--color-black);
  outline: none;
  transition: 0.3s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
svg {
  flex-shrink: 0;
}
img {
  max-width: 100%;
}
video {
  max-width: 100%;
}
/* ul li::before {
		content: "";
		vertical-align: middle;
		margin-right: 20px;
		height: 6px;
		width: 6px;
		display: inline-block;
		background: var(--color-blue);
	} */
/* ul li:not(:last-child) {
		margin-bottom: 12px;
	} */
/* ul li > span {
		display: inline-block;
		width: calc(100% - 28px);
		vertical-align: top;
	} */
p {
  margin-bottom: 15px;
}

/*  body
		------------------------------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  --color-black: #000;
  --color-white: #fff;
}
body {
  position: relative;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
}
/* .row {
		display: flex;
		align-items: flex-start;
	} */
.container {
  max-width: 1218px;
  margin: 0 auto;
}
.row_column {
  flex-direction: column;
}
.order_1 {
  order: 1;
}
.order_2 {
  order: 2;
}
.order_3 {
  order: 3;
}
.order_4 {
  order: 4;
}
.order_5 {
  order: 5;
}

.owl-theme .owl-nav [class*='owl-'] {
  border-radius: 0;
  position: absolute;
  width: 36px;
  height: 12px;
  transition: all 0.5s ease-out 0s;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: transparent;
}
.owl-theme .owl-nav [class*='owl-'] svg {
  height: 12px;
}
.owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel .owl-nav .owl-next {
  right: 0;
}
.owl-carousel .owl-nav .owl-next svg {
  transform: rotate(180deg);
}

/*  form UI	------------------------------------------------------- */
input[type='text'],
input[type='tel'],
input[type='email'],
select,
textarea {
  appearance: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: inherit !important;
  transition: background-color 5000s ease-in-out 0s;
}

 select, input, textarea {
    font-family: Inter, sans-serif;
}
/*
textarea::-moz-placeholder,
input::-moz-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder,
textarea::-webkit-input-placeholder ,
input::-webkit-input-placeholder {
   color: var(--color-dark-blue2);
   opacity: 1;
}
select {
   padding-left: 24px;
   background-image: url('../img/select.svg');
   background-repeat: no-repeat;
   background-position: right 20px center;
   background-color: transparent;
}
select:required:invalid{
   color:var(--color-dark-blue2);
}
label {
   display: inline-block;
}
input[type="submit"], button[type="submit"], .submit {
   width: 162px;
   height: 52px;
   border-radius: 30px;
   font-family: var(--font-montserrat);
   font-style: normal;
   font-weight: 400;
   font-size: 16px;
   line-height: 20px;
}
input[type="submit"]::after, button[type="submit"]::after, .submit::after {
   margin-left: 5px;
}
input[type="file"] {
   width: 100%;
   height: 100%;
   opacity: 0;
   z-index: 3;
   position: absolute;
   bottom: 0;
   left: 0;
   cursor: pointer;
   top: 0;
} */

/* LG */
@media screen and (max-width: 1279px) {
} /*1280*/

/* MD */
@media screen and (max-width: 991px) {
  /* ul li:not(:last-child) {margin-bottom: 19px;} */
} /*992*/

/* SM */
@media screen and (max-width: 767px) {
}

/* style.css */

@media (min-width: 1368px) {
  body {
    --respon: 1px;
  }
}
@media (min-width: 991px) {
  body {
    --topbg: 1px;
  }
}
@media (min-width: 769px) and (max-width: 1367px) {
  body {
    --respon: calc((100vw - 768px) / 599);
  }
}
@media (min-width: 359px) and (max-width: 990px) {
  body {
    --topbg: calc((100vw - 359px) / 631);
  }
}
@media (max-width: 768px) {
  body {
    --respon: 0px;
  }
}
@media (max-width: 360px) {
  body {
    --topbg: 0px;
  }
}

html {
  -webkit-text-size-adjust: 100%;
  --color-black: #373737;
  --color-gray: #797b87;
  --color-light-gray: #a2a2a2;
  --color-dark-gray: #4c4c4c;
  --color-gold: #eeb056;
  --color-blue: #5681ee;
  --color-light-blue: #f6f9fc;
  --color-red: #d42323;
  --color-border: #b8b8b8;
  --color-border-2: #cccccc;
  --color-border-3: #cddbf8;
  --color-border-4: #888888;
  --color-border-5: #c0c0c0;
  --dropdown-border: #181818;
  --color-marker: #0b0c0c;
  --arrow-gray: #b1b1b1;
  --slider-bg: rgba(211, 227, 240, 0.2);
  --slider-bg-hover: rgba(211, 217, 240, 0.2);
  --bg-color-2: #f6f7fc;
  --bg-color-3: #f6fcfc;
  --bg-color-4: #fafcf6;
  --bg-gray: #eaeaea;
  --bg-blue: #4f6dba;
  --bg-dropdown-blue: #5874be;
  --bg-dropdown-gray: #6d6d6d;
  --bg-gray-theme: #555555;
  --bg-input: #5e5e5e;
  --color-th: #a4a4a4;
  --color-date: #c3c3c3;
  --bg-result-btn: #777777;
  --font-inter: 'Inter', sans-serif;
  scroll-behavior: smooth;
}
body {
  position: relative;
  color: var(--color-gray);
  background: var(--color-white);
  font-size: calc(14px + 4 * var(--respon));
  line-height: 130%;
  font-weight: 400;
  font-family: var(--font-inter);
  letter-spacing: 0.01em;
  scroll-behavior: smooth;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4 {
  font-weight: 500;
  letter-spacing: -0.023em;
  color: var(--color-black);
}
.h1,
h1 {
  /* font-size:calc(40px + 32*var(--respon)); */

  /* font-size: 49px; */
  /* line-height:100%; */

  font-size: 6rem;
  font-weight: 300;
  line-height: 6rem;
}
.h2,
h2 {
  /* font-size:calc(30px + 18*var(--respon)); */
  /* line-height:calc(36px + 22*var(--respon)); */

  /* font-size: 35px; */
  /* letter-spacing: -0.025em; */

  font-size: 3.75rem;
  font-weight: 300;
  line-height: 3.75rem;
  /* letter-spacing: -0.00833em; */
}
.h3,
h3 {
  /* font-size: calc(24px + 16*var(--respon)); */

  /* font-size: 29px; */
  /* line-height:100%; */

  font-size: 3rem;
  font-weight: 400;
  line-height: 3.125rem;
  /* letter-spacing: normal; */
}
.h4,
h4 {
  /* font-size: calc(20px + 10*var(--respon)); */
  /* line-height: calc(24px + 6*var(--respon)); */

  /* font-size: 23px; */

  font-size: 2.125rem;
  font-weight: 400;
  line-height: 2.5rem;
  /* letter-spacing: 0.00735em; */
}
.h5,
h5 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: normal;
}
p {
  margin-bottom: 22px;
}
/* .top_section{
		background:url('../img/top-bg.jpg') no-repeat center center #818181;
		background-size: cover;
	} */
/* .main_page .top_section{
		background-image:none;
		min-height: 733px;
		position: sticky;
		top: 0;
		width: 100%;
	} */
/* .header {
		padding-top: 39px;
		margin-bottom: 70px;
		z-index:2;
		position:relative;
	}
	.main_page .header {
		padding-top: 28px;
		margin-bottom:0;
	} */
/* .logo_block {
		margin-left: -10px;
		margin-right: calc(30px + 100*var(--respon));
	} */
/* .top_menu {
		width: calc(100% - 196px - calc(25px + 75*var(--respon)));
	} */
/* .top_menu ul {
		padding: 0;
		margin: 0;
		list-style: none;
		font-weight: 700;
		font-size: 17px;
		line-height: 19px;
		color: var(--color-white);
		display: flex;
		text-align: justify;
		justify-content: space-around;
	} */
/* .top_menu li{
		margin-right: calc(10px + 73*var(--respon));
		margin-bottom:0;
	}
	.top_menu li::before{display:none;}
	.top_menu a {color: var(--color-white);letter-spacing: -0.02em;}
	.top_menu a:hover {color: var(--color-white);} */
/* .top_block{
		color: var(--color-white);
		width: 64%;
		padding-top: 68px;
		max-width: 771px;
		z-index:1;
		position:relative;
	} */

.ellipse {
  border-radius: 50%;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ui_icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--color-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.bg_color_1 {
  background-color: var(--color-light-blue);
}
.bg_color_2 {
  background-color: var(--bg-color-2);
}
.bg_color_3 {
  background-color: var(--bg-color-3);
}
.bg_color_4 {
  background-color: var(--bg-color-4);
}

.user_block {
  flex: 0 0 auto;
  margin-bottom: 12px;
}
.user_name {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: var(--color-white);
  margin-right: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.user_img_block {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.user_img {
  border-radius: 50%;
  max-height: 100%;
}

.dropdown_name {
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -0.025em;
  color: var(--color-black);
  padding: 15px 30px 15px 0;
  position: relative;
  cursor: pointer;
}
.dropdown_name .ellipse {
  width: 32px;
  height: 32px;
  background: rgba(86, 129, 238, 0.25);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  color: var(--color-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
}
.dropdown_name::after {
  content: '';
  display: block;
  width: 14px;
  height: 7px;
  background: url('../img/svg/dropdown.svg') no-repeat center center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.open > .dropdown_name::after {
  transform: translateY(-50%) scaleY(-1);
}
.dropdown_list_item:not(:last-child) {
  margin-bottom: 5px;
}
.dropdown_list_item {
  background: transparent;
  padding: 5px 19px 5px 0px;
  border-radius: 100px;
  display: inline-flex;
  width: fit-content;
}
.dropdown_list_item.active {
  background: var(--color-blue);
  padding-left: 5px;
  padding-right: 19px;
}
.dropdown_list_num {
  min-width: 35px;
  height: 25px;
  border: 1px solid var(--color-border-5);
  border-radius: 100px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.02em;
  color: var(--color-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.dropdown_list_item:hover .dropdown_list_num,
.dropdown_list_item.active .dropdown_list_num {
  color: var(--color-white);
  background-color: var(--color-blue);
}

.marker {
  color: var(--color-marker);
}
.hr {
  width: 100%;
  height: 0px;
  border: 0.5px solid var(--color-border-4);
  margin: 45px 0;
}
video {
  border-radius: 15px;
}
.aside_logo svg {
  width: 100%;
  height: auto;
  max-width: 409px;
}
/* input, textarea {
		background: var(--bg-input);
		border-radius: 15px;
		font-family: 'Inter';
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 130%;
		color: var(--color-white);
		border: none;
		height: 60px;
		padding-left: 18px;
	}
	label {
		display: block;
		font-family: 'Inter';
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 130%;
		letter-spacing: -0.02em;
		color: var(--color-white);
		margin-bottom:10px;
	} */
.h5 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: calc(16px + 4 * var(--respon));
  line-height: calc(20px + 4 * var(--respon));
  letter-spacing: calc(-0.02em + -0.07 * var(--respon));
  margin-bottom: 10px;
}
.th_line {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.002em;
  padding: 16px;
}
.form_row30 {
  margin-bottom: calc(10px + 20 * var(--respon));
}
.btn_comment {
  border: 0.5px solid var(--color-white);
  background: transparent;
}
.filter_block {
  border: 0.5px solid var(--color-white);
  border-radius: 20px;
  transform: translate(calc(0px + 10 * var(--respon)), calc(0px - 15 * var(--respon)));
  padding: 4px;
}
.filter_radio label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: calc(5px + 10 * var(--respon)) calc(12px + 9 * var(--respon));
  height: calc(30px + 19 * var(--respon));
  border-radius: 15px;
  background: transparent;
  color: var(--color-th);
  font-size: calc(12px + 4 * var(--respon));
}
.filter_radio input:checked + label {
  background-color: var(--color-gold);
  color: var(--color-white);
}
.filter_radio label::before {
  content: none;
}
.addrentgen_block {
  margin-top: calc(0px - 18 * var(--respon));
  margin-bottom: calc(13px - 3 * var(--respon));
}
.sanaciya {
  transform: translateY(6px);
}
.sanaciya .h5 {
  margin-right: calc(15px + 5 * var(--respon));
  margin-bottom: 0;
  font-size: calc(14px + 6 * var(--respon));
  line-height: calc(17px + 7 * var(--respon));
  font-weight: 600;
}
.gray_theme .level2 .dropdown_list_item.active::before {
  content: none;
}
.gray_theme .level2 .dropdown_list_item.active {
  margin-left: 0;
}

/*gray theme*/
body.gray_theme {
  color: var(--color-white);
  background: var(--bg-gray-theme);
}
.gray_theme .top_section {
  background-image: url('../img/top-bg-plan.jpg');
  background-color: var(--bg-gray-theme);
}
.gray_theme .bg_gray {
  background-color: var(--bg-gray-theme);
}
.gray_theme .dropdown_list_num {
  border-color: var(--color-white);
}
.gray_theme .content_tabs {
  background: rgba(210, 210, 210, 0.25);
}
.gray_theme .h1,
.gray_theme h1,
.gray_theme .h2,
.gray_theme h2,
.gray_theme .h3,
.gray_theme h3,
.gray_theme .h4,
.gray_theme h4,
.gray_theme .marker,
.gray_theme .dropdown_name,
.gray_theme .dropdown_list_num,
.gray_theme .dropdown_list_item.active .dropdown_list_num {
  color: var(--color-white);
}
.gray_theme .dropdown_list_item:hover .dropdown_list_num {
  color: var(--color-white);
  background-color: var(--color-gold);
  border-color: var(--color-gold);
}
.gray_theme .dropdown_name .ellipse {
  background: rgba(255, 255, 255, 0.25);
  color: var(--color-white);
}
.gray_theme .dropdown_name::after {
  background-image: url('../img/svg/dropdown-white.svg');
}
.gray_theme .header {
  margin-bottom: 65px;
}
.gray_theme .dropdown_list_item.active {
  background: var(--color-white);
  padding-left: 5px;
  padding-right: 19px;
  /*margin-left: 25px;*/
  /*konin*/
  align-items: center;
}
.gray_theme .dropdown_list_item.active .dropdown_list_num {
  background-color: var(--bg-dropdown-gray);
}
.gray_theme path.aside_dental {
  fill: var(--color-white);
}
.gray_theme .gold_txt {
  color: var(--color-gold);
}
/*contacts page*/
body.contact_page {
  color: var(--color-black);
  background: var(--bg-gray);
}
.contact_page .top_section {
  background: none;
}
.contact_page .user_name,
	/* .contact_page .top_menu a {color: var(--color-black);} */
	.contact_page .header {
  padding-top: 25px;
  margin-bottom: 75px;
}
.contact_page h1 {
  border-bottom: 0.5px solid var(--color-border);
  padding-bottom: 30px;
  margin-bottom: 58px;
}
.contact_page .footer {
  background: #828282;
  color: var(--color-white);
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.01em;
  padding: calc(30px + 40 * var(--respon)) 0 22px;
  position: relative;
}
.contact_page .footer_txt {
  padding-top: 8px;
  color: var(--color-white);
}
.footer_soc_btn {
  width: 36px;
  height: 36px;
  background: var(--color-black);
  border: 1px solid var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.footer_soc_btn path {
  fill: var(--color-white);
}
.contact_page .footer_soc_btn {
  background: var(--color-white);
  border: 1px solid #828282;
}
.contact_page .footer_soc_btn path {
  fill: #828282;
}
.footer_soc_btn:nth-child(n + 2) {
  margin-left: -5px;
}
.contact_page .footer_top {
  gap: 7%;
}
.contact_page .footer_menu {
  flex: 0 0 43%;
  margin-left: 3.5%;
  margin-top: -5px;
}
.contact_page .footer_menu a::after {
  background-color: rgba(55, 55, 55, 0.05);
}

h1 .ellipse {
  background: rgba(238, 176, 86, 0.25);
  width: 30px;
  height: 30px;
  display: inline-flex;
  margin-right: 15px;
  flex: 0 0 auto;
}

@media screen and (max-width: 1279px) {
}

@media screen and (max-width: 991px) {
  /* .main_page .top_section {
			background-size: 100% auto;
			background-image: url('../img/top-bg-main-mob.jpg');
			min-height: revert;
			position: relative;
			top: revert;
			left: revert;
			transform: none;
			width: 100%;
		} */
  /* .btn {
			border: 1px solid rgba(0, 0, 0, 0.15);
			color: var(--color-black);
			padding: 0px 5px 0 20px;
		} */
  /* .logo_block {
			margin-left: 0;
			margin-right: 0;
		} */
  /* .header {
			padding-top: 44px;
			margin-bottom:50px;
		} */
  /* .header.fixed {
			width: calc(100% - calc(((20px + 60*var(--respon)))*2));
			height: 60px;
			top: 34px;
			background: var(--color-white);
			border: 0.5px solid var(--color-border);
			backdrop-filter: blur(7.5px);
			border-radius: 15px;
			position: fixed;
			padding: 0 23px 0 12px;
			z-index: 10;
		}
		.header.fixed .logo_normal{display:none;}
		.header.fixed .logo_gold{display:inline;}
		.main_page .header{margin-bottom:0;} */

  /* .top_menu {
			position: absolute;
			flex-direction: column;
			align-items: flex-start;
			justify-content:flex-start;
			top: 0;
			background-color: var(--color-white);
			border-radius: 0 0 20px 20px;
			border: 0.5px solid var(--color-border);
			padding: 60px 20px 40px;
			z-index: 9;
			backdrop-filter: blur(7.5px);
			width: calc(100% + calc(((20px + 60*var(--respon)))*2));
			left: -110vw;
			height: 100vh;
		}
		.header.fixed .top_menu {
			top: -34px;
		}
		.top_menu.open {left:calc(((20px + 60*var(--respon)))*-1);}
		.header.fixed .top_menu.open {left:calc(((20px + 60*var(--respon)))*-1);}
		.top_menu ul {
			font-size: 24px;
			line-height: 29px;
			flex-direction: column;
			font-weight: 500;
			gap: 0;
			width: 100%;
			order: 3;
		}
		.top_menu li:not(:last-child) {
			margin-bottom: 21px;
			border-bottom: 0.5px solid var(--dropdown-border);
			padding-bottom: 18px;
		}
		.top_menu li {width: 100%;}
		.top_menu a{
			display:flex;
			align-items:center;
			justify-content:space-between;
		}
		.top_menu a,
		.top_menu a:hover {
			color: var(--color-black);
		}
		.top_menu a::after{
			content:'';
			width: 36px;
			height: 36px;
			background-color: var(--color-gold);
			background-image: url('../img/svg/footer-menu.svg');
			background-repeat: no-repeat;
			background-position: center center;
			border-radius:50%;
		} */
  .close_menu {
    width: 23.33px;
    height: 23.33px;
    margin: 0 12px 8px;
    cursor: pointer;
  }
  .close_menu::before,
  .close_menu::after {
    content: '';
    width: 30px;
    height: 3px;
    background: var(--color-border);
    border-radius: 20px;
    transform: rotate(-45deg);
    display: block;
    position: relative;
    top: calc(50% - 1.5px);
  }
  .close_menu::after {
    transform: translateY(-3px) rotate(45deg);
  }
  .menu_title {
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.05em;
    color: var(--color-black);
  }
  .user_block {
    width: 100%;
    margin-bottom: 28px;
    order: 2;
  }
  .user_name {
    font-size: 24px;
    line-height: 29px;
    color: var(--color-black);
    margin-right: 0;
    font-family: var(--font-inter);
    font-weight: 500;
    order: 2;
    letter-spacing: -0.025em;
  }
  .user_img_block {
    width: 46px;
    height: 46px;
    margin-right: 14px;
  }
  .logout_block {
    order: 4;
    padding-top: 20px;
    border-top: 0.5px solid var(--dropdown-border);
    width: 100%;
    margin-top: 18px;
  }
  .logout_btn:hover,
  .logout_btn {
    padding: 15px;
    width: 100px;
    height: 48px;
    background: var(--color-gold);
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.05em;
    color: var(--color-white);
    border: none;
  }

  .mob_menu_icon {
    width: 30px;
    height: 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-right: 7px;
    margin-bottom: 3px;
    cursor: pointer;
  }
  .mob_menu_icon::before,
  .mob_menu_icon::after {
    content: '';
    width: 30px;
    height: 3px;
    background: var(--color-white);
    border-radius: 20px;
    display: block;
  }
  .header.fixed .mob_menu_icon::before,
  .header.fixed .mob_menu_icon::after {
    background: var(--color-gold);
  }
  /* .top_block {
			width: auto;
			max-width: none;
			padding-top: 68px;
			margin-left: calc((20px + 60*var(--respon))*-1);
			margin-right: calc((20px + 60*var(--respon))*-1);
			padding: 50px calc(20px + 60*var(--respon));
			background: var(--color-white);
			border-radius: 25px 25px 0px 0px;
			color:var(--color-gray);
			margin-top: calc(200px + 515*var(--topbg));
			padding-bottom: 0;
		} */

  /* .btn.active, .btn:hover{border-color:rgba(0, 0, 0, 0.15);} */
  .ellipse {
    background-color: var(--color-gold);
  }

  .footer_txt {
    max-width: 100%;
    font-size: 12px;
    margin-bottom: 28px;
  }
  .footer_menu a span {
    flex: 0 0 auto;
  }
  .footer_menu a {
    letter-spacing: 0.055em;
  }

  .top_section {
    background: url('../img/top-bg-mob.jpg') no-repeat left top;
    background-size: cover;
  }
  p {
    margin-bottom: 16px;
  }
  .tab_icon {
    margin-bottom: 5px;
    min-height: 33px;
  }
  .dropdown_name {
    font-size: 24px;
    padding: 18px 40px 15px 0;
  }
  .dropdown_name .ellipse {
    width: 24px;
    height: 24px;
    font-size: 12px;
    margin-left: 5px;
  }
  .dropdown_name::after {
    width: 16px;
    height: 9px;
    right: 0;
    top: 50%;
  }
  .dropdown_list_num {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    margin-right: 8px;
  }
  .dropdown_list_item:not(:last-child) {
    margin-bottom: 1px;
  }

  /*gray_theme*/
  .gray_theme .menu_title,
  .gray_theme .top_menu a,
  .gray_theme .top_menu a:hover,
  .gray_theme .user_name {
    color: var(--color-white);
  }
  .gray_theme .logout_btn path {
    stroke: var(--bg-blue);
  }
  .gray_theme .top_menu {
    background-color: rgba(55, 55, 55, 0.9);
  }
  .gray_theme .top_menu li:not(:last-child) {
    border-bottom-color: var(--color-white);
  }
  .gray_theme .logout_btn:hover,
  .gray_theme .logout_btn {
    color: var(--bg-blue);
  }
  .gray_theme .logout_btn:hover,
  .gray_theme .logout_btn,
  .gray_theme .top_menu a::after,
  .gray_theme .close_menu::before,
  .gray_theme .close_menu::after {
    background-color: var(--color-white);
  }
  .gray_theme .top_menu a::after {
    background-image: url('../img/svg/footer-menu-blue.svg');
  }
  .gray_theme .logout_block {
    border-top-color: var(--color-white);
  }

  .contact_page .footer_menu {
    flex: 1 0 0;
    margin-left: 0;
    margin-top: 0;
  }
  .contact_page .footer_menu_item {
    margin-bottom: 10px;
  }
  .contact_page .footer_menu_item.w100_md {
    width: 100%;
  }
} /*992*/

@media screen and (max-width: 466px) {
  .tab_icon {
    min-height: 0px;
  }
} /*467*/

.typo-h5 {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
}

.typo-regular {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -5%;
}

.typo-h4 {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
}

.h4-mobile-18 {
  font-family: Inter;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
}

.button-txt-16 {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
}

.txt-16-mobile {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

.body-txt-18-regular {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
}

.w-fit {
  width: fit-content;
}

.w-full {
  width: 100%;
}

.input-icon {
  width: 16px;
  height: 16px;
  cursor: pointer;
  object-fit: none;
}

.content-wrapper {
  max-width: 1258px;
  margin: 0 auto;

  @media screen and (max-width: 1200px) {
      padding: 0 20px;
  }
}

/* ====================== */
/* .w100 {
	width: 100%;
}
.w50 {
	width: 50%;
} */

/* @media screen and (max-width: 700px) {
	.xs-w100 {
		width: 100%;
	}
} */

/* @media screen and (max-width: 1250px) {
	.md-w100 {
		width: 70%;
	}
} */
