

/* Start:/local/templates/YAGC/scss/main.css?176491169130378*/
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

address {
  font-style: normal;
}

/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

h1 {
  font-weight: 600;
  font-size: 56px;
  line-height: 72px;
  letter-spacing: 8.4px;
  text-transform: uppercase;
}
@media screen and (max-width: 900px) {
  h1 {
    font-size: 32px;
    line-height: 52px;
    letter-spacing: 4.8px;
  }
}
@media screen and (max-width: 360px) {
  h1 {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 4.2px;
  }
}

h2 {
  font-weight: 600;
  font-size: 42px;
  line-height: 56px;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}
@media screen and (max-width: 360px) {
  h2 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.5px;
  }
}

h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: 5.5px;
  text-transform: uppercase;
}
@media screen and (max-width: 360px) {
  h3 {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0;
  }
}

h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
}
@media screen and (max-width: 360px) {
  h4 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
  }
}

h5 {
  font-weight: 450;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 2.7px;
  text-transform: uppercase;
}
@media screen and (max-width: 360px) {
  h5 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2.7px;
  }
}

.body-medium {
  font-weight: 450;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
}
@media screen and (max-width: 360px) {
  .body-medium {
    font-size: 16px;
  }
}

.label-regular {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
}
@media screen and (max-width: 360px) {
  .label-regular {
    font-size: 12px;
  }
}

.label-medium {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
}
@media screen and (max-width: 360px) {
  .label-medium {
    font-size: 12px;
  }
}

.label-demi {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
}
@media screen and (max-width: 360px) {
  .label-demi {
    font-size: 12px;
  }
}

.caption-regular {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
}

.caption-medium {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
}

html,
body {
  font-family: AvenirNextCyr;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  position: relative;
  height: 100%;
  overflow-x: hidden;
  color: #212529;
}
@media screen and (max-width: 360px) {
  html,
  body {
    font-size: 16px;
  }
}

body.no-scroll {
  overflow: hidden;
}

.container {
  max-width: 1176px;
  padding: 0 24px;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
}

.main {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 360px) {
  .main {
    gap: 32px;
  }
}

.btn {
  background-color: #0079c8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: none;
  max-width: 264px;
  width: 100%;
  height: 44px;
  border-radius: 40px;
  cursor: pointer;
}
.btn:hover {
  background-color: rgb(0, 90.145, 149);
  color: #fff;
}
@media screen and (max-width: 360px) {
  .btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    font-size: 12px;
    max-width: 117px;
    height: 32px;
  }
}

.content-grid {
  display: grid;
  grid-template-columns: 33% 1fr;
  gap: 24px;
}
@media screen and (max-width: 900px) {
  .content-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media screen and (max-width: 900px) {
  .sidebar-menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(74px, 1fr));
    gap: 16px;
  }
}

.sidebar-menu li {
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .sidebar-menu li {
    margin: 0;
  }
}

.sidebar-menu a {
  transition: color 0.2s;
  color: #212529;
}

.sidebar-menu a.active {
  color: #97999b;
}

.sidebar-menu a:hover {
  color: #0079c8;
}

a {
  text-decoration: none;
  color: #212529;
  transition: color 0.2s;
}
a:hover {
  color: #8dc8e8;
}

.content-area {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.word-break {
  -webkit-hyphens: auto;
          hyphens: auto;
}

@font-face {
  font-family: "AvenirNextCyr";
  src: url("/local/templates/YAGC/scss/../fonts/avenirnextcyr-regular.woff2") format("woff2"), url("/local/templates/YAGC/scss/../fonts/avenirnextcyr-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvenirNextCyr";
  src: url("/local/templates/YAGC/scss/../fonts/avenirnextcyr-medium.woff2") format("woff2"), url("/local/templates/YAGC/scss/../fonts/avenirnextcyr-medium.woff") format("woff");
  font-weight: 450;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvenirNextCyr";
  src: url("/local/templates/YAGC/scss/../fonts/avenirnextcyr-demi.woff2") format("woff2"), url("/local/templates/YAGC/scss/../fonts/avenirnextcyr-demi.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvenirNextCyr";
  src: url("/local/templates/YAGC/scss/../fonts/avenirnextcyr-bold.woff2") format("woff2"), url("/local/templates/YAGC/scss/../fonts/avenirnextcyr-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.header {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 32px 0;
}
@media screen and (max-width: 900px) {
  .header {
    padding: 16px 0;
  }
}

.header-text {
  color: #97999b;
}

.nav_item {
  text-decoration: none;
  color: #212529;
  width: 100%;
}

.header_nav-wrapper ul {
  display: flex;
  gap: 32px;
  z-index: 10;
}

.header_container {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 48px;
  align-items: center;
}

@media screen and (max-width: 900px) {
  .logo {
    width: 35px;
  }
}
@media screen and (max-width: 360px) {
  .logo {
    width: 21.0689125061px;
  }
}

.header_wrapper {
  gap: 24px;
  display: flex;
  flex-direction: column;
}

.header_text-wrapper {
  justify-content: space-between;
  display: flex;
  height: 20px;
  gap: 32px;
}
@media screen and (max-width: 900px) {
  .header_text-wrapper {
    display: none;
  }
}

.header_nav-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .header_nav-wrapper {
    justify-content: end;
    gap: 32px;
  }
}
@media screen and (max-width: 360px) {
  .header_nav-wrapper {
    gap: 16px;
  }
}

.header_date-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 900px) {
  .header_date-wrapper {
    gap: 8px;
  }
}

.header_date-wrapper img {
  width: 16px;
  height: 16px;
}

.header-date {
  white-space: nowrap;
  text-align: center;
  display: flex;
  align-items: center;
}

.moscow {
  display: flex;
  align-items: center;
  gap: 8px;
}

.local {
  align-items: center;
  display: flex;
  gap: 8px;
}

.header-icons {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 360px) {
  .header-icons {
    gap: 16px;
  }
}

.header-icons a {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 360px) {
  .header-icon {
    width: 16px;
    height: 16px;
  }
}

.burger_btn {
  display: none;
  flex-direction: column;
  gap: 5.13px;
  border-radius: 50%;
  transition: all 0.5s;
  padding: 3.78px 1.93px;
}
@media screen and (max-width: 360px) {
  .burger_btn {
    gap: 3.42px;
    padding: 2.52px 1.29px;
  }
}

.burger_btn-icon {
  width: 20.1399993896px;
  height: 2.0599994659px;
  background-color: #212529;
  transition: all 0.5s;
}
@media screen and (max-width: 360px) {
  .burger_btn-icon {
    width: 13.43px;
    height: 1.37px;
  }
}

@media screen and (max-width: 900px) {
  .nav_items {
    display: none;
  }
  .burger_btn {
    display: flex;
  }
}
.burger_btn-icon-mobile:nth-child(1) {
  transform: rotate(45deg) translateY(5.6px);
}
@media screen and (max-width: 360px) {
  .burger_btn-icon-mobile:nth-child(1) {
    transform: rotate(45deg) translateY(3.7px);
  }
}

.burger_btn-icon-mobile:nth-child(2) {
  transform: rotate(-45deg) translateY(-5.5px);
}
@media screen and (max-width: 360px) {
  .burger_btn-icon-mobile:nth-child(2) {
    transform: rotate(-45deg) translateY(-3.7px);
  }
}

.menu-arrow {
  background: url(/local/templates/YAGC/scss/../img/icons/menu_arrow.svg) no-repeat center;
  height: 16px;
  width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.nav_item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav_item:hover .menu-arrow {
  transform: rotate(180deg);
}

/*Sub-menu box*/
#horizontal-multilevel-menu li ul {
  position: absolute;
  /*top:-999em;*/
  top: auto;
  display: none;
  z-index: 500;
  height: auto;
  /*width:12em;*/
  width: 300px;
  background: #f8f8f8;
  padding: 10px 20px;
}

.header_nav-wrapper-mobile {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  background: #fff;
  width: 100%;
  height: 100vh;
  padding: 0 24px;
  gap: 32px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  opacity: 0;
  z-index: 555;
  overflow-y: scroll;
  padding-bottom: 24px;
}

.nav_items-mobile {
  display: grid;
  gap: 32px;
}

.nav_items-mobile li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.header_text-wrapper.mobile {
  display: flex;
  height: auto;
}

.header.active .header_nav-wrapper-mobile {
  transform: translateX(0%);
  opacity: 1;
}

.mobile_nav-wrapper {
  display: flex;
  align-items: center;
  min-height: 73px;
  justify-content: space-between;
}
@media screen and (max-width: 360px) {
  .mobile_nav-wrapper {
    min-height: 56px;
  }
}

.header-icons-mobile {
  height: 24px;
}
@media screen and (max-width: 360px) {
  .header-icons-mobile {
    height: 16px;
  }
}

.swiper_btn-wrapper {
  display: flex;
}

.swiper-pagination-bullet {
  background: none;
  width: 10px;
  height: 12px;
  opacity: 1;
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  background: #fff;
  clip-path: polygon(50% 0%, 100% 28%, 100% 72%, 50% 100%, 0% 72%, 0% 28%);
}

.s-pagination {
  align-items: center;
}

.swiper-pagination-bullets {
  display: flex;
}

.swiper_btn-wrapper {
  bottom: 0;
  position: absolute;
  display: flex;
  align-items: center;
  width: -moz-min-content;
  width: min-content;
  gap: 16px;
  z-index: 10;
  padding-bottom: 64px;
}
@media screen and (max-width: 360px) {
  .swiper_btn-wrapper {
    padding-bottom: 32px;
  }
}

.header-slide {
  position: relative;
  display: flex;
  align-items: start;
  justify-content: center;
  overflow: hidden;
  padding: 80px 0;
}
@media screen and (max-width: 360px) {
  .header-slide {
    padding: 32px 0 72px 0;
  }
}

.slide_img-wrp::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(270.17deg, rgba(0, 0, 0, 0) 0.15%, rgba(0, 0, 0, 0.5) 61.99%);
}

.slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.slide-container {
  position: relative;
  z-index: 3;
  width: 100%;
}

.slide-content h2,
.slide-content p {
  color: #fff;
  opacity: 0;
  transform: translateY(-30px);
  transition: all 1s ease;
  text-transform: none;
}

@media screen and (max-width: 360px) {
  .slide-content h2 {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 4.2px;
    text-transform: uppercase;
  }
}

.swiper-slide-active .slide-content h2,
.swiper-slide-active .slide-content p {
  opacity: 1;
  transform: translateY(0);
}

.header-swiper {
  height: 522px;
}
@media screen and (max-width: 360px) {
  .header-swiper {
    height: -moz-min-content;
    height: min-content;
    min-height: 288px;
  }
}

.slide-content {
  max-width: 432px;
  gap: 24px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 360px) {
  .slide-content {
    width: 100%;
    gap: 8px;
  }
}

.partners-slider-wrp {
  display: flex;
}

.prt_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.partners-slider {
  margin: 0 107px;
}
@media screen and (max-width: 900px) {
  .partners-slider {
    margin: 0 56px;
  }
}
@media screen and (max-width: 360px) {
  .partners-slider {
    margin: 0 32px;
  }
}

.prt-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  width: auto;
  margin-right: 80px;
}
@media screen and (max-width: 900px) {
  .prt-slide {
    margin-right: 60px;
  }
}
@media screen and (max-width: 360px) {
  .prt-slide {
    margin-right: 16px;
  }
}

.partner-logo img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(0%);
  transition: filter 0.3s;
}
@media screen and (max-width: 900px) {
  .partner-logo img {
    height: 36px;
  }
}
@media screen and (max-width: 360px) {
  .partner-logo img {
    height: 24px;
  }
}

.partner-btn-prev,
.partner-btn-next {
  width: 32px;
  height: 32px;
  z-index: 2;
}
@media screen and (max-width: 360px) {
  .partner-btn-prev,
  .partner-btn-next {
    width: 16px;
    height: 16px;
  }
}

.partner-btn-prev {
  transform: translateX(15px) translateY(6px);
}
@media screen and (max-width: 360px) {
  .partner-btn-prev {
    transform: translateX(15px) translateY(14px);
  }
}

.partner-btn-next {
  transform: translateX(-15px) translateY(6px);
}
@media screen and (max-width: 360px) {
  .partner-btn-next {
    transform: translateX(-15px) translateY(14px);
  }
}

.form-feedback {
  display: grid;
  gap: 32px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 900px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}

.feedback_container {
  gap: 32px;
  display: flex;
  flex-direction: column;
}

.form-title {
  letter-spacing: 5px;
  display: flex;
  gap: 16px;
}

.form-column-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.input-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.input-group .required {
  color: #ed1c24;
}
.input-group--full-height {
  height: 100%;
}

.form-input {
  width: 100%;
  height: 48px;
  padding: 0 15px;
  border: 1px solid #97999b;
  border-radius: 2px;
}
.form-input::-moz-placeholder {
  color: #97999b;
}
.form-input::placeholder {
  color: #97999b;
}
.form-input:focus {
  outline: none;
  border-color: #0079c8;
}

.custom-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(/local/templates/YAGC/scss/../img/feedback/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px;
}

.form-textarea {
  height: 100%;
  min-height: 150px;
  padding: 15px;
  resize: vertical;
}

.file-upload {
  border: 1px dashed #97999b;
  padding: 25px 0;
  text-align: center;
}
.file-upload__input {
  display: none;
}
.file-upload__label {
  cursor: pointer;
}
.file-upload__label:hover {
  color: #0079c8;
}
.file-upload .gray-text {
  color: #97999b;
}

.file-upload__text {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.checkbox-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.checkbox-group label {
  width: 100%;
}

.custom-checkbox-feedback {
  width: 24px;
  height: 24px;
  border: 1px solid #212529;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: relative;
}
@media screen and (max-width: 360px) {
  .custom-checkbox-feedback {
    width: 16px;
    height: 16px;
  }
}

.custom-checkbox-feedback:checked {
  background-color: #0079c8;
  border-color: #0079c8;
}

.custom-checkbox-feedback:checked::after {
  content: "";
  display: block;
  position: absolute;
  left: 2.39px;
  top: 4.58px;
  width: 18.375px;
  height: 13.9649991989px;
  background: url("/local/templates/YAGC/scss/../img/icons/checkbox.svg");
}
@media screen and (max-width: 360px) {
  .custom-checkbox-feedback:checked::after {
    display: none;
  }
}

.custom-checkbox-feedback:checked::before {
  content: "";
  display: none;
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translateX(3px);
}
@media screen and (max-width: 360px) {
  .custom-checkbox-feedback:checked::before {
    display: block;
  }
}

.submit-group {
  display: grid;
  gap: 16px;
}

@media screen and (max-width: 360px) {
  .btn-feedback {
    max-width: 100%;
    font-weight: 450;
    font-size: 18px;
    line-height: 24px;
    min-height: 44px;
  }
}

.site-footer {
  position: relative;
  padding-top: 120px;
  display: grid;
  gap: 48px;
}
.site-footer .footer-line {
  width: 100%;
  stroke-width: 2px;
}
@media screen and (max-width: 360px) {
  .site-footer .footer-line {
    stroke-width: 3px;
  }
}
@media screen and (max-width: 360px) {
  .site-footer {
    gap: 32px;
  }
}
.site-footer .footer-decor-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 200px;
  pointer-events: none;
  background: url("/local/templates/YAGC/scss/../img/footer/footer-decor.svg") no-repeat bottom right;
  background-size: contain;
  z-index: -10;
}
@media screen and (max-width: 900px) {
  .site-footer .footer-decor-bottom {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  .site-footer {
    padding-top: 56px;
  }
}

.footer_container {
  display: grid;
  gap: 16px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 168px 168px 1fr;
  gap: 24px;
}
@media screen and (max-width: 1440px) {
  .footer-grid {
    gap: 20px;
  }
}
@media screen and (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 360px) {
  .footer-grid {
    gap: 32px;
  }
}

.footer-logo {
  display: block;
  width: 72px;
}
.footer-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 360px) {
  .footer-logo {
    width: 41.9999847412px;
  }
}

.footer-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 360px) {
  .footer-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.footer-links li:nth-child(1) {
  grid-area: 1/1/2/2;
}

.footer-links li:nth-child(2) {
  grid-area: 2/1/3/2;
}

.footer-links li:nth-child(3) {
  grid-area: 3/1/4/2;
}

.footer-links li:nth-child(4) {
  grid-area: 1/2/2/3;
}

.footer-links li:nth-child(5) {
  grid-area: 2/2/3/3;
}

.footer-col--contacts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-item {
  display: flex;
  align-items: center;
  justify-items: center;
  gap: 8px;
}

.contact-icon {
  width: 20px;
  flex-shrink: 0;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-icon.hidden-icon {
  visibility: hidden;
}

.contact-text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.contact-link:hover {
  color: #0079c8;
}

.contact-label {
  color: #97999b;
}

.footer-btn {
  width: 190px;
}

.social-links {
  display: flex;
  gap: 15px;
}
.social-links .social-icon {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 10px;
}

.footer-copyright {
  color: #212529;
  height: 64px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 360px) {
  .footer-col--logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.footer-btn-mobile {
  display: none;
}
@media screen and (max-width: 360px) {
  .footer-btn-mobile {
    display: flex;
  }
}

@media screen and (max-width: 360px) {
  .footer-btn-desktop {
    display: none;
  }
}

.nav_footer-logo {
  padding-top: 32px;
}

.breadcrumbs {
  height: 52px;
  margin-bottom: 64px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  background-color: #f8f8f8;
}
@media screen and (max-width: 900px) {
  .breadcrumbs {
    margin-bottom: 32px;
  }
}

.breadcrumbs__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.breadcrumbs-arrow {
  background: url(/local/templates/YAGC/scss/../img/desktop/bread-arrow.svg) no-repeat center;
  height: 16px;
  width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.breadcrumbs__link {
  color: #97999b;
  transition: color 0.2s;
}
.breadcrumbs__link:hover {
  text-decoration: underline;
}

.breadcrumbs__current {
  color: #0079c8;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 900px) {
  .breadcrumbs {
    padding: 12px 0;
  }
  .breadcrumbs__link,
  .breadcrumbs__current {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  .breadcrumbs__current {
    max-width: 150px;
  }
}
.breadcrumbs {
  position: relative;
}
.breadcrumbs::after {
  content: "";
  position: absolute;
  top: 180px;
  right: 0;
  width: 100%;
  max-width: 70px;
  min-height: 170px;
  pointer-events: none;
  background: url("/local/templates/YAGC/scss/../img/icons/decor.svg") no-repeat top right;
  background-size: contain;
  z-index: 0;
}
@media screen and (max-width: 1274px) {
  .breadcrumbs::after {
    max-width: 24px;
    top: 92px;
  }
}

.user-panel {
  background-color: #f8f8f8;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .user-panel {
    flex-direction: column;
    gap: 16px;
    align-items: start;
    padding: 16px 16px;
  }
}

.user-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 900px) {
  .user-info {
    flex-direction: column;
    gap: 8px;
    align-items: start;
  }
}

.user-name {
  font-size: 20px;
  font-weight: 500;
}

.user-link {
  color: #212529;
  display: flex;
  align-items: center;
}

.user-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 900px) {
  .user-actions {
    gap: 17px;
  }
}

.download-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #212529;
  cursor: pointer;
}

.profile-btn {
  width: 158px;
}

.text-columns {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 900px) {
  .text-columns {
    flex-direction: column;
    gap: 32px;
  }
}

.text-col-left {
  flex: 1;
  gap: 24px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 900px) {
  .text-col-left {
    gap: 8px;
  }
}

.text-col-right {
  flex: 1;
  color: #97999b;
  gap: 24px;
  display: flex;
  flex-direction: column;
}

.page-wrapper {
  position: relative;
}

.decoration-line {
  position: absolute;
  left: 0;
  top: 200px;
  width: 50px;
  height: 300px;
  border-top: 2px solid #0079c8;
  border-right: 2px solid #0079c8;
  transform: skewY(20deg);
  opacity: 0.5;
  display: none;
}

.profile_container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

img {
  max-width: 100%;
}

.support_container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.contact-table {
  border-top: 1px solid transparent;
  display: grid;
  gap: 8px;
}

.contact-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  padding: 0 0 0 16px;
  gap: 16px;
  min-height: 53px;
}

@media screen and (max-width: 360px) {
  .contact-row div:nth-child(2) {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }
}

.contact-row:nth-child(even) {
  background-color: #f8f8f8;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(264px, 1fr));
  gap: 24px;
}

.person-card {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: -moz-min-content;
  height: min-content;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 360px) {
  .person-card {
    max-width: 264px;
  }
}

.map-section {
  width: 100%;
  height: 444px;
  background-color: #e0e0e0;
  overflow: hidden;
  position: relative;
  margin: 24px 0 0 0;
}
@media screen and (max-width: 360px) {
  .map-section {
    display: none;
  }
}

.map-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contacts_container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contacts {
  position: relative;
}
.contacts::after {
  content: "";
  position: absolute;
  bottom: 401px;
  left: 0;
  width: 100%;
  max-width: 70px;
  min-height: 170px;
  pointer-events: none;
  background: url("/local/templates/YAGC/scss/../img/icons/decor-2.svg") no-repeat top left;
  background-size: contain;
  z-index: 0;
}
@media screen and (max-width: 1280px) {
  .contacts::after {
    display: none;
  }
}

.auth_container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 360px) {
  .auth_container {
    gap: 16px;
  }
}

.form-auth {
  max-width: 360px;
  width: 100%;
  display: grid;
  gap: 32px;
}

.input-wrapper {
  position: relative;
}

.reg_form-wrp {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 900px) {
  .reg_form-wrp {
    flex-direction: column;
  }
}

.reg_success {
  max-width: 623px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  display: none;
}
@media screen and (max-width: 900px) {
  .reg_success {
    order: -1;
  }
}
@media screen and (max-width: 360px) {
  .reg_success {
    gap: 8px;
  }
}

.password-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #97999b;
  background: none;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
}

.password-toggle:hover {
  color: #212529;
}

.btn-register {
  background-color: #d7d7d7;
  color: #97999b;
  max-width: 100%;
}
@media screen and (max-width: 360px) {
  .btn-register {
    font-weight: 450;
    font-size: 18px;
    line-height: 24px;
    min-height: 44px;
  }
}

.btn-register:hover {
  background-color: #f8f8f8;
  color: #97999b;
}

.checkbox-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.custom-checkbox-auth {
  width: 16px;
  height: 16px;
  border: 1px solid #97999b;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: relative;
}

.custom-checkbox-auth:checked {
  background-color: #8dc8e8;
  border-color: #8dc8e8;
}

.custom-checkbox-auth:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.link-blue {
  color: #0079c8;
  text-decoration: none;
}

.link-blue:hover {
  text-decoration: underline;
}

.form-footer-wrp {
  display: grid;
  gap: 16px;
}

@media screen and (max-width: 900px) {
  .header_nav-wrapper ul {
    display: none;
  }
}

.dropdown_container {
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 24px;
       column-gap: 24px;
  padding: 48px 24px;
}

.dropdown_line {
  width: 100%;
  height: 1px;
  background-color: #d7d7d7;
}

.header_nav-wrapper a,
.header_nav-wrapper a:focus {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
  white-space: nowrap;
  transition: 0.3s;
}

.header_nav-wrapper li:last-child a {
  padding-right: 0;
}

.header_nav-wrapper li:hover > a,
.header_nav-wrapper .active,
.header_nav-wrapper .active:focus {
  color: #0079c8;
}

.dropdown ul li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 24px;
  max-width: 300px;
}

.header_nav-wrapper .dropdown ul {
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  display: grid;
  gap: 0;
  position: absolute;
  visibility: hidden;
  padding-top: 32px;
  left: 0%;
  top: 75%;
  opacity: 0;
  transition: 0.05s;
  z-index: 14;
}

.header_nav-wrapper .dropdown ul li {
  min-width: 200px;
}

.header_nav-wrapper .dropdown ul a:hover,
.header_nav-wrapper .dropdown ul .active:hover,
.header_nav-wrapper .dropdown ul li:hover > a {
  color: #8dc8e8;
}

.header_nav-wrapper .dropdown:hover i {
  transform: rotate(180deg);
}

.header_nav-wrapper .dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
}

.header_nav-wrapper .dropdown .dropdown ul {
  top: 0;
  left: -90%;
  visibility: hidden;
}

.header_nav-wrapper .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: -100%;
  visibility: visible;
}

@media screen and (max-width: 900px) {
  .dropdown-menu {
    max-height: 0;
    overflow: hidden;
    list-style: none;
    margin: 0;
    display: grid;
    gap: 32px;
  }
  .dropdown-menu li a {
    display: block;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
  }
  .has-dropdown.active .dropdown-menu {
    max-height: 500px;
    margin-top: 32px;
    transition: margin-top 0.2s ease-in, max-height 0.5s ease-in;
  }
  .has-dropdown.active .menu-arrow {
    transform: rotate(180deg);
  }
}/*# sourceMappingURL=main.css.map */
/* End */


/* Start:/local/templates/YAGC/components/bitrix/menu/horizontal_multilevel_YAGC/style.css?17642109412487*/
/*Sub-menu box*/
#horizontal-multilevel-menu-custom li ul {
  position: absolute;
  /*top:-999em;*/
  top: auto;
  display: none;
  z-index: 500;

  height: auto;
  /*width:12em;*/
  width: 300px;
  background: #f8f8f8;
  padding: 10px 20px;
}

#horizontal-multilevel-menu-custom li ul ul {
  margin: -27px 0 0 132px;
  /*margin:-1.93em 0 0 11.6em;*/
}

#horizontal-multilevel-menu-custom li:hover ul ul,
#horizontal-multilevel-menu-custom li.jshover ul ul,
#horizontal-multilevel-menu-custom li:hover ul ul ul,
#horizontal-multilevel-menu-custom li.jshover ul ul ul,
#horizontal-multilevel-menu-custom li:hover ul ul ul ul,
#horizontal-multilevel-menu-custom li.jshover ul ul ul ul,
#horizontal-multilevel-menu-custom li:hover ul ul ul ul ul,
#horizontal-multilevel-menu-custom li.jshover ul ul ul ul ul {
  /*top:-999em;*/
  display: none;
}

#horizontal-multilevel-menu-custom li:hover ul,
#horizontal-multilevel-menu-custom li.jshover ul,
#horizontal-multilevel-menu-custom li li:hover ul,
#horizontal-multilevel-menu-custom li li.jshover ul,
#horizontal-multilevel-menu-custom li li li:hover ul,
#horizontal-multilevel-menu-custom li li li.jshover ul,
#horizontal-multilevel-menu-custom li li li li:hover ul,
#horizontal-multilevel-menu-custom li li li li.jshover ul,
#horizontal-multilevel-menu-custom li li li li li:hover ul,
#horizontal-multilevel-menu-custom li li li li li.jshover ul {
  /*z-index:1000;
	top:auto;*/
  display: block;
}

div.menu-clear-left {
  clear: left;
}




@media screen and (max-width: 900px) {
  #horizontal-multilevel-menu-custom li ul {
    /*top:-999em;*/
   /* display: block;*/
    position: static;
  }

 /* .menu-arrow {
    display: none;
  }*/

  .nav_items li {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  #horizontal-multilevel-menu-custom li ul {
    background: none;
    padding: 0;
  }

  #horizontal-multilevel-menu-custom li a {
    color: #fff;
  }
#horizontal-multilevel-menu-custom li ul ul {
  margin: 0;
}



#horizontal-multilevel-menu-custom li:hover ul ul,
#horizontal-multilevel-menu-custom li.jshover ul ul,
#horizontal-multilevel-menu-custom li:hover ul ul ul,
#horizontal-multilevel-menu-custom li.jshover ul ul ul,
#horizontal-multilevel-menu-custom li:hover ul ul ul ul,
#horizontal-multilevel-menu-custom li.jshover ul ul ul ul,
#horizontal-multilevel-menu-custom li:hover ul ul ul ul ul,
#horizontal-multilevel-menu-custom li.jshover ul ul ul ul ul {
  /*top:-999em;*/
  display: block;
}



}
/* End */


/* Start:/local/templates/YAGC/components/bitrix/menu/horizontal_multilevel_YAGC_mobile/style.css?17647416512840*/
#horizontal-multilevel-menu-custom-mobile {
	display: none;
}

/*Sub-menu box*/
#horizontal-multilevel-menu-custom-mobile li ul {
  position: absolute;
  /*top:-999em;*/
  top: auto;
  display: none;
  z-index: 500;

  height: auto;
  /*width:12em;*/
  width: 300px;
  background: #f8f8f8;
  padding: 10px 20px;
}

#horizontal-multilevel-menu-custom-mobile li ul ul {
  margin: -27px 0 0 132px;
  /*margin:-1.93em 0 0 11.6em;*/
}

#horizontal-multilevel-menu-custom-mobile li:hover ul ul,
#horizontal-multilevel-menu-custom-mobile li.jshover ul ul,
#horizontal-multilevel-menu-custom-mobile li:hover ul ul ul,
#horizontal-multilevel-menu-custom-mobile li.jshover ul ul ul,
#horizontal-multilevel-menu-custom-mobile li:hover ul ul ul ul,
#horizontal-multilevel-menu-custom-mobile li.jshover ul ul ul ul,
#horizontal-multilevel-menu-custom-mobile li:hover ul ul ul ul ul,
#horizontal-multilevel-menu-custom-mobile li.jshover ul ul ul ul ul {
  /*top:-999em;*/
  display: none;
}

#horizontal-multilevel-menu-custom-mobile li:hover ul,
#horizontal-multilevel-menu-custom-mobile li.jshover ul,
#horizontal-multilevel-menu-custom-mobile li li:hover ul,
#horizontal-multilevel-menu-custom-mobile li li.jshover ul,
#horizontal-multilevel-menu-custom-mobile li li li:hover ul,
#horizontal-multilevel-menu-custom-mobile li li li.jshover ul,
#horizontal-multilevel-menu-custom-mobile li li li li:hover ul,
#horizontal-multilevel-menu-custom-mobile li li li li.jshover ul,
#horizontal-multilevel-menu-custom-mobile li li li li li:hover ul,
#horizontal-multilevel-menu-custom-mobile li li li li li.jshover ul {
  /*z-index:1000;
	top:auto;*/
  display: block;
}

div.menu-clear-left {
  clear: left;
}




@media screen and (max-width: 900px) {
	#horizontal-multilevel-menu-custom-mobile {
		display: grid;
	}

  #horizontal-multilevel-menu-custom-mobile li ul {
    /*top:-999em;*/
   /* display: block;*/
    position: static;
  }

 /* .menu-arrow {
    display: none;
  }*/

  .nav_items li {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  #horizontal-multilevel-menu-custom-mobile li ul {
    background: none;
    padding: 0;
  }

  #horizontal-multilevel-menu-custom-mobile li a {
    color: #000;
  }
#horizontal-multilevel-menu-custom-mobile li ul ul {
  margin: 0;
}



#horizontal-multilevel-menu-custom-mobile li:hover ul ul,
#horizontal-multilevel-menu-custom-mobile li.jshover ul ul,
#horizontal-multilevel-menu-custom-mobile li:hover ul ul ul,
#horizontal-multilevel-menu-custom-mobile li.jshover ul ul ul,
#horizontal-multilevel-menu-custom-mobile li:hover ul ul ul ul,
#horizontal-multilevel-menu-custom-mobile li.jshover ul ul ul ul,
#horizontal-multilevel-menu-custom-mobile li:hover ul ul ul ul ul,
#horizontal-multilevel-menu-custom-mobile li.jshover ul ul ul ul ul {
  /*top:-999em;*/
  display: block;
}



}
/* End */


/* Start:/local/templates/YAGC/components/bitrix/menu/custom_bottom_menu_YAGC/style.min.css?1764140380490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/YAGC/components/bitrix/menu/custom_bottom_menu_YAGC/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */
/* /local/templates/YAGC/scss/main.css?176491169130378 */
/* /local/templates/YAGC/components/bitrix/menu/horizontal_multilevel_YAGC/style.css?17642109412487 */
/* /local/templates/YAGC/components/bitrix/menu/horizontal_multilevel_YAGC_mobile/style.css?17647416512840 */
/* /local/templates/YAGC/components/bitrix/menu/custom_bottom_menu_YAGC/style.min.css?1764140380490 */
