svg.logo ._fill-default {
  fill: var(--color-black);
}
svg.logo ._fill-yellow {
  fill: var(--color-yellow);
}
svg.logo._white ._fill-default {
  fill: white;
}

.main-menu__link a {
  font-weight: 500;
}

.hamburger {
  position: relative;
  padding: 0;
  width: 24px;
  height: 24px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.hamburger svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hamburger svg line {
  stroke: var(--color-yellow);
  stroke-width: 60;
  fill: none;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  border-bottom: 1px solid #d2d2d1;
  background-color: white;
}
.header .container {
  padding-top: 20px;
}
.header .body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo {
  position: relative;
}
.header-menu__top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-menu__top a {
  font-weight: 500;
}
.header-menu__top .btn-call-me {
  min-height: 40px;
  padding: 0 10px;
  margin-left: 30px;
}
.header-menu__top .btn-login {
  border: none;
}
.header-menu__top .btn-login:before {
  display: none;
}
.header-menu__top .btn-login._icon._text {
  min-height: 30px;
  margin-left: 53px;
  padding: 0;
  border: none;
}
.header-menu__top .btn-login-white {
  display: none !important;
}
.header-menu__top .btn-login-white span {
  color: white;
}
.header-menu__bottom {
  border-top: 1px solid var(--color-gray-border);
  margin-top: 11px;
  margin-bottom: 2px;
}
.header-menu__bottom .main-menu {
  display: flex;
}
.header-menu__bottom .main-menu__link:not(:first-child) {
  margin-left: 45px;
}
.header-menu__bottom .main-menu__link a {
  position: relative;
  display: inline-block;
  padding-top: 12px;
  font-weight: 500;
}
.header-menu__bottom .main-menu__link a::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 0px;
  background: var(--color-yellow);
  transition: var(--duration-fast) var(--ease-out-cubic);
}
.header-menu__bottom .main-menu__link a:hover::before {
  height: 2px;
}
.header-menu__bottom .main-menu__link a.router-link-active::before,
.header-menu__bottom .main-menu__link a.router-link-active:hover::before {
  height: 5px;
}
.header-mob-menu,
.header-hamburger {
  display: none;
}
.header .container {
  padding: 15px;
}
.header .homepage-menu-links {
  display: none;
}
.header._insidepage-header .container {
  padding: 15px 30px;
}
.header._white svg ._fill-default {
  fill: white;
  transition: 0.3s;
}
.header._white .header-menu a,
.header._white .header-menu button span {
  color: white;
  transition: 0.3s;
}
.header._white .header-menu .btn-login {
  display: none;
}
.header._white .header-menu .btn-login-white {
  display: flex !important;
}
@media screen and (min-width: 768px) {
.header .container {
    padding: 20px 40px;
}
}
@media screen and (min-width: 769px) {
.header .container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.header .header-menu {
    display: none;
}
.header .homepage-menu-links {
    display: flex;
    justify-content: center;
    flex: 1 1 auto;
    gap: 30px;
}
.header._insidepage-header .container {
    width: 97%;
    max-width: 1225px;
}
}
@media screen and (min-width: 993px) {
.header._insidepage-header .container {
    padding: 20px 40px;
}
}
@media screen and (min-width: 1024px) {
.header .container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}
}
@media screen and (min-width: 1200px) {
.header .body {
    gap: 45px;
}
.header .header-menu {
    display: block;
}
.header .homepage-menu-links {
    display: flex;
    justify-content: flex-start;
    flex: 1 1 auto;
    gap: 15px;
}
}
@media screen and (min-width: 1201px) {
.header._insidepage-header .container {
    padding: 20px 60px;
}
}
@media screen and (min-width: 1360px) {
.header .container {
    padding: 30px 55px;
}
.header .body {
    gap: 45px;
}
.header .header-menu {
    display: block;
}
.header .homepage-menu-links {
    gap: 45px;
}
}
@media screen and (min-width: 1440px) {
.header .container {
    padding-left: 90px;
    padding-right: 90px;
}
}
@media screen and (min-width: 1600px) {
.header .container {
    padding-left: 140px;
    padding-right: 140px;
}
}
@media screen and (min-width: 1920px) {
.header .container {
    padding: 40px 200px;
}
}
@media screen and (max-width: 768px) {
.header .container {
    padding-top: 15px;
}
.header-logo {
    z-index: 5;
}
.header-logo svg {
    width: 100px;
}
.header-menu {
    display: none;
}
.header-hamburger {
    display: block;
    margin-right: 5px;
    z-index: 5;
}
.header-mob-menu {
    display: block;
    position: fixed;
    width: 100vw;
    height: 0vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    top: 0;
    left: 0;
    background: white;
    transition: 0.6s var(--ease-out-cubic);
    z-index: 4;
}
.header-mob-menu::after {
    content: '';
    position: fixed;
    top: -200px;
    left: 0;
    width: 100%;
    height: calc(9vh + 50px);
    background: #ffffff;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
    transition: 0.6s var(--ease-out-cubic);
}
.header-mob-menu._open {
    height: 100vh;
}
.header-mob-menu._open::after {
    top: 0;
}
.header-mob-menu._open .header-mob-menu__wrap {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.6s var(--ease-out-cubic);
}
.header-mob-menu__wrap {
    opacity: 0;
    transform: translateY(40px);
    padding: 180px 20px;
    padding-top: calc(15vh + 50px);
    transition: 1s cubic-bezier(0.7, 0, 0.84, 0);
}
.header-mob-menu .main-menu {
    margin-bottom: 64px;
}
.header-mob-menu .main-menu__link {
    text-align: center;
}
.header-mob-menu .main-menu__link:not(:last-child) {
    margin-bottom: 40px;
}
.header-mob-menu .schedule {
    margin-bottom: 50px;
}
.header-mob-menu .schedule span {
    display: block;
    text-align: center;
    font-size: 12px;
}
.header-mob-menu .schedule span:not(:last-child) {
    margin-bottom: 14px;
}
.header-mob-menu .contacts {
    margin-bottom: 50px;
}
.header-mob-menu .contacts__link {
    text-align: center;
}
.header-mob-menu .contacts__link:not(:last-child) {
    margin-bottom: 14px;
}
.header-mob-menu .contacts__link a {
    font-size: 12px;
}
.header-mob-menu .social {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 160px;
    margin: 0 auto;
}
.header-mob-menu .social__link {
    width: 62px;
    text-align: center;
}
.header-mob-menu .social__link:nth-last-child(n + 3) {
    margin-bottom: 25px;
}
.header-mob-menu .social__link a {
    font-size: 12px;
}
}

.footer {
  padding-bottom: 10px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--color-gray-border);
  padding-top: 24px;
}
.footer-top .main-menu {
  display: flex;
  align-items: flex-end;
}
.footer-top .main-menu__link {
  margin-left: 48px;
}
.footer-top .main-menu__link:first-of-type {
  margin-left: 0;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
}
.footer-bottom__about {
  display: flex;
  flex-direction: column;
}
.footer-bottom__about span,
.footer-bottom__about a {
  color: var(--color-gray-text);
}
.footer-bottom__about a {
  font-weight: 500;
}
.footer-bottom__about .created,
.footer-bottom__about .created a {
  font-size: 12px;
}
.footer-bottom__about span {
  margin-bottom: 6px;
}
.footer-bottom__information {
  display: flex;
}
.footer-bottom__information span,
.footer-bottom__information a {
  font-size: 12px;
}
.footer-bottom__information .schedule {
  display: flex;
  flex-direction: column;
  margin-right: 60px;
}
.footer-bottom__information .schedule span {
  margin-bottom: 10px;
}
.footer-bottom__information .contacts {
  display: flex;
  flex-direction: column;
  margin-right: 78px;
}
.footer-bottom__information .contacts a:first-child {
  margin-bottom: 12px;
}
.footer-bottom__information .social {
  display: grid;
  margin-top: -3px;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 62px;
  grid-row-gap: 0.6ch;
}
.footer-bottom__information .social.contacts-page a {
  font-size: 22px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
.footer-top .main-menu__link {
    margin-left: 30px;
}
.footer-top .main-menu__link:first-of-type {
    margin-left: 0;
}
.footer-bottom {
    margin-top: 55px;
}
.footer-bottom__about span,
  .footer-bottom__about a {
    font-size: 12px;
}
.footer-bottom__information .schedule {
    margin-left: 20px;
    margin-right: 30px;
}
.footer-bottom__information .contacts {
    margin-right: 30px;
}
.footer-bottom__information .contacts a:first-child {
    margin-bottom: 0;
}
.footer-bottom__information .contacts a:last-child {
    margin-top: auto;
    margin-bottom: auto;
}
.footer-bottom__information .social {
    grid-column-gap: 20px;
}
.footer-bottom__information .social a {
    height: 13px;
}
.footer-bottom__information .social.contacts-page a {
    font-size: 16px;
}
}
@media screen and (max-width: 768px) {
.footer .logo {
    margin-top: 4px;
    margin-bottom: 15px;
    margin-left: 12px;
}
.footer-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}
.footer-top .main-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}
.footer-top .main-menu__link {
    margin-left: 0;
    margin-bottom: 25px;
}
.footer-bottom {
    flex-direction: column;
    margin-top: 16px;
}
.footer-bottom span,
  .footer-bottom a {
    margin-bottom: 15px;
}
.footer-bottom__about {
    margin-top: 23px;
    margin-right: 0;
    margin-bottom: 50px;
    align-items: center;
    order: 2;
}
.footer-bottom__about span {
    margin-bottom: 5px;
    text-align: center;
}
.footer-bottom__information {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
}
.footer-bottom__information .schedule {
    margin-right: 0;
    margin-bottom: 32px;
    align-items: center;
}
.footer-bottom__information .schedule span {
    font-size: 12px;
}
.footer-bottom__information .schedule span:first-child {
    margin-bottom: 12px;
}
.footer-bottom__information .contacts {
    margin-right: 0;
    margin-bottom: 28px;
    align-items: center;
}
.footer-bottom__information .contacts a {
    font-size: 12px;
}
.footer-bottom__information .contacts a:last-child {
    margin-bottom: 12px;
}
.footer-bottom__information .social a {
    font-size: 12px;
    margin-bottom: 20px;
}
.footer-bottom__information .social.contacts-page a {
    font-size: 18px;
}
}
@media screen and (min-width: 768px) {
._short .footer-top {
    display: none;
}
._short .footer-bottom {
    margin-top: 0;
}
._short .footer-bottom__information .schedule,
  ._short .footer-bottom__information .contacts {
    display: none;
}
._short .footer-bottom__information .social {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 31px;
    align-items: end;
}
}

.call-me {
  position: fixed;
  width: 50px;
  bottom: 60px;
  right: calc((100vw - 1225px) / 2 - 40px);
  z-index: 9;
}
.call-me.homepage {
  right: 30px;
}
@media screen and (min-width: 1920px) {
.call-me.homepage {
    right: calc((100vw - 1920px) / 2 + 30px);
}
}
.call-me-button {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: var(--color-yellow);
  bottom: 0;
  z-index: 9;
  transition: var(--duration-fast) var(--ease-out-cubic);
}
.call-me-button::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  transform: scale(1.2);
  background: var(--color-yellow);
  opacity: 0.5;
  transition: var(--duration-fast) var(--ease-out-cubic);
}
.call-me-button .ico-phone {
  position: relative;
  width: 24px;
  height: 50px;
  transition: all 0.3s, 0.25s opacity 0.05s cubic-bezier(0.5, 0, 0.75, 0);
}
.call-me-button .ico-x2 {
  position: absolute;
  width: 20px;
  height: 50px;
  margin-left: -22px;
  transform: rotate(-45deg);
  opacity: 0;
  transition: all 0.3s, opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1);
}
.call-me-button._open .ico-phone {
  opacity: 0;
  transform: rotate(45deg);
  transition: all 0.3s, opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1);
}
.call-me-button._open .ico-x2 {
  opacity: 1;
  transform: rotate(0deg);
  transition: all 0.4s, 0.25s opacity 0.05s cubic-bezier(0.5, 0, 0.75, 0);
}
.call-me-button:hover {
  transform: scale(1.1);
}
.call-me-button:hover::before {
  transform: scale(1.25);
}
.call-me-buttons {
  z-index: -1;
}
.call-me-buttons a {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: white;
  opacity: 0;
  transition: var(--duration-fast) var(--ease-out-cubic);
  cursor: default;
}
.call-me-buttons a:hover {
  transform: scale(1.1);
}
.call-me-buttons a svg {
  width: 30px;
}
.call-me-buttons a svg.ico-telegram {
  width: 26px;
  margin-left: -2px;
}
.call-me-buttons a svg.ico-phone {
  width: 26px;
  margin-left: -2px;
}
.call-me-buttons._open {
  z-index: 8;
}
.call-me-buttons._open a {
  opacity: 1;
  margin-bottom: 0 !important;
  cursor: pointer;
}
@media screen and (max-width: 1370px) {
.call-me {
    right: 30px;
}
}

.base-input {
  position: relative;
  width: 100%;
}
.base-input input {
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0 28px;
  border-radius: 0;
  border: 1px solid var(--color-gray-border);
}
.base-input textarea {
  width: 100%;
  height: 300px;
  margin: 0;
  padding: 18px 28px;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid var(--color-gray-border);
  outline: none;
  resize: none;
}
.base-input label {
  padding: 0 5px;
  color: var(--color-gray-text);
  background: white;
  position: absolute;
  left: 24px;
  top: 15px;
  cursor: text;
  transition: var(--duration-fast) var(--ease-out-cubic);
}
.base-input._focus label {
  font-size: 12px;
  top: -9px;
}
.base-input_standart label {
  font-size: 12px;
  padding: 0 5px;
  color: var(--color-gray-text);
  background: white;
}
.base-input_standart input {
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0 28px;
  border-radius: 0;
  border: 1px solid var(--color-gray-border);
}
.base-input_standart textarea {
  width: 100%;
  height: 300px;
  margin: 0;
  padding: 18px 28px;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid var(--color-gray-border);
  outline: none;
  resize: none;
}

.form-result {
  display: flex;
  align-items: center;
}
.form-result__icon {
  margin-right: 25px;
}
.form-result__icon svg {
  width: 40px;
  min-width: 40px;
}
@media screen and (max-width: 600px) {
.form-result__icon {
    margin-right: 17px;
}
.form-result__icon svg {
    width: 35px;
    min-width: 35px;
}
}

.popup-found-error .base-popup .base-input textarea {
  height: 150px;
}

.found-error-button {
  position: fixed;
  bottom: 170px;
  right: -10px;
  background: var(--color-yellow);
  border-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 12px 10px;
  font-size: 12px;
  z-index: 10;
  transition: 0.2s;
}
.found-error-button:hover {
  right: -5px;
}
.found-error-button svg {
  width: 23px;
}
.found-error-button svg text {
  transform: rotate(-90deg);
}
@media screen and (max-width: 600px), screen and (max-height: 550px) {
.found-error-button {
    display: none;
}
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-Regular.eot');
  src: url('/fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/Montserrat-Regular.woff') format('woff'), url('/fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-Regular-Cyrillic.woff2') format('woff2'), url('/fonts/Montserrat-Regular-Cyrillic.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  unicode-range: U+0400-04FF;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-Medium.eot');
  src: url('/fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('/fonts/Montserrat-Medium.woff') format('woff'), url('/fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-Medium-Cyrillic.woff2') format('woff2'), url('/fonts/Montserrat-Medium-Cyrillic.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  unicode-range: U+0400-04FF;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-SemiBold.eot');
  src: url('/fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('/fonts/Montserrat-SemiBold.woff') format('woff'), url('/fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-SemiBold-Cyrillic.woff2') format('woff2'), url('/fonts/Montserrat-SemiBold-Cyrillic.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  unicode-range: U+0400-04FF;
}
:root {
  --color-black: #262222;
  --color-yellow: #fcd404;
  --color-green: #28ca79;
  --color-red: #ca2828;
  --color-gray: #fafafa;
  --color-gray-border: #d2d2d1;
  --color-gray-text: #808080;
  --duration-fast: 0.3s;
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
}
* {
  box-sizing: border-box;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--color-black);
}
*::-moz-selection {
  background: #ffee95;
}
*::selection {
  background: #ffee95;
}
p,
span,
b,
i,
strong,
a,
code,
pre,
button,
input,
select,
code,
li,
blockquote,
label,
time {
  line-height: 150%;
  font-size: 14px;
}
b,
strong {
  font-weight: 500;
}
a {
  text-decoration: none;
}
button {
  border: none;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 140%;
  font-weight: 500;
}
h1 {
  font-size: 30px;
  font-weight: 600;
}
h2 {
  font-size: 22px;
}
h3,
h4,
h5,
h6 {
  font-size: 16px;
}
input,
button {
  outline: none;
}
body {
  margin: 0;
}
main {
  position: relative;
  min-height: 70vh;
}
.operating-mode-info {
  display: flex;
  justify-content: center;
  width: 100%;
  position: fixed;
  bottom: 0;
  background: var(--color-red);
  padding: 0 15px;
  z-index: 100;
}
.operating-mode-info p {
  margin: 0 auto;
  font-size: 12px;
  color: white;
  margin: 7px 0;
}
.operating-mode-info a {
  font-size: 12px;
  color: white;
  text-decoration: underline;
  font-weight: 600;
  white-space: nowrap;
}

