@charset "UTF-8";
/*sizes*/
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TT_norms_pro/TT_norms_pro-Regular.otf"), url("../fonts/TT_norms_pro/TT_norms_pro-Regular.otf");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TT_norms_pro/TT_norms_pro-ExtraBold.otf"), url("../fonts/TT_norms_pro/TT_norms_pro-ExtraBold.otf");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TT_norms_pro/TT_norms_pro-Bold.otf"), url("../fonts/TT_norms_pro/TT_norms_pro-Bold.otf");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TT_norms_pro/TT_norms_pro-Medium.otf"), url("../fonts/TT_norms_pro/TT_norms_pro-Medium.otf");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TT_norms_pro/TT_norms_pro-Regular.otf"), url("../fonts/TT_norms_pro/TT_norms_pro-Regular.otf");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
html {
  overflow-x: hidden;
  margin-right: calc(-1 * (100vw - 100%));
  font-size: 1rem;
}
@media all and (max-width: 1920px) {
  html {
    font-size: calc(100vw/1920);
  }
}
@media all and (max-width: 1024px) {
  html {
    font-size: calc(100vw/1024);
  }
}
@media all and (max-width: 360px) {
  html {
    font-size: calc(100vw/360);
  }
}

h1, .like-h1 {
  color: #1D1D1D;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 74px;
}
h1:first-letter, .like-h1:first-letter {
  text-transform: capitalize;
}
@media screen and (max-width: 1920px) {
  h1, .like-h1 {
    font-size: 70rem;
    line-height: 74rem;
  }
}
@media screen and (max-width: 1024px) {
  h1, .like-h1 {
    font-size: 55rem;
    line-height: 66rem;
  }
}
@media screen and (max-width: 360px) {
  h1, .like-h1 {
    font-size: 32rem;
    line-height: 38rem;
  }
}

h2 {
  color: var(--black, #1D1D1D);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
h2:first-letter {
  text-transform: capitalize;
}
@media screen and (max-width: 1920px) {
  h2 {
    font-size: 30rem;
    line-height: 36rem;
  }
}
h3 {
  color: #1D1D1D;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (max-width: 1920px) {
  h3 {
    font-size: 20rem;
    line-height: 24rem;
  }
}

h4 {
  color: #1D1D1D;
  font-size: 30rem;
  font-style: normal;
  font-weight: 700;
  line-height: 36rem;
}
@media screen and (max-width: 360px) {
  h4 {
    font-size: 20rem;
    line-height: 24rem;
  }
}

h5 {
  color: var(--dark_gray, #6C6C6C);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
@media screen and (max-width: 1920px) {
  h5 {
    font-size: 17rem;
    line-height: 20rem;
  }
}

h6 {
  color: #6C6C6C;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
}
@media screen and (max-width: 768px) {
  h6 {
    font-size: 12rem;
    line-height: 17rem;
  }
}
p {
  color: var(--black, #1D1D1D);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 1920px) {
  p {
    font-size: 20rem;
    line-height: 24rem;
  }
}
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
YUI 3.18.1
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/*
    TODO will need to remove settings on HTML since we can't namespace it.
    TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #FFF;
}

/*
    TODO remove settings on BODY since we can't namespace it.
*/
/*
    TODO test putting a class on HEAD.
        - Fails on FF.
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

/*
    TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
  /*to enable resizing for IE*/
  outline: none;
  /*убираем выделение при клике по полю по умолчанию*/
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

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

textarea {
  resize: none;
  overflow-y: auto;
  overflow-x: hidden;
}

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: none;
}

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

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

[type=search] {
  outline: none;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

[hidden] {
  display: none;
}

:disabled,
.disabled {
  cursor: not-allowed;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*Привязываем футер  к низу*/
body {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}

body {
  margin: 0 auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  font-family: "TT Norms";
}

header {
  width: 100%;
}

main {
  flex: 1 0 auto;
}

.container {
  width: 100%;
}
.container-inner-max {
  max-width: 1920px;
  width: 1 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container-inner-max {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .container-inner-max {
    max-width: 100%;
    width: 100%;
  }
}
.container-inner {
  max-width: 1920px;
  width: 1920px;
  margin: 0 auto;
  padding-left: 179px;
  padding-right: 179px;
}
@media screen and (max-width: 1920px) {
  .container-inner {
    width: 100%;
    max-width: 100%;
    padding-left: 179rem;
    padding-right: 179rem;
  }
}
@media screen and (max-width: 1024px) {
  .container-inner {
    width: 100%;
    max-width: 100%;
    padding-left: 36rem;
    padding-right: 36rem;
  }
}
@media screen and (max-width: 360px) {
  .container-inner {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    width: 100%;
  }
}

.content {
  padding-left: 59px;
  padding-right: 59px;
}
@media screen and (max-width: 1920px) {
  .content {
    padding-left: 59rem;
    padding-right: 59rem;
  }
}
@media screen and (max-width: 1024px) {
  .content {
    padding-left: 24rem;
    padding-right: 24rem;
  }
}
@media screen and (max-width: 360px) {
  .content {
    padding-left: 18rem;
    padding-right: 18rem;
  }
}

.content-min {
  padding-left: 303px;
  padding-right: 303px;
}
@media screen and (max-width: 1920px) {
  .content-min {
    padding-left: 303rem;
    padding-right: 303rem;
  }
}
@media screen and (max-width: 1024px) {
  .content-min {
    padding-left: 24rem;
    padding-right: 24rem;
  }
}
@media screen and (max-width: 360px) {
  .content-min {
    padding-left: 18rem;
    padding-right: 18rem;
  }
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  overflow: hidden;
}

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

.jus-center {
  justify-content: center !important;
}

.center {
  text-align: center !important;
}

@media screen and (max-width: 360px) {
  .mobile-center {
    text-align: center;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.bg-white {
  background-color: #FFF;
}

.bg-green_gray {
  background-color: #616D69;
}

.bg-light_blue {
  background-color: #F7FBFC;
}

.bg-light_gray {
  background-color: #F7F7F7;
}

.bg-gradient {
  overflow: hidden;
  position: relative;
}
.bg-gradient:before {
  content: "";
  position: absolute;
  bottom: -50%;
  left: -50%;
  border-radius: 1068px;
  background: radial-gradient(50% 50% at 50% 50%, #ACF3C1 68.78%, #85D7FF 100%);
  background-blend-mode: luminosity;
  filter: blur(149.3999938965px);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1920px) {
  .bg-gradient:before {
    border-radius: 1068rem;
  }
}
.bg-gradient:after {
  content: "";
  position: absolute;
  bottom: -60%;
  right: -60%;
  border-radius: 674px;
  background: radial-gradient(50% 50% at 50% 50%, #ACF3C1 79.28%, #ACF3C1 100%);
  background-blend-mode: luminosity;
  filter: blur(149.3999938965px);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1920px) {
  .bg-gradient:after {
    border-radius: 674rem;
  }
}

.bg-gradient-2 {
  overflow: hidden;
  position: relative;
}
.bg-gradient-2:before {
  content: "";
  position: absolute;
  bottom: -112%;
  left: -51%;
  border-radius: 1068px;
  background: radial-gradient(50% 50% at 50% 50%, #ACF3C1 68.78%, #85D7FF 100%);
  background-blend-mode: luminosity;
  filter: blur(149.3999938965px);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1920px) {
  .bg-gradient-2:before {
    border-radius: 1068rem;
    bottom: -165%;
  }
}
.bg-gradient-2:after {
  content: "";
  position: absolute;
  bottom: -133%;
  right: -31%;
  border-radius: 674px;
  background: radial-gradient(50% 50% at 50% 50%, #ACF3C1 79.28%, #ACF3C1 100%);
  background-blend-mode: luminosity;
  filter: blur(149.3999938965px);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1920px) {
  .bg-gradient-2:after {
    border-radius: 674rem;
    bottom: -180%;
  }
}

.border-top {
  border-top: 1rem solid #FFF;
}

.border-bottom {
  border-bottom: 1rem solid #FFF;
}

.border-radius-bottom {
  border-radius: 0px 0px 20px 20px;
}
@media screen and (max-width: 1920px) {
  .border-radius-bottom {
    border-radius: 0 0 20rem 20rem;
  }
}
a:hover {
  text-decoration: underline;
}

* {
  transition: all 0.3s ease-in-out;
}

.blue {
  color: #1FA3E8;
}

.block-spinner {
  display: none;
  text-align: center;
  height: 50px;
}
@media screen and (max-width: 1920px) {
  .block-spinner {
    height: 50rem;
  }
}

img.spinner {
  opacity: 0.5;
  height: 100%;
  width: auto;
  animation: 1s linear 0s normal none infinite running rot;
  -webkit-animation: 1s linear 0s normal none infinite running rot;
}

@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
article {
  font-size: 14px;
}
article .wp-block-group {
  grid-template-columns: repeat(auto-fill, minmax(min(12em, 100%), 1fr));
}

header {
  width: 100%;
  flex: 0 0 auto;
  z-index: 100;
}

/*главное меню*/
.menu {
  width: inherit;
  height: 104px;
  padding: 28px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*burger */
}
@media screen and (max-width: 1920px) {
  .menu {
    height: 104rem;
    padding: 28rem 0;
  }
}
@media screen and (max-width: 360px) {
  .menu {
    height: 98rem;
    padding: 25rem 0;
  }
}
.menu-logo {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  height: 100%;
}
.menu-logo > img {
  height: 100%;
  width: auto;
}
.menu-logo_text {
  margin-right: 10px;
  margin-left: 10px;
  color: #626E6A;
  font-size: 12.167px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  width: 146px;
}
@media screen and (max-width: 1920px) {
  .menu-logo_text {
    font-size: 12.167rem;
    width: 146rem;
    margin-left: 10rem;
  }
}
@media screen and (max-width: 1024px) {
  .menu-logo_text {
    margin-left: 10rem;
  }
}
@media screen and (max-width: 360px) {
  .menu-logo_text {
    font-size: 10rem;
  }
}
.menu-list {
  margin: 0 0 0 89px;
  display: flex;
  height: inherit;
  align-items: center;
  flex: 1 0 auto;
}
@media screen and (max-width: 1920px) {
  .menu-list {
    margin: 0 0 0 89rem;
  }
}
@media screen and (max-width: 1024px) {
  .menu-list {
    display: none;
  }
}
.menu-list_item {
  height: inherit;
  align-items: center;
  display: flex;
  margin-right: 50px;
}
.menu-list_item.active > a, .menu-list_item:hover > a {
  text-decoration: underline;
}
.menu-list_item > a, .menu-list_item > span {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #1D1D1D;
}
@media screen and (max-width: 1920px) {
  .menu-list_item > a, .menu-list_item > span {
    font-size: 17rem;
    line-height: 20rem;
  }
}
.menu-list_item.has-children > span:after {
  content: "";
  background-image: url("../images/icons/arrow-bottom.svg");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1920px) {
  .menu-list_item.has-children > span:after {
    width: 16rem;
    height: 16rem;
    right: -22rem;
    background-size: 16rem 16rem;
  }
}
.menu-list_item.has-children:hover .menu-list_item_children-list {
  display: block;
}
@media screen and (max-width: 1920px) {
  .menu-list_item {
    font-size: 17rem;
    line-height: 20rem;
    margin-right: 50rem;
  }
}
@media screen and (max-width: 360px) {
  .menu-list_item {
    font-size: 14rem;
  }
}
.menu-list_item::first-letter {
  text-transform: capitalize;
}
.menu-list_item.has-children {
  position: relative;
}
.menu-list_item.has-children.active > span:after, .menu-list_item.has-children:hover > span:after {
  transform: translateY(-50%) rotate(180deg);
}
.menu-list_item_children-list {
  overflow: hidden;
  display: none;
  z-index: 100;
  position: absolute;
  bottom: -74px;
  left: 0;
  border-radius: 0px 0px 6px 6px;
  background: #FFF;
  box-shadow: 0px 17px 14.2px -10px rgba(79, 79, 79, 0.2);
}
@media screen and (max-width: 1920px) {
  .menu-list_item_children-list {
    border-radius: 0 0 6rem 6rem;
    bottom: -74rem;
  }
}
.menu-list_item_children-list_item {
  width: 100%;
  display: inline-block;
}
.menu-list_item_children-list_item > a {
  padding: 14px 20px;
  color: #1D1D1D;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}
@media screen and (max-width: 1920px) {
  .menu-list_item_children-list_item > a {
    padding: 14rem 20rem;
    font-size: 17rem;
    line-height: 24rem;
  }
}
.menu-list_item_children-list_item:hover, .menu-list_item_children-list_item.active {
  background: #F7F7F7;
}
.menu-right {
  display: flex;
  height: inherit;
  align-items: center;
}
@media screen and (max-width: 360px) {
  .menu-right .btn {
    display: none;
  }
}
.menu-burger {
  margin-left: auto;
  margin-right: 30rem;
}
@media screen and (max-width: 360px) {
  .menu-burger {
    order: 3;
    margin-right: 0;
    margin-left: 10rem;
  }
}
.menu > .lang {
  margin-left: 20px;
}
@media screen and (max-width: 1920px) {
  .menu > .lang {
    margin-left: 20rem;
    height: 40rem;
  }
}
@media screen and (max-width: 1024px) {
  .menu > .lang {
    margin-left: 4rem;
  }
}
@media screen and (max-width: 360px) {
  .menu > .lang {
    margin-left: 30rem;
  }
}
.menu-mobile {
  overflow: scroll;
  position: fixed;
  margin-right: -100vw;
  right: 0;
  top: 0;
  height: 100%;
  width: 422rem;
  background: #FFF;
  box-shadow: -4px 0px 22px 0px rgba(97, 109, 105, 0.18);
  display: none;
  z-index: 1000;
  transition: margin 0.5s ease-in-out;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 1024px) {
  .menu-mobile {
    padding: 35rem 24rem;
    grid-template-columns: 24rem auto 71rem;
    grid-template-rows: 40rem auto 48rem;
    display: grid;
  }
}
@media screen and (max-width: 360px) {
  .menu-mobile {
    padding: 25rem 18rem;
    width: 100%;
    grid-template-columns: 162rem auto 32rem;
    grid-template-rows: 48rem 48rem auto;
    row-gap: 38rem;
  }
}
.menu-mobile_logo {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .menu-mobile_logo {
    height: 48rem;
    order: 5;
  }
  .menu-mobile_logo > img {
    height: inherit;
    width: auto;
  }
  .menu-mobile_logo_text {
    color: #616D69;
    font-size: 12.167rem;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    text-transform: uppercase;
    margin-left: 10rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .menu-mobile_logo_text {
    width: 146rem;
    font-size: 10rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 360px) {
  .menu-mobile_logo_text {
    width: 120rem;
  }
}
@media screen and (max-width: 360px) {
  .menu-mobile_logo {
    order: 1;
    align-self: start;
  }
}
.menu-mobile-list {
  order: 4;
}
@media screen and (max-width: 1024px) {
  .menu-mobile-list {
    margin-top: 61rem;
    grid-column: span 3;
  }
}
@media screen and (max-width: 360px) {
  .menu-mobile-list {
    order: 5;
    margin-top: unset;
  }
}
.menu-mobile-list_item:not(:last-child) {
  border-bottom: 1px solid #D5D6DA;
}
@media screen and (max-width: 1024px) {
  .menu-mobile-list_item {
    padding: 20rem 0;
    width: 100%;
  }
  .menu-mobile-list_item a, .menu-mobile-list_item span {
    color: #1D1D1D;
    font-size: 17rem;
    font-style: normal;
    font-weight: 500;
    line-height: 20rem;
    position: relative;
  }
}
.menu-mobile-list_item.has-children {
  padding: 20rem 0;
}
.menu-mobile-list_item.has-children > span:after {
  content: "";
  background-image: url("../images/icons/arrow-bottom.svg");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1920px) {
  .menu-mobile-list_item.has-children > span:after {
    width: 16rem;
    height: 16rem;
    right: -22rem;
    background-size: 16rem 16rem;
  }
}
.menu-mobile-list_item.has-children .menu-mobile-list_item_children-list {
  display: none;
  margin: 10rem 0;
  margin-bottom: -20rem;
}
.menu-mobile-list_item.has-children .menu-mobile-list_item_children-list_item {
  display: block;
  padding: 14rem 0 14rem 20rem;
}
.menu-mobile-list_item.has-children .menu-mobile-list_item_children-list_item:hover {
  text-decoration: underline;
}
.menu-mobile-list_item::first-letter {
  text-transform: capitalize;
}
.menu-mobile-list_item.active > a, .menu-mobile-list_item:hover > a {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .menu-mobile > .lang .lang-list {
    bottom: -101rem !important;
  }
}
@media screen and (max-width: 1024px) {
  .menu-mobile > .lang {
    margin-left: 4rem;
    order: 3;
    height: fit-content;
  }
}
@media screen and (max-width: 360px) {
  .menu-mobile > .lang {
    margin-left: 39rem;
    order: 2;
  }
}
.menu-mobile .burger {
  align-self: center;
}
@media screen and (max-width: 1024px) {
  .menu-mobile .burger {
    order: 1;
    margin-left: 0;
  }
}
@media screen and (max-width: 360px) {
  .menu-mobile .burger {
    order: 3;
  }
}
@media screen and (max-width: 1024px) {
  .menu-mobile > .btn {
    order: 2;
    margin-left: auto;
  }
}
@media screen and (max-width: 360px) {
  .menu-mobile > .btn {
    order: 4;
    justify-self: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1024px) {
  .menu-mobile.open {
    margin-right: 0rem;
  }
}
.menu-burger {
  border: unset !important;
  display: none;
}
@media screen and (max-width: 1024px) {
  .menu-burger {
    position: relative;
    display: block;
    width: 18rem;
    height: 18rem;
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  .menu-burger > span, .menu-burger:after, .menu-burger:before {
    height: 2rem;
    width: 100%;
    position: absolute;
    background: #1D1D1D;
    margin: 0 auto;
  }
  .menu-burger > span {
    opacity: 1;
    transition: 0.5s;
  }
  .menu-burger:after, .menu-burger:before {
    content: "";
    transform: rotate(0);
    transition: 0.4s;
  }
  .menu-burger:after {
    bottom: 0;
  }
  .menu-burger:before {
    top: 0;
  }
  .menu-burger.open-menu span {
    opacity: 0;
  }
  .menu-burger.open-menu:before {
    transform: translateY(400%) rotate(45deg);
  }
  .menu-burger.open-menu:after {
    transform: translateY(-400%) rotate(-45deg);
  }
}

.lang {
  height: inherit;
  align-items: center;
  display: flex;
  position: relative;
}
.lang:hover .lang-list {
  display: block;
}
@media screen and (max-width: 1024px) {
  .lang:hover .lang-list {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .lang.active .lang-list {
    display: block;
  }
}
.lang_img {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 20px 24px;
  border-radius: 50px;
  border: 1px solid #F7F7F7;
  background: #FFF;
  cursor: pointer;
}
@media screen and (max-width: 1920px) {
  .lang_img {
    height: 40rem;
    padding: 20rem 24rem;
    border-radius: 50rem;
  }
}
.lang_img > img {
  width: 23px;
  height: 18px;
}
@media screen and (max-width: 1920px) {
  .lang_img > img {
    width: 23rem;
    height: 18rem;
  }
}
.lang-list {
  display: none;
  position: absolute;
  right: 0;
  bottom: -81px;
  border-radius: 0px 0px 6px 6px;
  background: #FFF;
  box-shadow: 0px 17px 14.2px -10px rgba(79, 79, 79, 0.2);
  width: 168px;
}
@media screen and (max-width: 1920px) {
  .lang-list {
    bottom: -81rem;
    border-radius: 0rem 0rem 6rem 6rem;
    width: 168rem;
  }
}
.lang-list_item {
  width: 100%;
  line-height: 24px;
  padding: 14px 20px;
  justify-content: space-between;
  align-items: center;
  display: block;
  text-transform: capitalize;
  color: #1D1D1D;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  display: inline-flex;
}
@media screen and (max-width: 1920px) {
  .lang-list_item {
    line-height: 24rem;
    padding: 14rem 20rem;
    font-size: 17rem;
  }
}
.lang-list_item > img {
  width: 23px;
  height: 18px;
}
@media screen and (max-width: 1920px) {
  .lang-list_item > img {
    width: 23rem;
    height: 18rem;
  }
}
.lang-list_item:hover, .lang-list_item.active {
  background: #F7F7F7;
}
.burger {
  width: 18rem;
  height: 18rem;
}

[class*=icon-i] {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

[class*=icon-li] {
  display: inline-block;
  vertical-align: middle;
}

.icon-i-download {
  background-image: url("../images/icons/download.svg");
}

.icon-li-download {
  -webkit-mask: url("../images/icons/download.svg");
  -moz-mask: url("../images/icons/download.svg");
  -ms-mask: url("../images/icons/download.svg");
  -o-mask: url("../images/icons/download.svg");
  mask: url("../images/icons/download.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-mail {
  -webkit-mask: url("../images/icons/mail.svg");
  -moz-mask: url("../images/icons/mail.svg");
  -ms-mask: url("../images/icons/mail.svg");
  -o-mask: url("../images/icons/mail.svg");
  mask: url("../images/icons/mail.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-phone {
  -webkit-mask: url("../images/icons/phone.svg");
  -moz-mask: url("../images/icons/phone.svg");
  -ms-mask: url("../images/icons/phone.svg");
  -o-mask: url("../images/icons/phone.svg");
  mask: url("../images/icons/phone.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-point {
  -webkit-mask: url("../images/icons/point.svg");
  -moz-mask: url("../images/icons/point.svg");
  -ms-mask: url("../images/icons/point.svg");
  -o-mask: url("../images/icons/point.svg");
  mask: url("../images/icons/point.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-telegram {
  -webkit-mask: url("../images/icons/telegram.svg");
  -moz-mask: url("../images/icons/telegram.svg");
  -ms-mask: url("../images/icons/telegram.svg");
  -o-mask: url("../images/icons/telegram.svg");
  mask: url("../images/icons/telegram.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-instagram {
  -webkit-mask: url("../images/icons/insta.svg");
  -moz-mask: url("../images/icons/insta.svg");
  -ms-mask: url("../images/icons/insta.svg");
  -o-mask: url("../images/icons/insta.svg");
  mask: url("../images/icons/insta.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-taplink {
  -webkit-mask: url("../images/icons/taplink.svg");
  -moz-mask: url("../images/icons/taplink.svg");
  -ms-mask: url("../images/icons/taplink.svg");
  -o-mask: url("../images/icons/taplink.svg");
  mask: url("../images/icons/taplink.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-facebook {
  -webkit-mask: url("../images/icons/facebook.svg");
  -moz-mask: url("../images/icons/facebook.svg");
  -ms-mask: url("../images/icons/facebook.svg");
  -o-mask: url("../images/icons/facebook.svg");
  mask: url("../images/icons/facebook.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-youtube {
  background-image: url("../images/icons/youtube.svg");
}

.icon-i-telegram {
  background-image: url("../images/icons/telegram.svg");
}

.icon-i-instagram {
  background-image: url("../images/icons/insta.svg");
}

.icon-i-taplink {
  background-image: url("../images/icons/taplink.svg");
}

.icon-i-facebook {
  background-image: url("../images/icons/facebook.svg");
}

.icon-i-youtube {
  background-image: url("../images/icons/youtube.svg");
}

.icon-li-arrow-bottom {
  -webkit-mask: url("../images/icons/arrow-bottom.svg");
  -moz-mask: url("../images/icons/arrow-bottom.svg");
  -ms-mask: url("../images/icons/arrow-bottom.svg");
  -o-mask: url("../images/icons/arrow-bottom.svg");
  mask: url("../images/icons/arrow-bottom.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-arrow-top {
  -webkit-mask: url("../images/icons/arrow-top.svg");
  -moz-mask: url("../images/icons/arrow-top.svg");
  -ms-mask: url("../images/icons/arrow-top.svg");
  -o-mask: url("../images/icons/arrow-top.svg");
  mask: url("../images/icons/arrow-top.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-arrow-up-right {
  -webkit-mask: url("../images/icons/arrow-up-right.svg");
  -moz-mask: url("../images/icons/arrow-up-right.svg");
  -ms-mask: url("../images/icons/arrow-up-right.svg");
  -o-mask: url("../images/icons/arrow-up-right.svg");
  mask: url("../images/icons/arrow-up-right.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-book {
  -webkit-mask: url("../images/icons/book.svg");
  -moz-mask: url("../images/icons/book.svg");
  -ms-mask: url("../images/icons/book.svg");
  -o-mask: url("../images/icons/book.svg");
  mask: url("../images/icons/book.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-down {
  -webkit-mask: url("../images/icons/down.svg");
  -moz-mask: url("../images/icons/down.svg");
  -ms-mask: url("../images/icons/down.svg");
  -o-mask: url("../images/icons/down.svg");
  mask: url("../images/icons/down.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-flower {
  -webkit-mask: url("../images/icons/flower.svg");
  -moz-mask: url("../images/icons/flower.svg");
  -ms-mask: url("../images/icons/flower.svg");
  -o-mask: url("../images/icons/flower.svg");
  mask: url("../images/icons/flower.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-raket {
  -webkit-mask: url("../images/icons/raket.svg");
  -moz-mask: url("../images/icons/raket.svg");
  -ms-mask: url("../images/icons/raket.svg");
  -o-mask: url("../images/icons/raket.svg");
  mask: url("../images/icons/raket.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-star {
  -webkit-mask: url("../images/icons/star.svg");
  -moz-mask: url("../images/icons/star.svg");
  -ms-mask: url("../images/icons/star.svg");
  -o-mask: url("../images/icons/star.svg");
  mask: url("../images/icons/star.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-racket {
  -webkit-mask: url("../images/icons/raket.svg");
  -moz-mask: url("../images/icons/raket.svg");
  -ms-mask: url("../images/icons/raket.svg");
  -o-mask: url("../images/icons/raket.svg");
  mask: url("../images/icons/raket.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.btn {
  font-style: normal;
  line-height: normal;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: fit-content;
  white-space: nowrap;
  height: fit-content;
}
.btn::first-letter {
  text-transform: uppercase;
}
.btn-min {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding: 8px 20px;
  border-radius: 50px;
}
@media screen and (max-width: 1920px) {
  .btn-min {
    font-size: 18rem;
    line-height: 24rem;
    padding: 8rem 20rem;
    border-radius: 50rem;
  }
}
.btn-max {
  border-radius: 50px;
  padding: 20px 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (max-width: 1920px) {
  .btn-max {
    font-size: 18rem;
    line-height: 24rem;
    border-radius: 50rem;
    padding: 20rem 24rem;
  }
}
.btn-green {
  color: #FFF;
  background: #6FC56A;
  box-shadow: 0px 17px 14.2px -10px rgba(0, 179, 104, 0.2);
}
.btn-green:hover, .btn-green.active {
  border-radius: 50px;
  background: #5DB158;
  box-shadow: 0px 17px 14.2px -10px rgba(0, 179, 104, 0.2);
}
.btn-green[disabled] {
  background: #D5D6DA;
  box-shadow: unset;
}
.btn-white {
  color: #1D1D1D;
  background: #FFF;
}
@media screen and (max-width: 1024px) {
  .btn-white {
    border: 1px solid #F7F7F7;
  }
}
@media screen and (max-width: 360px) {
  .btn-white {
    border: 1px solid #F7F7F7;
  }
}
.btn-white:hover, .btn-white.active {
  box-shadow: 0px 17px 14.2px -10px rgba(148, 148, 148, 0.2);
}
.btn-white[disabled] {
  background: #D5D6DA;
  box-shadow: unset;
}

.link {
  color: #1FA3E8;
  display: inline-flex;
  align-items: center;
}
.link:hover, .link.active {
  text-decoration: underline;
}
.link-icon::after {
  display: block;
  content: " ";
  background-image: url("../images/icons/arrow-up-right.svg");
  background-size: 100%;
}
@media screen and (max-width: 1920px) {
  .link-icon::after {
    right: 5rem;
  }
}
.link-big {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
@media screen and (max-width: 1920px) {
  .link-big {
    font-size: 30rem;
    line-height: 36rem;
  }
}
.link-big::after {
  height: 30px;
  width: 30px;
}
@media screen and (max-width: 1920px) {
  .link-big::after {
    height: 30rem;
    width: 30rem;
  }
}
.link-small {
  color: #1FA3E8;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  height: 30px;
}
@media screen and (max-width: 1920px) {
  .link-small {
    font-size: 20rem;
    line-height: 24rem;
    height: 30rem;
  }
}
.link-small::after {
  height: 30px;
  width: 30px;
}
@media screen and (max-width: 1920px) {
  .link-small::after {
    height: 30rem;
    width: 30rem;
  }
}
.link-big {
  color: #1FA3E8;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
@media screen and (max-width: 1920px) {
  .link-big {
    font-size: 30rem;
    line-height: 36rem;
  }
}
.link-big::after {
  height: 32px;
  width: 32px;
}
@media screen and (max-width: 1920px) {
  .link-big::after {
    height: 32rem;
    width: 32rem;
  }
}
.download {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 1920px) {
  .download {
    margin-top: 40rem;
  }
}
.download_ajax {
  position: relative;
  color: var(--black, #1D1D1D);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (max-width: 1920px) {
  .download_ajax {
    font-size: 17rem;
    line-height: 24rem;
  }
}
.download_ajax:after {
  content: "";
  background-image: url("../images/icons/arrow-bottom.svg");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1920px) {
  .download_ajax:after {
    background-size: 16rem 16rem;
    width: 16rem;
    height: 16rem;
    right: -22rem;
  }
}

.pages {
  display: flex;
  margin-top: 70px;
}
@media screen and (max-width: 1920px) {
  .pages {
    margin-top: 70rem;
  }
}
@media screen and (max-width: 360px) {
  .pages {
    margin-top: 40rem;
    justify-content: space-between;
  }
}
.pages_title {
  color: var(--black, #1D1D1D);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
@media screen and (max-width: 1920px) {
  .pages_title {
    font-size: 17rem;
    line-height: 20rem;
  }
}
.pages_items {
  margin-left: 17px;
  display: flex;
  gap: 17px;
}
@media screen and (max-width: 1920px) {
  .pages_items {
    margin-left: 17rem;
    gap: 17rem;
  }
}
@media screen and (max-width: 360px) {
  .pages_items {
    gap: 32rem;
  }
}
.pages_items > a {
  color: var(--black, #1D1D1D);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
@media screen and (max-width: 1920px) {
  .pages_items > a {
    font-size: 17rem;
    line-height: 20rem;
  }
}
.pages_items > a:active, .pages_items > a:hover {
  color: var(--blue, #1FA3E8);
}

.prev-next {
  display: flex;
  gap: 31px;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1920px) {
  .prev-next {
    margin-bottom: 40rem;
    gap: 31rem;
  }
}
@media screen and (max-width: 1024px) {
  .prev-next {
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 360px) {
  .prev-next {
    justify-content: flex-start;
    margin-bottom: 24rem;
  }
}
.prev-next_prev, .prev-next_next {
  position: relative;
  color: var(--gray, #D5D6DA);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@incluce max() {
  .prev-next_prev, .prev-next_next {
    font-size: 17rem;
    line-height: 24rem;
  }
}
.prev-next_prev:after, .prev-next_next:after {
  background-color: var(--gray, #D5D6DA);
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 360px) {
  .prev-next_prev {
    display: none;
  }
}
.prev-next_prev:after {
  left: -18px;
  -webkit-mask: url("../images/icons/arrow-left.svg");
  -moz-mask: url("../images/icons/arrow-left.svg");
  -ms-mask: url("../images/icons/arrow-left.svg");
  -o-mask: url("../images/icons/arrow-left.svg");
  mask: url("../images/icons/arrow-left.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@incluce max() {
  .prev-next_prev:after {
    left: -18rem;
  }
}
.prev-next_next:after {
  right: -18px;
  -webkit-mask: url("../images/icons/arrow-right.svg");
  -moz-mask: url("../images/icons/arrow-right.svg");
  -ms-mask: url("../images/icons/arrow-right.svg");
  -o-mask: url("../images/icons/arrow-right.svg");
  mask: url("../images/icons/arrow-right.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@incluce max() {
  .prev-next_next:after {
    right: -18rem;
  }
}
.prev-next .active {
  color: var(--black, #1D1D1D);
}
.prev-next .active:after {
  background-color: var(--black, #1D1D1D);
}

.top-block {
  display: grid;
  grid-template-columns: auto 525px;
  grid-template-rows: auto auto;
  row-gap: 70px;
  column-gap: 80px;
  padding-bottom: 79px;
}
@media screen and (max-width: 1920px) {
  .top-block {
    padding-bottom: 79rem;
    column-gap: 80rem;
    grid-template-columns: auto 525rem;
  }
}
@media screen and (max-width: 1024px) {
  .top-block {
    gap: 30rem;
    padding-bottom: 46rem;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
  }
}
@media screen and (max-width: 360px) {
  .top-block {
    gap: 25rem;
    padding-bottom: 25rem;
  }
}
.top-block_images {
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  height: 336px;
  grid-column: span 2;
}
@media screen and (max-width: 1920px) {
  .top-block_images {
    gap: 20rem;
    height: 336rem;
  }
}
@media screen and (max-width: 1024px) {
  .top-block_images {
    grid-column: 1;
    grid-template-columns: repeat(4, 1fr);
    height: 316rem;
  }
}
@media screen and (max-width: 360px) {
  .top-block_images {
    grid-template-columns: repeat(3, 1fr);
    gap: 8rem;
    height: 155rem;
  }
}
.top-block_images_item {
  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1920px) {
  .top-block_images_item {
    border-radius: 10rem;
  }
}
.top-block_images_item:nth-child(1) {
  height: 33%;
}
@media screen and (max-width: 360px) {
  .top-block_images_item:nth-child(1) {
    display: none;
  }
}
.top-block_images_item:nth-child(2) {
  height: 100%;
}
.top-block_images_item:nth-child(3) {
  height: 66%;
}
.top-block_images_item:nth-child(4) {
  height: 66%;
}
.top-block_images_item:nth-child(5) {
  height: 33%;
}
@media screen and (max-width: 1024px) {
  .top-block_images_item:nth-child(5) {
    display: none;
  }
}
.top-block_images_item:nth-child(6) {
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .top-block_images_item:nth-child(6) {
    display: none;
  }
}
.top-block_images_item > img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center;
}
.top-block_info {
  z-index: 2;
}
@media screen and (max-width: 1920px) {
  .top-block_info {
    margin-top: 24rem;
  }
}
@media screen and (max-width: 360px) {
  .top-block_info {
    margin-top: unset;
  }
}
.top-block_info_description {
  color: var(--black, #1D1D1D);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 24px;
  width: 590px;
}
@media screen and (max-width: 1920px) {
  .top-block_info_description {
    width: 590rem;
    margin-top: 24rem;
    font-size: 20rem;
    line-height: 24rem;
  }
}
@media screen and (max-width: 360px) {
  .top-block_info_description {
    width: 100%;
    font-size: 17rem;
    line-height: 20rem;
  }
}
.top-block_buttons {
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 1024px) {
  .top-block_buttons {
    justify-content: unset;
  }
  .top-block_buttons > *:first-child {
    margin-right: 20rem;
  }
}
@media screen and (max-width: 360px) {
  .top-block_buttons {
    margin-right: unset;
    flex-wrap: wrap;
  }
  .top-block_buttons > *:first-child {
    margin-bottom: 14rem;
    margin-top: 35rem;
    margin-right: unset;
  }
  .top-block_buttons > .btn {
    width: 100%;
  }
}

.practise {
  padding-top: 75px;
}
@media screen and (max-width: 1920px) {
  .practise {
    padding-top: 75rem;
  }
}
.practise > h2 {
  width: 400px;
  color: var(--black, #1D1D1D);
  margin-bottom: 50px;
  display: inline-block;
}
@media screen and (max-width: 1920px) {
  .practise > h2 {
    width: 400rem;
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 1024px) {
  .practise > h2 {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 360px) {
  .practise > h2 {
    margin-bottom: 14rem;
    width: 100%;
  }
}
.practise_description {
  display: inline-block;
  width: 590px;
  color: var(--dark_gray, #6C6C6C);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1920px) {
  .practise_description {
    width: 590rem;
    font-size: 20rem;
    line-height: 24rem;
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 1024px) {
  .practise_description {
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 360px) {
  .practise_description {
    margin-bottom: 40rem;
    width: 100%;
    font-size: 17rem;
    line-height: 20rem;
  }
}
.practise_block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1920px) {
  .practise_block {
    gap: 20rem;
  }
}
@media screen and (max-width: 360px) {
  .practise_block {
    gap: 5rem;
  }
}
.practise_block_item {
  border-radius: 10px;
  background: var(--green_gray, #616D69);
  padding: 20px;
  width: 346px;
  height: 232px;
}
@media screen and (max-width: 1920px) {
  .practise_block_item {
    width: 346rem;
    height: 232rem;
    border-radius: 10rem;
    padding: 20rem;
  }
}
@media screen and (max-width: 360px) {
  .practise_block_item {
    width: 278rem;
    height: 277rem;
  }
}
.practise_block_item_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  padding: 10px;
  border-radius: 50%;
  background: var(--green, #6FC56A);
}
@media screen and (max-width: 1920px) {
  .practise_block_item_icon {
    width: 45rem;
    height: 45rem;
    padding: 10rem;
  }
}
.practise_block_item_icon > i {
  width: 100%;
  height: 100%;
  background: #FFF;
}
.practise_block_item > h3 {
  color: var(--white, #FFF);
  margin-top: 45px;
}
@media screen and (max-width: 1920px) {
  .practise_block_item > h3 {
    margin-top: 45rem;
  }
}
.practise_block_item_description {
  color: var(--white, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  margin-top: 9px;
}
@media screen and (max-width: 1920px) {
  .practise_block_item_description {
    margin-top: 9rem;
    font-size: 16rem;
    line-height: 19rem;
  }
}
.youtube {
  padding-top: 75px;
}
@media screen and (max-width: 1920px) {
  .youtube {
    padding-top: 75rem;
  }
}
.youtube > h2 {
  width: 400px;
  color: var(--black, #1D1D1D);
  margin-bottom: 50px;
  display: inline-block;
}
@media screen and (max-width: 1920px) {
  .youtube > h2 {
    width: 400rem;
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 1024px) {
  .youtube > h2 {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 360px) {
  .youtube > h2 {
    margin-bottom: 14rem;
    width: 100%;
  }
}
.youtube_description {
  display: inline-block;
  width: 590px;
  color: var(--dark_gray, #6C6C6C);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1920px) {
  .youtube_description {
    width: 590rem;
    font-size: 20rem;
    line-height: 24rem;
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 1024px) {
  .youtube_description {
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 360px) {
  .youtube_description {
    margin-bottom: 40rem;
    width: 100%;
    font-size: 17rem;
    line-height: 20rem;
  }
}
.youtube_block_slider {
  width: 100%;
  height: 401px;
}
@media screen and (max-width: 1920px) {
  .youtube_block_slider {
    height: 401rem;
  }
}
@media screen and (max-width: 1024px) {
  .youtube_block_slider {
    height: 248rem;
  }
}
@media screen and (max-width: 576px) {
  .youtube_block_slider {
    height: 50vw;
  }
}
.youtube_block_slider_item {
  width: 712px;
  height: 401px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 10px;
}
.youtube_block_slider_item > iframe {
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 1920px) {
  .youtube_block_slider_item {
    border-radius: 10rem;
    width: 712rem;
    height: 401rem;
    margin: 0 10rem;
  }
}
@media screen and (max-width: 1024px) {
  .youtube_block_slider_item {
    width: 441rem;
    height: 401rem;
  }
}
@media screen and (max-width: 576px) {
  .youtube_block_slider_item {
    margin: unset;
    width: 100%;
    height: 50vw;
  }
}
.youtube_block_dots {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 1920px) {
  .youtube_block_dots {
    margin-top: 40rem;
  }
}
@media screen and (max-width: 1024px) {
  .youtube_block_dots {
    margin-top: 30rem;
  }
}
.youtube_block_dots_list {
  width: fit-content;
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin: 0 auto;
}
@media screen and (max-width: 1920px) {
  .youtube_block_dots_list {
    gap: 8rem;
  }
}
.youtube_block_dots_list > li {
  cursor: pointer;
}
.youtube_block_dots_list > li > .youtube_block_dots_list_item {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid var(--gray, #D5D6DA);
}
@media screen and (max-width: 1920px) {
  .youtube_block_dots_list > li > .youtube_block_dots_list_item {
    width: 10rem;
    height: 10rem;
    border: 2rem solid var(--gray, #D5D6DA);
  }
}
.youtube_block_dots_list > li.slick-active .youtube_block_dots_list_item, li:hover > .youtube_block_dots_list_item {
  border: 2px solid var(--green, #6FC56A);
  background: var(--green, #6FC56A);
}
@media screen and (max-width: 1920px) {
  .youtube_block_dots_list > li.slick-active .youtube_block_dots_list_item, li:hover > .youtube_block_dots_list_item {
    border: 2rem solid var(--green, #6FC56A);
  }
}
.invitation {
  padding: 45px 202px;
  text-align: center;
  border-radius: 20px;
  background: #F7F7F7;
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1920px) {
  .invitation {
    margin-top: 70rem;
    padding: 45rem 202rem;
    border-radius: 20rem;
  }
}
@media screen and (max-width: 1024px) {
  .invitation {
    padding: 45rem 156rem;
  }
}
@media screen and (max-width: 360px) {
  .invitation {
    padding: 29rem 20rem 39rem;
    text-align: unset;
    align-items: left;
  }
}
.invitation_h2 {
  color: var(--black, #1D1D1D);
  margin-bottom: 15px;
}
@media screen and (max-width: 1920px) {
  .invitation_h2 {
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 1024px) {
  .invitation_h2 {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 360px) {
  .invitation_h2 {
    margin-bottom: 14rem;
    font-size: 20rem;
    line-height: 24rem;
  }
}
.invitation_description {
  display: inline-block;
  text-align: center;
  width: 590px;
  color: var(--dark_gray, #6C6C6C);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1920px) {
  .invitation_description {
    width: 590rem;
    font-size: 20rem;
    line-height: 24rem;
    margin-bottom: 25rem;
  }
}
@media screen and (max-width: 360px) {
  .invitation_description {
    width: 100%;
    font-size: 17rem;
    line-height: 20rem;
    text-align: unset;
  }
}
.invitation > .btn {
  margin-bottom: 25px;
}
@media screen and (max-width: 1920px) {
  .invitation > .btn {
    margin-bottom: 25rem;
  }
}
@media screen and (max-width: 1024px) {
  .invitation > .btn {
    margin-bottom: 25rem;
  }
}
@media screen and (max-width: 360px) {
  .invitation > .btn {
    margin-bottom: 14rem;
    white-space: unset;
  }
}

.events {
  padding-top: 75px;
  width: 100%;
}
@media screen and (max-width: 1920px) {
  .events {
    padding-top: 75rem;
  }
}
@media screen and (max-width: 1024px) {
  .events {
    padding-top: 40rem;
  }
}
.events_h2 {
  width: 662px;
}
@media screen and (max-width: 1920px) {
  .events_h2 {
    width: 662rem;
  }
}
@media screen and (max-width: 360px) {
  .events_h2 {
    width: 100%;
  }
}
.events_block {
  width: 100%;
  border-radius: 20px;
  margin-top: 43px;
  height: 513px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 976px 468px;
}
@media screen and (max-width: 1920px) {
  .events_block {
    grid-template-columns: 976rem 468rem;
    border-radius: 20rem;
    margin-top: 43rem;
    height: 513rem;
  }
}
@media screen and (max-width: 1024px) {
  .events_block {
    grid-template-columns: 100%;
    grid-template-rows: 513rem 267rem;
    gap: 20rem;
    height: unset;
  }
}
@media screen and (max-width: 360px) {
  .events_block {
    grid-template-rows: 357rem 488rem;
  }
}
.events_block_slider {
  position: relative;
  overflow: hidden;
  height: inherit;
}
@media screen and (max-width: 1024px) {
  .events_block_slider {
    border-radius: 20rem;
  }
}
.events_block_slider_item {
  height: 100%;
  width: 100%;
}
.events_block_slider_item > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.events_block_slider_item_info {
  border-radius: 10px;
  background: var(--white, #FFF);
  bottom: 12px;
  left: 15px;
  right: 15px;
  position: absolute;
  display: flex;
  padding: 15px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  width: 461px;
}
@media screen and (max-width: 1920px) {
  .events_block_slider_item_info {
    width: 461rem;
    border-radius: 10rem;
    bottom: 15rem;
    left: 12rem;
    right: -12rem;
    padding: 15rem 20rem;
    gap: 10rem;
  }
}
@media screen and (max-width: 1024px) {
  .events_block_slider_item_info {
    width: 872rem;
  }
}
@media screen and (max-width: 360px) {
  .events_block_slider_item_info {
    width: 300rem;
    font-size: 17rem;
    line-height: 20rem;
  }
}
.events_block_slider_item_info > .label {
  padding: 5px 8px;
  color: var(--white, #FFF);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  border-radius: 6px;
  background: var(--green, #6FC56A);
}
@media screen and (max-width: 1920px) {
  .events_block_slider_item_info > .label {
    padding: 5rem 8rem;
    border-radius: 6rem;
    font-size: 12rem;
    line-height: 24rem;
  }
}
.events_block_slider_item_info > .description {
  color: var(--black, #1D1D1D);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (max-width: 1920px) {
  .events_block_slider_item_info > .description {
    font-size: 20rem;
    line-height: 24rem;
  }
}
@media screen and (max-width: 360px) {
  .events_block_slider_item_info > .description {
    font-size: 17rem;
    line-height: 20rem;
  }
}
.events_block_nav {
  display: grid;
  background: var(--green_gray, #616D69);
  grid-template-rows: repeat(4, 106px);
  gap: 17px;
  padding: 16px 28px 18px 16px;
  height: 100%;
}
@media screen and (max-width: 1920px) {
  .events_block_nav {
    padding: 16rem 28rem 18rem 16rem;
    grid-template-rows: repeat(4, 106rem);
    gap: 17rem;
  }
}
@media screen and (max-width: 1024px) {
  .events_block_nav {
    gap: 20rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    border-radius: 20rem;
    padding: 16rem;
  }
}
@media screen and (max-width: 360px) {
  .events_block_nav {
    padding: 12rem;
    grid-template-rows: repeat(4, 108rem);
    grid-template-columns: 100%;
    gap: 12rem;
  }
}
.events_block_nav_item {
  cursor: pointer;
  display: flex;
}
@media screen and (max-width: 1920px) {
  .events_block_nav_item {
    height: 106rem;
  }
}
.events_block_nav_item_img {
  flex: 1 0 auto;
  overflow: hidden;
  border-radius: 6px;
  width: 145px;
  height: 100%;
}
@media screen and (max-width: 1920px) {
  .events_block_nav_item_img {
    width: 145rem;
    border-radius: 6rem;
  }
}
.events_block_nav_item_img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.events_block_nav_item_info {
  width: 100%;
  padding-left: 12px;
}
@media screen and (max-width: 1920px) {
  .events_block_nav_item_info {
    padding-left: 12rem;
  }
}
.events_block_nav_item_info > .label {
  border-radius: 6px;
  background: var(--white, #FFF);
  color: var(--black, #1D1D1D);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 0 6px;
  width: fit-content;
}
@media screen and (max-width: 1920px) {
  .events_block_nav_item_info > .label {
    border-radius: 6rem;
    font-size: 12rem;
    line-height: 24rem;
    padding: 0 6rem;
  }
}
.events_block_nav_item_info > .description {
  overflow: hidden;
  color: var(--white, #FFF);
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  margin-top: 8px;
}
@media screen and (max-width: 1920px) {
  .events_block_nav_item_info > .description {
    font-size: 16rem;
    line-height: 19rem;
    margin-top: 8rem;
  }
}
@media screen and (max-width: 360px) {
  .events_block_nav_item_info > .description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
  }
}
.events_list {
  padding-top: 30px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1920px) {
  .events_list {
    padding-top: 30rem;
    gap: 20rem;
  }
}
@media screen and (max-width: 1024px) {
  .events_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 360px) {
  .events_list {
    grid-template-columns: unset;
    gap: 30rem;
  }
}
.events_list_item {
  display: flex;
  width: 346px;
  height: 420px;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 15px;
}
@media screen and (max-width: 1920px) {
  .events_list_item {
    width: 346rem;
    height: 420rem;
    padding-bottom: 15rem;
  }
}
@media screen and (max-width: 1024px) {
  .events_list_item {
    width: 288rem;
    height: 420rem;
  }
}
@media screen and (max-width: 360px) {
  .events_list_item {
    width: 324rem;
    height: 345rem;
  }
}
.events_list_item_img {
  height: 274px;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1920px) {
  .events_list_item_img {
    border-radius: 10rem;
    height: 274rem;
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 1024px) {
  .events_list_item_img {
    height: 274rem;
  }
}
.events_list_item_img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.events_list_item_label {
  margin-bottom: 10px;
  border-radius: 6px;
  background: var(--green, #6FC56A);
  padding: 5px 8px;
  color: var(--white, #FFF);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
@media screen and (max-width: 1920px) {
  .events_list_item_label {
    margin-bottom: 10rem;
    border-radius: 6rem;
    padding: 5rem 8rem;
    font-size: 12rem;
    line-height: 24rem;
  }
}
.events_list_item > a {
  color: var(--black, #1D1D1D);
}
.events_list_item > a:hover {
  text-decoration: underline;
}
.events_list_item > a > h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}
@media screen and (max-width: 360px) {
  .events_list_item > a > h3 {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}

article {
  padding-top: 50px;
  border-bottom: 1px solid var(--gray, #D5D6DA);
}
@media screen and (max-width: 1920px) {
  article {
    padding-top: 50rem;
    border-bottom: 1rem solid var(--gray, #D5D6DA);
  }
}
@media screen and (max-width: 1024px) {
  article {
    padding-top: 47rem;
  }
}
@media screen and (max-width: 360px) {
  article {
    padding-top: 40rem;
  }
}
article > h1 {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  article > h1 {
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 360px) {
  article > h1 {
    text-align: left;
    margin-bottom: 24rem;
  }
}
article > .main-img {
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  height: 515px;
}
@media screen and (max-width: 1920px) {
  article > .main-img {
    border-radius: 20rem;
    height: 515rem;
  }
}
@media screen and (max-width: 1024px) {
  article > .main-img {
    height: 487rem;
  }
}
@media screen and (max-width: 360px) {
  article > .main-img {
    height: 175rem;
  }
}
article > .main-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
article > .description {
  padding: 40px 123px;
}
@media screen and (max-width: 1920px) {
  article > .description {
    padding: 40rem 123rem;
  }
}
@media screen and (max-width: 1024px) {
  article > .description {
    padding: 40rem 153rem;
  }
}
@media screen and (max-width: 360px) {
  article > .description {
    padding: 32rem 0;
  }
}
article p {
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  article p {
    margin-bottom: 20rem;
  }
}

.photos {
  padding-top: 75px;
  width: 100%;
}
@media screen and (max-width: 1920px) {
  .photos {
    padding-top: 75rem;
  }
}
@media screen and (max-width: 1024px) {
  .photos {
    padding-top: 70rem;
  }
}
.photos_h2 {
  width: 472px;
  margin-bottom: 55px;
}
@media screen and (max-width: 1920px) {
  .photos_h2 {
    width: 472rem;
    margin-bottom: 55rem;
  }
}
@media screen and (max-width: 1024px) {
  .photos_h2 {
    margin-bottom: 47rem;
  }
}
@media screen and (max-width: 360px) {
  .photos_h2 {
    margin-bottom: 30rem;
    width: 100%;
  }
}
.photos_block {
  display: grid;
  grid-template-columns: repeat(3, 468px);
  grid-template-rows: repeat(4, 144px);
  gap: 20px;
}
@media screen and (max-width: 1920px) {
  .photos_block {
    gap: 20rem;
    grid-template-columns: repeat(3, 468rem);
    grid-template-rows: repeat(4, 144rem);
  }
}
@media screen and (max-width: 1024px) {
  .photos_block {
    gap: 19rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 290rem 290rem 80rem;
  }
}
@media screen and (max-width: 360px) {
  .photos_block {
    grid-template-columns: 170rem 230rem;
    grid-template-rows: 230rem 59rem;
    gap: 20rem;
  }
}
.photos_block_item {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1920px) {
  .photos_block_item {
    border-radius: 10rem;
  }
}
.photos_block_item:nth-child(1) {
  grid-area: 1/1/5/2;
}
@media screen and (max-width: 1024px) {
  .photos_block_item:nth-child(1) {
    grid-area: 1/1/3/2;
  }
}
@media screen and (max-width: 360px) {
  .photos_block_item:nth-child(1) {
    grid-area: unset;
  }
}
.photos_block_item:nth-child(2) {
  grid-area: 1/2/3/3;
}
@media screen and (max-width: 1024px) {
  .photos_block_item:nth-child(2) {
    grid-area: 1/2/2/3;
  }
}
@media screen and (max-width: 360px) {
  .photos_block_item:nth-child(2) {
    grid-area: unset;
  }
}
.photos_block_item:nth-child(3) {
  grid-area: 3/2/5/3;
}
@media screen and (max-width: 1024px) {
  .photos_block_item:nth-child(3) {
    grid-area: 2/2/3/3;
  }
}
@media screen and (max-width: 360px) {
  .photos_block_item:nth-child(3) {
    display: none;
  }
}
.photos_block_item:nth-child(4) {
  grid-area: 1/3/4/4;
}
@media screen and (max-width: 1024px) {
  .photos_block_item:nth-child(4) {
    display: none;
  }
}
.photos_block_item:nth-child(5) {
  grid-area: 4/3/5/4;
  background: var(--green_gray, #616D69);
}
@media screen and (max-width: 1024px) {
  .photos_block_item:nth-child(5) {
    grid-area: 3/1/4/3;
  }
}
@media screen and (max-width: 360px) {
  .photos_block_item:nth-child(5) {
    grid-area: unset;
    width: 324rem;
  }
}
.photos_block_item:nth-child(5) > a {
  color: var(--white, #FFF);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
  align-items: center;
  justify-content: center;
  display: flex;
}
@media screen and (max-width: 1920px) {
  .photos_block_item:nth-child(5) > a {
    font-size: 30rem;
    line-height: 36rem;
  }
}
@media screen and (max-width: 360px) {
  .photos_block_item:nth-child(5) > a {
    font-size: 20rem;
    line-height: 24rem;
  }
}
.photos_block_item:nth-child(5) > a > i {
  width: 24px;
  height: 25px;
  background: var(--white, #FFF);
  margin-top: 17px;
}
@media screen and (max-width: 1920px) {
  .photos_block_item:nth-child(5) > a > i {
    width: 24rem;
    height: 25rem;
    margin-top: 17rem;
  }
}
@media screen and (max-width: 360px) {
  .photos_block_item:nth-child(5) > a > i {
    margin-top: unset;
  }
}
.photos_block_item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.map {
  padding-top: 75px;
  width: 100%;
}
@media screen and (max-width: 1920px) {
  .map {
    padding-top: 75rem;
  }
}
@media screen and (max-width: 1024px) {
  .map {
    padding-top: 70rem;
  }
}
.map_h2 {
  margin-bottom: 55px;
}
@media screen and (max-width: 1920px) {
  .map_h2 {
    margin-bottom: 55rem;
  }
}
@media screen and (max-width: 1024px) {
  .map_h2 {
    margin-bottom: 47rem;
  }
}
@media screen and (max-width: 360px) {
  .map_h2 {
    margin-bottom: 30rem;
  }
}
.map_block {
  height: 559px;
  width: 100%;
  border-radius: 20px;
  background: var(--light_blue, #F7FBFC);
  display: grid;
  grid-template-columns: auto 395px;
}
@media screen and (max-width: 1920px) {
  .map_block {
    height: 559rem;
    border-radius: 20rem;
    grid-template-columns: auto 395rem;
  }
}
@media screen and (max-width: 1024px) {
  .map_block {
    height: 543rem;
    grid-template-columns: auto 365rem;
  }
}
@media screen and (max-width: 360px) {
  .map_block {
    transform: scaleX(1.11);
    width: 100%;
    display: block;
    position: relative;
    border-radius: 20rem 20rem 0 0;
  }
}
.map_block_item {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.map_block_item_frame {
  position: relative;
  transform: scale(1.5);
  width: 2402px;
  height: 2976.501px;
}
@media screen and (max-width: 1920px) {
  .map_block_item_frame {
    width: 2402rem;
    height: 2976.501rem;
  }
}
@media screen and (max-width: 360px) {
  .map_block_item_frame {
    width: 480rem;
    height: 594rem;
  }
}
.map_block_item_frame > svg {
  width: 100%;
  height: 100%;
}
.map_block_item_frame > img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 360px) {
  .map_block_item_frame > img {
    transform: translate(0%, -21%);
  }
}
.map_block_item_frame .point {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  background: var(--white, #FFF);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.665) translate(-36%, 0%);
}
@media screen and (max-width: 1920px) {
  .map_block_item_frame .point {
    width: 30rem;
    height: 30rem;
  }
}
@media screen and (max-width: 360px) {
  .map_block_item_frame .point {
    transform: scale(0.665) translate(-75%, -630%);
  }
}
.map_block_item_frame .point.active {
  z-index: 1000 !important;
  background: var(--green, #6FC56A);
}
.map_block_item_frame .point.active > i {
  background: var(--white, #FFF);
}
.map_block_item_frame .point.active > .point_label {
  display: grid;
}
.map_block_item_frame .point > i {
  width: 14px;
  height: 14px;
  background: var(--green, #6FC56A);
}
@media screen and (max-width: 1920px) {
  .map_block_item_frame .point > i {
    width: 14rem;
    height: 14rem;
  }
}
.map_block_item_frame .point_label {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--white, #FFF);
  display: none;
  border-radius: 4px;
  height: 29px;
  grid-template-columns: 25px auto;
  gap: 3px;
  padding: 2px 10px 2px 5px;
  align-items: center;
}
@media screen and (max-width: 1920px) {
  .map_block_item_frame .point_label {
    top: -35rem;
    border-radius: 4rem;
    height: 29rem;
    grid-template-columns: 25rem auto;
    gap: 3rem;
    padding: 2rem 10rem 2rem 5rem;
  }
}
.map_block_item_frame .point_label > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.map_block_item_frame .point_label > span {
  color: var(--black, #1D1D1D);
  font-size: 12px;
  white-space: nowrap;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}
@media screen and (max-width: 1920px) {
  .map_block_item_frame .point_label > span {
    font-size: 12rem;
    line-height: 14rem;
  }
}
.map_block_scroll {
  overflow-y: auto;
  /* полоса прокрутки (скроллбар) */
  /* ползунок скроллбара */
  /* Стрелки */
  height: 539px;
  padding: 20px;
  margin: 10px 10px 10px 0;
  border-radius: 10px;
  background: var(--white, #FFF);
}
.map_block_scroll::-webkit-scrollbar {
  width: 4px;
  /* ширина для вертикального скролла */
  height: 100%;
  /* высота для горизонтального скролла */
  background-color: #EDEDED;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.map_block_scroll::-webkit-scrollbar-track {
  background-color: #EDEDED;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.map_block_scroll::-webkit-scrollbar-thumb {
  background-color: #6C6C6C;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.map_block_scroll::-webkit-scrollbar-thumb:hover {
  background-color: #6C6C6C;
}
.map_block_scroll::-webkit-scrollbar-button:vertical:start:decrement {
  background-color: transparent;
  display: none;
}
.map_block_scroll::-webkit-scrollbar-button:vertical:end:increment {
  background-color: transparent;
  display: none;
}
.map_block_scroll::-webkit-scrollbar-button:horizontal:start:decrement {
  background-color: transparent;
  display: none;
}
.map_block_scroll::-webkit-scrollbar-button:horizontal:end:increment {
  background-color: transparent;
  display: none;
}
@media screen and (max-width: 1920px) {
  .map_block_scroll {
    margin: 10rem 10rem 10rem 0;
    height: 539rem;
    padding: 20rem;
    border-radius: 10rem;
  }
}
@media screen and (max-width: 360px) {
  .map_block_scroll {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    width: 340rem;
    height: 338rem;
    padding: 12rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 8rem;
    flex-shrink: 0;
    margin: 0 10rem 10rem 10rem;
  }
}
.map_block_scroll_item {
  cursor: pointer;
  margin-bottom: 10px;
  border-radius: 10px;
  background: var(--light_gray, #F7F7F7);
  height: 83px;
  padding: 10px;
  display: grid;
  column-gap: 10px;
  grid-template-columns: 111px auto;
  grid-template-rows: 1fr 1fr;
  border: 1px solid var(--light_gray, #F7F7F7);
}
@media screen and (max-width: 1920px) {
  .map_block_scroll_item {
    margin-bottom: 10rem;
    border-radius: 10rem;
    height: 83rem;
    column-gap: 10rem;
    padding: 10rem;
    grid-template-columns: 111rem auto;
    border: 1rem solid var(--light_gray, #F7F7F7);
  }
}
@media screen and (max-width: 360px) {
  .map_block_scroll_item {
    margin-bottom: unset;
  }
}
.map_block_scroll_item_img {
  grid-area: 1/1/3/2;
  width: 100%;
  height: 100%;
}
.map_block_scroll_item_img > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.map_block_scroll_item_title {
  align-self: self-end;
}
.map_block_scroll_item_city {
  align-self: self-start;
  font-weight: 400;
}
.map_block_scroll_item.active, .map_block_scroll_item:hover {
  border: 1px solid var(--green, #6FC56A);
}

.partners {
  padding-top: 75px;
  padding-bottom: 70px;
  width: 100%;
}
@media screen and (max-width: 1920px) {
  .partners {
    padding-top: 75rem;
    padding-bottom: 70rem;
  }
}
@media screen and (max-width: 1024px) {
  .partners {
    padding-top: 70rem;
    padding-bottom: 70rem;
  }
}
@media screen and (max-width: 360px) {
  .partners {
    padding-bottom: 65rem;
  }
}
.partners_h2 {
  width: 472px;
  margin-bottom: 55px;
}
@media screen and (max-width: 1920px) {
  .partners_h2 {
    width: 472rem;
    margin-bottom: 55rem;
  }
}
@media screen and (max-width: 1024px) {
  .partners_h2 {
    margin-bottom: 47rem;
  }
}
@media screen and (max-width: 360px) {
  .partners_h2 {
    margin-bottom: 30rem;
    width: 100%;
  }
}
.partners_block_slider {
  height: 155px;
}
@media screen and (max-width: 1920px) {
  .partners_block_slider {
    height: 155rem;
  }
}
.partners_block_slider_item {
  margin: 0 10px;
  height: inherit;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid var(--gray2, #E9E9E9);
}
@media screen and (max-width: 1920px) {
  .partners_block_slider_item {
    margin: 0 10rem;
    padding: 10rem;
  }
}
@media screen and (max-width: 360px) {
  .partners_block_slider_item {
    margin: 0 5rem;
  }
}
.partners_block_slider_item > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.partners_block_dots {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 1920px) {
  .partners_block_dots {
    margin-top: 40rem;
  }
}
@media screen and (max-width: 1024px) {
  .partners_block_dots {
    margin-top: 30rem;
  }
}
.partners_block_dots_list {
  width: fit-content;
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin: 0 auto;
}
@media screen and (max-width: 1920px) {
  .partners_block_dots_list {
    gap: 8rem;
  }
}
.partners_block_dots_list > li {
  cursor: pointer;
}
.partners_block_dots_list > li > .partners_block_dots_list_item {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid var(--gray, #D5D6DA);
}
@media screen and (max-width: 1920px) {
  .partners_block_dots_list > li > .partners_block_dots_list_item {
    width: 10rem;
    height: 10rem;
    border: 2rem solid var(--gray, #D5D6DA);
  }
}
.partners_block_dots_list > li.slick-active .partners_block_dots_list_item, li:hover > .partners_block_dots_list_item {
  border: 2px solid var(--green, #6FC56A);
  background: var(--green, #6FC56A);
}
@media screen and (max-width: 1920px) {
  .partners_block_dots_list > li.slick-active .partners_block_dots_list_item, li:hover > .partners_block_dots_list_item {
    border: 2rem solid var(--green, #6FC56A);
  }
}
.slick-list {
  height: inherit;
}

.slick-track {
  height: inherit;
}

.title-block {
  height: 249px;
  padding: 41px 0;
  align-items: end;
  display: flex;
}
@media screen and (max-width: 1920px) {
  .title-block {
    height: 249rem;
    padding: 41rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .title-block {
    height: 193rem;
    padding: 55rem 0;
  }
}
@media screen and (max-width: 360px) {
  .title-block {
    height: 148rem;
    padding: 24rem 0 32rem 0;
  }
}

.comments {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1920px) {
  .comments {
    padding-top: 70rem;
    padding-bottom: 70rem;
    gap: 12rem;
  }
}
.comments > h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1920px) {
  .comments > h2 {
    margin-bottom: 30rem;
  }
}
.comments_item {
  display: grid;
  align-items: flex-start;
  border-radius: 20px;
  padding: 24px 24px 32px 24px;
  background: var(--light_gray, #F7F7F7);
  grid-template-columns: 80px auto;
  grid-template-rows: auto 24px 24px;
  column-gap: 24px;
}
@media screen and (max-width: 1920px) {
  .comments_item {
    grid-template-columns: 80rem auto;
    grid-template-rows: auto 24rem 24rem;
    border-radius: 20rem;
    padding: 24rem 24rem 32rem 24rem;
    column-gap: 24rem;
  }
}
@media screen and (max-width: 360px) {
  .comments_item {
    grid-template-columns: 45rem auto;
    grid-template-rows: auto 24rem 24rem;
    padding: 16rem;
    column-gap: unset;
    column-gap: 14rem;
  }
}
.comments_item_img {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: var(--green, #6FC56A);
  padding: 21px;
  grid-area: 1/1/4/2;
}
@media screen and (max-width: 1920px) {
  .comments_item_img {
    padding: 21rem;
  }
}
@media screen and (max-width: 360px) {
  .comments_item_img {
    grid-area: 2/1/4/2;
    height: 45rem;
    padding: 11rem;
  }
}
.comments_item_img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.comments_item_text {
  grid-area: 1/2/2/3;
  color: var(--black, #1D1D1D);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .comments_item_text {
    font-size: 20rem;
    line-height: 24rem;
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 360px) {
  .comments_item_text {
    grid-area: 1/1/2/3;
    font-size: 18rem;
    line-height: 24rem;
    margin-bottom: 14rem;
  }
}
.comments_item_name {
  grid-area: 2/2/3/3;
  color: var(--black, #1D1D1D);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  align-self: self-start;
}
@media screen and (max-width: 1920px) {
  .comments_item_name {
    font-size: 20rem;
    line-height: 24rem;
  }
}
@media screen and (max-width: 360px) {
  .comments_item_name {
    font-size: 18rem;
    align-self: self-end;
    margin-bottom: unset;
  }
}
.comments_item_date {
  align-self: self-end;
  grid-area: 3/2/4/3;
  color: var(--dark_gray, #6C6C6C);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
}
@media screen and (max-width: 1920px) {
  .comments_item_date {
    font-size: 16rem;
    line-height: 19rem;
  }
}
@media screen and (max-width: 360px) {
  .comments_item_date {
    grid-area: 3/2/4/3;
    font-size: 12rem;
    line-height: 17px;
    margin-bottom: unset;
  }
}

footer {
  flex: 0 0 auto;
}

.footer-top {
  padding: 45px 0 65px 0;
  display: grid;
  grid-template-columns: 712px 346px 346px;
  gap: 20px;
}
@media screen and (max-width: 1920px) {
  .footer-top {
    padding: 45rem 0 65rem 0;
    grid-template-columns: 712rem 346rem 346rem;
    gap: 20rem;
  }
}
@media screen and (max-width: 1024px) {
  .footer-top {
    padding: 45rem 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 360px) {
  .footer-top {
    grid-template-rows: repeat(3, auto);
    grid-template-columns: 100%;
    gap: 20rem;
    padding: 41rem 0 40rem 0;
  }
}
.footer-top > * {
  border-radius: 10px;
  background: #FFF;
}
@media screen and (max-width: 1920px) {
  .footer-top > * {
    border-radius: 10rem;
  }
}
.footer-top_icons {
  text-align: center;
  padding: 39px 176px 41px;
}
@media screen and (max-width: 1920px) {
  .footer-top_icons {
    padding: 39rem 176rem 41rem;
  }
}
@media screen and (max-width: 1024px) {
  .footer-top_icons {
    grid-column: 1/span 2;
    padding: 39rem 271rem 41rem;
  }
}
@media screen and (max-width: 360px) {
  .footer-top_icons {
    padding: 39rem 18rem;
    grid-column: 1;
  }
}
.footer-top_icons_logo {
  height: 65px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .footer-top_icons_logo {
    height: 65rem;
    margin-bottom: 20rem;
  }
}
.footer-top_icons_logo > img {
  height: inherit;
  width: auto;
}
.footer-top_icons > .btn {
  white-space: unset !important;
}
.footer-top_icons_icons {
  display: flex;
  flex-wrap: wrap;
  width: 360px;
  justify-content: space-between;
  margin: 41px auto;
}
@media screen and (max-width: 1920px) {
  .footer-top_icons_icons {
    width: 360rem;
    margin: 41rem auto;
  }
}
@media screen and (max-width: 360px) {
  .footer-top_icons_icons {
    justify-content: space-evenly;
    width: 100%;
    margin: 45rem auto 0;
  }
}
@media screen and (max-width: 360px) {
  .footer-top_icons_icons a {
    margin: 14rem;
  }
}
.footer-top_icons_icons a > i {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1920px) {
  .footer-top_icons_icons a > i {
    width: 40rem;
    height: 40rem;
  }
}
.footer-top_attach {
  display: flex;
  flex-direction: column;
  padding: 18px 20px 16px;
}
@media screen and (max-width: 1920px) {
  .footer-top_attach {
    padding: 18rem 20rem 16rem;
  }
}
.footer-top_attach_links {
  margin-top: 20px;
  flex: 1 0 auto;
}
@media screen and (max-width: 1920px) {
  .footer-top_attach_links {
    margin-top: 20rem;
  }
}
.footer-top_attach_links > a {
  display: flex;
  align-items: center;
}
.footer-top_attach_links > a:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (max-width: 1920px) {
  .footer-top_attach_links > a:not(:last-child) {
    margin-bottom: 25rem;
  }
}
.footer-top_attach_links > a > i {
  flex: 0 0 39rem;
  width: 39px;
  height: 39px;
}
@media screen and (max-width: 1920px) {
  .footer-top_attach_links > a > i {
    width: 39rem;
    height: 39rem;
  }
}
.footer-top_attach_links > a:hover > span {
  text-decoration: underline;
}
.footer-top_attach_links > a > span {
  margin-left: 16px;
  color: #1D1D1D;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
@media screen and (max-width: 1920px) {
  .footer-top_attach_links > a > span {
    margin-left: 16rem;
    font-size: 15rem;
    line-height: 18rem;
  }
}
.footer-top_attach > .link {
  margin-top: 42px;
}
@media screen and (max-width: 1920px) {
  .footer-top_attach > .link {
    margin-top: 42rem;
  }
}
.footer-top_menu {
  display: flex;
  flex-direction: column;
  padding: 18px 20px 16px;
}
.footer-top_menu_links {
  margin-top: 20px;
  flex: 1 0 auto;
}
@media screen and (max-width: 1920px) {
  .footer-top_menu_links {
    margin-top: 20rem;
  }
}
.footer-top_menu_links_item > a, .footer-top_menu_links_item > span {
  position: relative;
  display: inline-block;
  color: #1D1D1D;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.footer-top_menu_links_item > a:not(:last-child), .footer-top_menu_links_item > span:not(:last-child) {
  margin-bottom: 3px;
}
@media screen and (max-width: 1920px) {
  .footer-top_menu_links_item > a:not(:last-child), .footer-top_menu_links_item > span:not(:last-child) {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 1920px) {
  .footer-top_menu_links_item > a, .footer-top_menu_links_item > span {
    font-size: 17rem;
    line-height: 24rem;
  }
}
.footer-top_menu_links_item:hover > a, .footer-top_menu_links_item.active > a {
  text-decoration: underline;
}
.footer-top_menu_links_item.has-children {
  position: relative;
}
.footer-top_menu_links_item.has-children > span:after {
  content: "";
  background-image: url("../images/icons/arrow-bottom.svg");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  right: -21px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1920px) {
  .footer-top_menu_links_item.has-children > span:after {
    width: 16rem;
    height: 16rem;
    right: -21rem;
    background-size: 16rem 16rem;
  }
}
.footer-top_menu_links_item.has-children:hover > span:after {
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 360px) {
  .footer-top_menu_links_item.has-children:hover > span:after {
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 360px) {
  .footer-top_menu_links_item.has-children.active > span:after {
    transform: translateY(-50%) rotate(180deg);
  }
}
.footer-top_menu_links_item_children-list {
  overflow: hidden;
  display: none;
  z-index: 100;
  position: absolute;
  bottom: -103px;
  left: 0;
  border-radius: 0px 0px 6px 6px;
  background: #FFF;
  box-shadow: 0px 17px 14.2px -10px rgba(79, 79, 79, 0.2);
}
@media screen and (max-width: 1920px) {
  .footer-top_menu_links_item_children-list {
    border-radius: 0 0 6rem 6rem;
    bottom: -103rem;
  }
}
.footer-top_menu_links_item_children-list_item {
  width: 100%;
  display: block;
  padding: 14px 20px;
}
@media screen and (max-width: 1920px) {
  .footer-top_menu_links_item_children-list_item {
    padding: 14rem 20rem;
  }
}
.footer-top_menu_links_item_children-list_item > a {
  color: #1D1D1D;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (max-width: 1920px) {
  .footer-top_menu_links_item_children-list_item > a {
    font-size: 17rem;
    line-height: 24rem;
  }
}
.footer-top_menu_links_item_children-list_item:hover, .footer-top_menu_links_item_children-list_item.active {
  background: #F7F7F7;
}
.footer-top_menu_links_item.has-children:hover .footer-top_menu_links_item_children-list {
  display: block;
}
@media screen and (max-width: 360px) {
  .footer-top_menu_links_item.has-children:hover .footer-top_menu_links_item_children-list {
    display: none;
  }
}
.footer-botton {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 42px 35px 42px 0;
}
.footer-botton_left {
  color: #6C6C6C;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  width: 654px;
}
@media screen and (max-width: 1920px) {
  .footer-botton_left {
    font-size: 12rem;
    line-height: 17rem;
    width: 654rem;
  }
}
@media screen and (max-width: 1024px) {
  .footer-botton_left {
    width: 442rem;
  }
}
@media screen and (max-width: 360px) {
  .footer-botton_left {
    width: 100%;
  }
}
.footer-botton_right {
  height: 47px;
}
@media screen and (max-width: 1920px) {
  .footer-botton_right {
    height: 47rem;
  }
}
@media screen and (max-width: 360px) {
  .footer-botton_right {
    width: 100%;
    margin-top: 16rem;
    margin-bottom: 27rem;
    display: flex;
    justify-content: space-between;
  }
}
.footer-botton_right_img {
  display: inline-block;
  margin-left: 55px;
  height: inherit;
}
.footer-botton_right_img > img {
  height: inherit;
  width: auto;
}
@media screen and (max-width: 1920px) {
  .footer-botton_right_img {
    margin-left: 55rem;
  }
}
@media screen and (max-width: 1024px) {
  .footer-botton_right_img:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 360px) {
  .footer-botton_right_img {
    margin-left: unset;
  }
}
@media screen and (max-width: 1920px) {
  .footer-botton {
    padding: 42rem 35rem 42rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .footer-botton {
    padding: 32rem 35rem 25rem 0;
  }
}
@media screen and (max-width: 360px) {
  .footer-botton {
    padding: 46rem 0 27rem 0;
    flex-wrap: wrap;
  }
}

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