@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: #2A2A26;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 1px;
  border: none !important;
  overflow: visible;
  background-color: #DEDEDE;
  margin: 1.5em 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  box-sizing: border-box;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

.text_white {
  color: var(--color-white) !important;
}

main section {
  margin: 120px 0;
}
main section:nth-child(1) {
  margin: 40px 0;
}
.breadcrumbs_scr:first-child {
  margin: 1.5em 0;
}
.breadcrumbs_scr:first-child + section {
  margin-top: 3em;
}
section.scr_top:nth-child(1),
.default_content:has(.scr_top:nth-child(1)) {
  margin-top: 0;
}
:is(section.bg_white, section.has_bg_white):has(+section[class*="bg_img"], +section[class*="bg_white"]) {
  margin-bottom: 0;
}
:is(section.bg_white, section.has_bg_white) + section[class*="bg_img"],
:is(section.bg_white, section.has_bg_white) + section[class*="bg_white"] {
  margin-top: 0;
}
h1 + section {
  margin-top: 0;
}
@media (max-width: 650px) {
  main section {
    margin: 80px 0;
  }
  main section:nth-child(1) {
    margin: 20px 0;
  }
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
  accent-color: var(--color-blue);
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: "Golos Text";
  src: url("./../fonts/GolosText-Regular.woff2") format("woff2"), url("./../fonts/GolosText-Regular.woff") format("woff"), url("./../fonts/GolosText-Regular.eot") format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Golos Text";
  src: url("./../fonts/GolosText-Medium.woff2") format("woff2"), url("./../fonts/GolosText-Medium.woff") format("woff"), url("./../fonts/GolosText-Medium.eot") format("embedded-opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Golos Text";
  src: url("./../fonts/GolosText-DemiBold.woff2") format("woff2"), url("./../fonts/GolosText-DemiBold.woff") format("woff"), url("./../fonts/GolosText-DemiBold.eot") format("embedded-opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Golos Text";
  src: url("./../fonts/GolosText-Bold.woff2") format("woff2"), url("./../fonts/GolosText-Bold.woff") format("woff"), url("./../fonts/GolosText-Bold.eot") format("embedded-opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Golos Text";
  src: url("./../fonts/GolosText-Black.woff2") format("woff2"), url("./../fonts/GolosText-Black.woff") format("woff"), url("./../fonts/GolosText-Black.eot") format("embedded-opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-silver: #F2F2F2;
  --color-yell: #F7D453;
  --color-blue: #2E528F;
  --color-blue2icon: #75A1EB;
  --color-blue2iconTr: #75A1EB42;
  --color-blue2: #2E528F;
  --color-white: #FFFFFF;
  --color-green: #5BC75C;
  --color-dev: #EFEFEF;
  --color-dev2: #E5E5E5;
  --color-txt1: #2A2A26;
  --color-txt2: #81817F;
  --color-txt3: #595957;
  --bg--black-1: #2A2A26;
}

body {
  font-family: "Golos Text", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  background: var(--color-silver);
  margin: 0;
}

.btn {
  max-width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 0.88em;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-txt1);
  text-decoration: none;
  border-radius: 10px;
  flex-shrink: 0;
}

.btn-yell {
  background: var(--color-yell);
  color: var(--color-txt1);
  border-color: var(--color-yell);
  border: none;
}
.btn-yell:hover {
  background-color: #F8D864;
}
.btn-yell.h_blue:hover {
  background: var(--color-blue);
  color: var(--color-white);
}

.btn-blue {
  background: var(--color-blue);
  color: var(--color-white);
  border: none;
  border-color: var(--color-blue);
}
.btn-blue:hover {
  background: var(--color-yell);
  border-color: var(--color-yell);
  color: var(--color-txt1);
}

.btn-silver {
  background: var(--color-silver);
  color: var(--color-txt1);
  border: none;
  border-color: var(--color-silver);
}

.btn-silver:hover {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}

.btn-silver--dark {
  background-color: #e3e3e3;
  color: var(--color-txt1);
  border: none;
}

.btn-silver--dark:hover {
  background-color: #cccccc;
  color: var(--color-txt1);
}

.btn-transparent {
  background: transparent;
  color: var(--color-txt1);
  border: 1px solid var(--color-dev2);
}

.btn-white {
  background: #fff;
  color: var(--color-txt1);
  border: none;
  border-color: #fff;
}

.btn-white:hover {
  background-color: #fff;
  border-color: #fff;
}

.btn-white.btn--tg {
  color: #229ED9;
}

.btn-white.btn--tg svg {
  fill: #229ED9;
}
.btn--tg:hover {
	background-color: #229ED9;
  color: #fff;
}
.btn--tg:hover svg {
	fill: #fff;
}

.btn-white.btn--wa {
	color: #08B419;
}
.btn-white.btn--wa svg {
	fill: #08B419;
}
.btn--wa:hover {
	background-color: #08B419;
  color: #fff;
}
.btn--wa:hover svg {
	fill: #fff;
}

.btn_whatsapp {
  display: flex;
  align-items: center;
  padding: 16px;
  gap: 12px;
  border: 1px solid #08B419;
  border-radius: 10px;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
}
.btn_whatsapp .text_link {
  font-size: 18px;
  font-weight: 500;
  color: #08B419;
}
.btn_whatsapp .img_wa_block {
  width: 20px;
  height: 16px;
  border-radius: 6px;
  fill: #08B419;
}
.btn_whatsapp:hover {
  background: var(--color-green);
  border-color: transparent;
}
.btn_whatsapp:hover .text_link {
  color: var(--color-white);
}
.btn_whatsapp:hover .img_wa_block {
  fill: var(--color-white);
}
.btn_whatsapp:active {
  background: #30CC31;
  border-color: transparent;
}
.btn_whatsapp:active .text_link {
  color: var(--color-white);
}
.btn_whatsapp:active .img_wa_block {
  fill: var(--color-white);
}

.mess_wa_block {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px;
  gap: 12px;
  border: 1px solid #08B419;
  border-radius: 10px;
  text-decoration: none;
  background: transparent;
  transition: transform 0.5s, background-color 0.5s;
}
.mess_wa_block .text_link {
  font-size: 18px;
  font-weight: 500;
  color: #08B419;
}
.mess_wa_block .img_wa_block {
  width: 16px;
  height: 16px;
  border-radius: 6px;
  fill: #08B419;
}
.mess_wa_block:hover {
  background: var(--color-green);
  border-color: transparent;
}
.mess_wa_block:hover .text_link {
  color: var(--color-white);
}
.mess_wa_block:hover .img_wa_block {
  fill: var(--color-white);
}
.mess_wa_block:active {
  background: #30CC31;
  border-color: transparent;
}
.mess_wa_block:active .text_link {
  color: var(--color-white);
}
.mess_wa_block:active .img_wa_block {
  fill: var(--color-white);
}

address {
  font-style: normal;
}

.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1290px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1320px) {
  .container {
    width: calc(100% - 40px);
    /*margin-left: 20px;
    margin-right: 20px;*/
  }
}

.bg_white {
  background: var(--color-white);
}

.bg_blue {
  background: var(--color-blue);
}

.mt-24 {
  margin-top: 24px;
}

.p-24 {
  padding: 24px;
}

.p-32 {
  padding: 32px;
}
@media (max-width: 460px) {
  .p-32 {
    padding: 20px;
  }
}

.py-120 {
  padding: 120px 0;
}
@media (max-width: 590px) {
  .py-120 {
    padding: 40px 0;
  }
}

.br-20 {
  border-radius: 20px;
}

.br-10 {
  border-radius: 10px;
}

.py-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.popup_message_qr {
  display: none;
  flex-direction: column;
  position: absolute;
  z-index: 99999;
  width: 410px;
  height: 613px;
  padding: 36px 24px 24px 24px;
  background: #fff;
  border-radius: 15px;
  box-sizing: border-box;
}
.popup_message_qr._active {
  display: flex;
}
.popup_message_qr._telegram {
  top: 80px;
  right: 0;
}
.popup_message_qr._whatsapp {
  top: 80px;
  right: 0;
}
.popup_message_qr .qr_close_but {
  display: flex;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 9;
  cursor: pointer;
  background: transparent;
  border: none;
  width: 24px;
  height: 24px;
  padding: 0;
}
.popup_message_qr .qr_close_but .qr_close {
  width: 24px;
  height: 24px;
}
.popup_message_qr .block_text {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
.popup_message_qr .block_qr {
  margin-top: 24px;
  width: 100%;
}
.popup_message_qr .block_qr img {
  display: block;
  width: 362px;
  height: 358px;
}
.popup_message_qr .block_qr span {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  display: block;
  margin-top: 20px;
}
.popup_message_qr .block_link {
  margin-top: 24px;
}
.popup_message_qr .block_link .link_mess {
  width: 100%;
  border-radius: 8px;
  height: 54px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 16px;
  cursor: pointer;
}
.popup_message_qr .block_link .link_mess._tg {
  background: #229ED9;
  color: #fff;
}
.popup_message_qr .block_link .link_mess._tg .mes_svg {
  width: 24px;
  height: 24px;
}
.popup_message_qr .block_link .link_mess._wa {
  background: #08B419;
  color: #fff;
}
.popup_message_qr .block_link .link_mess._wa .mes_svg {
  width: 24px;
  height: 24px;
}

button {
  cursor: pointer;
}
button._link_a {
  border: none;
  background: transparent;
  padding: 0;
  text-align: start;
  cursor: pointer;
}

.wp_content_text {
  font-size: 18px;
}
.wp_content_text * {
  line-height: 1.2em;
}
.wp_content_text h2, .wp_content_text h3, .wp_content_text h4 {
  margin: 0;
}
.wp_content_text h2 {
  font-size: 48px;
  font-weight: 700;
}
.wp_content_text h3 {
  font-size: 36px;
  font-weight: 700;
}
.wp_content_text h4 {
  font-size: 28px;
  font-weight: 700;
}
.wp_content_text p {
  margin: 0;
}
.wp_content_text ul {
  margin: 0;
  padding: 0 0 0 25px;
}
.wp_content_text ul li {
  list-style-type: disc;
}
.wp_content_text ul li::marker {
  color: var(--color-blue);
}
.wp_content_text ol {
  margin: 0;
  padding: 0 0 0 25px;
}
.wp_content_text ol li {
  list-style-type: inherit;
}
.wp_content_text ol li::marker {
  color: var(--color-blue);
  font-weight: 500;
}
.wp_content_text a {
  text-decoration: none;
  color: var(--color-blue);
  font-weight: 600;
}
.wp_content_text blockquote {
  background: var(--color-silver);
  padding: 16px;
  border-radius: 0 10px 10px 0;
  margin: 5px 0;
  border-left: 4px solid var(--color-blue);
  line-height: 1.4em;
}
.wp_content_text blockquote span {
  font-weight: 500;
}
@media (max-width: 720px) {
  .wp_content_text h2 {
    font-size: 36px;
    font-weight: 700;
  }
  .wp_content_text h3 {
    font-size: 24px;
    font-weight: 700;
  }
  .wp_content_text h4 {
    font-size: 20px;
    font-weight: 700;
  }
  .wp_content_text p {
    margin: 0;
  }
  .wp_content_text ul {
    margin: 0;
    padding: 0 0 0 25px;
  }
  .wp_content_text ul li {
    list-style-type: disc;
  }
  .wp_content_text ul li::marker {
    color: var(--color-blue);
  }
  .wp_content_text ol {
    margin: 0;
    padding: 0 0 0 25px;
  }
  .wp_content_text ol li {
    list-style-type: inherit;
  }
  .wp_content_text ol li::marker {
    color: var(--color-blue);
    font-weight: 500;
  }
  .wp_content_text a {
    text-decoration: none;
    color: var(--color-blue);
    font-weight: 600;
  }
}
@media (max-width: 590px) {
  .wp_content_text {
    font-size: 15px;
  }
  .wp_content_text * {
    line-height: 1.2em;
  }
  .wp_content_text h2, .wp_content_text h3, .wp_content_text h4 {
    margin: 0;
  }
  .wp_content_text h2 {
    font-size: 24px;
    font-weight: 700;
  }
  .wp_content_text h3 {
    font-size: 20px;
    font-weight: 700;
  }
  .wp_content_text h4 {
    font-size: 18px;
    font-weight: 700;
  }
  .wp_content_text p {
    margin: 0;
  }
  .wp_content_text ul {
    margin: 0;
    padding: 0 0 0 25px;
  }
  .wp_content_text ul li {
    list-style-type: disc;
  }
  .wp_content_text ul li::marker {
    color: var(--color-blue);
  }
  .wp_content_text ol {
    margin: 0;
    padding: 0 0 0 25px;
  }
  .wp_content_text ol li {
    list-style-type: inherit;
  }
  .wp_content_text ol li::marker {
    color: var(--color-blue);
    font-weight: 500;
  }
  .wp_content_text a {
    text-decoration: none;
    color: var(--color-blue);
    font-weight: 600;
  }
}

/*HEADER*/
.page_header {
  border-radius: 0 0 20px 20px;
  background: #fff;
}
body:has(.scr_top:nth-child(1)) .page_header {
  border-radius: 0;
}
.page_header .top_line {
  background: var(--color-silver);
  padding: 6px 0;
  font-size: 14px;
  color: #4F4F4F;
}
.page_header .top_line .top_line_block {
  display: flex;
  justify-content: space-between;
}
.page_header .top_line .tl_adress {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  font-style: normal;
  text-decoration: none;
  color: inherit;
}
.page_header .top_line .tl_adress .block_map_contacts {
  display: none;
}
.page_header .top_line .tl_adress .locations-top-line {
  height: 14px;
  width: 14px;
  transition: 0.2s;
}
.page_header .top_line .tl_adress .locations-top-line.hover {
  display: none;
}
.page_header .top_line .tl_adress .wrap_block_map_contacts {
  display: none;
}
.page_header .top_line .tl_adress:hover {
  color: var(--color-blue);
  cursor: pointer;
}
.page_header .top_line .tl_adress:hover .locations-top-line.start {
  display: none;
}
.page_header .top_line .tl_adress:hover .locations-top-line.hover {
  display: block;
}
.page_header .top_line .tl_adress:hover .wrap_block_map_contacts {
  position: absolute;
  width: 558px;
  background: transparent;
  top: 14px;
  cursor: default;
  z-index: 9;
  display: block;
}
.page_header .top_line .tl_adress:hover .wrap_block_map_contacts .block_map_contacts {
  display: flex !important;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
  background: var(--color-white);
  border-radius: 20px;
  padding: 24px;
  box-shadow: -15px 20px 24px -4px rgba(145, 158, 171, 0.0784313725);
  box-shadow: 0px 0px 2px 0px rgba(145, 158, 171, 0.3411764706);
}
.page_header .top_line .tl_adress:hover .wrap_block_map_contacts .block_map_contacts .header_content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.page_header .top_line .tl_adress:hover .wrap_block_map_contacts .block_map_contacts .header_content .hc_t_adress {
  font-size: 16px;
  color: var(--color-txt2);
}
.page_header .top_line .tl_adress:hover .wrap_block_map_contacts .block_map_contacts .header_content .hc_adress {
  font-size: 18px;
  color: var(--color-txt1);
}
.page_header .top_line .tl_adress:hover .wrap_block_map_contacts .block_map_contacts .header_content .hc_work_time {
  font-size: 16px;
  color: var(--color-txt3);
}
.page_header .top_line .tl_adress:hover .wrap_block_map_contacts .delimiter {
  height: 1px;
  background: var(--color-dev2);
}
.page_header .top_line .tl_adress:hover .wrap_block_map_contacts .block_phone {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.page_header .top_line .tl_adress:hover .wrap_block_map_contacts .block_phone .bp_t_phone {
  font-size: 16px;
  color: var(--color-txt2);
}
.page_header .top_line .tl_adress:hover .wrap_block_map_contacts .block_phone .bp_phone {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-blue);
  text-decoration: none;
}
.page_header .top_line .tl_adress:hover .wrap_block_map_contacts .block_img_map {
  display: flex;
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.page_header .top_line .tl_adress:hover .wrap_block_map_contacts .block_button .arrow_top_right {
  width: 18px;
  height: 18px;
}
.page_header .top_line .mail_block {
  font-style: normal;
  display: flex;
  gap: 20px;
  font-weight: 500;
}
.page_header .top_line .mail_block .copy-notification {
  color: var(--color-blue);
}
.page_header .top_line .mail_block .tl_mail {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: #4F4F4F;
}
.page_header .top_line .mail_block .tl_mail .mail-top-line.hover {
  display: none;
}
.page_header .top_line .mail_block .tl_mail:hover {
  color: var(--color-blue);
  cursor: pointer;
}
.page_header .top_line .mail_block .tl_mail:hover .mail-top-line.start {
  display: none;
}
.page_header .top_line .mail_block .tl_mail:hover .mail-top-line.hover {
  display: block;
}
.page_header .top_line .mail-top-line {
  fill: var(--color-txt2);
  height: 14px;
  width: 14px;
  transition: 0.2s;
}
@media (max-width: 600px) {
  .page_header .top_line {
    display: none;
  }
}
.page_header .header_line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid var(--color-dev);
}
.page_header .header_line .logo_block,
.page_header .header_line .logo_block a {
  display: flex;
  gap: 10px;
}
.page_header .header_line .logo_block a {
  color: inherit;
  text-decoration: none;
}
.page_header .header_line .logo_block .logo_img {
  width: 50px;
  height: 50px;
  display: flex;
}
.page_header .header_line .logo_block .logo_img img {
  display: block;
  width: 100%;
  height: 100%;
}
.page_header .header_line .logo_block .logo_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.5px 0;
}
.page_header .header_line .logo_block .logo_text .name_company {
  font-size: 21px;
  font-weight: 700;
  color: var(--color-txt1);
}
.page_header .header_line .logo_block .logo_text .slogan_company {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-txt2);
}
.page_header .header_line .right_header_block {
  width: 100%;
  max-width: 847px;
  height: 100%;
  max-height: 44px;
  display: flex;
  gap: 24px;
}
.page_header .header_line .right_header_block .button_close_menu {
  display: flex;
  width: 44px;
  height: 44px;
  background: #F5F5F5;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  border: none;
}
.page_header .header_line .phone_callback_block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 44px;
}
.page_header .header_line .phone_callback_block .pc_phone {
  display: flex;
  justify-content: flex-end;
  font-size: 21px;
  font-weight: 700;
  color: var(--color-txt1);
  text-decoration: none;
}
.page_header .header_line .phone_callback_block .pc_callback_w_time {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 273px;
  width: 100%;
  max-height: 17px;
  height: 100%;
  gap: 5px;
}
.page_header .header_line .phone_callback_block .pc_callback_w_time .pc_callback {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-txt2);
  text-decoration: navajowhite;
  display: flex;
  align-items: center;
  gap: 4px;
}
.page_header .header_line .phone_callback_block .pc_callback_w_time .pc_callback:hover .work_time_point circle {
  fill: var(--color-yell);
}
.page_header .header_line .phone_callback_block .pc_callback_w_time .delimiter {
  display: block;
  height: 10px;
  width: 1px;
  background: var(--color-dev2);
  margin-top: auto;
  margin-bottom: auto;
}
.page_header .header_line .phone_callback_block .pc_callback_w_time .pc_w_time {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-txt2);
}
.page_header .header_line .calculator_block {
  display: flex;
}
.page_header .header_line .calculator_block .calc_link {
  display: flex;
  gap: 15px;
  align-items: center;
  max-width: 249px;
  max-height: 44px;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-txt1);
  text-decoration: none;
  padding: 6px 6px 6px 18px;
  border: 1px solid var(--color-dev2);
  border-radius: 10px;
  box-sizing: border-box;
  background: transparent;
  transition: transform 0.5s, background-color 0.5s;
}
.page_header .header_line .calculator_block .calc_link .calculator_header_img {
  width: 32px;
  height: 32px;
  background: var(--color-yell);
  fill: var(--color-txt1);
  border-radius: 6px;
}
.page_header .header_line .calculator_block .calc_link:hover {
  background: var(--color-yell);
  border-color: transparent;
}
.page_header .header_line .calculator_block .calc_link:hover .calculator_header_img {
  background: var(--color-white);
}
.page_header .header_line .calculator_block .calc_link:active {
  background: #F2C624;
  border-color: transparent;
}
.page_header .header_line .calculator_block .calc_link:active .calculator_header_img {
  background: var(--color-white);
}
.page_header .header_line .social_messeger_block {
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
  max-height: 44px;
  width: 100%;
  max-width: 290px;
  gap: 10px;
  box-sizing: border-box;
}
.page_header .header_line .social_messeger_block .mess_wa_block {
  display: flex;
  align-items: center;
  max-width: 248px;
  width: 100%;
  max-height: 44px;
  height: 100%;
  padding: 6px 6px 6px 18px;
  gap: 15px;
  border: 1px solid var(--color-dev2);
  border-radius: 10px;
  text-decoration: none;
  background: transparent;
  transition: transform 0.5s, background-color 0.5s;
}
.page_header .header_line .social_messeger_block .mess_wa_block .text_link {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-txt1);
}
.page_header .header_line .social_messeger_block .mess_wa_block .img_wa_block {
  width: 32px;
  height: 32px;
  background: var(--color-txt1);
  border-radius: 6px;
  fill: var(--color-white);
}
.page_header .header_line .social_messeger_block .mess_wa_block:hover {
  background: var(--color-green);
  border-color: transparent;
}
.page_header .header_line .social_messeger_block .mess_wa_block:hover .text_link {
  color: var(--color-white);
}
.page_header .header_line .social_messeger_block .mess_wa_block:hover .img_wa_block {
  fill: var(--color-green);
  background: var(--color-white);
}
.page_header .header_line .social_messeger_block .mess_wa_block:active {
  background: #30CC31;
  border-color: transparent;
}
.page_header .header_line .social_messeger_block .mess_wa_block:active .text_link {
  color: var(--color-white);
}
.page_header .header_line .social_messeger_block .mess_wa_block:active .img_wa_block {
  fill: #30CC31;
  background: var(--color-white);
}
.page_header .header_line .social_messeger_block .mess_tg_block {
  display: flex;
  align-items: center;
  background: var(--color-txt1);
  border-radius: 6px;
}
.page_header .header_line .social_messeger_block .mess_tg_block .img_tg_block {
  width: 32px;
  height: 32px;
  fill: #fff;
}
.page_header .header_line .social_messeger_block .mess_tg_block:hover {
  background: #75A1EB;
}
.page_header .header_line .social_messeger_block .mess_tg_block:active {
  background: #0088CC;
}
.page_header .header_line .mobile_menu_open_block {
  display: none;
}
@media (max-width: 1180px) {
  .page_header .header_line .logo_block {
    width: 280px;
    min-width: max-content;
  }
  .page_header .header_line .right_header_block {
    justify-content: flex-end;
  }
  .page_header .header_line .right_header_block .social_messeger_block {
    height: 44px;
    max-width: max-content;
  }
  .page_header .header_line .right_header_block .social_messeger_block .mess_wa_block {
    border: none;
    padding: 0;
    width: 32px;
    height: 32px;
  }
  .page_header .header_line .right_header_block .social_messeger_block .mess_wa_block .text_link {
    display: none;
  }
  .page_header .header_line .right_header_block .social_messeger_block .mess_wa_block:hover .img_wa_block {
    background: var(--color-green);
    fill: var(--color-white);
  }
  .page_header .header_line .right_header_block .social_messeger_block .mess_wa_block:active .img_wa_block {
    background: #30CC31;
    fill: var(--color-white);
  }
}
@media (max-width: 960px) {
  .page_header .header_line .calculator_block {
    display: flex;
    margin-right: -10px;
    align-items: center;
  }
  .page_header .header_line .calculator_block .calc_link {
    display: flex;
    max-width: 249px;
    max-height: 44px;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-txt1);
    text-decoration: none;
    padding: 0;
    border: none;
    border-radius: 10px;
    box-sizing: border-box;
    background: transparent;
    width: 32px;
    height: 32px;
  }
  .page_header .header_line .calculator_block .calc_link .text_link {
    display: none;
  }
  .page_header .header_line .calculator_block .calc_link .calculator_header_img {
    width: 32px;
    height: 32px;
  }
  .page_header .header_line .mobile_menu_open_block {
    display: flex;
  }
  .page_header .header_line .mobile_menu_open_block .open_menu {
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 8px;
    background: var(--color-silver);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .page_header .header_line .mobile_menu_open_block .open_menu .open_mobile_left_menu {
    display: block;
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 800px) {
  .page_header .header_line .calculator_block {
    display: none;
  }
  .page_header .header_line .phone_callback_block .pc_callback_w_time {
    justify-content: flex-end;
    gap: 0;
  }
  .page_header .header_line .phone_callback_block .pc_callback_w_time .pc_w_time {
    display: none;
  }
}
@media (max-width: 700px) {
  .page_header .header_line .social_messeger_block {
    display: none;
  }
}
@media (max-width: 600px) {
  .page_header .header_line .logo_block .logo_text .name_company {
    max-width: 72px;
  }
  .page_header .header_line .logo_block .logo_text .slogan_company {
    display: none;
  }
}
@media (min-width: 591px) {
  .header_phone_mob {
    display: none;
  }
}
@media (max-width: 590px) {
  .page_header .header_line .right_header_block {
    align-items: center;
    gap: 12px;
    order: -1;
    width: auto;
  }
  .page_header .header_line .right_header_block .phone_callback_block {
    display: none;
  }
  .page_header .header_line .logo_block {
    align-items: center;
    width: 160px;
    gap: 5px;
  }
  .page_header .header_line .logo_block a {
    gap: 5px;
    align-items: center;
  }
  .page_header .header_line .logo_block .logo_text .name_company {
    font-size: 16px;
    max-width: none;
  }
  .page_header .header_line .logo_block .logo_img {
    width: 32px;
    height: 32px;
  }
  .page_header .header_line .phone_callback_block {
    justify-content: flex-start;
  }
  .page_header .header_line .phone_callback_block .pc_phone {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .header_phone_mob {
    width: 44px;
    aspect-ratio: 1;
    border-radius: 8px;
    background-color: var(--color-yell);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-txt1);
  }
  .header_phone_mob i {
    font-size: 24px;
    background-color: currentColor;
  }
}
@media (max-width: 960px) {
  .page_header .header_line {
    border: none;
  }
  .page_header .header_line .phone_callback_block .pc_callback_w_time .delimiter {
    display: none;
  }
}
.page_header .menu_search {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  position: relative;
}
.page_header .menu_search .top_menu {
  display: flex;
}
.page_header .menu_search .top_menu ul {
  padding: 0;
}
.page_header .menu_search .top_menu ul li {
  list-style-type: none;
}
.page_header .menu_search .top_menu .item_list {
  display: flex;
  gap: 24px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
.page_header .menu_search .top_menu .item_list > .menu_item {
  padding-bottom: 10px;
  white-space: nowrap;
}
.page_header .menu_search .top_menu .item_list .menu_item {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-txt1);
  display: flex;
  align-items: center;
  gap: 2px;
}
.page_header .menu_search .top_menu .item_list .menu_item.parrent .menu_arrow {
  display: block;
  width: 12px;
  height: 12px;
}
@media (min-width: 960px) {
  .page_header .menu_search .top_menu .item_list .menu_item.parrent:hover .menu_arrow, .page_header .menu_search .top_menu .item_list .menu_item.parrent ._active .menu_arrow {
    transform: rotate(180deg);
    margin-top: 5px;
  }
}
.page_header .menu_search .top_menu .item_list .menu_item.parrent a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  width: 100%;
  max-width: 306px;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
@media (min-width: 960px) {
  .page_header .menu_search .top_menu .item_list .menu_item.parrent:hover:after, .page_header .menu_search .top_menu .item_list .menu_item.parrent._active:after {
    position: absolute;
    content: "";
    bottom: -20px;
    height: 40px;
    width: 100px;
    z-index: 90;
  }
  .page_header .menu_search .top_menu .item_list .menu_item.parrent:hover .item_list_lv_2, .page_header .menu_search .top_menu .item_list .menu_item.parrent._active .item_list_lv_2 {
    display: flex;
    flex-direction: column;
    position: absolute;
    border-radius: 20px;
    top: 52px;
    padding: 12px;
    z-index: 99;
    background: #fff;
  }
  .page_header .menu_search .top_menu .item_list .menu_item.parrent:hover .item_list_lv_2.end_elem, .page_header .menu_search .top_menu .item_list .menu_item.parrent._active .item_list_lv_2.end_elem {
    right: -100px;
  }
  .page_header .menu_search .top_menu .item_list .menu_item.parrent:hover .item_list_lv_2 .level_2, .page_header .menu_search .top_menu .item_list .menu_item.parrent._active .item_list_lv_2 .level_2 {
    font-weight: 300;
    color: var(--color-txt1);
  }
  .page_header .menu_search .top_menu .item_list .menu_item.parrent:hover .item_list_lv_2 .level_2 a, .page_header .menu_search .top_menu .item_list .menu_item.parrent._active .item_list_lv_2 .level_2 a {
    width: 306px;
  }
  .page_header .menu_search .top_menu .item_list .menu_item.parrent:hover .item_list_lv_2 .level_2 a .menu_arrow_right, .page_header .menu_search .top_menu .item_list .menu_item.parrent._active .item_list_lv_2 .level_2 a .menu_arrow_right {
    display: block;
    width: 12px;
    height: 12px;
  }
  .page_header .menu_search .top_menu .item_list .menu_item.parrent:hover .item_list_lv_2 .level_2 a:hover, .page_header .menu_search .top_menu .item_list .menu_item.parrent._active .item_list_lv_2 .level_2 a:hover {
    color: var(--color-blue);
  }
  .page_header .menu_search .top_menu .item_list .menu_item.parrent:hover .item_list_lv_2 .level_2.parent_2 .link_level_2, .page_header .menu_search .top_menu .item_list .menu_item.parrent._active .item_list_lv_2 .level_2.parent_2 .link_level_2 {
    position: relative;
  }
  .page_header .menu_search .top_menu .item_list .menu_item.parrent:hover .item_list_lv_2 .level_2.parent_2 .link_level_2:after, .page_header .menu_search .top_menu .item_list .menu_item.parrent._active .item_list_lv_2 .level_2.parent_2 .link_level_2:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: url("./menu_arrow_right.svg") no-repeat center/contain;
  }
  .page_header .menu_search .top_menu .item_list .menu_item.parrent:hover .item_list_lv_2 .level_2:hover, .page_header .menu_search .top_menu .item_list .menu_item.parrent._active .item_list_lv_2 .level_2:hover {
    display: flex;
    gap: 8px;
  }
  .page_header .menu_search .top_menu .item_list .menu_item.parrent:hover .item_list_lv_2 .level_2:hover .link_level_2, .page_header .menu_search .top_menu .item_list .menu_item.parrent._active .item_list_lv_2 .level_2:hover .link_level_2 {
    background: var(--color-silver);
    border-radius: 10px;
    width: 306px;
  }
  .page_header .menu_search .top_menu .item_list .menu_item.parrent:hover .item_list_lv_2 .level_2:hover.parent_2:after, .page_header .menu_search .top_menu .item_list .menu_item.parrent._active .item_list_lv_2 .level_2:hover.parent_2:after {
    content: "";
    width: 320px;
    height: 100%;
  }
  .page_header .menu_search .top_menu .item_list .menu_item.parrent:hover .item_list_lv_2 .level_2:hover .item_list_lv_3, .page_header .menu_search .top_menu .item_list .menu_item.parrent._active .item_list_lv_2 .level_2:hover .item_list_lv_3 {
    display: flex;
    width: 320px;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 0;
    background: var(--color-silver);
    margin: 12px;
    border-radius: 10px;
    height: calc(100% - 24px);
    overflow: auto;
    box-sizing: border-box;
  }
  .page_header .menu_search .top_menu .item_list .menu_item.parrent:hover .item_list_lv_2 .level_2:hover .item_list_lv_3 .link_level_3, .page_header .menu_search .top_menu .item_list .menu_item.parrent._active .item_list_lv_2 .level_2:hover .item_list_lv_3 .link_level_3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    width: 100%;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    color: var(--color-txt1);
  }
  .page_header .menu_search .top_menu .item_list .menu_item.parrent:hover .item_list_lv_2 .level_2:hover .item_list_lv_3 .link_level_3:hover, .page_header .menu_search .top_menu .item_list .menu_item.parrent._active .item_list_lv_2 .level_2:hover .item_list_lv_3 .link_level_3:hover {
    color: var(--color-blue);
  }
  .page_header .menu_search .top_menu .item_list .menu_item.parrent:hover .item_list_lv_2 .item_list_lv_3, .page_header .menu_search .top_menu .item_list .menu_item.parrent._active .item_list_lv_2 .item_list_lv_3 {
    display: none;
  }
}
.page_header .menu_search .top_menu .item_list .menu_item:hover {
  color: var(--color-blue);
}
.page_header .menu_search .top_menu .item_list .menu_item .menu_item_link {
  text-decoration: none;
  color: var(--color-txt1);
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 960px) {
  .page_header .menu_search .top_menu .item_list .menu_item .menu_item_link:hover {
    color: var(--color-blue);
  }
}
.page_header .menu_search .top_menu .item_list .item_list_lv_2 {
  display: none;
}
.page_header .menu_search .search_block {
  width: 189px;
  min-width: 189px;
  position: relative;
  right: 0;
  transition: width 0.5s ease-in-out;
  margin-bottom: 10px;
}
.page_header .menu_search .search_block .search {
  display: block;
}
.page_header .menu_search .search_block .search form {
  display: flex;
  position: relative;
}
.page_header .menu_search .search_block .search form input {
  max-width: 100%;
  width: 100%;
  padding: 8px 12px 8px 35px;
  border-radius: 10px;
  border: 1px solid var(--color-dev);
  color: var(--color-txt2);
  font-size: 15px;
}
.page_header .menu_search .search_block .search form input::placeholder {
  color: var(--color-txt2);
  left: 30px;
}
.page_header .menu_search .search_block .search form input:focus {
  border: 1px solid var(--color-blue2iconTr);
  outline: none;
}
.page_header .menu_search .search_block .search form input:focus::placeholder {
  color: var(--color-txt1);
  left: 30px;
}
.page_header .menu_search .search_block .search form .search_input_active {
  display: none;
}
.page_header .menu_search .search_block .search form .search_input {
  display: block;
}
.page_header .menu_search .search_block .search form .search_button {
  position: absolute;
  left: 12px;
  top: 9px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: transparent;
}
.page_header .menu_search .search_block .search form .search_button svg {
  width: 18px;
  height: 18px;
}
.page_header .menu_search.search_active .search_block {
  /* width: 600px;
   position: absolute;
   right: 0;*/
}
.page_header .menu_search.search_active .search_block .search_input_active {
  display: block;
}
.page_header .menu_search.search_active .search_block .search_input {
  display: none;
}
.page_header .wrap_mobile_panel {
  display: block;
  width: 100%;
  gap: 30px;
}
.page_header .wrap_mobile_panel .mobileView {
  display: none;
}
@media (max-width: 960px) {
  .header_line__toggler__container {
    display: none !important;
  }
  .page_header .wrap_mobile_panel {
    background: #fff;
    flex-direction: column;
    overflow: auto;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    max-width: 540px;
    height: 100vh;
    min-height: 100vh;
    gap: 25px;
    padding-bottom: 30px;
    box-sizing: border-box;
  }
  .page_header .wrap_mobile_panel .menu_search {
    flex-direction: column;
    gap: 30px;
    margin-top: 0;
  }
  .page_header .wrap_mobile_panel .menu_search .search_block {
    order: 1;
    width: 100%;
  }
  .page_header .wrap_mobile_panel .menu_search .search_block search {
    display: block;
  }
  .page_header .wrap_mobile_panel .menu_search .search_block search form {
    display: flex;
    position: relative;
  }
  .page_header .wrap_mobile_panel .menu_search .search_block search form input {
    height: 44px;
  }
  .page_header .wrap_mobile_panel .menu_search .search_block search form .search_button {
    top: 14px;
  }
  .page_header .wrap_mobile_panel .menu_search .top_menu {
    order: 2;
    width: 100%;
  }
  .page_header .wrap_mobile_panel .menu_search .top_menu .item_list {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  .page_header .wrap_mobile_panel .menu_search .top_menu .item_list .menu_item {
    height: 42px;
    padding: 14px 10px;
    height: auto;
    border-bottom: 1px solid var(--color-dev2);
  }
  .page_header .wrap_mobile_panel .menu_search .top_menu .item_list .menu_item > a, .page_header .wrap_mobile_panel .menu_search .top_menu .item_list .menu_item .menu_item_link {
    padding: 0;
    font-weight: 600;
  }
  .page_header .wrap_mobile_panel .menu_search .top_menu .item_list .menu_item.parrent a, .page_header .wrap_mobile_panel .menu_search .top_menu .item_list .menu_item.parrent .menu_item_link {
    max-width: 540px;
    width: 100%;
  }
  .page_header .wrap_mobile_panel .menu_search .top_menu .item_list .menu_item.parrent .menu_item {
    border: none;
  }
  .page_header .wrap_mobile_panel .menu_search .top_menu .item_list .menu_item.parrent._open_section_menu {
    flex-direction: column;
    position: relative;
  }
  .page_header .wrap_mobile_panel .menu_search .top_menu .item_list .menu_item.parrent._open_section_menu .menu_arrow {
    transform: rotate(180deg);
    position: absolute;
    top: 15px;
    right: 9px;
  }
  .page_header .wrap_mobile_panel .menu_search .top_menu .item_list .menu_item.parrent._open_section_menu .item_list_lv_2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .page_header .wrap_mobile_panel .menu_search .top_menu .item_list .menu_item.parrent._open_section_menu .item_list_lv_2 .menu_item.level_2 {
    padding: 8px 10px;
    height: auto;
  }
  .page_header .wrap_mobile_panel .menu_search .top_menu .item_list .menu_item.parrent._open_section_menu .item_list_lv_2 .menu_item.level_2 .link_level_2 {
    font-weight: normal;
    color: var(--color-txt3);
  }
  .page_header .wrap_mobile_panel .menu_search .top_menu .item_list .menu_item.parrent._open_section_menu .item_list_lv_2 .menu_item.parent_2 {
    padding: 8px 10px;
    height: auto;
  }
  .page_header .wrap_mobile_panel .menu_search .top_menu .item_list .menu_item.parrent._open_section_menu .item_list_lv_2 .menu_item.parent_2 .link_level_2 {
    font-weight: normal;
    color: var(--color-txt3);
    position: relative;
  }
  .page_header .wrap_mobile_panel .menu_search .top_menu .item_list .menu_item.parrent._open_section_menu .item_list_lv_2 .menu_item.parent_2 .link_level_2:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    width: 12px;
    height: 12px;
    background: url("./menu_arrow_right.svg") no-repeat center/contain;
  }
  .page_header .wrap_mobile_panel .menu_search .top_menu .item_list .menu_item.parrent._open_section_menu .item_list_lv_2 .menu_item.parent_2 .menu_arrow_right {
    display: block;
    width: 12px;
    height: 12px;
    transform: rotate(90deg);
  }
  .page_header .wrap_mobile_panel .menu_search .top_menu .item_list .menu_item.parrent._open_section_menu .item_list_lv_2 .menu_item.parent_2 .item_list_lv_3 {
    display: none;
  }
  .page_header .wrap_mobile_panel .menu_search .top_menu .item_list .menu_item.parrent._open_section_menu .item_list_lv_2 .menu_item.parent_2._open_section2_menu {
    flex-direction: column;
    position: relative;
    align-items: flex-start;
  }
  .page_header .wrap_mobile_panel .menu_search .top_menu .item_list .menu_item.parrent._open_section_menu .item_list_lv_2 .menu_item.parent_2._open_section2_menu .link_level_2 {
    font-weight: 600;
    color: var(--color-blue);
  }
  .page_header .wrap_mobile_panel .menu_search .top_menu .item_list .menu_item.parrent._open_section_menu .item_list_lv_2 .menu_item.parent_2._open_section2_menu .link_level_2:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%) rotate(270deg);
    width: 12px;
    height: 12px;
    background: url("./menu_arrow_right.svg") no-repeat center/contain;
  }
  .page_header .wrap_mobile_panel .menu_search .top_menu .item_list .menu_item.parrent._open_section_menu .item_list_lv_2 .menu_item.parent_2._open_section2_menu .menu_arrow_right {
    transform: rotate(270deg);
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .page_header .wrap_mobile_panel .menu_search .top_menu .item_list .menu_item.parrent._open_section_menu .item_list_lv_2 .menu_item.parent_2._open_section2_menu .item_list_lv_3 {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--color-txt2);
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .page_header .wrap_mobile_panel .menu_search .top_menu .item_list .menu_item.parrent._open_section_menu .item_list_lv_2 .menu_item.parent_2._open_section2_menu .item_list_lv_3 .level_3 {
    padding: 8px 10px;
  }
  .page_header .wrap_mobile_panel .menu_search .top_menu .item_list .menu_item.parrent._open_section_menu .item_list_lv_2 .menu_item.parent_2._open_section2_menu .item_list_lv_3 .level_3 .link_level_3 {
    font-weight: normal;
    color: var(--color-blue);
  }
  .page_header .wrap_mobile_panel .mobileView {
    display: block;
  }
  .page_header .wrap_mobile_panel .header_line {
    display: flex;
    border: none;
  }
  .page_header .wrap_mobile_panel .header_line .logo_block {
    align-items: center;
    width: 160px;
    gap: 5px;
  }
  .page_header .wrap_mobile_panel .header_line .right_header_block {
    align-items: center;
    gap: 12px;
  }
}
@media (max-width: 960px) and (min-width: 600px) {
  .page_header .wrap_mobile_panel .header_line .logo_block .logo_text .name_company {
    max-width: 72px;
  }
  .page_header .wrap_mobile_panel .header_line .logo_block .logo_text .slogan_company {
    display: none;
  }
}
@media (max-width: 960px) {
  .page_header .wrap_mobile_panel .header_left_menu {
    display: flex;
    margin: 10px 20px;
    justify-content: space-between;
  }
  .page_header .wrap_mobile_panel .header_left_menu .button_close_menu {
    display: flex;
    width: 44px;
    height: 44px;
    background: #F5F5F5;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    border: none;
  }
  .page_header .wrap_mobile_panel .header_left_menu .logo_block {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .page_header .wrap_mobile_panel .header_left_menu .logo_block .logo_img {
    display: block;
    width: 32px;
    height: 32px;
  }
  .page_header .wrap_mobile_panel .header_left_menu .logo_block .logo_img img {
    display: block;
    width: 32px;
    height: 32px;
  }
  .page_header .wrap_mobile_panel .header_left_menu .logo_block .text_logo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .page_header .wrap_mobile_panel .header_left_menu .logo_block .text_logo .name_company {
    font-size: 16px;
    font-weight: bold;
    color: var(--color-txt1);
  }
  .page_header .wrap_mobile_panel .header_left_menu .logo_block .text_logo .description_logo {
    display: block;
    font-size: 11px;
    color: var(--color-txt2);
  }
  .page_header .wrap_mobile_panel .header_left_menu .call_back {
    display: flex;
    width: 44px;
    height: 44px;
    background: var(--color-yell);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    border: none;
  }
  .page_header .wrap_mobile_panel .header_left_menu .call_back .call_24px {
    width: 18px;
    height: 18px;
  }
  .page_header .wrap_mobile_panel .calculator_block {
    display: flex;
    margin: 0 20px;
  }
  .page_header .wrap_mobile_panel .calculator_block .calc_link {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 52px;
    font-size: 16px;
    color: var(--color-txt1);
    text-decoration: none;
    padding: 6px 6px 6px 18px;
    border: 1px solid var(--color-dev2);
    border-radius: 10px;
    box-sizing: border-box;
    background: transparent;
    transition: transform 0.5s, background-color 0.5s;
  }
  .page_header .wrap_mobile_panel .calculator_block .calc_link .text_link {
    font-weight: bold;
  }
  .page_header .wrap_mobile_panel .calculator_block .calc_link .calculator_left_img {
    width: 40px;
    height: 40px;
    fill: var(--color-txt1);
    background: var(--color-yell);
    border-radius: 6px;
  }
  .page_header .wrap_mobile_panel .calculator_block .calc_link:hover {
    background: var(--color-yell);
    border-color: transparent;
  }
  .page_header .wrap_mobile_panel .calculator_block .calc_link:hover .calculator_left_img {
    fill: var(--color-txt1);
    background: var(--color-white);
  }
  .page_header .wrap_mobile_panel .phone_callback_block_left_menu {
    margin: 0 20px;
  }
  .page_header .wrap_mobile_panel .phone_callback_block_left_menu .pc_w_time {
    font-size: 14px;
    color: var(--color-txt2);
  }
  .page_header .wrap_mobile_panel .phone_callback_block_left_menu .pc_phone {
    font-size: 18px;
    color: var(--color-txt1);
    font-weight: bold;
    text-decoration: navajowhite;
  }
  .page_header .wrap_mobile_panel .phone_callback_block_left_menu .pc_phone:hover {
    text-decoration: navajowhite;
    color: var(--color-txt1);
  }
  .page_header .wrap_mobile_panel .phone_callback_block_left_menu .pc_callback_w_time .pc_callback {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    color: var(--color-txt2);
    text-decoration: navajowhite;
  }
  .page_header .wrap_mobile_panel .phone_callback_block_left_menu .pc_callback_w_time .pc_callback .work_time_point {
    margin-top: 2px;
  }
  .page_header .wrap_mobile_panel .phone_callback_block_left_menu .pc_callback_w_time .pc_callback:hover {
    text-decoration: navajowhite;
    color: var(--color-txt1);
  }
}
@media (max-width: 960px) and (max-width: 590px) {
  .page_header .wrap_mobile_panel .phone_callback_block_left_menu .pc_phone {
    margin: 10px 0;
    display: block;
  }
}
@media (max-width: 960px) {
  .page_header .wrap_mobile_panel .social_messeger_block_left_menu {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
    align-items: flex-start;
    height: 100%;
    width: 100%;
    max-width: 290px;
    gap: 15px;
    box-sizing: border-box;
  }
  .page_header .wrap_mobile_panel .social_messeger_block_left_menu .mess_wa_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    width: 100%;
    max-height: 44px;
    height: 100%;
    padding: 6px 6px 6px 18px;
    gap: 15px;
    border: 1px solid var(--color-dev2);
    border-radius: 10px;
    text-decoration: none;
    background: transparent;
    transition: transform 0.5s, background-color 0.5s;
    box-sizing: border-box;
  }
  .page_header .wrap_mobile_panel .social_messeger_block_left_menu .mess_wa_block .text_link {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-txt1);
  }
  .page_header .wrap_mobile_panel .social_messeger_block_left_menu .mess_wa_block .img_wa_block {
    width: 32px;
    height: 32px;
  }
  .page_header .wrap_mobile_panel .social_messeger_block_left_menu .mess_wa_block .img_wa_block.hover {
    display: none;
  }
  .page_header .wrap_mobile_panel .social_messeger_block_left_menu .mess_tg_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    width: 100%;
    max-height: 44px;
    height: 100%;
    padding: 6px 6px 6px 18px;
    gap: 15px;
    border: 1px solid var(--color-dev2);
    border-radius: 10px;
    text-decoration: none;
    background: transparent;
    transition: transform 0.5s, background-color 0.5s;
    box-sizing: border-box;
  }
  .page_header .wrap_mobile_panel .social_messeger_block_left_menu .mess_tg_block .text_link {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-txt1);
  }
  .page_header .wrap_mobile_panel .social_messeger_block_left_menu .mess_tg_block .img_tg_block {
    width: 32px;
    height: 32px;
  }
  .page_header .wrap_mobile_panel .social_messeger_block_left_menu .mess_tg_block .img_tg_block.hover {
    display: none;
  }
  .page_header .wrap_mobile_panel .order_block_left_menu {
    display: flex;
    margin: 0 20px;
    width: 100%;
    max-width: 290px;
  }
  .page_header .wrap_mobile_panel .order_block_left_menu .order_button {
    width: 100%;
    max-height: 52px;
    border: none;
  }
  .page_header .wrap_mobile_panel .left_separator {
    display: flex;
    border-top: 1px solid var(--color-dev2);
  }
  .page_header .wrap_mobile_panel .contacts_block_left_menu {
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .page_header .wrap_mobile_panel .contacts_block_left_menu .left_tl_adress {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    position: relative;
    color: var(--color-txt2);
  }
  .page_header .wrap_mobile_panel .contacts_block_left_menu .left_tl_adress .locations-top-line {
    height: 14px;
    width: 14px;
    margin-top: 2px;
  }
  .page_header .wrap_mobile_panel .contacts_block_left_menu .tl_mail {
    color: var(--color-txt2);
    text-decoration: none;
    gap: 4px;
  }
  .page_header .wrap_mobile_panel .contacts_block_left_menu .tl_mail .mail-top-line {
    height: 14px;
    width: 14px;
    margin-bottom: -2px;
  }
  .page_header .wrap_mobile_panel .contacts_block_left_menu .copy-notification {
    font-weight: 500;
    color: var(--color-txt2);
  }
}
@media (max-width: 960px) {
  .page_header {
    position: relative;
  }
  .page_header .wrap_mobile_panel {
    display: none;
  }
  .page_header.open_menu .wrap_mobile_panel {
    display: flex;
  }
}

/*FOOTER*/
.footer_page {
  background: var(--bg--black-1);
  padding-top: 117px;
}
.footer_page .container_footer {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1140px) {
  .footer_page .container_footer {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.footer_page .footer_col_one {
  display: flex;
  flex-direction: column;
  max-width: 340px;
  box-sizing: border-box;
  width: 100%;
}
.footer_page .footer_col_two {
  display: flex;
  flex-direction: column;
}
.footer_page .footer_col_three {
  display: flex;
  flex-direction: column;
}
.footer_page .footer_col_four {
  display: flex;
  flex-direction: column;
  max-width: 290px;
}
.footer_page .block_logo,
.footer_page .block_logo a {
  display: flex;
  gap: 10px;
}
.footer_page .block_logo a {
  color: inherit;
  text-decoration: none;
}
.footer_page .block_logo .logo_img {
  display: flex;
  width: 55px;
  height: 55px;
  justify-content: center;
  align-items: center;
}
.footer_page .block_logo .logo_img img {
  display: block;
  width: 100%;
  height: 100%;
}
.footer_page .block_logo .logo_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer_page .block_logo .logo_text .logo_text_title {
  font-size: 23px;
  font-weight: 700;
  color: #fff;
}
.footer_page .block_logo .logo_text .logo_text_subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #81817F;
}
.footer_page .block_button {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 28px;
}
.footer_page .block_button .btn_download {
  display: flex;
  gap: 1em;
  align-items: center;
  background: #333333;
  padding: 4px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  max-width: 285px;
  border-radius: 12px;
  cursor: pointer;
  text-decoration: none;
}
.footer_page .block_button .btn_download svg {
  width: 42px;
  height: 42px;
}
@media (max-width: 960px) {
  .footer_page .block_button .btn_download {
    max-width: 320px;
  }
}
.footer_page .block_button .order_footer_button {
  display: flex;
  align-items: center;
  max-width: 285px;
  border: none;
  cursor: pointer;
}
@media (max-width: 960px) {
  .footer_page .block_button .order_footer_button {
    max-width: 320px;
  }
}
.footer_page .block_review {
  margin-top: 28px;
  display: flex;
  align-items: center;
  max-width: 285px;
}
.footer_page .block_review .text_block_review {
  font-size: 14px;
  color: var(--color-txt2);
}
.footer_page .block_review .text_block_review span {
  color: var(--color-yell);
}
.footer_page .block_review .button_block_review {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 144px;
  background: #333333;
  border-radius: 10px;
  padding: 15px;
  box-sizing: border-box;
  gap: 8px;
}
.footer_page .block_review .button_block_review .block_rating {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.footer_page .block_review .button_block_review .block_rating .star_fill {
  width: 14px;
  height: 14px;
  fill: #FAD62D;
}
@media (max-width: 960px) {
  .footer_page .block_review {
    max-width: 320px;
  }
}
.footer_page .block_menu {
  display: flex;
  flex-direction: column;
  max-width: 288px;
}
.footer_page .block_menu .title_menu {
  display: flex;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 14px;
  color: var(--color-txt2);
  text-transform: uppercase;
  font-weight: normal;
}
.footer_page .block_menu .list_menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer_page .block_menu .list_menu li {
  margin: 0;
  display: flex;
  gap: 10px;
}
.footer_page .block_menu .list_menu li a {
  font-size: 15px;
  font-weight: 400;
  color: var(--color-white);
  text-decoration: none;
  line-height: 1.05em;
}
.footer_page .block_menu .list_menu li a:hover {
  color: var(--color-txt2);
}
.footer_page .block_menu .list_menu li .count_review {
  background: var(--color-yell);
  padding: 0 6px;
  color: var(--color-txt1);
  font-size: 13px;
  font-weight: 600;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.footer_page .phone_footer {
  display: block;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-white);
  letter-spacing: 0.05em;
}
.footer_page .call_back_footer {
  all: initial;
  font-family: inherit;
  color: var(--color-yell);
  text-decoration: none;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
}
.footer_page .time_work {
  color: var(--color-txt2);
  font-size: 14px;
  margin-top: 4px;
}
.footer_page .adres_footer {
  color: var(--color-white);
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 18px;
}
.footer_page .adres_footer span {
  color: var(--color-txt2);
  font-size: 14px;
}
.footer_page .mail_footer {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 18px;
}
.footer_page .mail_footer span {
  color: var(--color-txt2);
  font-size: 14px;
}
.footer_page .mail_footer .link_mail_footer {
  color: var(--color-white);
  font-size: 14px;
  text-decoration: none;
}
.footer_page .mail_footer .copy-notification {
  color: var(--color-white);
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}
.footer_page .messege_footer {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 18px;
}
.footer_page .messege_footer span {
  color: var(--color-txt2);
  font-size: 14px;
}
.footer_page .messege_footer .messege_link_block {
  display: flex;
  gap: 12px;
  margin-top: 6px;
}
.footer_page .messege_footer .messege_link_block .messege_link_footer {
  display: block;
  width: 28px;
  height: 28px;
}
.footer_page .messege_footer .messege_link_block .messege_link_footer svg {
  display: block;
  width: 100%;
  height: 100%;
}
.footer_page .subscribe_telegram_wrap {
  display: flex;
  width: 100%;
  margin-top: 20px;
}
.footer_page .subscribe_telegram_wrap .subscribe_telegram {
  text-decoration: none;
  color: var(--color-white);
  background: #229ED9;
  border-radius: 10px;
  height: 40px;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  box-sizing: border-box;
}
.footer_page .subscribe_telegram_wrap .subscribe_telegram .subs_telegram {
  width: 20px;
  height: 20px;
}
.footer_page .container_footer {
  padding-bottom: 30px;
}
.footer_page .container_separ {
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid rgba(129, 127, 127, 0.168627451);
}
.footer_page .container_footer_bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  padding-bottom: 30px;
}
.footer_page .container_footer_bottom .elem_footer_bottom {
  text-decoration: none;
  color: #C5C4C4;
  font-size: 14px;
  margin: 0;
  display: block;
}
.footer_page .container_footer_bottom .elem_footer_bottom._link:hover {
  text-decoration: underline;
}
@media (max-width: 590px) {
  .footer_page .container_footer_bottom {
    flex-direction: column;
  }
}

.container_title_block {
  font-size: 48px;
  font-weight: 700;
  color: var(--color-txt1);
  margin-top: 0;
  margin-bottom: 30px;
}
@media (min-width: 1321px) {
  .container_title_block--h1 {
    font-size: 68px;
  }
}
@media (max-width: 960px) {
  .container_title_block {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 590px) {
  .container_title_block {
    font-size: 24px;
  }
}

.list_point_blue {
  padding: 0;
  margin: 0;
  margin-left: 20px;
}
.list_point_blue li {
  font-size: 18px;
  padding: 4px 0;
  list-style-type: disc;
}
.list_point_blue li::marker {
  color: var(--color-blue);
}
@media (max-width: 590px) {
  .list_point_blue li {
    font-size: 14px;
  }
}

.contacts_info {
  display: grid;
  grid-template-columns: auto 350px;
  gap: 30px;
  background: var(--color-white);
}
.contacts_info .block_contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.contacts_info .block_contacts .block {
  display: flex;
  flex-direction: column;
}
.contacts_info .block_contacts .block ._text {
  font-size: 16px;
  color: var(--color-txt1);
  margin: 5px 0;
}
.contacts_info .block_contacts .time_text {
  font-size: 21px;
  color: var(--color-txt1);
  margin: 5px 0;
  font-weight: 600;
}
.contacts_info .block_contacts .icon_block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: var(--color-silver);
  border-radius: 8px;
  margin-bottom: 16px;
}
.contacts_info .block_contacts .icon_block svg {
  fill: var(--color-blue);
}
.contacts_info .block_contacts .link_block {
  display: block;
  text-decoration: none;
  color: var(--color-txt1);
  font-size: 21px;
  font-weight: 600;
  margin: 5px 0;
}
.contacts_info .block_contacts .link_call_back {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-txt1);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}
.contacts_info .title_block {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-txt2);
}
.contacts_info .block_social {
  width: 350px;
  box-sizing: border-box;
  background: var(--color-silver);
}
.contacts_info .block_social .soc_media {
  display: flex;
  flex-direction: column;
}
.contacts_info .block_social .messager {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.contacts_info .block_social .message_link_block {
  display: flex;
  gap: 12px;
  margin-top: 15px;
}
.contacts_info .block_social .message_link_block .message_link {
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: var(--color-white);
  border-radius: 8px;
}
.contacts_info .block_social .message_link_block .message_link svg {
  fill: var(--color-blue);
}
.contacts_info .block_social .message_link_block .message_link:hover svg {
  fill: #223e6c;
}
.contacts_info .block_social .block_button {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-top: 16px;
}
.contacts_info .block_social .block_button button {
  display: flex;
  justify-content: space-between;
  padding: 18px 16px;
  border: none;
  border-radius: 8px;
  background: var(--color-white);
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}
.contacts_info .block_social .block_button ._telegram {
  color: #229ED9;
}
.contacts_info .block_social .block_button ._telegram svg {
  fill: #229ED9;
}
.contacts_info .block_social .block_button ._telegram:hover {
  color: #fff;
  background: #229ED9;
}
.contacts_info .block_social .block_button ._telegram:hover svg {
  fill: #fff;
}
.contacts_info .block_social .block_button ._whatsapp {
  color: #08B419;
}
.contacts_info .block_social .block_button ._whatsapp svg {
  fill: #08B419;
}
.contacts_info .block_social .block_button ._whatsapp .img_wa_block {
  fill: #08B419;
}
.contacts_info .block_social .block_button ._whatsapp:hover {
  color: #fff;
  background: #08B419;
}
.contacts_info .block_social .block_button ._whatsapp:hover svg {
  fill: #fff;
}
@media (max-width: 980px) {
  .contacts_info {
    grid-template-columns: 1fr;
  }
  .contacts_info .block_social {
    max-width: 100%;
    width: 100%;
  }
  .contacts_info .block_social .block_button button {
    max-width: 400px;
  }
}
@media (max-width: 690px) {
  .contacts_info .block_contacts {
    grid-template-columns: 1fr;
  }
  .contacts_info .block_contacts .block {
    display: grid;
    grid-template-columns: 32px auto;
    gap: 12px;
    align-items: center;
  }
  .contacts_info .block_contacts .icon_block {
    width: 32px;
    height: 32px;
  }
  .contacts_info .block_contacts .icon_block .ok {
    width: 16px;
    height: 16px;
  }
  .contacts_info .block_contacts .icon_block .director {
    width: 14px;
    height: 17px;
  }
  .contacts_info .block_contacts .icon_block .time {
    width: 16px;
    height: 16px;
  }
  .contacts_info .block_contacts .icon_block .email {
    width: 16px;
    height: 10px;
  }
}
@media (max-width: 460px) {
  .contacts_info {
    padding: 20px;
  }
  .contacts_info .title_block {
    font-size: 14px;
  }
  .contacts_info .block_contacts {
    gap: 20px;
  }
  .contacts_info .block_contacts .link_block {
    font-size: 15px;
  }
  .contacts_info .block_contacts .time_text {
    font-size: 15px;
  }
  .contacts_info .block_contacts .block ._text {
    font-size: 14px;
  }
  .contacts_info .block_social {
    padding: 16px;
  }
  .contacts_info .block_social .message_link_block {
    margin-top: 12px;
    gap: 12px;
  }
  .contacts_info .block_social .block_button button {
    font-size: 16px;
  }
}

.contacts_maps {
  display: flex;
  flex-direction: column;
  background: var(--color-white);
}
.contacts_maps .icon_block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: var(--color-silver);
  border-radius: 8px;
  margin-bottom: 16px;
}
.contacts_maps .icon_block svg {
  fill: var(--color-blue);
}
.contacts_maps .subtitle {
  font-size: 16px;
  color: var(--color-txt2);
  margin-top: 15px;
}
.contacts_maps .block_address {
  color: var(--color-txt1);
  font-size: 21px;
  font-weight: 600;
  margin-top: 10px;
}
.contacts_maps .button_navigator {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-txt1);
  padding: 16px 32px 16px 16px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid var(--color-dev2);
  width: fit-content;
}
.contacts_maps .button_navigator:hover {
  background: var(--color-yell);
  border-color: transparent;
}
.contacts_maps .maps_block {
  border-radius: 16px;
  overflow: hidden;
  margin-top: 24px;
  min-height: 350px;
  height: 100%;
}
.contacts_maps .maps_block iframe {
  min-height: 350px;
  height: 100%;
}
@media (max-width: 570px) {
  .contacts_maps .contacts_maps_header {
    order: 1;
    display: grid;
    grid-template-columns: 48px auto;
    gap: 8px;
    align-items: center;
  }
  .contacts_maps .contacts_maps_header .icon_block {
    margin-bottom: 0;
  }
  .contacts_maps .contacts_maps_header .adres_block .subtitle {
    margin: 0;
    font-size: 14px;
  }
  .contacts_maps .contacts_maps_header .adres_block .block_address {
    margin: 0;
    font-size: 15px;
  }
  .contacts_maps .button_navigator {
    order: 3;
    font-size: 14px;
  }
  .contacts_maps .maps_block {
    order: 2;
  }
}
@media (max-width: 460px) {
  .contacts_maps {
    padding: 20px;
  }
}

.title_block_rekvisit .container_title_block_rekvisit.two_column {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 690px) {
  .title_block_rekvisit .container_title_block_rekvisit.two_column {
    flex-direction: column;
    align-items: flex-start;
  }
}
.title_block_rekvisit .link_arrow {
  color: var(--color-blue);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
.title_block_rekvisit .link_arrow svg {
  fill: var(--color-blue);
}
.title_block_rekvisit .link_arrow:hover {
  text-decoration: underline;
}

.contacts_rekvisit {
  background: var(--color-white);
}
.contacts_rekvisit .table_block {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 16px;
}
.contacts_rekvisit .table_block .table_block_item {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}
.contacts_rekvisit .table_block .table_block_item .table_block_rk_title {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-txt2);
}
.contacts_rekvisit .table_block .table_block_item .table_block_rk_value {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-txt1);
}
.contacts_rekvisit .driver {
  margin: 20px 0;
  height: 1px;
  width: 100%;
  background: var(--color-dev);
}
.contacts_rekvisit .block_button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}
.contacts_rekvisit .block_button .btn {
  font-size: 18px;
  font-weight: 600;
  align-items: center;
  display: flex;
  gap: 12px;
}
.contacts_rekvisit .block_button .btn:hover {
  background: var(--color-yell);
  border-color: transparent;
}
.contacts_rekvisit .block_button .svidetelstvo svg {
  fill: none;
}
@media (max-width: 690px) {
  .contacts_rekvisit .table_block {
    grid-template-columns: 1fr;
  }
  .contacts_rekvisit .table_block .table_block_item .table_block_rk_title {
    font-size: 14px;
  }
  .contacts_rekvisit .table_block .table_block_item .table_block_rk_value {
    font-size: 18px;
  }
  .contacts_rekvisit .block_button {
    flex-direction: column;
  }
  .contacts_rekvisit .block_button .btn {
    font-size: 16px;
  }
}

.contacts_rekvisit_rus_prof {
  margin-top: 24px;
  background: var(--color-white);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contacts_rekvisit_rus_prof .left_col {
  display: flex;
  justify-content: flex-start;
  gap: 32px;
  align-items: center;
}
.contacts_rekvisit_rus_prof .img_rus_prof {
  display: flex;
  padding: 24px;
  background: var(--color-dev);
  border-radius: 15px;
  max-width: 212px;
}
.contacts_rekvisit_rus_prof .link_rus_prof {
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  color: var(--color-txt1);
}
.contacts_rekvisit_rus_prof .link_rus_prof br {
  display: none;
}
.contacts_rekvisit_rus_prof .btn_rus_prof {
  align-items: center;
  height: 52px;
  box-sizing: border-box;
}
.contacts_rekvisit_rus_prof .btn_rus_prof:hover {
  background: var(--color-yell);
  border-color: transparent;
}
@media (max-width: 690px) {
  .contacts_rekvisit_rus_prof {
    flex-direction: column;
    gap: 16px;
  }
  .contacts_rekvisit_rus_prof .left_col .link_rus_prof {
    font-size: 18px;
  }
  .contacts_rekvisit_rus_prof .left_col .link_rus_prof br {
    display: block;
  }
  .contacts_rekvisit_rus_prof .btn_rus_prof {
    font-size: 16px;
    height: 50px;
  }
}
@media (max-width: 470px) {
  .contacts_rekvisit_rus_prof .left_col {
    width: 100%;
    gap: 10px;
  }
  .contacts_rekvisit_rus_prof .left_col .img_rus_prof {
    width: 143px;
    box-sizing: border-box;
  }
  .contacts_rekvisit_rus_prof .left_col .img_rus_prof svg {
    width: 111px;
    height: 22px;
  }
  .contacts_rekvisit_rus_prof .btn_rus_prof {
    width: 100%;
  }
}

.contacts_doroga {
  background: var(--color-white);
}
.contacts_doroga .contacts_doroga_subtitle {
  font-size: 32px;
  font-weight: 600;
  color: var(--color-txt1);
  margin: 0;
}
.contacts_doroga .contacts_doroga_text {
  font-size: 18px;
  font-weight: 400;
  color: var(--color-txt1);
  margin: 16px 0;
}
.contacts_doroga .contacts_doroga_photo_block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.contacts_doroga .contacts_doroga_photo_block .contacts_doroga_photo_item {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  padding-top: 127.55%;
}
.contacts_doroga .contacts_doroga_photo_block .contacts_doroga_photo_item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 860px) {
  .contacts_doroga .contacts_doroga_photo_block {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .contacts_doroga .contacts_doroga_subtitle {
    font-size: 24px;
  }
  .contacts_doroga .contacts_doroga_text {
    font-size: 15px;
  }
  .contacts_doroga .contacts_doroga_photo_block {
    grid-template-columns: 1fr;
  }
}

.photo_office {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.photo_office .photo_office_item {
  padding: 18px;
  background: var(--color-white);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.photo_office .photo_office_item .photo_office_wrap_img {
  display: flex;
  width: 100%;
}
.photo_office .photo_office_item .photo_office_img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding-top: 127.55%;
  background: var(--color-dev);
}
.photo_office .photo_office_item .photo_office_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo_office .photo_office_item .photo_office_item_professiya {
  display: block;
  margin-top: 20px;
  padding: 6px 16px;
  box-sizing: border-box;
  background: rgba(46, 82, 143, 0.0705882353);
  color: var(--color-blue);
  border-radius: 500px;
  width: fit-content;
}
.photo_office .photo_office_item .photo_office_item_name {
  display: flex;
  margin-top: 16px;
  font-size: 21px;
  color: var(--color-txt1);
  font-weight: 600;
}
.photo_office .photo_office_item .photo_office_item_whatsapp {
  display: grid;
  grid-template-columns: calc(100% - 38px) 32px;
  color: #21A038;
  width: 100%;
  padding: 10px 12px;
  margin-top: 24px;
  justify-content: space-between;
}
.photo_office .photo_office_item .photo_office_item_whatsapp svg {
  fill: #08B419;
}
.photo_office .photo_office_item .photo_office_item_whatsapp:hover {
  background: #08B419;
  color: #fff;
}
.photo_office .photo_office_item .photo_office_item_whatsapp:hover svg {
  fill: #fff;
}
@media (max-width: 1250px) {
  .photo_office .photo_office_item .photo_office_item_name {
    font-size: 18px;
    text-align: center;
    width: 200px;
  }
}
@media (max-width: 970px) {
  .photo_office .photo_office_item .photo_office_item_whatsapp {
    font-size: 16px;
    align-items: center;
  }
}
@media (max-width: 820px) {
  .photo_office {
    grid-template-columns: 1fr 1fr;
  }
  .photo_office .photo_office_item {
    padding: 12px;
  }
}
@media (max-width: 560px) {
  .photo_office {
    grid-template-columns: 1fr;
  }
}

.photo_masters .photo_masters_wrap_img {
  width: 100%;
  position: relative;
  padding-top: 66.67%; /* Соотношение сторон 860:1290 */
  overflow: hidden;
  border-radius: 30px;
  overflow: hidden;
}
.photo_masters .photo_masters_wrap_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contacts_call_back {
  margin-top: 50px;
  display: grid;
  grid-template-columns: auto 342px;
  background: var(--color-white);
  gap: 50px;
  margin-bottom: 120px;
}
.contacts_call_back .contacts_call_back_col_left .contacts_call_back_title {
  font-size: 48px;
  font-weight: 700;
  color: var(--color-txt1);
}
.contacts_call_back .contacts_call_back_col_left .contacts_call_back_title br {
  display: none;
}
.contacts_call_back .contacts_call_back_col_left .contacts_call_back_text {
  font-size: 18px;
  font-weight: 400;
  color: var(--color-txt3);
  margin-top: 16px;
}
.contacts_call_back .contacts_call_back_col_left .contacts_call_back_form {
  margin-top: 32px;
}
.contacts_call_back .contacts_call_back_col_left .contacts_call_back_form .block_form {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}
.contacts_call_back .contacts_call_back_col_left .contacts_call_back_form .input_phone {
  padding: 18px 12px;
  border: 1px solid var(--color-dev2);
  border-radius: 10px;
  color: var(--color-txt1);
  max-width: 574px;
  width: 100%;
  box-sizing: border-box;
}
.contacts_call_back .contacts_call_back_col_left .contacts_call_back_form .input_phone:focus-visible, .contacts_call_back .contacts_call_back_col_left .contacts_call_back_form .input_phone:focus {
  border-color: var(--color-yell);
  outline-color: var(--color-yell);
}
.contacts_call_back .contacts_call_back_col_left .contacts_call_back_form .btn_submit {
  border: none;
  width: 220px;
}
.contacts_call_back .contacts_call_back_col_left .contacts_call_back_form .chekbox_block ._politik {
  font-size: 16px;
  color: var(--color-txt2);
}
.contacts_call_back .contacts_call_back_col_left .contacts_call_back_form .chekbox_block ._politik a {
  font-weight: 500;
  color: var(--color-blue);
  font-size: 16px;
  text-decoration: none;
}
.contacts_call_back .contacts_call_back_col_right {
  padding: 24px;
  border-radius: 16px;
  background: var(--color-silver);
}
.contacts_call_back .contacts_call_back_col_right .contacts_call_back_title_mess {
  font-size: 18px;
  color: var(--color-txt3);
}
.contacts_call_back .contacts_call_back_col_right .contacts_call_back_button_block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}
.contacts_call_back .contacts_call_back_col_right .contacts_call_back_button_block .btn {
  background: var(--color-white);
  border-radius: 8px;
  border: none;
  align-items: center;
  justify-content: space-between;
}
.contacts_call_back .contacts_call_back_col_right .contacts_call_back_button_block .call_back_tg {
  color: #229ED9;
}
.contacts_call_back .contacts_call_back_col_right .contacts_call_back_button_block .call_back_tg svg {
  fill: #229ED9;
}
.contacts_call_back .contacts_call_back_col_right .contacts_call_back_button_block .call_back_tg:hover {
  color: #fff;
  background: #229ED9;
}
.contacts_call_back .contacts_call_back_col_right .contacts_call_back_button_block .call_back_tg:hover svg {
  fill: #fff;
}
.contacts_call_back .contacts_call_back_col_right .contacts_call_back_button_block .call_back_wh {
  color: #08B419;
}
.contacts_call_back .contacts_call_back_col_right .contacts_call_back_button_block .call_back_wh svg {
  fill: #08B419;
}
.contacts_call_back .contacts_call_back_col_right .contacts_call_back_button_block .call_back_wh:hover {
  color: #fff;
  background: #08B419;
}
.contacts_call_back .contacts_call_back_col_right .contacts_call_back_button_block .call_back_wh:hover svg {
  fill: #fff;
}
@media (max-width: 1200px) {
  .contacts_call_back .contacts_call_back_col_left .contacts_call_back_title {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  .contacts_call_back {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
.page-id-18 .contacts_call_back_col_left .cf7_wrap {
    grid-template-columns: 3fr 2fr;
}
}
@media (max-width: 480px) {
  .contacts_call_back {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 80px;
  }
  .contacts_call_back .contacts_call_back_col_left .contacts_call_back_title {
    font-size: 24px;
  }
  .contacts_call_back .contacts_call_back_col_left .contacts_call_back_title br {
    display: block;
  }
  .contacts_call_back .contacts_call_back_col_left .contacts_call_back_text {
    font-size: 16px;
  }
  .contacts_call_back .contacts_call_back_col_left .contacts_call_back_form .block_form {
    flex-direction: column;
    gap: 10px;
  }
  .contacts_call_back .contacts_call_back_col_left .contacts_call_back_form .chekbox_block ._politik {
    font-size: 14px;
  }
  .contacts_call_back .contacts_call_back_col_left .contacts_call_back_form .chekbox_block ._politik a {
    font-size: 14px;
  }
  .contacts_call_back .contacts_call_back_col_right .contacts_call_back_title_mess {
    font-size: 14px;
  }
  .contacts_call_back .contacts_call_back_col_right .contacts_call_back_button_block .btn {
    font-size: 14px;
  }
}

.h1_two_column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h1_two_column .btn_print_page {
  background: var(--color-dev2);
  border: none;
  align-items: center;
  padding: 16px 32px;
  height: 52px;
  box-sizing: border-box;
}
.h1_two_column .btn_print_page:hover {
  background: var(--color-yell);
  border-color: transparent;
}
@media (max-width: 740px) {
  .h1_two_column {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .h1_two_column {
    margin-bottom: 0;
  }
  .h1_two_column.title_block_rekvisit {
    margin-bottom: 20px;
  }
  .h1_two_column .btn_print_page {
    display: none;
  }
}

/*.container_block_price_header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;

  .block_list_pram {
    max-width: 450px;

    .list_pram {
    }
  }

  .block_button {
    width: 100%;

    .btn {
      max-width: 290px;
      min-width: 260px;

      &:hover {
        background: var(--color-blue);
        color: var(--color-white);
      }
    }
  }

  @media (max-width: 590px) {
    .block_button {
      .btn {
        max-width: 100%;
        font-size: 16px;
      }
    }
  }
}

.container_block_price {
  margin-top: 28px;
  background: var(--color-white);
  padding: 20px;

  .top_line {
    display: flex;
    justify-content: space-between;

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

    .date_update {
      font-size: 18px;
      margin-top: 5px;
      display: flex;
      align-items: center;
      gap: 8px;
      color: var(--color-txt3);
      flex-shrink: 0;

      .check_green {
        min-width: 18px;
        min-height: 18px;
      }
    }
  }

  .block_button_link {
    display: flex;
    margin-top: 15px;
    gap: 10px;
    flex-wrap: wrap;

    .button_link_item {
      color: var(--color-blue);
      font-size: 16px;
      padding: 14px 16px;
      flex-shrink: 0;

      &:hover {
        background: var(--color-blue);
        color: var(--color-white);
      }
    }
  }

  .container_block_table {
    margin-top: 15px;
  }

  .block_table_price {
    width: 100%;
    overflow-x: auto;

    table {
      width: 100%;
      border-collapse: collapse;

      tbody {
        ._show_row {
          display: table-row;
          @media (max-width: 790px) {
            display: flex;
          }
        }

        .hide_row {
          display: none !important;
        }
      }

      tr {
        border-bottom: 1px solid var(--color-dev);

        &:last-child {
          border-bottom: 0;
        }

        &:has(+ .hide_row) {
          border-bottom: 0;
        }
      }

      td {
        padding: 12px 15px;

        .table_price_link {
          text-decoration: none;
          color: var(--color-blue);
          font-size: 18px;
          font-weight: 500;

        }

        &:hover {
          .table_price_link {
            color: var(--color-txt1);
          }
        }
      }
    }

    th, td {
    }

    .col-1 {
      width: auto; !* Занимает всю доступную область *!
      font-weight: 500;
      font-size: 18px;

      a {
        font-weight: 500;
      }
    }

    .col-2 {
      width: 170px;
      font-weight: 500;
    }

    .col-3 {
      width: 90px;

      a.table_price_link {
        font-weight: 600;
      }
    }

    @media (max-width: 790px) {
      tr {
        display: flex;
        flex-wrap: wrap;

        td {
          padding: 15px 0;

          .table_price_link {

          }

          &.col-1 {
            width: calc(100% - 170px);
          }

          &.col-2 {
            text-align: end;
          }

          &.col-3 {
            width: 100%;
            display: flex;
            justify-content: center;
            padding: 0 0 15px;

            .table_price_link {
              //max-width: 400px;
              width: 100%;
              text-align: center;
              padding: 8px;
              border-radius: 12px;
              border: 1px solid var(--color-dev2);

              &:hover {
                background: var(--color-blue);
                color: var(--color-white);
              }
            }
          }
        }
      }
    }
    @media (max-width: 490px) {
      tr {
        display: flex;
        flex-wrap: wrap;

        td {
          padding: 15px 0;
          font-size: 15px;

          .table_price_link {
          }

          &.col-1 {
            width: calc(100% - 130px);
            font-size: 15px;

            .table_price_link {
              font-size: 15px;
            }
          }

          &.col-2 {
            width: 115px;

          }

          &.col-3 {
            .table_price_link {
              font-size: 15px;
            }
          }
        }
      }
    }
  }


  @media (max-width: 1020px) {
    .top_line {
      flex-direction: column;
      gap: 10px;

    }
    .block_button_link {
      flex-wrap: nowrap;
      overflow-x: auto;
      padding-bottom: 5px;

      .button_link_item {
        flex-shrink: 0;
      }

      &::-webkit-scrollbar {
        height: 4px; !* Высота скроллбара *!

        background: #d5d5d5;

      }

      &::-webkit-scrollbar-thumb {
        background-color: var(--color-blue); !* Цвет скроллбара *!
        border-radius: 20px; !* Скругление углов скроллбара *!

      }
    }
  }


  @media (max-width: 590px) {
    margin-top: 20px;
    .top_line {
      flex-wrap: wrap;
      gap: 12px;

      .title_subtitle_block {
        font-size: 20px;
      }

      .date_update {
        font-size: 14px;
        margin: 0;

        .check_green {
          min-width: 18px;
          min-height: 18px;
        }
      }
    }
    .block_button_link {
      .button_link_item {
        font-size: 13px;
        padding: 10px 12px;

        &:hover {
        }
      }
    }
  }

}

.block_button_show_table {
  display: flex;
  justify-content: center;
  margin-top: 30px;

  .btn {
    border: none;

    &:hover {
      background: var(--color-blue);
      color: var(--color-white);
    }
  }

  @media (max-width: 790px) {
    margin-top: 26px;
    .btn {
      width: 100%;
      font-size: 16px;
    }
  }
}*/
/*.description_block_about {
  p {
    max-width: 750px;
    width: 100%;
    font-size: 18px;
    color: var(--color-txt1);
  }


  @media (max-width: 520px) {
    p {
      margin-top: 12px;
      font-size: 15px;
    }
  }
}

.container_adw__about {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;

  .adw__about_item {
    background: var(--color-white);
    border-radius: 20px;
    padding: 24px;

    .adw__about_item_text {
      font-size: 16px;
      color: var(--color-txt3);
    }

    .adw__about_item_numb {
      margin-top: 10px;
      font-size: 60px;
      color: var(--color-txt1);
    }
  }

  @media (max-width: 1320px) {
    .adw__about_item {
      .adw__about_item_text {
        height: 37px;
      }

      .adw__about_item_numb {
        font-size: 4.47vw;
      }
    }
  }
  @media (max-width: 1140px) {
    gap: 20px;
    .adw__about_item {
      .adw__about_item_text {
      }

      .adw__about_item_numb {
        font-size: 42px;
      }
    }
  }
  @media (max-width: 990px) {
    .adw__about_item {
      .adw__about_item_numb {
        font-size: 39px;
      }
    }
  }
  @media (max-width: 960px) {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    .adw__about_item {
      .adw__about_item_text {
        height: auto
      }

      .adw__about_item_numb {
        font-size: 42px;
      }
    }
  }
  @media (max-width: 660px) {
    .adw__about_item {
      .adw__about_item_text {
        height: 37px;
      }

      .adw__about_item_numb {
      }
    }
  }
  @media (max-width: 520px) {
    grid-template-columns: 1fr;
    gap: 12px;
    .adw__about_item {
      .adw__about_item_text {
        height: auto;
        font-size: 14px;
      }

      .adw__about_item_numb {
        font-size: 42px;
      }
    }
  }
}

.container_photo_about {
  margin-top: 30px;

  .wrap_image {
    border-radius: 20px;
    overflow: hidden;

    img {
      display: block;
      width: 100%;
      height: auto;
    }
  }
}*/
/*.container_order_step_steps {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;

  .step_item {
    background: var(--color-white);
    border-radius: 20px;
    padding: 24px;

    .step_item_num {
      padding: 9px 15px;
      color: var(--color-blue);
      font-size: 16px;
      background: #2E528F12;
      width: fit-content;
      border-radius: 10px;
      font-weight: 600;

    }

    .step_item_title {
      margin-top: 20px;
      font-size: 20px;
      font-weight: 600;
    }

    .step_item_text {
      margin-top: 8px;
      font-size: 18px;
      line-height: 1.4em;

      a {
        font-size: 18px;
        font-weight: 600;
        color: var(--color-blue);
        text-decoration: none;
      }
    }
  }

  @media (max-width: 960px) {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    .step_item {
      .step_item_num {
      }

      .step_item_title {
      }

      .step_item_text {
        a {
        }
      }
    }
  }

  @media (max-width: 520px) {
    grid-template-columns: 1fr;
    gap: 12px;
    .step_item {
      .step_item_num {
        font-size: 14px;
      }

      .step_item_title {
        margin-top: 16px;
        font-size: 16px;
      }

      .step_item_text {
        font-size: 16px;

        a {
          font-size: 16px;
        }
      }
    }
  }
}

.contacts_call_back {
  &._order_step {
    .contacts_call_back_title {
      font-size: 32px;
    }
  }

  @media (max-width: 560px) {
    .contacts_call_back_form {
      .block_form {
        display: flex;
        flex-direction: column;

        .btn_submit {
          width: 100%;
        }
      }

    }
  }
  @media (max-width: 520px) {
    &._order_step {
      .contacts_call_back_title {
        font-size: 24px;
      }
    }
  }
}*/
/*.container_garant {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;

  .garant_block_text {
    max-width: 610px;

    .garant_block_t_title {
      margin: 0;
      font-size: 48px;
      font-weight: 700;
      line-height: 1.4em;
      color: var(--color-txt1);
    }

    .garant_block_t_text {
      margin-top: 16px;

      p {
        font-size: 18px;
        color: var(--color-txt1);
      }
    }

    .garant_block_t_button {
      display: flex;
      align-items: center;
      gap: 12px;
    }
  }

  .garant_block_items {
    padding: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 20px;
    background: var(--color-blue);
    border-radius: 20px;
    color: var(--color-white);

    .garant_block_i_item {
      .svg {
        .check_white {
          fill: var(--color-white);
        }
      }

      .garant_block_i_item_title {
        font-size: 18px;
        font-weight: 600;
        margin-top: 8px;
      }

      .garant_block_i_item_text {
        margin-top: 12px;
        font-size: 16px;
        font-weight: 400;
        opacity: .7;
      }
    }


  }

  @media (max-width: 990px) {
    grid-template-columns: 1fr;
  }
  @media (max-width: 590px) {

    .garant_block_text {
      max-width: 100%;

      .garant_block_t_title {
        font-size: 34px;
      }
    }
  }
  @media (max-width: 490px) {
    gap: 32px;
    .garant_block_text {
      max-width: 100%;

      .garant_block_t_title {
        font-size: 22px;
        color: var(--color-txt1);
      }

      .garant_block_t_text {
        margin-top: 12px;

        p {
          font-size: 15px;
          color: var(--color-txt1);
        }
      }

      .garant_block_t_button {
      }
    }
    .garant_block_items {
      grid-template-columns: 1fr;
      gap: 24px;
      padding: 20px;

      .garant_block_i_item {
        .garant_block_i_item_title {
          font-size: 16px;

          br {
            display: none;
          }
        }

        .garant_block_i_item_text {
          font-size: 14px;
        }
      }

    }
  }
  @media (max-width: 420px) {
    .garant_block_items {
      .garant_block_i_item {
        .garant_block_i_item_title {
          br {
            display: block;

          }
        }
      }
    }
  }

}*/
/*.container_lists_clients {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  margin-top: 40px;

  .clients_item {
    display: flex;
    justify-content: center;
    align-items: center;

    img {
      display: block;
      max-width: calc(100% - 10px);
      height: auto;
    }
  }

  @media(max-width: 1200px) {
    grid-template-columns: repeat(5, 1fr);
  }
  @media(max-width: 960px) {
    grid-template-columns: repeat(4, 1fr);
  }
  @media(max-width: 720px) {
    grid-template-columns: repeat(3, 1fr);
  }
  @media(max-width: 590px) {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 16px;
    .clients_item {
      img {
        max-width: calc(100% - 30px);
      }
    }
  }
}*/
.container_requests {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.container_requests .question_item {
  background: var(--color-white);
  padding: 24px;
  border-radius: 20px;
}
.container_requests .question_item .svg {
  width: 42px;
  height: 42px;
  background: var(--color-silver);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container_requests .question_item .svg svg {
  fill: var(--color-blue);
}
.container_requests .question_item_quest {
  margin-top: 12px;
  font-size: 21px;
  font-weight: 600;
  color: var(--color-txt1);
}
.container_requests .question_item_answer {
  margin-top: 0;
  font-size: 16px;
  color: var(--color-txt3);
  font-weight: 400;
}
.container_requests .question_item_answer p {
  margin: 12px 0 0 0;
}
.container_requests .question_item_answer ul {
  padding: 0 0 0 15px;
  margin: 8px 0 0;
}
.container_requests .question_item_answer ul li {
  list-style-type: disc;
}
.container_requests .question_item_answer ul li::marker {
  color: var(--color-blue);
}
.container_requests .question_item_answer blockquote {
  background: var(--color-silver);
  padding: 16px;
  border-radius: 0 10px 10px 0;
  margin: 15px 0;
  border-left: 4px solid var(--color-blue);
  line-height: 1.4em;
}
.container_requests .question_item_answer blockquote span {
  font-weight: 500;
}
.container_requests .question_item_answer a {
  margin: 8px 0 0;
  text-decoration: none;
  color: var(--color-blue);
  font-weight: 500;
}
@media (max-width: 920px) {
  .container_requests {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 490px) {
  .container_requests {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .container_requests .question_item {
    padding: 16px;
  }
  .container_requests .question_item_quest {
    font-size: 16px;
  }
  .container_requests .question_item_answer p {
    font-size: 15px;
  }
}

.container_requests_bottom {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.container_requests_bottom .text_info {
  font-size: 18px;
  color: var(--color-txt3);
  line-height: calc(1em + 30px);
}
.container_requests_bottom .text_info br {
  display: none;
}
.container_requests_bottom .quest_button {
  padding: 10px 20px;
  text-decoration: none;
  color: var(--color-white);
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  margin: 0;
  border-radius: 40px;
  white-space: nowrap;
}
.container_requests_bottom .quest_button._wa {
  background: #21A038;
}
.container_requests_bottom .quest_button._tg {
  background: var(--color-blue);
}
.container_requests_bottom .quest_button._phone {
  background: var(--color-yell);
  color: var(--color-txt1);
}
@media (max-width: 890px) {
  .container_requests_bottom {
    margin-top: 36px;
  }
  .container_requests_bottom .text_info br {
    display: block;
  }
}
@media (max-width: 560px) {
  .container_requests_bottom {
    margin-top: 28px;
  }
  .container_requests_bottom .text_info br {
    display: none;
  }
}

/*.container_popular_services {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;

  .popular_services_item {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--color-txt2);
    border-radius: 6px;
    padding: 7px 14px;
    white-space: nowrap;

    a {
      text-decoration: none;
      display: block;
      color: var(--color-txt2);
    }

    &:hover {
      background: var(--color-blue);

      a {
        color: var(--color-white);
      }
    }
  }

  @media (max-width: 590px) {
    margin-top: 28px;
  }
}*/
/*.bg_img_why_are {
  background: url(../images/why_are.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: contain;
  background-color: var(--color-blue);

  position: relative;

  @media (max-width: 1100px) {
    &:before {
      position: absolute;

      top: 0;
      left: 0;
      display: block;
      content: '';
      width: 100%;
      height: 100%;
      background: #2e528fa6;

    }
  }
  @media (max-width: 820px) {
    background-size: cover !important;
  }

}

.container_content_why_are {
  position: relative;
  z-index: 1;

  .why_are_title {
    max-width: 740px;
    font-size: 48px;
    font-weight: 700;
    margin: 0;
    z-index: 2;
    position: relative;
  }

  .why_are_content_list {
    max-width: 740px;
    width: 100%;
    margin-top: 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    z-index: 2;
    position: relative;

    .why_are_content_item {
      padding: 21px;
      display: flex;
      border-radius: 10px;
      background-color: var(--color-silver);

      .svg {
        .check_white {
          fill: var(--color-blue);
        }
      }

      .why_are_content_item_text {
        margin-left: 8px;
        color: var(--color-txt1);

        .why_are_content_item_title {
          font-size: 18px;
          font-weight: 600;

        }

        .why_are_content_item_description {
          margin-top: 6px;
          font-size: 18px;
          font-weight: 400;
        }
      }
    }

  }

  @media (max-width: 790px) {
    .why_are_content_list {
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 590px) {
    .why_are_title {
      font-size: 32px;
    }
    .why_are_content_list {
      margin-top: 20px;
      grid-template-columns: 1fr;

      .why_are_content_item {
        .why_are_content_item_title {
          font-size: 16px;
        }

        .why_are_content_item_description {
          font-size: 16px;
        }
      }
    }
  }
}*/
.container_stages_work .block_stages_work {
  display: grid;
  grid-template-columns: 410px auto;
  gap: 30px;
}
.container_stages_work .block_stages_work .col_stages_work {
  border-radius: 20px;
  background: var(--color-white);
}
.container_stages_work .block_stages_work .left_col_stages_work {
  display: flex;
  padding: 18px;
}
.container_stages_work .block_stages_work .left_col_stages_work .list_stages_work {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  gap: 6px;
}
.container_stages_work .block_stages_work .left_col_stages_work .list_stages_work .item_stages_work {
  display: flex;
  border-radius: 10px;
  padding: 12px 18px;
  border: 1px solid transparent;
}
.container_stages_work .block_stages_work .left_col_stages_work .list_stages_work .item_stages_work .title_link {
  color: var(--color-txt3);
  font-size: 16px;
  font-weight: 500;
}
.container_stages_work .block_stages_work .left_col_stages_work .list_stages_work .item_stages_work._active {
  background: var(--color-blue);
}
.container_stages_work .block_stages_work .left_col_stages_work .list_stages_work .item_stages_work._active .title_link {
  color: var(--color-white);
}
.container_stages_work .block_stages_work .left_col_stages_work .list_stages_work .item_stages_work:hover:not(._active) {
  border: 1px solid var(--color-blue);
  cursor: pointer;
}
.container_stages_work .block_stages_work .right_col_stages_work {
  display: flex;
  padding: 24px;
  flex-direction: column;
  gap: 12px;
  font-size: 18px;
  line-height: 1.2em;
}
.container_stages_work .block_stages_work .right_col_stages_work .wrap_stages_content {
  flex-direction: column;
  gap: 12px;
  display: none;
}
.container_stages_work .block_stages_work .right_col_stages_work .wrap_stages_content._active {
  display: flex;
}
.container_stages_work .block_stages_work .right_col_stages_work .title_content_stages_work {
  font-size: 24px;
  font-weight: 600;
}
.container_stages_work .block_stages_work .right_col_stages_work ul {
  padding: 0 0 0 15px;
  margin: 0;
}
.container_stages_work .block_stages_work .right_col_stages_work ul li {
  list-style-type: disc;
}
.container_stages_work .block_stages_work .right_col_stages_work ul li::marker {
  color: var(--color-blue);
}
.container_stages_work .block_stages_work .right_col_stages_work blockquote {
  background: var(--color-silver);
  padding: 16px;
  border-radius: 0 10px 10px 0;
  margin: 15px 0;
  border-left: 4px solid var(--color-blue);
  line-height: 1.4em;
}
.container_stages_work .block_stages_work .right_col_stages_work blockquote span {
  font-weight: 500;
}
.container_stages_work .block_stages_work .right_col_stages_work a {
  text-decoration: none;
  color: var(--color-blue);
  font-weight: 500;
}
@media (max-width: 960px) {
  .container_stages_work .block_stages_work {
    display: grid;
    grid-template-columns: 260px auto;
    gap: 20px;
  }
}
@media (max-width: 790px) {
  .container_stages_work .block_stages_work {
    grid-template-columns: 1fr;
  }
  .container_stages_work .block_stages_work .left_col_stages_work .list_stages_work {
    width: 100%;
  }
  .container_stages_work .block_stages_work .left_col_stages_work .list_stages_work .item_stages_work {
    padding: 12px 16px;
  }
}
@media (max-width: 590px) {
  .container_stages_work .block_stages_work {
    gap: 12px;
  }
  .container_stages_work .block_stages_work .left_col_stages_work {
    padding: 20px;
  }
  .container_stages_work .block_stages_work .left_col_stages_work .list_stages_work .item_stages_work .title_link {
    font-size: 15px;
  }
  .container_stages_work .block_stages_work .right_col_stages_work {
    padding: 20px;
  }
  .container_stages_work .block_stages_work .right_col_stages_work .wrap_stages_content {
    font-size: 15px;
  }
  .container_stages_work .block_stages_work .right_col_stages_work .title_content_stages_work {
    font-size: 20px;
  }
  .container_stages_work .block_stages_work .right_col_stages_work ul {
    padding: 0 0 0 15px;
    margin: 0;
  }
  .container_stages_work .block_stages_work .right_col_stages_work ul li {
    list-style-type: disc;
  }
  .container_stages_work .block_stages_work .right_col_stages_work ul li::marker {
    color: var(--color-blue);
  }
}

/*.container_seo_text {
  display: grid;
  grid-template-columns: auto 450px;
  padding: 24px;
  gap: 50px;
  border-radius: 20px;

  .content_col_seo_text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 18px;

    & * {
      line-height: 1.2em;
    }

    h2, h3, h4 {
      margin: 0;
    }

    h2 {
      font-size: 48px;
      font-weight: 700;
    }

    h3 {
      font-size: 36px;
      font-weight: 700;
    }

    h4 {
      font-size: 28px;
      font-weight: 700;
    }

    p {
      margin: 0;
    }

    ul {
      margin: 0;
      padding: 0 0 0 25px;

      li {
        list-style-type: disc;

        &::marker {
          color: var(--color-blue);
        }
      }
    }

    ol {
      margin: 0;
      padding: 0 0 0 25px;

      li {
        list-style-type: inherit;

        &::marker {
          color: var(--color-blue);
          font-weight: 500;
        }
      }
    }

    a {
      text-decoration: none;
      color: var(--color-blue);
      font-weight: 600;
    }

    blockquote {
      background: var(--color-silver);
      padding: 16px;
      border-radius: 0 10px 10px 0;
      margin: 5px 0;
      border-left: 4px solid var(--color-blue);
      line-height: 1.4em;

      span {
        font-weight: 500;
      }
    }
  }

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

  }

  @media (max-width: 1120px) {
    grid-template-columns: 100%;
  }
  @media (max-width: 720px) {
    .content_col_seo_text {
      h2 {
        font-size: 36px;
        font-weight: 700;
      }

      h3 {
        font-size: 24px;
        font-weight: 700;
      }

      h4 {
        font-size: 20px;
        font-weight: 700;
      }

      p {
        margin: 0;
      }

      ul {
        margin: 0;
        padding: 0 0 0 25px;

        li {
          list-style-type: disc;

          &::marker {
            color: var(--color-blue);
          }
        }
      }

      ol {
        margin: 0;
        padding: 0 0 0 25px;

        li {
          list-style-type: inherit;

          &::marker {
            color: var(--color-blue);
            font-weight: 500;
          }
        }
      }

      a {
        text-decoration: none;
        color: var(--color-blue);
        font-weight: 600;
      }
    }
  }

  @media (max-width: 590px) {
    padding: 20px 16px;
    .content_col_seo_text {
      gap: 12px;
      font-size: 15px;

      & * {
        line-height: 1.2em;
      }

      h2, h3, h4 {
        margin: 0;
      }

      h2 {
        font-size: 24px;
        font-weight: 700;
      }

      h3 {
        font-size: 20px;
        font-weight: 700;
      }

      h4 {
        font-size: 18px;
        font-weight: 700;
      }

      p {
        margin: 0;
      }

      ul {
        margin: 0;
        padding: 0 0 0 25px;

        li {
          list-style-type: disc;

          &::marker {
            color: var(--color-blue);
          }
        }
      }

      ol {
        margin: 0;
        padding: 0 0 0 25px;

        li {
          list-style-type: inherit;

          &::marker {
            color: var(--color-blue);
            font-weight: 500;
          }
        }
      }

      a {
        text-decoration: none;
        color: var(--color-blue);
        font-weight: 600;
      }
    }
  }
}*/
/* Основные стили для колонок */
.wp-block {
  max-width: 1200px;
}

.wp-block-columns {
  display: flex;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap;
  }
}
.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}

@media (max-width: 781px) {
  .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 782px) {
  .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
  .wp-block-column[style*=flex-basis] {
    flex-grow: 0;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 32px;
  }
}
/* Поддержка различных вариантов колонок */
@media (min-width: 782px) {
  .wp-block-column.is-vertically-aligned-top {
    align-self: flex-start;
  }
  .wp-block-column.is-vertically-aligned-center {
    align-self: center;
  }
  .wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end;
  }
}
/* Стили для редактора */
.block-editor-block-list__layout .wp-block {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.block-editor-block-list__layout .wp-block[data-align=full] {
  max-width: none;
}

/*.container_insurance {
  display: grid;
  grid-template-columns: auto 430px;
  gap: 32px;
  padding: 32px;
  border-radius: 20px;

  .insurance_info {
    color: var(--color-white);

    .insurance_info_pre_title {
      font-size: 18px;
      font-weight: 500;
    }

    .insurance_info_title {
      font-size: 58px;
      font-weight: 700;
    }

    .insurance_info_description {
      margin-top: 16px;
      display: flex;
      flex-direction: column;
      gap: 8px;

      p {
        margin: 0;
        font-size: 18px;
        line-height: 1.2em;
      }
    }

    .insurance_list_garant {
      margin-top: 28px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      background: #FFFFFF14;
      padding: 20px;
      gap: 20px;
      border-radius: 20px;

      .insurance_list_garant_item {
        .svg {
          svg {
            fill: var(--color-white);
          }
        }

        ._title {
          margin-top: 8px;
          font-size: 18px;
          font-weight: 600;

        }

        ._description {
          margin-top: 12px;
          font-size: 16px;
          font-weight: 400;
          opacity: .7;
        }
      }
    }

    .btn_insurance {
      margin-top: 62px;
      border: none;
      font-size: 18px;
      color: var(--color-txt1);
      padding: 16px 32px;

      svg {

      }
    }

    @media (max-width: 1260px) {
      .btn_insurance {
        margin-top: 30px;
      }
    }
    @media (max-width: 1100px) {
      .insurance_list_garant {
        display: grid;
        grid-template-columns: 100%;
      }
    }
  }


  .insurance_slider {
    position: relative;
    height: fit-content;

    .slider_block {
      border-radius: 20px;
      overflow: hidden;

      .glider-track {
        gap: 0;

        .glider-slide {
          display: flex !important;
        }

        img {

        }
      }
    }

    .count_slider_block {
      position: absolute;
      z-index: 2;
      top: 12px;
      right: 12px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #00000099;
      padding: 4px 8px;
      border-radius: 10px;

      span {
        color: #FDFDFDCC;
        font-size: 14px;
      }
    }

    .arrow_block {
      position: absolute;
      z-index: 2;
      top: 50%;
      transform: translateY(-50%);
      display: flex;
      width: 100%;
      justify-content: space-between;

      .insurance_arrow {
        cursor: pointer;
        width: 48px;
        height: 48px;
        opacity: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #F2F2F2CC;


        &.insurance_arrow-prev {
          transform: rotate(180deg);
        }

        &.insurance_arrow-next {

        }

        &.disabled {
          opacity: 0;
        }
      }
    }
  }

  @media (max-width: 992px) {
    grid-template-columns: 100%;
  }

  @media (max-width: 560px) {
    padding: 24px 16px;
    .insurance_info {
      .insurance_info_pre_title {
        font-size: 15px;
      }

      .insurance_info_title {
        font-size: 28px;
      }

      .insurance_info_description {
        opacity: .9;

        p {
          font-size: 15px;
        }
      }

      .insurance_list_garant {
        overflow: visible;

        .insurance_list_garant_item {
          display: grid;
          grid-template-columns: 24px auto;
          gap: 8px;

          ._title {
            font-size: 16px;
            margin-top: 2px;
          }

          ._description {
            font-size: 15px;
            grid-column: span 2;
          }
        }
      }

      .btn_insurance {
        width: 100%;
      }
    }
  }
}*/
.has-iframe .fancybox__content {
  border-radius: 20px;
  background: var(--color-silver);
}
.has-iframe .fancybox__content .fancybox__iframe {
  border-radius: 10px;
}

.btn_button {
  display: flex;
  justify-content: space-between;
  padding: 18px 16px;
  border: none;
  border-radius: 8px;
  background: var(--color-white);
  align-items: center;
  font-size: 16px;
  white-space: nowrap;
  width: 100%;
  max-width: 290px;
  gap: 15px;
}
.btn_button._telegram {
  color: #229ED9;
}
.btn_button._telegram svg {
  fill: #229ED9;
}
.btn_button._telegram:hover {
  color: #fff;
  background: #229ED9;
}
.btn_button._telegram:hover svg {
  fill: #fff;
}
.btn_button._whatsapp {
  color: #08B419;
}
.btn_button._whatsapp svg {
  fill: #08B419;
}
.btn_button._whatsapp .img_wa_block {
  fill: #08B419;
}
.btn_button._whatsapp:hover {
  color: #fff;
  background: #08B419;
}
.btn_button._whatsapp:hover svg {
  fill: #fff;
}

/*# sourceMappingURL=style.css.map */
