@charset "UTF-8";

#main-menu .accordion .accordion_item:first-child .accordion_trigger {
  padding-right: 21vw;
  position: relative;
}

#main-menu .accordion .accordion_item:first-child .accordion_trigger:after {
  content: "";
  display: block;
  width: 3.55vw;
  height: 3.55vw;
  right: 3.055vw;
  top: 5vw;
  position: absolute;
  background-image: url("../../img/acardeon_hide.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer;
}

#main-menu .accordion .accordion_item:first-child .accordion_toggle:checked ~ .accordion_trigger {
  padding-right: 21vw;
}

#main-menu .accordion .accordion_item:first-child .accordion_toggle:checked ~ .accordion_trigger:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  content: "";
  display: block;
  width: 3.55vw;
  height: 3.55vw;
  right: 3.055vw;
  top: 5vw;
  position: absolute;
  background-image: url("../../img/acardeon_hide.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}

.category_item_description {
  /**
  * Элемент label который запускает открыть/закрыть.
  */
  /* меняем цвет фона у активного переключателя */
  /**
   * эти элементы radio/checkbox всегда должны быть скрыты.
   */
  /**
  * скрытое содержание аккордеона.
  */
  /**
  * когда переключатель checked на radio/checkbox, показать содержимое аккордеона.
  */
  /* анимация при появлении блоков с содержанием */
}

.category_item_description .category_item_description_wrapper .accordion .accordion_item:first-child .accordion_trigger {
  padding-right: 21vw;
  position: relative;
}

.category_item_description .category_item_description_wrapper .accordion .accordion_item:first-child .accordion_trigger:after {
  content: "";
  display: block;
  width: 3.55vw;
  height: 3.55vw;
  right: 3.055vw;
  top: 5vw;
  position: absolute;
  background-image: url("../../img/acardeon_hide.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer;
}

.category_item_description .category_item_description_wrapper .accordion .accordion_item:first-child .accordion_toggle:checked ~ .accordion_trigger {
  padding-right: 21vw;
}

.category_item_description .category_item_description_wrapper .accordion .accordion_item:first-child .accordion_toggle:checked ~ .accordion_trigger:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  content: "";
  display: block;
  width: 3.55vw;
  height: 3.55vw;
  right: 3.055vw;
  top: 5vw;
  position: absolute;
  background-image: url("../../img/acardeon_hide.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}

.category_item_description .accordion_trigger {
  padding-right: 21vw;
  position: relative;
}

.category_item_description .accordion_trigger:after {
  content: "";
  display: block;
  width: 3.55vw;
  height: 3.55vw;
  right: 3.055vw;
  top: 1.111vw;
  position: absolute;
  background-image: url("../../img/acardeon_hide.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.category_item_description .accordion_toggle:checked ~ .accordion_trigger {
  padding-right: 21vw;
}

.category_item_description .accordion_toggle:checked ~ .accordion_trigger:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  content: "";
  display: block;
  width: 3.55vw;
  height: 3.55vw;
  right: 3.055vw;
  top: 1.111vw;
  position: absolute;
  background-image: url("../../img/acardeon_hide.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}

.category_item_description .accordion {
  margin: 0;
  margin-bottom: 0.278vw;
  padding: 0;
  list-style: none;
}

.category_item_description .accordion_item {
  border-bottom: 1px solid rgba(192, 192, 192, 0.4);
}

.category_item_description .accordion_item:first-child .accordion_trigger {
  padding: 6.111vw 3.056vw 6.111vw 3.056vw;
}

.category_item_description .accordion_item:first-child .accordion_toggle:checked ~ .accordion_trigger {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 6.111vw 3.056vw 6.111vw 3.056vw;
}

.category_item_description .accordion_item:last-of-type {
  border-bottom: none;
}

.category_item_description .accordion_trigger {
  display: block;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.736vw;
  line-height: 2.014vw;
  text-transform: uppercase;
  color: #000000;
  padding: 1.667vw 3.056vw 6.111vw 3.056vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.category_item_description .accordion_toggle:checked ~ .accordion_trigger {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 1.667vw 3.056vw 3.194vw 3.056vw;
}

.category_item_description .accordion_toggle {
  position: absolute;
  display: none;
}

.category_item_description .accordion_target {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0.069vw;
  margin: -0.069vw;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.069vw;
  background-color: rgba(0, 0, 0, 0.1);
  color: #444;
}

.category_item_description .accordion_target ul {
  width: 30%;
  max-width: 200px;
}

.category_item_description .accordion_target ul li {
  width: 100%;
  margin-top: 10px;
}

.category_item_description .accordion_target ul li a {
  text-decoration: none;
  text-transform: none;
  width: 100%;
  position: relative;
  display: block;
  outline: none;
  color: rgba(0, 0, 0, 0.5);
}

.category_item_description .accordion_target ul li a::after {
  content: " ";
  width: 17px;
  height: 17px;
  position: absolute;
  top: -3px;
  right: -15px;
  background-image: url("../img/pdf-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.category_item_description .accordion_target > p,
.category_item_description ul,
.category_item_description ol,
.category_item_description li {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.042vw;
  line-height: 1.389vw;
  color: rgba(0, 0, 0, 0.5);
}

.category_item_description .accordion_toggle:checked ~ .accordion_target {
  position: static;
  overflow: visible;
  clip: auto;
  margin: auto;
  width: auto;
  height: auto;
  padding: 0vw 3.056vw 5.694vw 3.056vw;
  /* задержка появления  функция анимации */
  -webkit-animation: fadeIn ease-in 0.5s;
  animation: fadeIn ease-in 0.5s;
}

.category_item_description .accordion_toggle:checked ~ .accordion_target ul {
  margin-top: 0;
}

.category_item_description .accordion_toggle:checked ~ .accordion_target p {
  margin: 0 0 1.513vw 0;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .category_item_description .category_item_description_wrapper .accordion .accordion_item:first-child .accordion_trigger {
    padding-right: 21vw;
    position: relative;
  }

  .category_item_description .category_item_description_wrapper .accordion .accordion_item:first-child .accordion_trigger:after {
    content: "";
    display: block;
    width: 11.733vw !important;
    height: 11.733vw !important;
    right: 5.333vw !important;
    top: 3.2vw !important;
    position: absolute;
    background-image: url("../../img/acardeon_hide.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
  }

  .category_item_description .category_item_description_wrapper .accordion .accordion_item:first-child .accordion_toggle:checked ~ .accordion_trigger {
    padding-right: 21vw;
  }

  .category_item_description .category_item_description_wrapper .accordion .accordion_item:first-child .accordion_toggle:checked ~ .accordion_trigger:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    content: "";
    display: block;
    width: 11.733vw;
    height: 11.733vw;
    right: 5.333vw;
    top: 5vw;
    position: absolute;
    background-image: url("../../img/acardeon_hide.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
  }
}
@-webkit-keyframes card-animation-hover {
  0% {
    opacity: 0;
  }

  10% {

  }

  50% {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
    color: white;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    display: none;
  }

  51% {
    display: block;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes card-animation-hover {
  0% {
    opacity: 0;
  }

  10% {

  }

  50% {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
    color: white;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    display: none;
  }

  51% {
    display: block;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  -webkit-transition-duration: 50ms;
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: .25s;
  transition-delay: .25s;
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: .35s;
  transition-delay: .35s;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: .45s;
  transition-duration: .45s;
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: .45s;
  transition-delay: .45s;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: .55s;
  transition-duration: .55s;
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: .55s;
  transition-delay: .55s;
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: .65s;
  transition-duration: .65s;
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: .65s;
  transition-delay: .65s;
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: .7s;
  transition-duration: .7s;
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: .75s;
  transition-duration: .75s;
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: .75s;
  transition-delay: .75s;
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: .85s;
  transition-duration: .85s;
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: .85s;
  transition-delay: .85s;
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: .9s;
  transition-duration: .9s;
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: .95s;
  transition-duration: .95s;
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: .95s;
  transition-delay: .95s;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  -webkit-transition-duration: 1.55s;
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  -webkit-transition-duration: 1.6s;
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  -webkit-transition-duration: 1.65s;
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  -webkit-transition-duration: 1.7s;
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  -webkit-transition-duration: 1.75s;
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  -webkit-transition-duration: 1.8s;
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  -webkit-transition-duration: 1.85s;
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  -webkit-transition-duration: 1.9s;
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  -webkit-transition-duration: 1.95s;
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  -webkit-transition-duration: 2.05s;
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  -webkit-transition-duration: 2.1s;
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  -webkit-transition-duration: 2.15s;
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  -webkit-transition-duration: 2.2s;
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  -webkit-transition-duration: 2.25s;
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  -webkit-transition-duration: 2.3s;
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  -webkit-transition-duration: 2.35s;
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  -webkit-transition-duration: 2.4s;
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  -webkit-transition-duration: 2.45s;
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  -webkit-transition-duration: 2.5s;
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  -webkit-transition-duration: 2.55s;
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  -webkit-transition-duration: 2.6s;
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  -webkit-transition-duration: 2.65s;
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  -webkit-transition-duration: 2.7s;
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  -webkit-transition-duration: 2.75s;
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  -webkit-transition-duration: 2.8s;
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  -webkit-transition-duration: 2.85s;
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  -webkit-transition-duration: 2.9s;
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  -webkit-transition-duration: 2.95s;
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  -webkit-transition-duration: 3s;
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  -webkit-transform: translate3d(-100px, 100px, 0);
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  -webkit-transform: translate3d(100px, 100px, 0);
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  -webkit-transform: translate3d(-100px, -100px, 0);
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  -webkit-transform: translate3d(100px, -100px, 0);
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

[data-aos=slide-up] {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos=flip-left] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0);
}

[data-aos=go-down] {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

[data-aos=go-down].aos-animate {
  height: auto;
  overflow: visible;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

[data-aos=height_change] {
  height: auto;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  position: relative;
}

[data-aos=height_change] > div {
  margin-top: 0.294vw;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

[data-aos=height_change].aos-animate {
  height: auto;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  position: relative;
}

[data-aos=height_change].aos-animate > div {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

[data-aos=height_change_header] {
  height: auto;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  position: relative;
  display: block;
}

[data-aos=height_change_header] > span {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

[data-aos=height_change_header].aos-animate {
  height: auto;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  position: relative;
  display: block;
}

[data-aos=height_change_header].aos-animate > span {
  -webkit-transform: translateY(15%);
  -ms-transform: translateY(15%);
  transform: translateY(15%);
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

[data-aos=zoom-in-digit] {
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 1;
}

[data-aos=zoom-in-digit].aos-animate {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 1;
}

[data-aos=change_width_border] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  overflow: hidden;
}

[data-aos=change_width_border]:before {
  display: block;
  height: 2px;
  margin-bottom: 10px;
  content: "";
  width: 100%;
  border-top: 2px solid white;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

[data-aos=change_width_border].aos-animate {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  overflow: hidden;
}

[data-aos=change_width_border].aos-animate:before {
  width: 100%;
  display: block;
  height: 2px;
  content: "";
  border-top: 2px solid white;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
#slySliderScrollbar {
  width: 100%;
  height: 2px;
  display: block;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#slySliderScrollbar .handle {
  width: 324px;
}

#slySliderScrollbar .handle .mousearea {
  width: 100%;
  z-index: 50;
  background-color: white;
  height: 2px;
}

#slySliderScrollbarTeam {
  width: 100%;
  height: 2px;
  display: block;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#slySliderScrollbarTeam .handle {
  width: 324px;
}

#slySliderScrollbarTeam .handle .mousearea {
  width: 100%;
  z-index: 50;
  background-color: white;
  height: 2px;
}
@font-face {
  font-family: 'TTCommons-Regular';
  src: url("../../fonts/TTCommons-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'gilroy-semibold';
  src: url("../../fonts/gilroy-semibold.ttf") format("truetype");
}

@font-face {
  font-family: 'TTCommons-Medium';
  src: url("../../fonts/TTCommons-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url("../../fonts/HelveticaNeue.ttf") format("truetype");
}

@font-face {
  font-family: 'TTCommons-Light';
  src: url("../../fonts/TTCommons-Light.ttf") format("truetype");
}

@font-face {
  font-family: 'TTCommons-DemiBold';
  src: url("../../fonts/TTCommons-DemiBold.ttf") format("truetype");
}

@font-face {
  font-family: 'Adamina-Regular';
  src: url("../../fonts/Adamina-Regular.ttf") format("truetype");
}

body {
  width: 100%;
  min-width: 0;
}

body textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

body.locked {
  overflow: hidden;
}

.preheader_event {
  pointer-events: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.hover_wh_to_grey {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.hover_wh_to_grey .mosaic-var {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.hover_wh_to_grey:hover {
  background-color: rgba(255, 255, 255, 0.15) !important;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition: linear background-color 0.2s;
  transition: linear background-color 0.2s;
}

.hover_wh_to_grey:hover .mosaic-var {
  color: white !important;
}

.cookie-popup {
  position: fixed;
  left: 0;
  bottom: -100%;
  width: 100%;
  background-color: #000;
  padding: 2.778vw 2.6391vw;
  z-index: 11;
  visibility: hidden;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cookie-popup.active {
  bottom: 0;
  visibility: visible;
}

.cookie-popup span {
  display: block;
  max-width: 68%;
  font-size: 1.388vw;
  line-height: 130%;
  color: #fff;
  font-family: TTCommons-Regular;
}

.cookie-popup span a {
  text-decoration: underline;
  color: #fff;
}

.cookie-popup .close-cookies {
  position: absolute;
  right: 1.2501vw;
  top: 1.04175vw;
  cursor: pointer;
  pointer-events: all;
}

.cookie-popup .close-cookies svg {
  width: 1.73625vw;
  height: 1.73625vw;
  fill: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.cookie-popup:before {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity linear .3s;
  transition: opacity linear .3s;
}

.section_btn_back_hover {
  overflow: hidden;
  border-top: none !important;
}

.section_btn_back_hover:before {
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  height: 2px;
  content: "";
  display: block;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  background-color: black;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.section_btn_back_hover:after {
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  height: 2px;
  content: "";
  display: block;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  background-color: black;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  padding-left: 15px;
}

.section_btn_back_hover a {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.section_btn_back_hover:hover:before {
  position: absolute;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  background-color: black;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.section_btn_back_hover:hover:after {
  position: absolute;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  padding-left: 4px;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.section_btn_back_hover:hover a {
  opacity: 0.7;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.section_btn_back_hover:hover a .mosaic-var {
  text-decoration: none;
}

.section_btn_back_hover:hover a .mosaic-var:after {
  display: none;
}

.hover_pink_to_bord {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.hover_pink_to_bord:hover {
  background-color: #8F263E !important;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition: linear background-color 0.3s;
  transition: linear background-color 0.3s;
}

.body_popup {
  overflow: hidden;
  position: fixed;
}

.wrapper {
  padding: 0;
  margin: 0;
  width: 100%;
}

.wrapper #main .header-hidden {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.wrapper #main .preheader {
  height: 5.139vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-box-shadow: 0px 4px 20px rgba(148, 133, 133, 0.25);
  box-shadow: 0px 4px 20px rgba(148, 133, 133, 0.25);
}

.wrapper #main .preheader .hidden_wtapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.wrapper #main .preheader .hidden_wtapper:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  position: fixed;
  height: 5.139vw;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.wrapper #main .preheader .preheader_phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 2.361vw;
}

.wrapper #main .preheader .preheader_phone .header_language {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.0416vw;
  line-height: 1.1805vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #000000;
  margin-left: 1.8055vw;
}

.wrapper #main .preheader .preheader_phone .header_language #langs a {
  color: #8F263E;
}

.wrapper #main .preheader .preheader_phone .desc {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.0416vw;
  line-height: 140.99%;
  color: #000000;
  opacity: 0.5;
  margin-right: 1.8055vw;
}

.wrapper #main .preheader .preheader_phone .phone {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.0416vw;
  line-height: 1.1805vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
}

.wrapper #main .preheader .active_menu {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #8F263E;
  z-index: 10;
  width: auto;
}

.wrapper #main .preheader .active_menu:before {
  background-color: rgba(52, 52, 52, 0.9);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  pointer-events: fill;
  z-index: -1;
  content: "";
  display: block;
}

.wrapper #main .preheader .active_menu #main-menu {
  width: auto;
  min-width: 24.861vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #8F263E;
  height: 100vh;
  overflow: auto;
}

.wrapper #main .preheader .active_menu #main-menu ul.accordion > li.accordion_item {
  position: relative;
}

.wrapper #main .preheader .active_menu #main-menu ul.accordion > li.accordion_item * {
  color: rgba(255, 255, 255, 0.6);
}

.wrapper #main .preheader .active_menu #main-menu ul.accordion > li.accordion_item .second_level li {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.0416vw;
  line-height: 1.3888vw;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.wrapper #main .preheader .active_menu #main-menu ul.accordion > li.accordion_item .second_level li a {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.wrapper #main .preheader .active_menu #main-menu ul.accordion > li.accordion_item .second_level li a:hover {
  color: white !important;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.wrapper #main .preheader .active_menu #main-menu ul.accordion > li.accordion_item .second_level li.active span {
  color: white !important;
}

.wrapper #main .preheader .active_menu #main-menu ul.accordion > li.accordion_item .accordion_toggle_menu:checked ~ .accordion_trigger_menu svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.wrapper #main .preheader .active_menu #main-menu ul.accordion > li.accordion_item .accordion_toggle_menu:checked ~ .accordion_target_menu {
  position: static;
  overflow: visible;
  clip: auto;
  margin: auto;
  width: auto;
  height: auto;
  height: auto;
  -webkit-animation: fadeIn ease-in 0.5s;
  animation: fadeIn ease-in 0.5s;
}

.wrapper #main .preheader .active_menu #main-menu ul.accordion > li.accordion_item .accordion_trigger_menu {
  position: absolute;
  right: 1.8055vw;
  top: 0.833vw;
  height: 3.472vw;
  width: 3.472vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper #main .preheader .active_menu #main-menu ul.accordion > li.accordion_item .accordion_toggle_menu {
  display: none;
}

.wrapper #main .preheader .active_menu #main-menu ul.accordion > li.accordion_item .accordion_target_menu {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0.069vw;
  margin: -0.069vw;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.069vw;
  background-color: rgba(0, 0, 0, 0.1);
  color: #444;
}

.wrapper #main .preheader .active_menu #main-menu ul.accordion > li.accordion_item .item_acardeon_menu_item a {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.wrapper #main .preheader .active_menu #main-menu ul.accordion > li.accordion_item .item_acardeon_menu_item a:hover {
  color: white;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.wrapper #main .preheader .active_menu #main-menu ul.accordion > li.active > .accordion_item {
  color: white;
}

.wrapper #main .preheader .active_menu #main-menu ul.accordion > li.active > .item_acardeon_menu_item > a {
  color: white;
}

.wrapper #main .preheader .active_menu #main-menu .mobile_header_language {
  display: none;
}

.wrapper #main .preheader .active_menu #main-menu .active_menu_cancel_btn {
  position: absolute;
  top: 1.0416vw;
  right: 1.8055vw;
  width: 3.0555vw;
  height: 3.0555vw;
  z-index: 10;
  cursor: pointer;
}

.wrapper #main .preheader .active_menu #main-menu .active_menu_cancel_btn img {
  width: 100%;
  height: 100%;
}

.wrapper #main .preheader .active_menu #main-menu .active_menu_bottom_btn {
  width: 100%;
}

.wrapper #main .preheader .active_menu #main-menu .active_menu_bottom_btn .btn {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  padding: 0;
  border: none;
}

.wrapper #main .preheader .active_menu #main-menu .active_menu_bottom_btn .btn a {
  font-family: TTCommons-Regular;
  padding: 2.4999vw 0;
  font-style: normal;
  font-weight: normal;
  font-size: 1.3888vw;
  line-height: 1.3888vw;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: block;
  background-color: #FF295A;
}

.wrapper #main .preheader .active_menu #main-menu ul {
  padding: 6.9444vw 0 0 0;
  margin: 0;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #8F263E;
}

.wrapper #main .preheader .active_menu #main-menu ul a {
  text-decoration: none;
  white-space: nowrap;
  font-family: TTCommons-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 2.361vw;
  line-height: 140.99%;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 1.388vw 0 1.388vw 2.0775vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper #main .preheader .active_menu #main-menu ul span {
  padding: 0 2.0833vw;
}

.wrapper #main .preheader .active_menu #main-menu ul li {
  font-family: TTCommons-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 2.361vw;
  line-height: 140.99%;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 1.388vw 0 1.388vw 0;
  display: block;
}

.wrapper #main .preheader .active_menu #main-menu ul li ul {
  margin: 0.416vw 0 -0.555vw 0 !important;
  padding: 0 !important;
  background-color: #8F263E;
}

.wrapper #main .preheader .active_menu #main-menu ul li ul li {
  padding: 0;
}

.wrapper #main .preheader .active_menu #main-menu ul li ul li a {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.0416vw;
  line-height: 1.3888vw;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.wrapper #main .preheader .active_menu #main-menu ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper #main .preheader .active_menu #main-menu ul li a {
  text-decoration: none;
  color: white;
  white-space: nowrap;
  padding: 0 2.0833vw;
}

.wrapper #main .preheader .active_menu #main-menu ul li ul {
  padding: 4.861vw 0;
  margin: 0;
}

.wrapper #main .preheader .active_menu #main-menu ul li ul > li.active span {
  text-decoration: none;
  color: white;
  white-space: nowrap;
  padding: 0 2.0833vw;
}

.wrapper #main .preheader .active_menu__hidden {
  display: none !important;
}

.wrapper #main .preheader .active_menu__show {
  display: block;
}

.wrapper #main .preheader .top-sandvitch-btn {
  cursor: pointer;
  width: 7.778vw;
  height: 100%;
  background-color: #8F263E;
  color: white;
  font-family: TTCommons-Regular;
  font-size: 1.04198vw;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.wrapper #main .preheader .top-sandvitch-btn .top-sandvitch-btn_title {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  z-index: 5;
}

.wrapper #main .preheader .top-sandvitch-btn:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  top: 100%;
  left: 0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.wrapper #main .preheader .top-sandvitch-btn:hover .top-sandvitch-btn_title {
  color: #8F263E;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  z-index: 5;
}

.wrapper #main .preheader .top-sandvitch-btn:hover:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  top: 3px;
  left: 0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.wrapper #main .preheader .preheader-logo {
  width: 27%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 2.64vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper #main .preheader .preheader-logo .preheader-logo__img:nth-child(1) {
  margin-right: 2.85vw;
  height: auto;
  width: 7.99vw;
}

.wrapper #main .preheader .preheader-logo .preheader-logo__img:nth-child(1) img {
  width: 7.986vw;
  height: auto;
}

.wrapper #main .preheader .preheader-logo .preheader-logo__img:nth-child(2) {
  margin-right: 1.53vw;
  width: 8.96vw;
  height: auto;
}

.wrapper #main .preheader .preheader-logo .preheader-logo__img:nth-child(2) img {
  width: 8.958vw;
  height: auto;
}

.wrapper #main .preheader .preheader-logo .preheader-logo__img:nth-child(3) {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 0.802vw;
  line-height: 93.49%;
  text-transform: uppercase;
  width: 8.96vw;
  height: auto;
  color: black;
  margin-top: 0.35vw;
}

.section-our-pluses_parrent {
  height: calc(100vh - 5.139vw);
  width: 100%;
  position: relative;
}

.section-our-pluses_parrent .section-our-pluses {
  height: 100%;
}

.section-our-pluses_parrent .section-our-pluses__item {
  width: 100%;
  height: 100%;
}

.section-our-pluses_parrent .section-our-pluses__item .section-our-pluses__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section-our-pluses_parrent .section-our-pluses__item .section-our-pluses__image .video-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.section-our-pluses_parrent .section-our-pluses__item .section-our-pluses__image .video-wrapper video {
  display: block;
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -ms-ime-align: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section-our-pluses_parrent .section-our-pluses_parrent_static_value {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 10.209vw;
  width: 15.625vw;
  background: #FF295A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.section-our-pluses_parrent .section-our-pluses_parrent_static_value a {
  text-decoration: none;
  color: white;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.389vw;
  line-height: 1.389vw;
  text-transform: uppercase;
  width: 100%;
  padding: 1.95vw 1.389vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section-our-pluses_parrent .section-our-pluses {
  width: 100%;
}

.section-our-pluses_parrent .section-our-pluses .section-our-pluses__item {
  position: relative;
}

.section-our-pluses_parrent .section-our-pluses .section-our-pluses__item .section-our-pluses__description {
  position: absolute;
  top: 14.375vw;
  left: 20vw;
  width: 60%;
  height: auto;
}

.section-our-pluses_parrent .section-our-pluses .section-our-pluses__item .section-our-pluses__description div .additional_val {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 7.639vw;
  line-height: 5.487vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #FFFFFF;
  margin-bottom: -1.25vw;
}

.section-our-pluses_parrent .section-our-pluses .section-our-pluses__item .section-our-pluses__description div .additional_cont {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 7.639vw;
  line-height: 5.487vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #FF295A;
}

.section-our-pluses_parrent .section-our-pluses .section-our-pluses__item .section-our-pluses__description div .additional_cont .hidden_element {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.section-our-pluses_parrent .section-our-pluses .section-our-pluses__item .section-our-pluses__description div .additional_cont .additional_cont_lnk {
  position: absolute;
  left: 56%;
  top: 100%;
  width: 7.64vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-our-pluses_parrent .section-our-pluses .section-our-pluses__item .section-our-pluses__description div .additional_cont .additional_cont_lnk a {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.042vw;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  line-height: 1.042;
  margin: -0.555vw auto 0 auto;
}

.section-our-pluses_parrent .section-our-pluses .section-our-pluses__item .section-our-pluses__image {
  width: 100%;
  height: 100%;
}

.section-our-pluses_parrent .section-our-pluses .section-our-pluses__item .section-our-pluses__image img {
  width: 100%;
  height: 100%;
}

.section-our-pluses_parrent .section-our-pluses .section-our-pluses__item .section-our-pluses__image::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(17, 17, 17, 0.75);
}

.section-our-pluses_parrent .section-our-pluses_parrent_menu {
  position: absolute;
  left: 20.5vw;
  bottom: 2.7778vw;
}

.section-our-pluses_parrent .section-our-pluses_parrent_menu div a {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.389vw;
  line-height: 1.945vw;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
}

.section_index-circle-products {
  width: 100%;
  padding: 5.8vw 2.778vw 6.95vw 20vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section_index-circle-products .section_index-circle-products__title {
  display: none;
}

.section_index-circle-products .section_index-circle-products__wrapper .slider_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section_index-circle-products .section_index-circle-products__wrapper .single_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 11.7368vw;
}

.section_index-circle-products .section_index-circle-products__wrapper .single_item .item_url {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}

.section_index-circle-products .section_index-circle-products__wrapper .single_item .single_item__img::before {
  padding: 0.555vw;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -0.625vw;
  left: -0.625vw;
  border: 0.069vw solid #8F263E;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.section_index-circle-products .section_index-circle-products__wrapper .single_item:hover .single_item__img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.section_index-circle-products .section_index-circle-products__wrapper .single_item:hover .single_item__img::before {
  padding: 0.555vw;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -0.625vw;
  left: -0.625vw;
  border: 0.069vw solid #8F263E;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.section_index-circle-products .section_index-circle-products__wrapper .single_item .single_item__img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  margin-bottom: 4.445vw;
  position: relative;
}

.section_index-circle-products .section_index-circle-products__wrapper .single_item .single_item__img:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.section_index-circle-products .section_index-circle-products__wrapper .single_item .single_item__img a {
  width: 100%;
  height: auto;
}

.section_index-circle-products .section_index-circle-products__wrapper .single_item .single_item__img a img {
  width: 11.11vw;
  height: 11.11vw;
}

.section_index-circle-products .section_index-circle-products__wrapper .single_item .single_item__description a {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.042vw;
  line-height: 1.181vw;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.section_about {
  width: 100%;
}

.section_about .section_about_wrapper {
  padding: 5.7vw 0 0 20vw;
  margin: 0 0 0 0;
  position: relative;
}

.section_about .section_about_wrapper .first_item {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.389vw;
  line-height: 1.945vw;
  text-transform: uppercase;
  color: #FF295A;
  margin-bottom: 1.6vw;
}

.section_about .section_about_wrapper .second_item {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: bolder;
  font-size: 4.861vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  line-height: 86.5%;
  color: #FF295A;
  margin-bottom: 5.6vw;
}

.section_about .section_about_wrapper .second_item h1 {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: bolder;
  font-size: 4.861vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  line-height: 86.5%;
  color: #FF295A;
  margin-top: 0;
  margin-bottom: 5.6vw;
}

.section_about .section_about_wrapper .section_about_item {
  margin-left: calc(-20vw + 2.77vw);
  margin-right: 20.07vw;
  height: 12.34vw;
}

.section_about .section_about_wrapper .section_about_item .section_about_item_image {
  display: none;
}

.section_about .section_about_wrapper .section_about_item:not(:first-child) {
  border-bottom: 1px solid rgba(212, 212, 212, 0.5);
}

.section_about .section_about_wrapper .section_about_item:nth-child(3) {
  border-top: 1px solid rgba(212, 212, 212, 0.5);
  border-bottom: 1px solid rgba(212, 212, 212, 0.5);
}

.section_about .section_about_wrapper .section_about_item .section_about_item_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_about .section_about_wrapper .section_about_item .section_about_item_content a,
.section_about .section_about_wrapper .section_about_item .section_about_item_content .digit {
  width: calc(20vw - 2.77vw);
  text-align: center;
  padding-top: 2.389vw;
  border-right: 1px solid rgba(212, 212, 212, 0.5);
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
}

.section_about .section_about_wrapper .section_about_item .section_about_item_content a span,
.section_about .section_about_wrapper .section_about_item .section_about_item_content .digit span {
  display: block;
  text-align: center;
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 7.638vw;
  line-height: 8.75vw;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #FF295A;
  text-decoration: none;
}

.section_about .section_about_wrapper .section_about_item .section_about_item_content .description {
  padding-left: 2.916vw;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.389vw;
  line-height: 1.945vw;
  text-transform: uppercase;
  color: #000000;
}

.section_about .section_about_wrapper .section_about_item .section_about_item_content .description p {
  margin: 0;
}

.section_about .section_about_wrapper .section_about_ankor {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20.07vw;
  height: 12.34vw;
  background-color: #FF295A;
}

.section_about .section_about_wrapper .section_about_ankor a {
  padding: 1.944vw 0.625vw 0.6944vw 1.666vw;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.389vw;
  line-height: 1.389vw;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section_about .section_about_wrapper .section_about_ankor .section_about_ankor_btn {
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 3.055vw;
  height: 3.055vw;
  background: #8F263E;
  margin: 0.09rem;
  border-radius: 50%;
}

.section_about .section_about_wrapper .section_about_ankor .section_about_ankor_btn svg {
  padding: 0.763vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.section-realized-projects_about {
  padding: 6.5vw 2.77vw 9.5vw 2.77vw !important;
}

.section-realized-projects_about .first_item_about {
  margin-bottom: 5vw !important;
}

.section-realized-projects {
  background-color: #000000;
  margin: 0;
  padding: 6vw 2.77vw 7.5vw 2.77vw;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section-realized-projects .section-our-pluses_parrent_about {
  position: absolute;
  right: 0;
  top: 0;
  width: 15.416vw;
  height: 10.208vw;
  background-color: #FF295A;
}

.section-realized-projects .section-our-pluses_parrent_about .wrapper {
  width: 100%;
  height: 100%;
}

.section-realized-projects .section-our-pluses_parrent_about .section-our-pluses_background {
  background-color: #FF295A;
}

.section-realized-projects .section-our-pluses_parrent_about a {
  padding: 1.528vw;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.389vw;
  line-height: 1.389vw;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section-realized-projects .first_item_about {
  margin-bottom: 6.944vw;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}

.section-realized-projects .first_item_about .container {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: 500;
  font-size: 4.861vw;
  line-height: 86.5%;
  text-transform: uppercase;
  color: white;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  margin-top: 0.2vw;
}

.section-realized-projects .first_item {
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}

.section-realized-projects .first_item .container {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 4.861vw;
  line-height: 86.5%;
  text-transform: uppercase;
  color: white;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  padding-top: 0.694vw;
}

.section-realized-projects .second_item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.section-realized-projects .second_item ul {
  -webkit-transform: translateX(150%);
  -ms-transform: translateX(150%);
  transform: translateX(150%);
  padding: 0;
  margin-right: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section-realized-projects .second_item ul li a {
  text-decoration: none;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.041vw;
  line-height: 1.389vw;
  text-transform: uppercase;
  color: white;
  opacity: 1;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.section-realized-projects .second_item ul li a:hover {
  opacity: 0.5;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.section-realized-projects .section-realized-projects-slider .frame {
  width: 100%;
  height: 34.72vw;
  overflow: hidden;
  position: relative;
}

.section-realized-projects .section-realized-projects-slider .frame .frame_wrapper {
  position: absolute;
  height: 100%;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.section-realized-projects .section-realized-projects-slider .frame .frame_wrapper li {
  width: 20.902vw;
  height: 30.972vw;
  margin: 0 1.66vw 0 0;
  overflow: hidden;
}

.section-realized-projects .section-realized-projects-slider .frame .frame_wrapper li .projects-slider__item {
  width: 100%;
  height: 100%;
  position: relative;
}

.section-realized-projects .section-realized-projects-slider .frame .frame_wrapper li .projects-slider__item .hover_description {
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 1.388vw;
  left: 1.389vw;
  display: block;
}

.section-realized-projects .section-realized-projects-slider .frame .frame_wrapper li .projects-slider__item .hover_description div {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: 500;
  font-size: 2.08vw;
  line-height: 2.361vw;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 80%;
  display: block;
}

.section-realized-projects .section-realized-projects-slider .frame .frame_wrapper li .projects-slider__item .hover_description div p {
  margin: 0;
  opacity: 0.5;
  text-transform: lowercase;
  font-size: 1.0416vw;
  line-height: 1.1805vw;
}

.section-realized-projects .section-realized-projects-slider .frame .frame_wrapper li .projects-slider__item .hover_block {
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  bottom: 1.388vw;
  left: 1.389vw;
  display: block;
}

.section-realized-projects .section-realized-projects-slider .frame .frame_wrapper li .projects-slider__item .hover_block div {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: 500;
  font-size: 2.08vw;
  line-height: 2.361vw;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 80%;
  display: block;
}

.section-realized-projects .section-realized-projects-slider .frame .frame_wrapper li .projects-slider__item:hover .projects-slider__item__description {
  overflow: hidden;
}

.section-realized-projects .section-realized-projects-slider .frame .frame_wrapper li .projects-slider__item:hover .projects-slider__item__description a {
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.section-realized-projects .section-realized-projects-slider .frame .frame_wrapper li .projects-slider__item:hover .hover_block {
  display: block;
}

.section-realized-projects .section-realized-projects-slider .frame .frame_wrapper li .projects-slider__item:hover .hover_block div {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.section-realized-projects .section-realized-projects-slider .frame .frame_wrapper li .projects-slider__item:hover .hover_description {
  display: block;
}

.section-realized-projects .section-realized-projects-slider .frame .frame_wrapper li .projects-slider__item:hover .hover_description div {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.section-realized-projects .section-realized-projects-slider .frame .frame_wrapper li .projects-slider__item .projects-slider__item__image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-realized-projects .section-realized-projects-slider .frame .frame_wrapper li .projects-slider__item .projects-slider__item__image a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}

.section-realized-projects .section-realized-projects-slider .frame .frame_wrapper li .projects-slider__item .projects-slider__item__image img {
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
}

.section-realized-projects .section-realized-projects-slider .frame .frame_wrapper li .projects-slider__item .projects-slider__item__image:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  opacity: 0;
  background-color: #8F263E;
}

.section-realized-projects .section-realized-projects-slider .frame .frame_wrapper li .projects-slider__item .projects-slider__item__image:hover:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  opacity: 1;
}

.section-realized-projects .section-realized-projects-slider .frame .frame_wrapper li .projects-slider__item .projects-slider__item__description {
  position: absolute;
  bottom: 1.389vw;
  left: 1.389vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.section-realized-projects .section-realized-projects-slider .frame .frame_wrapper li .projects-slider__item .projects-slider__item__description a {
  display: block;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: 500;
  font-size: 0.972vw;
  line-height: 1.389vw;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-transform: uppercase;
}

.section-realized-projects .section-our-pluses_parrent_static_value {
  position: absolute;
  right: 0;
  top: 0;
  height: 12.34vw;
  width: 20.07vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-realized-projects .section-our-pluses_parrent_static_value:hover .wrapper .section-our-pluses_background {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background-color: white;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.section-realized-projects .section-our-pluses_parrent_static_value:hover .wrapper a {
  color: black;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.section-realized-projects .section-our-pluses_parrent_static_value a {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-decoration: none;
  display: block;
  color: white;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.389vw;
  line-height: 1.389vw;
  text-transform: uppercase;
  padding: 1.95vw 6% 1.95vw 1.389vw;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.section-realized-projects .section-our-pluses_parrent_static_value .wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-realized-projects .section-our-pluses_parrent_static_value .wrapper .section-our-pluses_background {
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.15);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.section-realized-projects .section-our-pluses_parrent_static_value a {
  text-decoration: none;
  display: block;
  color: white;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.389vw;
  line-height: 1.389vw;
  text-transform: uppercase;
  width: 100%;
  padding: 1.95vw 50% 1.95vw 1.389vw;
}

.section-catalog {
  padding: 7.5vw 0 0 0;
  margin: -0.069vw 0 0 0;
  position: relative;
}

.section-catalog:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7.51vw;
  background-color: black;
}

.section-catalog .section-catalog_wrapper {
  display: block;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.section-catalog .section-catalog_wrapper .first_item {
  width: 50%;
  height: 18.472vw;
  float: left;
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 4.861vw;
  line-height: 86.5%;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-left: 2.77vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: black;
  padding-top: 0.208vw;
}

.section-catalog .section-catalog_wrapper li {
  list-style: none;
  width: 50%;
  height: 36.94vw;
}

.section-catalog .section-catalog_wrapper li:nth-child(odd) {
  float: left;
}

.section-catalog .section-catalog_wrapper li:nth-child(odd) .section-catalog__item .section-catalog__item__description a {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 1.736vw;
  line-height: 2.013vw;
  text-transform: uppercase;
  text-decoration: none;
}

.section-catalog .section-catalog_wrapper li:nth-child(even) {
  float: right;
}

.section-catalog .section-catalog_wrapper li:nth-child(even) .section-catalog__item .section-catalog__item__description a {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 1.736vw;
  line-height: 2.013vw;
  text-transform: uppercase;
  text-decoration: none;
}

.section-catalog .section-catalog_wrapper li:last-child:after {
  content: "";
  display: block;
  clear: both;
}

.section-catalog .section-catalog_wrapper li .section-catalog__item {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.section-catalog .section-catalog_wrapper li .section-catalog__item:hover .section-catalog__item__image {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0);
}

.section-catalog .section-catalog_wrapper li .section-catalog__item:hover .section-catalog__item__image:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}

.section-catalog .section-catalog_wrapper li .section-catalog__item .section-catalog__item__image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.section-catalog .section-catalog_wrapper li .section-catalog__item .section-catalog__item__image:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}

.section-catalog .section-catalog_wrapper li .section-catalog__item .section-catalog__item__image a {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.04);
}

.section-catalog .section-catalog_wrapper li .section-catalog__item .section-catalog__item__description {
  position: absolute;
  top: 2.708vw;
  left: 3.263vw;
}

.section-catalog .clearfix_float {
  height: 100%;
  width: 50%;
  display: block;
  clear: both;
  background-color: white;
}

@media (min-width: 769px) {
  .section-catalog .section-catalog_static_value {
    left: 2.77vw;
  }
}

.section-catalog .section-catalog_static_value {
  position: absolute;
  bottom: 13.402vw;
  padding-bottom: 0.694vw;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  overflow: hidden;
}

.section-catalog .section-catalog_static_value:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color: black;
}

.section-catalog .section-catalog_static_value:hover {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.section-catalog .section-catalog_static_value:hover:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.section-catalog .section-catalog_static_value a {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.041vw;
  line-height: 1.18vw;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
}

.section_academia {
  margin-top: 12.5vw;
}

.section_academia .section_academia_wrapper .first_item {
  Font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.389vw;
  line-height: 1.944vw;
  text-transform: uppercase;
  color: #FF295A;
  margin-bottom: 1.805vw;
  padding-left: 20vw;
}

.section_academia .section_academia_wrapper .second_item {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: bolder;
  font-size: 4.861vw;
  line-height: 86.5%;
  text-transform: uppercase;
  color: #FF295A;
  padding-left: 20vw;
}

.section_academia .section_academia_wrapper .section_academia_item {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.041vw;
  line-height: 140.99%;
  color: #000000;
  padding: 2vw 19.861vw 4vw 50%;
}

.section_events {
  width: 100%;
  height: auto;
  padding: 5.139vw 15.416vw 14.583vw 19.931vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  position: relative;
}

.section_events .color-correct {
  background-image: url("../img/bg_events.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.section_events .color-correct::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(17, 17, 17, 0.7);
  z-index: 0;
}

.section_events .section_events_list {
  width: 100%;
  height: auto;
  z-index: 3;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section_events .section_events_list .single_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 0.9rem;
  padding-bottom: 0.694vw;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.section_events .section_events_list .single_item .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.section_events .section_events_list .single_item .wrapper .date {
  font-family: TTCommons-Regular;
  width: 20%;
  font-style: normal;
  font-weight: normal;
  font-size: 1.389vw;
  line-height: 1.944vw;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section_events .section_events_list .single_item .wrapper .date .mosaic-var {
  margin-left: 0.694vw;
}

.section_events .section_events_list .single_item .wrapper .name {
  width: 80%;
}

.section_events .section_events_list .single_item .wrapper .name a {
  display: block;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.389vw;
  line-height: 1.944vw;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  margin: auto;
  text-align: left;
}

.section_events .section_events_list .single_item .time {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.389vw;
  line-height: 1.944vw;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  width: 7.43vw;
}

.section_events .section_events_list .title {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: bolder;
  font-size: 7.638vw;
  line-height: 86.5%;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  margin-top: 10.972vw;
  position: relative;
  display: inline-block;
}

.section_events .section_events_list .title .title__lnk {
  position: absolute;
  bottom: -1.528vw;
  right: 0.278vw;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.042vw;
  line-height: 1.181vw;
  text-transform: uppercase;
  color: #FFFFFF;
  border-top: 1px solid white;
  -webkit-text-decoration: navajowhite;
  text-decoration: navajowhite;
  padding-top: 0.694vw;
  padding-right: 0.972vw;
}

.section_events .section_events_list .title span {
  -webkit-text-stroke: 1px #FFFFFF;
  color: rgba(0, 0, 0, 0);
  font-weight: 500;
}

.section_events .section_events_ankor {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15.416vw;
  height: 10.208vw;
  background-color: #FF295A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section_events .section_events_ankor a {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.389vw;
  line-height: 1.389vw;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 1.944vw 0.625vw 0.6944vw 1.666vw;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.section_events .section_events_ankor .section_events_ankor_btn {
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 3.055vw;
  height: 3.055vw;
  background: #8F263E;
  border-radius: 50%;
}

.section_events .section_events_ankor .section_events_ankor_btn .button_position svg {
  padding: 0.763vw;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section_our_team .section_our_team_content .frame_wrapper {
  padding: 0;
}

.section_our_team .section_our_team_content .frame_wrapper .frame_wrapper_contaiber {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.about_section_our_team {
  padding: 4vw 2.77vw 8.4vw 2.77vw !important;
}

.about_section_our_team .section_our_team_content .frame_wrapper {
  padding: 0;
}

.about_section_our_team .section_our_team_content .frame_wrapper .frame_wrapper_contaiber {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.about_section_our_team .section_our_team_content .frame_wrapper li {
  width: 17.222vw;
}

.about_section_our_team .section_our_team_content .frame_wrapper li .about_section_our_team_item {
  margin-top: 11vw !important;
}

.section_our_team {
  background-color: black;
  padding: 7.638vw 2.77vw 4.305vw 2.77vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section_our_team .container_header {
  padding-top: 1.16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.section_our_team .container_header .first_item {
  font-family: TTCommons-DemiBold;
  width: 50%;
  font-style: normal;
  font-weight: 500;
  font-size: 4.861vw;
  line-height: 86.5%;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
}

.section_our_team .container_header .second_item {
  width: calc(50% - 17.222vw);
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.041vw;
  line-height: 140.99%;
  color: rgba(255, 255, 255, 0.5);
}

.section_our_team .section_our_team_content {
  margin-right: -2.082vw;
}

.section_our_team .section_our_team_content .frame_wrapper {
  padding: 0;
}

.section_our_team .section_our_team_content .frame_wrapper li {
  display: inline-table;
  list-style: none;
  padding: 0 2.082vw 0 0;
  float: left;
  margin: 0;
  width: 18.263vw;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section_our_team .section_our_team_content .frame_wrapper li:last-child {
  padding: 0 2.082vw 0 0;
}

.section_our_team .section_our_team_content .frame_wrapper li .about_section_our_team_item {
  margin-top: 7.638vw;
}

.section_our_team .section_our_team_content .frame_wrapper li .about_section_our_team_item .section_our_team__image {
  width: 100%;
  height: 22.847vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.section_our_team .section_our_team_content .frame_wrapper li .about_section_our_team_item .person_name {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.389vw;
  line-height: 1.389vw;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 1.944vw;
  text-decoration: none;
  width: 100%;
  text-align: left;
  display: block;
}

.section_our_team .section_our_team_content .frame_wrapper li .about_section_our_team_item .section_our_team__description {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.041vw;
  line-height: 101.49%;
  text-align: right;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 1.944vw;
}

.section_our_team .section_our_team_content .frame_wrapper li .about_section_our_team_item img {
  width: 100%;
  height: auto;
}

.section_our_team .section_our_team_content .frame_wrapper li .section_our_team_item {
  margin-top: 14.583vw;
}

.section_our_team .section_our_team_content .frame_wrapper li .section_our_team_item .section_our_team__image img {
  width: 100%;
  height: auto;
}

.section_our_team .section_our_team_content .frame_wrapper li .section_our_team_item .person_name {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.389vw;
  line-height: 1.389vw;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 1.944vw;
  text-decoration: none;
  width: 100%;
  text-align: left;
  display: block;
}

.section_our_team .section_our_team_content .frame_wrapper li .section_our_team_item .section_our_team__description {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.041vw;
  line-height: 101.49%;
  text-align: right;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 1.944vw;
}

.section_our_team .section_our_team_static_value {
  margin-top: 3vw;
  text-align: center;
}

.section_our_team .section_our_team_static_value a {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.389vw;
  line-height: 1.389vw;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  padding-bottom: 0.389vw;
  border-bottom: 1px solid white;
  display: inline-block;
}

.section-feedback {
  width: 100%;
  height: auto;
}

.section-feedback .section-feedback__wrapper {
  padding: 2.5vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section-feedback .section-feedback__wrapper .top_section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-feedback .section-feedback__wrapper .top_section .top_section__left {
  width: 27%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section-feedback .section-feedback__wrapper .top_section .top_section__left .footer-logo__whisen {
  margin-right: 2.85vw;
}

.section-feedback .section-feedback__wrapper .top_section .top_section__left .footer-logo__whisen img {
  height: auto;
  width: 7.986vw;
}

.section-feedback .section-feedback__wrapper .top_section .top_section__left .footer-logo__lg img {
  height: auto;
  width: 8.958vw;
}

.section-feedback .section-feedback__wrapper .top_section .top_section__right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.section-feedback .section-feedback__wrapper .top_section .top_section__right .top_section__right__title {
  width: 47%;
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 2.77vw;
  line-height: 3.194vw;
  text-transform: uppercase;
  color: #000000;
}

.section-feedback .section-feedback__wrapper .top_section .top_section__right .container {
  width: 48%;
}

.section-feedback .section-feedback__wrapper .top_section .top_section__right .container .top_section__right__description {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 0.972vw;
  line-height: 140.99%;
  color: #000000;
  opacity: 0.8;
  margin-bottom: 2.083vw;
}

.section-feedback .section-feedback__wrapper .top_section .top_section__right .container a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 0.417vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid black;
  margin-top: 2.361vw;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.388vw;
  line-height: 1.388vw;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  pointer-events: none;
  cursor: none;
}

.section-feedback .section-feedback__wrapper .top_section .top_section__right .container a.white {
  border-top: 1px solid white;
}

.section-feedback .section-feedback__wrapper .bottom_section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 9.722vw;
}

.section-feedback .section-feedback__wrapper .bottom_section .left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-feedback .section-feedback__wrapper .bottom_section .left a {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.388vw;
  line-height: 1.388vw;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 5.208vw;
}

.section-feedback .section-feedback__wrapper .bottom_section .right {
  width: 50%;
}

.section-feedback .section-feedback__wrapper .bottom_section .right .section-feedback_wrapper {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.section-feedback .section-feedback__wrapper .bottom_section .right .section-feedback_wrapper li {
  cursor: pointer;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.388vw;
  line-height: 1.388vw;
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 0.694vw;
  margin-bottom: 3.43vw;
  border-bottom: 1px solid black;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.section-feedback .section-feedback__wrapper .bottom_section .right .section-feedback_wrapper li:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 100%;
  top: -20px;
  left: 0;
  display: block;
}

.section-feedback .section-feedback__wrapper .bottom_section .right .section-feedback_wrapper li:hover .button {
  opacity: 0.7;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.section-feedback .section-feedback__wrapper .bottom_section .right .section-feedback_wrapper li .button {
  width: 3.055vw;
  height: 3.055vw;
  background-color: rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -1.666vw;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.section-feedback .section-feedback__wrapper .bottom_section .right .section-feedback_wrapper li .button img {
  width: 1.597vw;
  height: 1.597vw;
}

.section-feedback .section-feedback__wrapper .bottom_section .right .section-feedback_wrapper li .button svg {
  width: 1.597vw;
  height: 1.597vw;
}

.section-feedback .section-feedback__wrapper .bottom_section .right .section-feedback_wrapper li::after {
  position: absolute;
}

.section-feedback .section-feedback__wrapper .bottom_section .right .section-feedback_wrapper li:last-child {
  margin-bottom: 0;
}

.apply_popup_hidden {
  visibility: hidden;
  position: fixed;
  pointer-events: none;
}

.apply_popup_bg_shadow {
  background-color: rgba(52, 52, 52, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.apply_popup_bg_shadow .popup_apply {
  background-color: white;
  z-index: 999;
  width: 51vw;
  height: auto;
  margin: 0;
  display: inline-table;
  padding: 4.1666vw 2.77vw 0 2.77vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.apply_popup_bg_shadow .popup_apply .popup_registration__wrapper {
  position: relative;
}

.apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "TTCommons-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.388vw;
  line-height: 1.388vw;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item {
  position: relative;
  margin-bottom: 50px;
}

.apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item > span {
  color: red;
  font-size: 1vw;
  line-height: 1vw;
  text-transform: none;
  position: absolute;
}

.apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item .box {
  width: 100%;
}

.apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item .box #type_select {
  width: 100% !important;
  padding: 0;
}

.apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item .box #type_select_label {
  pointer-events: none;
}

.apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item input {
  font-family: "TTCommons-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.388vw;
  line-height: 86.5%;
  text-transform: uppercase;
  color: #000000;
  padding: 5px 5px 5px 0;
  width: 100%;
  display: block;
  height: 30px;
  margin-top: 10px;
}

.apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item label {
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
  font-family: "TTCommons-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.7vw;
  line-height: 86.5%;
  text-transform: uppercase;
  color: #FF295A;
  pointer-events: none;
}

.apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item input:focus ~ label,
.apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item input:not(:focus):valid ~ label {
  bottom: 10px;
  font-size: 1vw;
  opacity: 0.8;
  color: rgba(0, 0, 0, 0.9);
}

.apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket {
  color: black;
  text-transform: none;
  position: relative;
}

.apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket > span {
  display: block;
  font-size: 1.2vw;
  line-height: 1.2vw;
  color: red;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-transform: unset;
  position: absolute;
  top: 1.388vw;
}

.apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket > span .mosaic-var {
  font-size: 1.2vw;
  line-height: 1.2vw;
  color: red;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-transform: unset;
}

.apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  margin-bottom: 3.055vw;
}

.apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box select {
  width: 250px;
  border: none;
  font-size: 1.388vw;
  outline: none;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  margin-top: 0;
  padding: 16px 0 0 0 !important;
}

.apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box select option {
  background-color: rgba(0, 0, 0, 0.1);
}

.apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box select option:hover {
  background-color: lightgrey;
}

.apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box:hover:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box::before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  top: -0.5vw;
  right: 0;
  width: 2.708vw;
  height: 2.708vw;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
  background-image: url("../../img/acardeon_hide.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box:hover::before {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
}

.apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box select option {
  padding: 30px;
  font-size: 1.288vw;
}

.apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria {
  margin-bottom: 4.583vw;
}

.apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea {
  width: 100%;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.5);
  font-family: "TTCommons-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.288vw;
  line-height: 86.5%;
  position: relative;
  border-top: none;
  border-left: none;
  border-right: none;
}

.apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea textarea:focus ~ label,
.apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea textarea:not(:focus):valid ~ label {
  bottom: 0.412vw;
  font-size: 1vw;
  opacity: 0.8;
  color: rgba(0, 0, 0, 0.9);
}

.apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria label {
  bottom: 0;
}

.apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .send_message_registration {
  background-color: #FF295A;
  border: none;
  margin: 0 -2.77vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5vw 2.083vw 2.083vw 2.083vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 6.522vw;
  bottom: 0;
  width: calc(100% + 5.54vw);
  color: white;
  text-transform: uppercase;
}

.apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .mosaic-var {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.388vw;
  line-height: 1.388vw;
  text-transform: uppercase;
  color: #FFFFFF;
  align-items: center;
}

.apply_popup_bg_shadow .popup_apply .popup_registration__wrapper input {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
}

.apply_popup_bg_shadow .popup_apply .close_button {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 3.6805vw;
  height: 3.6805vw;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.apply_popup_bg_shadow .popup_apply .close_button svg {
  width: 100%;
  height: 100%;
}

.apply_popup_bg_shadow .popup_apply .close_button svg circle {
  fill: transparent;
}

.apply_popup_bg_shadow .popup_apply .popup_registration__desc_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 2.638vw;
}

.apply_popup_bg_shadow .popup_apply .popup_registration__desc_container .popup_registration__desc .title {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 2.777vw;
  line-height: 86.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #000000;
}

.apply_popup_bg_shadow .popup_apply .popup_registration__desc_container .popup_registration__desc .desc {
  display: block;
  margin-top: 10px;
  font-family: "TTCommons-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.041vw;
  line-height: 140.99%;
  color: #000000;
  opacity: 0.8;
}

.apply_popup_bg_shadow .popup_apply .popup_registration__desc_container .popup_registration__desc .desc p {
  font-family: "TTCommons-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.041vw;
  line-height: 140.99%;
  color: #000000;
  opacity: 0.8;
}

.apply_popup_bg_shadow .popup_apply .popup_registration__desc_container .manager_help {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: auto;
}

.apply_popup_bg_shadow .popup_apply .popup_registration__desc_container .manager_help .desc {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 1.388vw;
  line-height: 1.597vw;
  text-transform: uppercase;
  color: #000000;
}

.apply_popup_bg_shadow .popup_apply .popup_registration__desc_container .manager_help .desc .mosaic-var {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 1.388vw;
  line-height: 1.597vw;
  text-transform: uppercase;
  color: #000000;
}

.apply_popup_bg_shadow .popup_apply .popup_registration__desc_container .manager_help .phone {
  margin-top: 0.833vw;
  padding-top: 0.277vw;
  border-top: 1px solid rgba(0, 0, 0, 0.7);
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.388vw;
  line-height: 1.388vw;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
}

.apply_popup_bg_shadow .popup_apply .popup_registration__desc_container .manager_help .phone .mosaic-var {
  padding-top: 0.277vw;
  border-top: 1px solid rgba(0, 0, 0, 0.7);
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.388vw;
  line-height: 1.388vw;
  text-transform: uppercase;
  color: #000000;
}

.apply_back_subj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7);
}

.apply_back_subj .thanks_page {
  position: relative;
  padding: 2.777vw 2.777vw 2.777vw 2.777vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 6.666vw);
  background-color: #FF295A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.apply_back_subj .thanks_page .js_btn_close {
  position: absolute;
  right: 1vw;
  top: 1vw;
  width: 3.6805vw;
  height: 3.6805vw;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.apply_back_subj .thanks_page .js_btn_close svg circle {
  fill: transparent;
}

.apply_back_subj .thanks_page .thanks_page_title {
  margin-top: 1.944vw;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 5.563vw;
  line-height: 6.805vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.apply_back_subj .thanks_page .thanks_page_title .mosaic-var {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #FFFFFF;
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 7.638vw;
  line-height: 3.472vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1.944vw;
}

.apply_back_subj .thanks_page .thanks_page_title span {
  width: 100%;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #FFFFFF;
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 7.638vw;
  line-height: 3.472vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1.944vw;
}

.apply_back_subj .thanks_page .thanks_page_desc {
  margin-top: -2.361vw;
  display: block;
  width: 100%;
  padding-left: 50%;
  height: 22.4305vw;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.388vw;
  line-height: 1.527vw;
  color: #FFFFFF;
  padding-top: 1.111vw;
}

.apply_back_subj .thanks_page .thanks_page_desc span {
  display: inline-block;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.388vw;
  line-height: 1.527vw;
  color: #FFFFFF;
  padding-top: 1.111vw;
  border-top: 2px solid white;
}

.apply_back_subj .thanks_page .manager_help {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.apply_back_subj .thanks_page .manager_help .desc {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 1.388vw;
  line-height: 1.597vw;
  text-transform: uppercase;
  color: #FFFFFF;
}

.apply_back_subj .thanks_page .manager_help .phone {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.388vw;
  line-height: 1.388vw;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 0.416vw;
  padding-top: 0.277vw;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}

.apply_back_subj .thanks_page .btn_to_main {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.apply_back_subj .thanks_page .btn_to_main a {
  background-color: white;
  width: 100%;
  height: 6.111vw;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.388vw;
  line-height: 1.388vw;
  text-align: center;
  text-transform: uppercase;
  color: #FF295A;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.button_apply_call {
  position: fixed;
  right: 2vw;
  bottom: calc(2.5vw + 25px);
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: none;
  background: #FF295A;
  z-index: 999;
  color: #FFF;
  text-align: center;
  font-family: "TT Commons", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
}

.button_apply_call span {
  margin-top: 10px;
  width: 23px;
  height: 23px;
}

.footer {
  margin: 0;
  padding: 1.25vw 2.77vw 1.25vw 2.77vw;
  width: 100%;
  background-color: #8F263E;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.footer .register_popup_hidden {
  visibility: hidden;
  position: fixed;
  pointer-events: none;
}

.footer .academy_popup_hidden {
  visibility: hidden;
  position: fixed;
  pointer-events: none;
}

.footer .register_popup_bg_shadow,
.footer .academy_popup_bg_shadow {
  background-color: rgba(52, 52, 52, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.footer .register_popup_bg_shadow .popup_registration,
.footer .register_popup_bg_shadow .academy_registration,
.footer .register_popup_bg_shadow .popup_apply,
.footer .academy_popup_bg_shadow .popup_registration,
.footer .academy_popup_bg_shadow .academy_registration,
.footer .academy_popup_bg_shadow .popup_apply {
  background-color: white;
  z-index: 999;
  position: fixed;
  width: 89vw;
  height: auto;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto 6.666vw 0 0;
  display: inline-table;
  padding: 4.1666vw 2.77vw 0 2.77vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__wrapper,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container {
  width: 50%;
  margin-bottom: -0.694vw;
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.388vw;
  line-height: 1.388vw;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item {
  position: relative;
  margin-bottom: 0.9722vw;
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item > span,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item > span,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item > span,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item > span,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item > span,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item > span {
  color: red;
  font-size: 1vw;
  line-height: 1vw;
  text-transform: none;
  position: absolute;
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item .box,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item .box,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item .box,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item .box,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item .box,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item .box {
  width: 100%;
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item .box #type_select,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item .box #type_select,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item .box #type_select,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item .box #type_select,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item .box #type_select,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item .box #type_select {
  width: 100% !important;
  padding: 0;
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item .box #type_select_label,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item .box #type_select_label,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item .box #type_select_label,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item .box #type_select_label,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item .box #type_select_label,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item .box #type_select_label {
  pointer-events: none;
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item input,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item input,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item input,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item input,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item input,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item input {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.388vw;
  line-height: 86.5%;
  text-transform: uppercase;
  color: #000000;
  padding-left: 0;
  width: 100%;
  display: table;
  padding-top: 10px;
  height: 22px;
  margin-top: 10px;
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item label,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item label,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item label,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item label,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item label,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item label {
  position: absolute;
  left: 0;
  bottom: 30px;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.388vw;
  line-height: 86.5%;
  text-transform: uppercase;
  color: #000000;
  pointer-events: none;
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item input:focus ~ label,
.footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item input:not(:focus):valid ~ label,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item input:focus ~ label,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item input:not(:focus):valid ~ label,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item input:focus ~ label,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item input:not(:focus):valid ~ label,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item input:focus ~ label,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item input:not(:focus):valid ~ label,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item input:focus ~ label,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item input:not(:focus):valid ~ label,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item input:focus ~ label,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item input:not(:focus):valid ~ label {
  bottom: 10px;
  font-size: 1vw;
  opacity: 0.8;
  color: rgba(0, 0, 0, 0.9);
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket {
  color: black;
  text-transform: none;
  position: relative;
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket > span,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket > span,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket > span,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket > span,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket > span,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket > span {
  display: block;
  font-size: 1.2vw;
  line-height: 1.2vw;
  color: red;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-transform: unset;
  position: absolute;
  top: 1.388vw;
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket > span .mosaic-var,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket > span .mosaic-var,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket > span .mosaic-var,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket > span .mosaic-var,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket > span .mosaic-var,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket > span .mosaic-var {
  font-size: 1.2vw;
  line-height: 1.2vw;
  color: red;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-transform: unset;
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  margin-bottom: 3.055vw;
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box select,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box select,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box select,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box select,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box select,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box select {
  width: 250px;
  border: none;
  font-size: 1.388vw;
  outline: none;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  margin-top: 0;
  padding: 16px 0 0 0 !important;
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box select option,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box select option,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box select option,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box select option,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box select option,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box select option {
  background-color: rgba(0, 0, 0, 0.1);
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box select option:hover,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box select option:hover,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box select option:hover,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box select option:hover,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box select option:hover,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box select option:hover {
  background-color: lightgrey;
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box:hover:before,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box:hover:before,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box:hover:before,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box:hover:before,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box:hover:before,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box:hover:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box::before,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box::before,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box::before,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box::before,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box::before,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box::before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  top: -0.5vw;
  right: 0;
  width: 2.708vw;
  height: 2.708vw;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
  background-image: url("../../img/acardeon_hide.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box:hover::before,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box:hover::before,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box:hover::before,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box:hover::before,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box:hover::before,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box:hover::before {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box select option,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box select option,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box select option,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box select option,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box select option,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box select option {
  padding: 30px;
  font-size: 1.288vw;
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria {
  margin-bottom: 4.583vw;
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea {
  width: 100%;
  height: 8.333vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.5);
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.288vw;
  line-height: 86.5%;
  position: relative;
  border-top: none;
  border-left: none;
  border-right: none;
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::-webkit-input-placeholder,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::-webkit-input-placeholder,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::-webkit-input-placeholder,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::-webkit-input-placeholder,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::-webkit-input-placeholder,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::-webkit-input-placeholder {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  text-transform: uppercase;
  color: black;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  align-items: flex-end;
  vertical-align: bottom;
  padding-top: 6.944vw;
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::-moz-placeholder,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::-moz-placeholder,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::-moz-placeholder,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::-moz-placeholder,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::-moz-placeholder,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::-moz-placeholder {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  text-transform: uppercase;
  color: black;
  width: 100%;
  height: 100%;
  align-items: flex-end;
  vertical-align: bottom;
  padding-top: 6.944vw;
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea:-ms-input-placeholder,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea:-ms-input-placeholder,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea:-ms-input-placeholder,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea:-ms-input-placeholder,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea:-ms-input-placeholder,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea:-ms-input-placeholder {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  color: black;
  width: 100%;
  height: 100%;
  -ms-flex-align: end;
  align-items: flex-end;
  vertical-align: bottom;
  padding-top: 6.944vw;
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::-ms-input-placeholder,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::-ms-input-placeholder,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::-ms-input-placeholder,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::-ms-input-placeholder,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::-ms-input-placeholder,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::-ms-input-placeholder {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  color: black;
  width: 100%;
  height: 100%;
  -ms-flex-align: end;
  align-items: flex-end;
  vertical-align: bottom;
  padding-top: 6.944vw;
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::placeholder,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::placeholder,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::placeholder,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::placeholder,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::placeholder,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::placeholder {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  color: black;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  vertical-align: bottom;
  padding-top: 6.944vw;
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea textarea:focus ~ label,
.footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea textarea:not(:focus):valid ~ label,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea textarea:focus ~ label,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea textarea:not(:focus):valid ~ label,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea textarea:focus ~ label,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea textarea:not(:focus):valid ~ label,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea textarea:focus ~ label,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea textarea:not(:focus):valid ~ label,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea textarea:focus ~ label,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea textarea:not(:focus):valid ~ label,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea textarea:focus ~ label,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea textarea:not(:focus):valid ~ label {
  bottom: 0.412vw;
  font-size: 1vw;
  opacity: 0.8;
  color: rgba(0, 0, 0, 0.9);
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria label,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria label,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria label,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria label,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria label,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria label {
  bottom: 0;
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .send_message_registration,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .send_message_registration,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .send_message_registration,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .send_message_registration,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .send_message_registration,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .send_message_registration {
  background-color: #FF295A;
  border: none;
  margin: 0 -2.77vw 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5vw 2.083vw 2.083vw 2.083vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 6.522vw;
  bottom: 0;
  width: calc(100% + 2.77vw);
  color: white;
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .mosaic-var,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .mosaic-var,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .mosaic-var,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .mosaic-var,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .mosaic-var,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .mosaic-var {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.388vw;
  line-height: 1.388vw;
  text-transform: uppercase;
  color: #FFFFFF;
  align-items: center;
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper input,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper input,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__wrapper input,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper input,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper input,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__wrapper input {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 30px;
}

.footer .register_popup_bg_shadow .popup_registration .close_button,
.footer .register_popup_bg_shadow .academy_registration .close_button,
.footer .register_popup_bg_shadow .popup_apply .close_button,
.footer .academy_popup_bg_shadow .popup_registration .close_button,
.footer .academy_popup_bg_shadow .academy_registration .close_button,
.footer .academy_popup_bg_shadow .popup_apply .close_button {
  position: absolute;
  right: -6.944vw;
  top: -6.944vw;
  width: 3.6805vw;
  height: 3.6805vw;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.footer .register_popup_bg_shadow .popup_registration .close_button svg,
.footer .register_popup_bg_shadow .academy_registration .close_button svg,
.footer .register_popup_bg_shadow .popup_apply .close_button svg,
.footer .academy_popup_bg_shadow .popup_registration .close_button svg,
.footer .academy_popup_bg_shadow .academy_registration .close_button svg,
.footer .academy_popup_bg_shadow .popup_apply .close_button svg {
  width: 100%;
  height: 100%;
}

.footer .register_popup_bg_shadow .popup_registration .close_button:hover,
.footer .register_popup_bg_shadow .academy_registration .close_button:hover,
.footer .register_popup_bg_shadow .popup_apply .close_button:hover,
.footer .academy_popup_bg_shadow .popup_registration .close_button:hover,
.footer .academy_popup_bg_shadow .academy_registration .close_button:hover,
.footer .academy_popup_bg_shadow .popup_apply .close_button:hover {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__desc_container,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__desc_container,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__desc_container,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__desc_container,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__desc_container,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__desc_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 2.638vw;
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__desc_container .popup_registration__desc .title,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__desc_container .popup_registration__desc .title,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__desc_container .popup_registration__desc .title,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__desc_container .popup_registration__desc .title,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__desc_container .popup_registration__desc .title,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__desc_container .popup_registration__desc .title {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 2.777vw;
  line-height: 86.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #000000;
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__desc_container .popup_registration__desc .desc,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__desc_container .popup_registration__desc .desc,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__desc_container .popup_registration__desc .desc,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__desc_container .popup_registration__desc .desc,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__desc_container .popup_registration__desc .desc,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__desc_container .popup_registration__desc .desc {
  display: block;
  margin-top: 4.027vw;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.041vw;
  line-height: 140.99%;
  color: #000000;
  opacity: 0.8;
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__desc_container .popup_registration__desc .desc p,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__desc_container .popup_registration__desc .desc p,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__desc_container .popup_registration__desc .desc p,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__desc_container .popup_registration__desc .desc p,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__desc_container .popup_registration__desc .desc p,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__desc_container .popup_registration__desc .desc p {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.041vw;
  line-height: 140.99%;
  color: #000000;
  opacity: 0.8;
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__desc_container .manager_help,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__desc_container .manager_help,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__desc_container .manager_help,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__desc_container .manager_help,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__desc_container .manager_help,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__desc_container .manager_help {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: auto;
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__desc_container .manager_help .desc,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__desc_container .manager_help .desc,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__desc_container .manager_help .desc,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__desc_container .manager_help .desc,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__desc_container .manager_help .desc,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__desc_container .manager_help .desc {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 1.388vw;
  line-height: 1.597vw;
  text-transform: uppercase;
  color: #000000;
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__desc_container .manager_help .desc .mosaic-var,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__desc_container .manager_help .desc .mosaic-var,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__desc_container .manager_help .desc .mosaic-var,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__desc_container .manager_help .desc .mosaic-var,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__desc_container .manager_help .desc .mosaic-var,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__desc_container .manager_help .desc .mosaic-var {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 1.388vw;
  line-height: 1.597vw;
  text-transform: uppercase;
  color: #000000;
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__desc_container .manager_help .phone,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__desc_container .manager_help .phone,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__desc_container .manager_help .phone,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__desc_container .manager_help .phone,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__desc_container .manager_help .phone,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__desc_container .manager_help .phone {
  margin-top: 0.833vw;
  padding-top: 0.277vw;
  border-top: 1px solid rgba(0, 0, 0, 0.7);
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.388vw;
  line-height: 1.388vw;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
}

.footer .register_popup_bg_shadow .popup_registration .popup_registration__desc_container .manager_help .phone .mosaic-var,
.footer .register_popup_bg_shadow .academy_registration .popup_registration__desc_container .manager_help .phone .mosaic-var,
.footer .register_popup_bg_shadow .popup_apply .popup_registration__desc_container .manager_help .phone .mosaic-var,
.footer .academy_popup_bg_shadow .popup_registration .popup_registration__desc_container .manager_help .phone .mosaic-var,
.footer .academy_popup_bg_shadow .academy_registration .popup_registration__desc_container .manager_help .phone .mosaic-var,
.footer .academy_popup_bg_shadow .popup_apply .popup_registration__desc_container .manager_help .phone .mosaic-var {
  padding-top: 0.277vw;
  border-top: 1px solid rgba(0, 0, 0, 0.7);
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.388vw;
  line-height: 1.388vw;
  text-transform: uppercase;
  color: #000000;
}

.footer_copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.footer_copyright .back_subj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: rgba(0, 0, 0, 0.7);
}

.footer_copyright .back_subj .thanks_page {
  position: relative;
  padding: 2.777vw 2.777vw 2.777vw 2.777vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 6.666vw);
  background-color: #FF295A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer_copyright .back_subj .thanks_page .js_btn_close {
  position: absolute;
  right: -4.375vw;
  top: -2.013vw;
  width: 3.6805vw;
  height: 3.6805vw;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.footer_copyright .back_subj .thanks_page .js_btn_close:hover {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.footer_copyright .back_subj .thanks_page .thanks_page_title {
  margin-top: 1.944vw;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 5.563vw;
  line-height: 6.805vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.footer_copyright .back_subj .thanks_page .thanks_page_title .mosaic-var {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #FFFFFF;
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 7.638vw;
  line-height: 3.472vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1.944vw;
}

.footer_copyright .back_subj .thanks_page .thanks_page_title span {
  width: 100%;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #FFFFFF;
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 7.638vw;
  line-height: 3.472vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1.944vw;
}

.footer_copyright .back_subj .thanks_page .thanks_page_desc {
  margin-top: -2.361vw;
  display: block;
  width: 100%;
  padding-left: 50%;
  height: 22.4305vw;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.388vw;
  line-height: 1.527vw;
  color: #FFFFFF;
  padding-top: 1.111vw;
}

.footer_copyright .back_subj .thanks_page .thanks_page_desc span {
  display: inline-block;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.388vw;
  line-height: 1.527vw;
  color: #FFFFFF;
  padding-top: 1.111vw;
  border-top: 2px solid white;
}

.footer_copyright .back_subj .thanks_page .manager_help {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer_copyright .back_subj .thanks_page .manager_help .desc {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 1.388vw;
  line-height: 1.597vw;
  text-transform: uppercase;
  color: #FFFFFF;
}

.footer_copyright .back_subj .thanks_page .manager_help .phone {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.388vw;
  line-height: 1.388vw;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 0.416vw;
  padding-top: 0.277vw;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}

.footer_copyright .back_subj .thanks_page .btn_to_main {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.footer_copyright .back_subj .thanks_page .btn_to_main a {
  background-color: white;
  width: 100%;
  height: 6.111vw;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.388vw;
  line-height: 1.388vw;
  text-align: center;
  text-transform: uppercase;
  color: #FF295A;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_copyright .logotype {
  width: 9.027vw;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: -1.25vw;
}

.footer_copyright .logotype a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer_copyright .logotype a img {
  width: 2.3vw;
  height: auto;
  margin-bottom: 0;
}

.footer_copyright .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 45%;
}

.footer_copyright .container .footer_copyright__title {
  font-family: HelveticaNeue;
  font-style: normal;
  font-weight: normal;
  font-size: 0.972vw;
  line-height: 1.18vw;
  color: rgba(255, 255, 255, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_copyright .container .social_lnk {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.footer_copyright .container .social_lnk img {
  margin-left: 1.11vw;
}

.section_about_page_about_new {
  height: 41.458vw !important;
}

.section_about_page_about_new .section_about_page_about_wrapper {
  padding: 3.472vw 2.777vw 2.083vw 3.577vw !important;
}

.section_about_page_about_new .section_about_page_about_wrapper .section_about_item_content {
  padding-right: 30% !important;
}

.section_about_page_about {
  height: 41.66vw;
  width: 100%;
  position: relative;
}

.section_about_page_about .section_about_page_about_wrapper_wide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section_about_page_about .section_about_page_about_wrapper_wide .section_btn_back {
  position: absolute;
  left: 0;
  bottom: 23.472vw;
  width: 3.055vw;
  height: auto;
  border-top: solid 1px rgba(0, 0, 0, 0.5);
}

.section_about_page_about .section_about_page_about_wrapper_wide .section_btn_back:before {
  height: 1px;
}

.section_about_page_about .section_about_page_about_wrapper_wide .section_btn_back:after {
  height: 1px;
}

.section_about_page_about .section_about_page_about_wrapper_wide .section_btn_back a {
  text-align: right;
  width: 100%;
  display: block;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 0.90277vw;
  line-height: 1.0416vw;
  text-transform: uppercase;
  color: #000000;
  opacity: 0.5;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0.3472vw;
  text-decoration: none;
}

.section_about_page_about .section_about_page_about_wrapper_wide .section_btn_back a .mosaic-var {
  text-decoration: none;
}

.section_about_page_about .section_about_page_about_wrapper_wide .section_about_ankor {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 14.93vw;
  height: 10.208vw;
  background-color: #FF295A;
}

.section_about_page_about .section_about_page_about_wrapper_wide .section_about_ankor a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.736vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.389vw;
  line-height: 1.389vw;
  text-transform: uppercase;
  text-decoration: none;
}

.section_about_page_about .section_about_page_about_wrapper_wide .first_item {
  width: 100%;
  margin-top: 8.194vw;
}

.section_about_page_about .section_about_page_about_wrapper_wide .first_item .first_item_animate_catalog_item_wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 6.944vw;
  line-height: 71.5%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #FF295A;
  margin: auto;
}

.section_about_page_about .section_about_page_about_wrapper_wide .first_item .first_item_animate_catalog_item_wide h1 {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 6.944vw;
  line-height: 71.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #FF295A;
  margin: auto;
}

.section_about_page_about .section_about_page_about_wrapper_wide .first_item .first_item_animate {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 6.944vw;
  line-height: 71.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #FF295A;
  margin: auto;
}

.section_about_page_about .section_about_page_about_wrapper_wide .first_item .first_item_animate h1 {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 6.944vw;
  line-height: 71.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #FF295A;
  margin: auto;
}

.section_about_page_about .section_about_page_about_wrapper_wide .left_item {
  position: absolute;
  left: 3.055vw;
  bottom: 2.1527vw;
}

.section_about_page_about .section_about_page_about_wrapper_wide .left_item .left_item_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section_about_page_about .section_about_page_about_wrapper_wide .left_item .left_item_content p {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.0416vw;
  line-height: 1.1805vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #000000;
  margin: 0;
}

.section_about_page_about .section_about_page_about_wrapper_wide .left_item .left_item_content p strong {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 7.6388vw;
  line-height: 4.6388vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: transparent;
  -webkit-text-stroke: 1px #FF295A;
  margin-bottom: 1.111vw;
}

.section_about_page_about .section_about_page_about_wrapper_wide .list_of_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 50%;
  margin-bottom: 2.1527vw;
}

.section_about_page_about .section_about_page_about_wrapper_wide .list_of_items .list_of_items_title {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 1.736vw;
  line-height: 2.014vw;
  text-transform: uppercase;
  color: #FF295A;
}

.section_about_page_about .section_about_page_about_wrapper_wide .list_of_items .list_of_items_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section_about_page_about .section_about_page_about_wrapper_wide .list_of_items .list_of_items_list .section_about_item_content {
  margin-top: 0.694vw;
}

.section_about_page_about .section_about_page_about_wrapper_wide .list_of_items .list_of_items_list .section_about_item_content a {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.042vw;
  line-height: 1.181vw;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
}

.section_about_page_about .section_about_page_about_wrapper {
  width: 100%;
  height: 100%;
  padding: 3.472vw 2.777vw 2.083vw 2.777vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section_about_page_about .section_about_page_about_wrapper .bottom_section {
  width: 100%;
}

.section_about_page_about .section_about_page_about_wrapper .list_of_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section_about_page_about .section_about_page_about_wrapper .list_of_items .list_of_items_title {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 1.736vw;
  line-height: 2.014vw;
  text-transform: uppercase;
  color: #FF295A;
}

.section_about_page_about .section_about_page_about_wrapper .list_of_items .list_of_items_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section_about_page_about .section_about_page_about_wrapper .list_of_items .list_of_items_list .section_about_item_content {
  margin-top: 0.694vw;
}

.section_about_page_about .section_about_page_about_wrapper .list_of_items .list_of_items_list .section_about_item_content a {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.042vw;
  line-height: 1.181vw;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
}

.section_about_page_about .section_about_page_about_wrapper .first_item_content {
  position: absolute;
  left: 3.055vw;
  bottom: 2.1527vw;
}

.section_about_page_about .section_about_page_about_wrapper .first_item_content .first_item_content_value p {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.0416vw;
  line-height: 1.1805vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #000000;
  margin: 0;
}

.section_about_page_about .section_about_page_about_wrapper .first_item_content .first_item_content_value p strong {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 7.6388vw;
  line-height: 4.6388vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: transparent;
  -webkit-text-stroke: 1px #FF295A;
  margin-bottom: 1.111vw;
}

.section_about_page_about .section_about_page_about_wrapper .academia_header_new_second {
  width: 50%;
}

.section_about_page_about .section_about_page_about_wrapper .academia_header_new_second .first_item_content_value {
  padding-right: 15.416vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 1.7361vw;
  line-height: 2.0138vw;
  text-transform: uppercase;
  color: #FF295A;
}

.section_about_page_about .section_about_page_about_wrapper .academia_header_new_second .first_item_content_value p {
  margin: 0;
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 1.7361vw;
  line-height: 2.0138vw;
  text-transform: uppercase;
  color: #FF295A;
}

.section_about_page_about .section_about_page_about_wrapper .bottom_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.section_about_page_about .section_about_page_about_wrapper .bottom_section .section_about_item {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section_about_page_about .section_about_page_about_wrapper .bottom_section .section_about_item .section_about_item_content {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section_about_page_about .section_about_page_about_wrapper .bottom_section .section_about_item .section_about_item_content .description p {
  margin-bottom: 0;
}

.section_about_page_about .section_about_page_about_wrapper .bottom_section .section_about_item .section_about_item_content a span {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.388vw;
  line-height: 1.944vw;
  text-transform: uppercase;
  color: #FF295A;
}

.section_about_page_about .section_about_page_about_wrapper .first_item {
  width: 50%;
}

.section_about_page_about .section_about_page_about_wrapper .first_item .academia_header_new_first h1 {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 9.027vw;
  line-height: 71.5%;
  text-transform: uppercase;
  color: #FF295A;
  margin: 0.694vw 0 0 0;
}

.section_about_page_about .section_about_page_about_wrapper .first_item .first_item_animate {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 6vw;
  line-height: 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #FF295A;
  margin-top: 0.833vw;
}

.section_about_page_about .section_about_page_about_wrapper .first_item .first_item_animate h1 {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 6vw;
  line-height: 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #FF295A;
  margin-top: 0.833vw;
}

.section_about_page_about .section_about_page_about_wrapper .first_item .first_item_animate_catalog_item {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 4.861vw;
  line-height: 86.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #FF295A;
}

.section_about_page_about .section_about_page_about_wrapper .first_item .first_item_animate_catalog_item h1 {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 4.861vw;
  line-height: 86.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #FF295A;
}

.section_about_page_about .section_about_page_about_wrapper .section_about_item_cources {
  padding-right: 0;
  width: calc(50% - 12vw);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section_about_page_about .section_about_page_about_wrapper .section_about_item_cources .section_about_item_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.section_about_page_about .section_about_page_about_wrapper .section_about_item_cources .section_about_item_content a {
  text-decoration: none;
}

.section_about_page_about .section_about_page_about_wrapper .section_about_item_cources .section_about_item_content a span {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 1.736vw;
  line-height: 2.013vw;
  text-transform: uppercase;
  color: #FF295A;
  text-decoration: none;
}

.section_about_page_about .section_about_page_about_wrapper .section_about_item_cources .section_about_item_content .description {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.0416vw;
  line-height: 1.458vw;
  color: #000000;
  padding-right: 4.5vw;
}

.section_about_page_about .section_about_page_about_wrapper .section_about_item_cources .section_about_item_content .description ul {
  padding: 0 0 0 0.833vw;
}

.section_about_page_about .section_about_page_about_wrapper .section_about_item {
  width: calc(50% - 14.93vw);
  padding-right: 6.111vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section_about_page_about .section_about_page_about_wrapper .section_about_item .section_about_item_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.section_about_page_about .section_about_page_about_wrapper .section_about_item .section_about_item_content a {
  text-decoration: none;
}

.section_about_page_about .section_about_page_about_wrapper .section_about_item .section_about_item_content a span {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 1.736vw;
  line-height: 2.013vw;
  text-transform: uppercase;
  color: #FF295A;
  text-decoration: none;
}

.section_about_page_about .section_about_page_about_wrapper .section_about_item .section_about_item_content .description {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.0416vw;
  line-height: 1.458vw;
  color: #000000;
}

.section_about_page_about .section_about_page_about_wrapper .section_btn_back_new {
  position: absolute;
  left: 0;
  bottom: 23.472vw;
  width: 3.541vw;
  height: auto;
  border-top: solid 1px rgba(0, 0, 0, 0.5);
}

.section_about_page_about .section_about_page_about_wrapper .section_btn_back_new:before {
  height: 1px;
}

.section_about_page_about .section_about_page_about_wrapper .section_btn_back_new:after {
  height: 1px;
}

.section_about_page_about .section_about_page_about_wrapper .section_btn_back_new a {
  padding-left: 0.4861vw;
  text-align: right;
  width: 100%;
  display: block;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.0416vw;
  line-height: 1.1805vw;
  text-transform: uppercase;
  color: #000000;
  padding-top: 0.555vw;
  text-decoration: none;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.5;
}

.section_about_page_about .section_about_page_about_wrapper .section_btn_back {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 6.944vw;
  height: 6.944vw;
  border-top: solid 1px black;
}

.section_about_page_about .section_about_page_about_wrapper .section_btn_back a {
  text-align: right;
  width: 100%;
  display: block;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.0416vw;
  line-height: 1.1805vw;
  text-transform: uppercase;
  color: #000000;
  padding-top: 0.555vw;
  text-decoration: none;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section_about_page_about .section_about_page_about_wrapper .section_about_ankor {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 14.93vw;
  height: 10.208vw;
  background-color: #FF295A;
}

.section_about_page_about .section_about_page_about_wrapper .section_about_ankor a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.736vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.389vw;
  line-height: 1.389vw;
  text-transform: uppercase;
  text-decoration: none;
}

.section_about_only_image_contacts {
  height: 38vw !important;
}

.section_about_only_image {
  width: 100%;
  height: 41.666vw;
}

.section_about_only_image .section_about_only_image_wrapper {
  width: 100%;
  height: 100%;
}

.section_about_only_image .section_about_only_image_wrapper .section_about_only_image_item {
  width: 100%;
  height: 100%;
}

.section_about_only_image .section_about_only_image_wrapper .section_about_only_image_item .section_about_only_image_item_image {
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section_about_only_image .section_about_only_image_wrapper .section_about_only_image_item .section_about_only_image_item_image .section_about_only_image_item_bg {
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section_about_only_image .section_about_only_image_wrapper .section_about_only_image_item .section_about_only_image_item_image .section_about_only_image_item_bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.section_about_only_image .section_about_only_image_wrapper .section_about_only_image_item .section_about_only_image_item_image .title {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 7.6388vw;
  line-height: 7.5vw;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
}

.section_about_only_image .section_about_only_image_wrapper .section_about_only_image_item .section_about_only_image_item_image .title h1 {
  width: 100%;
  height: 100%;
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 7.6388vw;
  line-height: 7.5vw;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_about_only_image .section_about_only_image_wrapper .section_about_only_image_item .section_about_only_image_item_image .title span {
  margin: auto;
}

.section_about_advantages {
  width: 100%;
  height: auto;
}

.section_about_advantages .mobile_advantages_container {
  display: none;
}

.section_about_advantages .section_about_advantages_wrapper {
  padding: 5vw 2.777vw 4.861vw 2.777vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section_about_advantages .section_about_advantages_wrapper .section_about_advantages_item {
  width: 50%;
  height: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section_about_advantages .section_about_advantages_wrapper .section_about_advantages_item .section_about_advantages_item_content {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section_about_advantages .section_about_advantages_wrapper .section_about_advantages_item .section_about_advantages_item_content .advantages_content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section_about_advantages .section_about_advantages_wrapper .section_about_advantages_item .section_about_advantages_item_content .advantages_content .description {
  margin-top: 1.666vw;
  padding-right: 10%;
}

.section_about_advantages .section_about_advantages_wrapper .section_about_advantages_item .section_about_advantages_item_content .advantages_content .description ul,
.section_about_advantages .section_about_advantages_wrapper .section_about_advantages_item .section_about_advantages_item_content .advantages_content .description ol {
  font-style: normal;
  font-weight: normal;
  font-size: 1.041vw;
  line-height: 1.458vw;
  color: black;
  padding: 0.694vw 1.388vw 0.694vw 2.083vw;
  margin-left: 0;
}

.section_about_advantages .section_about_advantages_wrapper .section_about_advantages_item .section_about_advantages_item_content .advantages_content a {
  text-decoration: none;
  display: block;
}

.section_about_advantages .section_about_advantages_wrapper .section_about_advantages_item .section_about_advantages_item_content .advantages_content a span {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 4.861vw;
  line-height: 5.555vw;
  text-transform: uppercase;
  color: #FF295A;
}

.section_about_advantages .section_about_advantages_wrapper .section_about_advantages_item .section_about_advantages_item_content .description p,
.section_about_advantages .section_about_advantages_wrapper .section_about_advantages_item .section_about_advantages_item_content .description ul,
.section_about_advantages .section_about_advantages_wrapper .section_about_advantages_item .section_about_advantages_item_content .description ol {
  font-style: normal;
  font-weight: normal;
  font-size: 1.041vw;
  line-height: 1.458vw;
  color: #000000;
  padding-right: 10.833vw;
}

.section_about_advantages .section_about_advantages_wrapper .section_about_advantages_item .section_about_advantages_item_content .advantages_container {
  width: 100%;
  padding-right: 9.861vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 2.0833vw;
}

.section_about_advantages .section_about_advantages_wrapper .section_about_advantages_item .section_about_advantages_item_content .advantages_container span {
  width: auto;
  position: relative;
  padding-top: 1.111vw;
  text-transform: uppercase;
  font-family: HelveticaNeue;
  font-style: normal;
  font-weight: normal;
  font-size: 1.042vw;
  line-height: 1.25vw;
}

.section_about_advantages .section_about_advantages_wrapper .section_about_advantages_item .section_about_advantages_item_content .advantages_container span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 0.069vw;
  width: 50%;
  background-color: black;
}

.about_effectivity {
  width: 100%;
  height: auto;
}

.about_effectivity .about_effectivity_wrapper {
  padding: 4.861vw 0 0 2.778vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about_effectivity .about_effectivity_wrapper .first_item {
  width: 100%;
  height: auto;
  margin-bottom: 2.361vw;
}

.about_effectivity .about_effectivity_wrapper .first_item .first_item_animate {
  width: 100%;
  height: auto;
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 4.861vw;
  line-height: 86.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #FF295A;
  padding-right: calc(50% + 8.333vw);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.about_effectivity .about_effectivity_wrapper .first_item .first_item_animate h1 {
  width: 100%;
  height: auto;
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 4.861vw;
  line-height: 86.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #FF295A;
  padding-right: calc(50% + 8.333vw);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.about_effectivity .about_effectivity_wrapper .second_item {
  width: 43%;
}

.about_effectivity .about_effectivity_wrapper .second_item .second_item {
  width: 100%;
}

.about_effectivity .about_effectivity_wrapper .second_item .second_item p {
  Font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.042vw;
  line-height: 1.458vw;
  color: #000000;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
}

.about_effectivity .about_effectivity_wrapper .about_effectivity__items {
  width: 50%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1.388vw;
}

.about_effectivity .about_effectivity_wrapper .about_effectivity__items .about_effectivity_item {
  border-top: 1px solid rgba(212, 212, 212, 0.5);
  width: 100%;
  height: auto;
}

.about_effectivity .about_effectivity_wrapper .about_effectivity__items .about_effectivity_item .about_effectivity_item_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.about_effectivity .about_effectivity_wrapper .about_effectivity__items .about_effectivity_item .about_effectivity_item_content span {
  width: 39%;
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 7.638vw;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-stroke: 0.069vw #FF295A;
  color: transparent;
  padding: 3.125vw 0;
  margin: 0;
  line-height: 86.5%;
  height: 11.23vw;
}

.about_effectivity .about_effectivity_wrapper .about_effectivity__items .about_effectivity_item .about_effectivity_item_content .description {
  width: 61%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid rgba(212, 212, 212, 0.5);
}

.about_effectivity .about_effectivity_wrapper .about_effectivity__items .about_effectivity_item .about_effectivity_item_content .description p {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #000000;
  display: block;
  width: 100%;
  font-size: 1.736vw;
  line-height: 2.014vw;
  margin: 0;
  padding-left: 2.777vw;
}

.p-ourprojects_section-photo {
  margin-bottom: 3.472vw;
}

.p-ourprojects_section-photo .p-ourprojects_section-photo_container .photo_container_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 -0.694vw 0;
  padding: 0;
  list-style: none;
}

.p-ourprojects_section-photo .p-ourprojects_section-photo_container .photo_container_wrapper li {
  overflow: hidden;
  height: 28.541vw;
  margin-bottom: 0.694vw;
  position: relative;
}

.p-ourprojects_section-photo .p-ourprojects_section-photo_container .photo_container_wrapper li a {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 2.778vw;
  line-height: 3.194vw;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 3.472vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-decoration: none;
}

.p-ourprojects_section-photo .p-ourprojects_section-photo_container .photo_container_wrapper li .hover_block {
  display: none;
}

.p-ourprojects_section-photo .p-ourprojects_section-photo_container .photo_container_wrapper li:hover .photo_container_wrapper__item {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-ourprojects_section-photo .p-ourprojects_section-photo_container .photo_container_wrapper li:hover .photo_container_wrapper__item:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}

.p-ourprojects_section-photo .p-ourprojects_section-photo_container .photo_container_wrapper li .photo_container_wrapper__item__description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.p-ourprojects_section-photo .p-ourprojects_section-photo_container .photo_container_wrapper li:first-child {
  width: 100%;
}

.p-ourprojects_section-photo .p-ourprojects_section-photo_container .photo_container_wrapper li:nth-child(2) {
  width: calc(30% - 0.694vw);
  margin-right: 0.694vw;
}

.p-ourprojects_section-photo .p-ourprojects_section-photo_container .photo_container_wrapper li:nth-child(3) {
  width: calc(30% - 0.694vw);
  margin-right: 0.694vw;
}

.p-ourprojects_section-photo .p-ourprojects_section-photo_container .photo_container_wrapper li:nth-child(4) {
  width: 40%;
}

.p-ourprojects_section-photo .p-ourprojects_section-photo_container .photo_container_wrapper li:nth-child(5) {
  width: calc(50% - 0.694vw);
  margin-right: 0.694vw;
}

.p-ourprojects_section-photo .p-ourprojects_section-photo_container .photo_container_wrapper li:nth-child(6) {
  width: 50%;
}

.p-ourprojects_section-photo .p-ourprojects_section-photo_container .photo_container_wrapper li .photo_container_wrapper__item {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.p-ourprojects_section-photo .p-ourprojects_section-photo_container .photo_container_wrapper li .photo_container_wrapper__item:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}

.single_page_item_projects {
  width: 100%;
  height: auto;
}

.single_page_item_projects .single_page_item_projects__btn_show_all {
  display: block;
  background-color: #FF295A;
  margin: 0 3.055vw;
  cursor: pointer;
}

.single_page_item_projects .single_page_item_projects__btn_show_all span {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.388vw;
  line-height: 1.388vw;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 2.5vw 0;
  width: 100%;
  text-align: center;
  display: block;
}

.single_page_item_projects .single_page_item_projects_container {
  width: 100%;
  height: 100%;
  margin-bottom: 3.472vw;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 3.056vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li .image_part {
  width: 50%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li .image_part:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li .image_part:hover .single_page_item_projects__item {
  position: absolute;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li .image_part:hover .single_page_item_projects__item:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li .image_part .single_page_item_projects__item {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li .image_part .single_page_item_projects__item:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li .description_part {
  width: 50%;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li .description_part .single_page_item_projects__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 1.389vw;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li .description_part .single_page_item_projects__content .object_single_title {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 2.778vw;
  line-height: 3.194vw;
  text-transform: uppercase;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li .description_part .single_page_item_projects__content .object_single_content {
  background-color: white;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li .description_part .single_page_item_projects__content .object_single_content h3 {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: normal;
  font-size: 1.45vw;
  line-height: 1.458vw;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li .description_part .single_page_item_projects__content .object_single_content p {
  padding: 0.694vw 0;
  display: block;
  text-align: left;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.0416vw;
  line-height: 1.458vw;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li .description_part .single_page_item_projects__content .object_single_content ul {
  padding: 0;
  margin: 0;
  color: black;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li .description_part .single_page_item_projects__content .object_single_content ul li {
  padding: 0;
  color: black;
  display: block;
  text-align: left;
  background-color: white;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.0416vw;
  line-height: 1.458vw;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li .description_part .single_page_item_projects__content .first_item_animate_catalog_item {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 2.778vw;
  line-height: 3.194vw;
  text-transform: uppercase;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li .description_part .single_page_item_projects__content .first_item_animate_catalog_item h1 {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 2.778vw;
  line-height: 3.194vw;
  text-transform: uppercase;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li .description_part .single_page_item_projects__content .single_page_item_projects__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li .description_part .single_page_item_projects__content .single_page_item_projects__description > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 1.111vw;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li .description_part .single_page_item_projects__content .single_page_item_projects__description > div:first-child {
  padding-top: 2.778vw;
  padding-bottom: 1.111vw;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li .description_part .single_page_item_projects__content .single_page_item_projects__description > div .projects__description__title {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 140.99%;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li .description_part .single_page_item_projects__content .single_page_item_projects__description > div .projects__description__value {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25vw;
  line-height: 1.736vw;
  padding-top: 0.278vw;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li .description_part .single_page_item_projects__content .single_page_item_projects_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 1.38vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 9.3055vw;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li .description_part .single_page_item_projects__content .single_page_item_projects_info .city_location__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li .description_part .single_page_item_projects__content .single_page_item_projects_info .city_location__container .location__value {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 2.778vw;
  line-height: 3.194vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li .description_part .single_page_item_projects__content .single_page_item_projects_info .city_location__container .location__title {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.042vw;
  line-height: 1.458vw;
  margin-left: 0.694vw;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li:nth-child(odd) {
  background-color: black;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li:nth-child(odd) .single_page_item_projects__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li:nth-child(odd) .single_page_item_projects__content .object_single_title {
  color: white;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li:nth-child(odd) .single_page_item_projects__content .object_single_content {
  background-color: black !important;
  color: white !important;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li:nth-child(odd) .single_page_item_projects__content .object_single_content ul {
  padding: 0;
  margin: 0;
  color: white;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li:nth-child(odd) .single_page_item_projects__content .object_single_content ul li {
  padding: 0;
  color: white;
  display: block;
  text-align: left;
  background-color: black !important;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.0416vw;
  line-height: 1.458vw;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li:nth-child(odd) .single_page_item_projects__content .object_single_content {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.0416vw;
  line-height: 1.458vw;
  color: #000000;
  background-color: white;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li:nth-child(odd) .single_page_item_projects__content .object_single_content ul {
  padding: 0;
  margin: 0;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li:nth-child(odd) .single_page_item_projects__content .object_single_content ul li {
  padding: 0;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li:nth-child(odd) .single_page_item_projects__content .single_page_item_projects__description div span {
  color: white;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li:nth-child(odd) .single_page_item_projects__content .single_page_item_projects_info div span {
  color: white;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li:nth-child(even) .single_page_item_projects__content {
  padding-left: 3.056vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 3.194vw;
  padding-bottom: 1.388vw;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li:nth-child(even) .single_page_item_projects__content .single_page_item_projects_info {
  padding-top: 6.944vw;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li:nth-child(even) .single_page_item_projects__content .object_single_title {
  color: #FF295A;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li:nth-child(even) .single_page_item_projects__content .first_item_animate_catalog_item {
  color: black;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li:nth-child(even) .single_page_item_projects__content .single_page_item_projects__description .projects__description__tech {
  padding-top: 2.083vw !important;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li:nth-child(even) .single_page_item_projects__content .single_page_item_projects__description div span {
  color: black;
}

.single_page_item_projects .single_page_item_projects_container .photo_container_wrapper li:nth-child(even) .single_page_item_projects__content .single_page_item_projects_info div span {
  color: black;
}

.catalog_items_header {
  height: auto;
  width: 100%;
}

.catalog_items_header .main_title {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 7.639vw;
  line-height: 6.181vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #FF295A;
  margin-top: 10.416vw;
  margin-bottom: 11.111vw;
  position: relative;
}

.catalog_items_header .main_title h1 {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 7.639vw;
  line-height: 6.181vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #FF295A;
  margin-top: 10.416vw;
  margin-bottom: 11.111vw;
  position: relative;
}

.catalog_items_header .main_title .section_btn_back {
  position: absolute;
  left: 0;
  top: 0;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.042vw;
  line-height: 1.181vw;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
  width: 7.152vw;
  text-align: right;
  display: block;
  border-top: 0.069vw solid black;
}

.catalog_items_header .main_title .section_btn_back a {
  text-decoration: none;
  text-align: right;
  width: 100%;
  display: block;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.0416vw;
  line-height: 1.1805vw;
  text-transform: uppercase;
  color: #000000;
  padding-top: 0.555vw;
  text-decoration: none;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.catalog_items_header .catalog_items_header_wrapper {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 2.778vw 3.472vw 2.778vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.catalog_items_header .catalog_items_header_wrapper .catalog_items_header_item {
  position: relative;
  padding-top: 1.667vw;
  width: auto;
  min-width: 8.888vw;
}

.catalog_items_header .catalog_items_header_wrapper .catalog_items_header_item:hover::before {
  width: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  min-width: 0;
  padding: 0;
}

.catalog_items_header .catalog_items_header_wrapper .catalog_items_header_item::before {
  position: absolute;
  content: "";
  width: 8.888vw;
  top: 0;
  padding-left: calc((100% - 8.888vw) / 2);
  height: 0.139vw;
  background-color: black;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}

.catalog_items_header .catalog_items_header_wrapper .catalog_items_header_item .catalog_items_header_item_content {
  width: 100%;
  height: 100%;
}

.catalog_items_header .catalog_items_header_wrapper .catalog_items_header_item .catalog_items_header_item_content .catalog_items_header_content a {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.389vw;
  line-height: 1.597vw;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
}

.catalog_items_header .catalog_items_header_wrapper .catalog_items_header_item .catalog_items_header_item_content .catalog_items_header_content a span {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.catalog_item_list {
  width: 100%;
  height: auto;
}

.catalog_item_list .catalog_item_list_wrapper {
  width: 100%;
  height: auto;
}

.catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item .image {
  height: 38.19vw !important;
}

.catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(odd) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: black;
}

.catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(odd) .advantages_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  padding: 8.681vw 2.778vw 2.778vw 2.778vw;
}

.catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(odd) .advantages_container span {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 1.042vw;
  line-height: 1.389vw;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-top: 1.389vw;
  width: 25%;
  overflow: hidden;
}

.catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(odd) .advantages_container span:before {
  display: block;
  position: absolute;
  content: "";
  width: 50%;
  height: 2px;
  top: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color: white;
}

.catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(odd) .advantages_container span:hover {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(odd) .advantages_container span:hover:before {
  display: block;
  position: absolute;
  content: "";
  width: 50%;
  height: 2px;
  top: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(odd) .catalog_item_list_content {
  width: 50%;
  padding: 3.4vw 2.778vw 0 2.778vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(odd) .catalog_item_list_content .catalog_item_list_content__btn {
  display: inline-block;
  padding: 2.083vw 3.333vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  text-decoration: none;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.389vw;
  line-height: 1.389vw;
  text-transform: uppercase;
  color: #000000;
  width: 15.625vw;
  -webkit-transition: linear background-color 0.3s;
  transition: linear background-color 0.3s;
}

.catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(odd) .catalog_item_list_content .catalog_item_list_content__btn:hover {
  background-color: rgba(255, 255, 255, 0.15) !important;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition: linear background-color 0.3s;
  transition: linear background-color 0.3s;
}

.catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(odd) .catalog_item_list_content .catalog_item_list_content__btn:hover .mosaic-var {
  color: white !important;
}

.catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(odd) .catalog_item_list_content a {
  text-decoration: none;
}

.catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(odd) .catalog_item_list_content a span {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 2.778vw;
  line-height: 3.194vw;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
}

.catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(odd) .catalog_item_list_content .description {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 1.388vw;
}

.catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(odd) .catalog_item_list_content .description p {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.042vw;
  line-height: 1.458vw;
  color: #FFFFFF;
  padding-right: 2.778vw;
  padding-top: 10px;
  margin: 0;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(odd) .catalog_item_list_content .description ul li,
.catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(odd) .catalog_item_list_content .description ol li {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.042vw;
  line-height: 1.458vw;
  color: #FFFFFF;
  padding-right: 2.778vw;
  padding-top: 10px;
  margin: 0;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(even) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: white;
}

.catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(even) .advantages_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  padding: 8.681vw 2.778vw 2.778vw 2.778vw;
}

.catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(even) .advantages_container span {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 1.042vw;
  line-height: 1.389vw;
  text-transform: uppercase;
  color: black;
  padding-top: 1.389vw;
  width: 25%;
  overflow: hidden;
}

.catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(even) .advantages_container span:before {
  display: block;
  position: absolute;
  content: "";
  width: 50%;
  height: 2px;
  top: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color: black;
}

.catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(even) .advantages_container span:hover {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(even) .advantages_container span:hover:before {
  display: block;
  position: absolute;
  content: "";
  width: 50%;
  height: 2px;
  top: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(even) .catalog_item_list_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  padding: 3.4vw 2.778vw 0 2.778vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(even) .catalog_item_list_content .catalog_item_list_content__btn {
  display: inline-block;
  padding: 2.083vw 3.333vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FF295A;
  text-decoration: none;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.389vw;
  line-height: 1.389vw;
  text-transform: uppercase;
  color: white;
  width: 15.625vw;
  -webkit-transition: linear background-color 0.3s;
  transition: linear background-color 0.3s;
}

.catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(even) .catalog_item_list_content .catalog_item_list_content__btn:hover {
  background-color: #8F263E !important;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition: linear background-color 0.3s;
  transition: linear background-color 0.3s;
}

.catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(even) .catalog_item_list_content .catalog_item_list_content__btn:hover .mosaic-var {
  color: white !important;
}

.catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(even) .catalog_item_list_content a {
  text-decoration: none;
}

.catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(even) .catalog_item_list_content a span {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 2.778vw;
  line-height: 3.194vw;
  text-transform: uppercase;
  color: #FF295A;
  text-decoration: none;
}

.catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(even) .catalog_item_list_content .description {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 1.388vw;
}

.catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(even) .catalog_item_list_content .description p {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.042vw;
  line-height: 1.458vw;
  color: black;
  padding-right: 2.778vw;
  padding-top: 10px;
  margin: 0;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(even) .catalog_item_list_content .description ul li,
.catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(even) .catalog_item_list_content .description ol li {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.042vw;
  line-height: 1.458vw;
  color: black;
  padding-right: 2.778vw;
  padding-top: 10px;
  margin: 0;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item .image {
  width: 50%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item .image:hover .catalog_item_list_item_wrapper {
  position: absolute;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item .image:hover .catalog_item_list_item_wrapper:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}

.catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item .image .catalog_item_list_item_wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item .image .catalog_item_list_item_wrapper:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}

.cources_description {
  width: 100%;
  height: auto;
  position: relative;
}

.cources_description .cources_description_ankor {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 14.93vw;
  height: 10.208vw;
  background-color: #FF295A;
}

.cources_description .cources_description_ankor a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.736vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.389vw;
  line-height: 1.389vw;
  text-transform: uppercase;
  text-decoration: none;
}

.cources_description .cources_description_wrapper {
  width: 100%;
  height: 100%;
  padding: 5.278vw 2.778vw 15vw 2.778vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cources_description .cources_description_wrapper .first_item .first_item_animate {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 4.861vw;
  line-height: 86.5%;
  text-transform: uppercase;
  color: #FF295A;
}

.cources_description .cources_description_wrapper .first_item .first_item_animate h1 {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 4.861vw;
  line-height: 86.5%;
  text-transform: uppercase;
  color: #FF295A;
}

.cources_description .cources_description_wrapper .cources_description__container {
  margin-top: 7.222vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cources_description .cources_description_wrapper .cources_description__container .cources_description_item {
  width: 33.3%;
}

.cources_description .cources_description_wrapper .cources_description__container .cources_description_item .description {
  width: 90%;
}

.cources_description .cources_description_wrapper .cources_description__container .cources_description_item .description p {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.389vw;
  line-height: 1.597vw;
  color: #000000;
  margin: 0.694vw 0 2.778vw 0;
}

.cources_description .cources_description_wrapper .cources_description__container .cources_description_item .description p strong {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 1.736vw;
  line-height: 2.014vw;
  text-transform: uppercase;
  color: #000000;
}

.academy_list {
  position: relative;
  width: 100%;
  height: auto;
}

.academy_list .fader {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("../../../img/cources_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.academy_list .fader::after {
  content: "";
  position: absolute;
  background-color: rgba(17, 17, 17, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.academy_list .academy_list__container {
  padding: 12.917vw 16.389vw 9.236vw 18.75vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.academy_list .academy_list__container .section_about_ankor {
  display: none;
}

.academy_list .academy_list__container .academy_list__title {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 7.639vw;
  line-height: 86.5%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 4.167vw;
  padding-left: 6.944vw;
  margin-right: -6.944vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.academy_list .academy_list__container .academy_list__title span {
  Font-family: TTCommons-DemiBold;
  -webkit-text-stroke: 1px #FFFFFF;
  font-style: normal;
  font-weight: 500;
  font-size: 7.639vw;
  line-height: 86.5%;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: transparent;
}

.academy_list .academy_list__container .academy_list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.academy_list .academy_list__container .academy_list__items .academy_list__item .academy_list__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 0.417vw;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  margin-top: 2.639vw;
}

.academy_list .academy_list__container .academy_list__items .academy_list__item .academy_list__article .date {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.389vw;
  line-height: 1.944vw;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.5;
  margin-right: 2.5vw;
}

.academy_list .academy_list__container .academy_list__items .academy_list__item .academy_list__article .title a {
  text-decoration: none;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.389vw;
  line-height: 1.944vw;
  text-transform: uppercase;
  color: #FFFFFF;
}

.category_item_pluses {
  width: 100%;
  height: auto;
  background-color: black;
}

.category_item_pluses .category_item_pluses_wrapper {
  padding: 4.861vw 0 0 3.056vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  height: auto;
  position: relative;
}

.category_item_pluses .category_item_pluses_wrapper .lnk_to_in {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 10.209vw;
  width: 15.625vw;
  background: #FF295A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: white;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.389vw;
  line-height: 1.389vw;
  text-transform: uppercase;
  padding: 1.95vw 1.389vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.category_item_pluses .category_item_pluses_wrapper .left_side {
  width: calc(50% - 1.528vw);
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 12.556vw;
}

.category_item_pluses .category_item_pluses_wrapper .left_side .description_mobile {
  display: none;
}

.category_item_pluses .category_item_pluses_wrapper .left_side .right_side_content {
  width: 38.472vw;
  height: 11.181vw;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.389vw;
  line-height: 1.597vw;
  color: #FFFFFF;
  padding-bottom: 11.597vw;
}

.category_item_pluses .category_item_pluses_wrapper .left_side .right_side_content .right_side_content__description p {
  margin: 0;
}

.category_item_pluses .category_item_pluses_wrapper .left_side .left_side__title {
  width: 39.861vw;
  height: 6.389vw;
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 2.778vw;
  line-height: 3.194vw;
  text-transform: uppercase;
  color: #FFFFFF;
}

.category_item_pluses .category_item_pluses_wrapper .left_side .item_pluses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 13.194vw;
}

.category_item_pluses .category_item_pluses_wrapper .left_side .item_pluses .left_side__title__value {
  width: 50%;
  padding-top: 1.111vw;
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 1.042vw;
  line-height: 1.389vw;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 7.389vw;
  overflow: hidden;
}

.category_item_pluses .category_item_pluses_wrapper .left_side .item_pluses .left_side__title__value::after {
  position: absolute;
  content: "";
  width: 8.403vw;
  height: 1px;
  top: 0;
  left: 0;
  background-color: white;
  display: block;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.category_item_pluses .category_item_pluses_wrapper .left_side .item_pluses .left_side__title__value:hover::after {
  position: absolute;
  content: "";
  width: 8.403vw;
  height: 1px;
  background-color: white;
  display: block;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.category_item_pluses .category_item_pluses_wrapper .left_side .item_pluses_desc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 3.056vw;
}

.category_item_pluses .category_item_pluses_wrapper .left_side .item_pluses_desc .left_side__title__value_title {
  color: white;
  font-size: 1.5vw;
  text-transform: uppercase;
}

.category_item_pluses .category_item_pluses_wrapper .left_side .item_pluses_desc .left_side__title__value_content {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.389vw;
  line-height: 1.597vw;
  color: white;
}

.category_item_pluses .category_item_pluses_wrapper .left_side .item_pluses_desc span {
  width: 100%;
  margin-top: 0;
}

.category_item_pluses .category_item_pluses_wrapper .left_side .item_pluses_desc span ol li,
.category_item_pluses .category_item_pluses_wrapper .left_side .item_pluses_desc span ul li {
  padding: 0.5em 0;
  font-size: 1.1vw;
}

.category_item_pluses .category_item_pluses_wrapper .left_side .item_pluses_desc span:after {
  display: none;
}

.category_item_pluses .category_item_pluses_wrapper .right_side {
  width: calc(50% + 1.528vw);
  height: auto;
}

.category_item_pluses .category_item_pluses_wrapper .right_side .item_pluses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3.194vw;
}

.category_item_pluses .category_item_pluses_wrapper .right_side .item_pluses .left_side__title__value {
  width: 50%;
  padding-top: 1.111vw;
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 1.042vw;
  line-height: 1.389vw;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 7.389vw;
  overflow: hidden;
}

.category_item_pluses .category_item_pluses_wrapper .right_side .item_pluses .left_side__title__value:nth-child(1) {
  margin-top: 0;
}

.category_item_pluses .category_item_pluses_wrapper .right_side .item_pluses .left_side__title__value:nth-child(2) {
  margin-top: 0;
}

.category_item_pluses .category_item_pluses_wrapper .right_side .item_pluses .left_side__title__value::after {
  position: absolute;
  content: "";
  width: 8.403vw;
  height: 1px;
  top: 0;
  left: 0;
  background-color: white;
  display: block;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.category_item_pluses .category_item_pluses_wrapper .right_side .item_pluses .left_side__title__value:hover::after {
  position: absolute;
  content: "";
  width: 8.403vw;
  height: 1px;
  background-color: white;
  display: block;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.category_item_pluses .category_item_pluses_wrapper .right_side .right_side_content {
  width: 38.472vw;
  height: 11.181vw;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.389vw;
  line-height: 1.597vw;
  color: #FFFFFF;
  padding-bottom: 11.597vw;
}

.category_item_pluses .category_item_pluses_wrapper .right_side .right_side_content .right_side_content__description p {
  margin: 0;
}

.category_item_pluses .category_item_pluses_wrapper .right_side .item_img {
  width: 100%;
  height: 38.194vw;
  position: relative;
  overflow: hidden;
}

.category_item_pluses .category_item_pluses_wrapper .right_side .item_img:hover .image_container {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.category_item_pluses .category_item_pluses_wrapper .right_side .item_img:hover .image_container:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}

.category_item_pluses .category_item_pluses_wrapper .right_side .item_img .image_container {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.category_item_pluses .category_item_pluses_wrapper .right_side .item_img .image_container:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}

.section_contacts_map {
  width: 100%;
  height: 27.659vw;
  margin-bottom: 4.861vw;
}

.contacts_adress_time_wrapper {
  width: 100%;
  height: auto;
  padding: 3.75vw 3.055vw 4.166vw 3.055vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

.contacts_adress_time_wrapper li {
  width: 50%;
}

.contacts_adress_time_wrapper li .contacts_adress_time__item .title {
  font-family: TTCommons-DemiBold;
  font-style: normal;
  font-weight: 500;
  font-size: 2.777vw;
  line-height: 3.194vw;
  text-transform: uppercase;
  color: #000000;
}

.contacts_adress_time_wrapper li .contacts_adress_time__item .content {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.388vw;
  line-height: 1.597vw;
  color: #000000;
  margin-top: 10vw;
}

.contacts_adress_time_wrapper li .contacts_adress_time__item .contacts_adress_time__description {
  margin-top: 10vw;
}

.contacts_adress_time_wrapper li .contacts_adress_time__item .contacts_adress_time__description > div {
  margin-bottom: 2.083vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.contacts_adress_time_wrapper li .contacts_adress_time__item .contacts_adress_time__description > div:last-child {
  margin-bottom: 0;
}

.contacts_adress_time_wrapper li .contacts_adress_time__item .contacts_adress_time__description > div .title {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.388vw;
  line-height: 1.597vw;
  color: rgba(0, 0, 0, 0.3);
  width: 7.7083vw;
  text-transform: capitalize;
}

.contacts_adress_time_wrapper li .contacts_adress_time__item .contacts_adress_time__description > div .value {
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.388vw;
  line-height: 1.597vw;
  color: #000000;
}

.contacts_adress_time_wrapper li .contacts_adress_time__item .contacts_adress_time__description > div .value a {
  text-decoration: none;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.388vw;
  line-height: 1.597vw;
  color: #000000;
}

.contacts_adress_time_wrapper li .contacts_adress_time__item .contacts_adress_time__description .telephone,
.contacts_adress_time_wrapper li .contacts_adress_time__item .contacts_adress_time__description .mail {
  margin-bottom: 0.555vw;
}

.contacts_adress_time_wrapper li .contacts_adress_time__item .contacts_adress_time__description .telephone .value a,
.contacts_adress_time_wrapper li .contacts_adress_time__item .contacts_adress_time__description .mail .value a {
  font-size: 1.388vw;
  line-height: 1.597vw;
}

@media (min-width: 240px) and (max-width: 768px) {
  .wrapper {
    width: 100%;
  }

  .wrapper #main .preheader {
    height: auto !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    -webkit-box-shadow: 0px 4px 20px rgba(148, 133, 133, 0.25);
    box-shadow: 0px 4px 20px rgba(148, 133, 133, 0.25);
  }

  .wrapper #main .preheader .hidden_wtapper:before {
    height: 19.725vw;
  }

  .wrapper #main .preheader .preheader_phone {
    display: none;
  }

  .wrapper #main .preheader .preheader_phone .phone {
    text-decoration: none;
  }

  .wrapper #main .preheader .preheader-logo {
    padding-left: 0;
    height: auto;
    width: calc(100% - 29.866vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .wrapper #main .preheader .preheader-logo .preheader-logo__img {
    height: 100%;
    width: auto;
    max-width: 25.86vw;
  }

  .wrapper #main .preheader .preheader-logo .preheader-logo__img:first-child {
    width: auto;
  }

  .wrapper #main .preheader .preheader-logo .preheader-logo__img:first-child img {
    width: 25.86vw;
  }

  .wrapper #main .preheader .preheader-logo .preheader-logo__img:nth-child(n+2) {
    width: auto;
    height: auto;
  }

  .wrapper #main .preheader .preheader-logo .preheader-logo__img:nth-child(n+2) img {
    width: 25.86vw;
  }

  .wrapper #main .preheader .preheader-logo .preheader-logo__img:last-child {
    display: none;
  }

  .wrapper #main .preheader .top-sandvitch-btn {
    font-size: 4.533vw;
    line-height: 4.533vw;
    padding: 7.733vw 8.533vw;
    height: auto;
    width: 29.866vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .wrapper #main .section-our-pluses_parrent {
    position: relative;
    height: calc(100vh - 60px);
  }

  .wrapper #main .section-our-pluses_parrent .section-our-pluses_parrent_static_value {
    width: 29.866vw;
    height: 23.733vw;
  }

  .wrapper #main .section-our-pluses_parrent .section-our-pluses_parrent_static_value .section-our-pluses {
    padding-top: 0;
    padding-bottom: 48vh;
  }

  .wrapper #main .section-our-pluses_parrent .section-our-pluses_parrent_static_value a {
    width: 100%;
    height: 100%;
    padding: 5.866vw;
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    line-height: 100.49%;
    text-transform: uppercase;
    color: #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
  }

  .wrapper #main .section-our-pluses_parrent .section-our-pluses_parrent_menu {
    margin-top: 60.8vw;
    position: absolute;
    left: 5.333vw;
    bottom: 23.733vw;
  }

  .wrapper #main .section-our-pluses_parrent .section-our-pluses_parrent_menu div a {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 5.333vw;
    line-height: 7.466vw;
    text-transform: uppercase;
    color: #FFFFFF;
  }

  .wrapper #main .section-our-pluses_parrent .section-our-pluses {
    padding-top: 19.866vw;
    padding-bottom: 50vh;
    padding-left: 5.333vw;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .wrapper #main .section-our-pluses_parrent .section-our-pluses .section-our-pluses__item {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .wrapper #main .section-our-pluses_parrent .section-our-pluses .section-our-pluses__item .section-our-pluses__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .wrapper #main .section-our-pluses_parrent .section-our-pluses .section-our-pluses__item .section-our-pluses__description {
    position: relative;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
  }

  .wrapper #main .section-our-pluses_parrent .section-our-pluses .section-our-pluses__item .section-our-pluses__description .additional_val {
    font-size: 15.33vw;
    display: block;
    position: relative;
  }

  .wrapper #main .section-our-pluses_parrent .section-our-pluses .section-our-pluses__item .section-our-pluses__description .additional_val .animate_container {
    line-height: 33.6vw;
    width: auto;
  }

  .wrapper #main .section-our-pluses_parrent .section-our-pluses .section-our-pluses__item .section-our-pluses__description .additional_cont {
    margin-top: -6.666vw;
  }

  .wrapper #main .section-our-pluses_parrent .section-our-pluses .section-our-pluses__item .section-our-pluses__description .additional_cont .additional_cont_lnk {
    right: 10.666vw;
    width: auto;
    left: 65%;
    display: inline-table;
  }

  .wrapper #main .section-our-pluses_parrent .section-our-pluses .section-our-pluses__item .section-our-pluses__description .additional_cont .additional_cont_lnk a {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    line-height: 4.533vw;
    text-transform: uppercase;
    color: #FFFFFF;
    white-space: nowrap;
    display: inline-table;
    margin-top: 2.666vw;
    width: auto;
  }

  .wrapper #main .section-our-pluses_parrent .section-our-pluses .section-our-pluses__item .section-our-pluses__description .additional_cont .animate_container {
    font-family: TTCommons-DemiBold;
    font-style: normal;
    font-weight: 500;
    font-size: 11.2vw;
    line-height: 10vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #FF295A;
  }

  .wrapper .section-realized-projects {
    padding: 23.466vw 5.4vw 24vw 5.4vw;
    overflow: hidden;
  }

  .wrapper .section-realized-projects .section-our-pluses_parrent_static_value {
    display: none;
  }

  .wrapper .section-realized-projects .first_item {
    margin-bottom: 10vw;
  }

  .wrapper .section-realized-projects .first_item .container {
    font-family: TTCommons-DemiBold;
    font-style: normal;
    font-weight: 500;
    font-size: 9.866vw;
    line-height: 86.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
  }

  .wrapper .section-realized-projects .second_item {
    left: 51.208vw;
    top: 36vw;
    font-family: TTCommons-Regular;
    font-style: no rmal;
    font-weight: normal;
    font-size: 4vw;
    line-height: 5.333vw;
    text-transform: uppercase;
    color: #FFFFFF;
  }

  .wrapper .section-realized-projects .second_item .second_level {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .wrapper .section-realized-projects .second_item .second_level li a {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
  }

  .wrapper .section-realized-projects .section-realized-projects-slider #slySliderScrollbar {
    margin-top: 10.666vw;
    width: 100%;
  }

  .wrapper .section-realized-projects .section-realized-projects-slider .frame {
    height: 77.4vw;
    overflow: visible !important;
  }

  .wrapper .section-realized-projects .section-realized-projects-slider .frame .frame_wrapper li {
    margin-right: 4vw;
    height: 100%;
  }

  .wrapper .section-realized-projects .section-realized-projects-slider .frame .frame_wrapper li .projects-slider__item:hover a {
    opacity: 1;
  }

  .wrapper .section-realized-projects .section-realized-projects-slider .frame .frame_wrapper li:last-child {
    margin-right: 0;
  }

  .wrapper .section-realized-projects .section-realized-projects-slider .frame .frame_wrapper li:nth-child(5n+1) .projects-slider__item {
    height: 100%;
  }

  .wrapper .section-realized-projects .section-realized-projects-slider .frame .frame_wrapper li:nth-child(5n+2) .projects-slider__item {
    height: 100%;
  }

  .wrapper .section-realized-projects .section-realized-projects-slider .frame .frame_wrapper li:nth-child(5n+3) {
    height: 100%;
  }

  .wrapper .section-realized-projects .section-realized-projects-slider .frame .frame_wrapper li:nth-child(5n+4) .projects-slider__item {
    height: 100%;
  }

  .wrapper .section-realized-projects .section-realized-projects-slider .frame .frame_wrapper li:nth-child(5n+5) .projects-slider__item {
    height: 100%;
  }

  .wrapper .section-realized-projects .section-realized-projects-slider .frame .frame_wrapper li {
    width: 52.533vw;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .wrapper .section-realized-projects .section-realized-projects-slider .frame .frame_wrapper li .projects-slider__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }

  .wrapper .section-realized-projects .section-realized-projects-slider .frame .frame_wrapper li .projects-slider__item .projects-slider__item__image:hover:after {
    display: none;
  }

  .wrapper .section-realized-projects .section-realized-projects-slider .frame .frame_wrapper li .projects-slider__item:hover:after {
    display: none;
  }

  .wrapper .section-realized-projects .section-realized-projects-slider .frame .frame_wrapper li .projects-slider__item .hover_block {
    bottom: 3vw;
    left: 4.389vw;
    display: none;
  }

  .wrapper .section-realized-projects .section-realized-projects-slider .frame .frame_wrapper li .projects-slider__item .hover_block div {
    font-family: TTCommons-DemiBold;
    font-style: normal;
    font-weight: 500;
    font-size: 6.666vw;
    line-height: 7.733vw;
    text-transform: uppercase;
  }

  .wrapper .section-realized-projects .section-realized-projects-slider .frame .frame_wrapper li .projects-slider__item .hover_description {
    display: none;
  }

  .wrapper .section-realized-projects .section-realized-projects-slider .frame .frame_wrapper li .projects-slider__item .projects-slider__item__description {
    padding-left: 4.389vw;
    left: 0;
    height: auto;
    bottom: 0;
    padding-bottom: 1.389vw;
  }

  .wrapper .section-realized-projects .section-realized-projects-slider .frame .frame_wrapper li .projects-slider__item .projects-slider__item__description a {
    font-family: TTCommons-DemiBold;
    font-style: normal;
    font-weight: 500;
    font-size: 4.333vw;
    line-height: 6.1333vw;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .wrapper .section-catalog > #section-catalog_static_value {
    bottom: 38.402vw;
    left: calc(48% + 6.933vw);
    width: auto;
  }

  .wrapper .section-catalog > #section-catalog_static_value:before {
    width: 100%;
  }

  .wrapper .section-catalog > #section-catalog_static_value a {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    line-height: 4.5333vw;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
  }

  .wrapper .section-catalog .section-catalog_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wrapper .section-catalog .section-catalog_wrapper li {
    height: 66.4vw;
    float: none;
  }

  .wrapper .section-catalog .section-catalog_wrapper li .section-catalog__item .section-catalog__item__description {
    top: 5vw;
    left: 5vw;
  }

  .wrapper .section-catalog .section-catalog_wrapper li .section-catalog__item .section-catalog__item__description a {
    font-family: TTCommons-DemiBold;
    font-style: normal;
    font-weight: 500;
    font-size: 3.733vw;
    line-height: 4.8vw;
    text-transform: uppercase;
    color: #000000;
  }

  .wrapper .section-catalog .section-catalog_wrapper li:nth-child(even) {
    margin-top: -14.66vw;
  }

  .wrapper .section-catalog .section-catalog_wrapper .first_item {
    width: 100%;
    padding-left: 5.4vw;
    padding-bottom: 41.32vw;
    font-family: TTCommons-DemiBold;
    font-style: normal;
    font-weight: 500;
    font-size: 10.666vw;
    line-height: 86.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 5vw;
  }

  .wrapper .section_academia {
    margin-top: 23.5vw;
    margin-bottom: 18vw;
  }

  .wrapper .section_academia .section_academia_wrapper {
    padding: 0 5.33vw;
  }

  .wrapper .section_academia .section_academia_wrapper .first_item {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 5.3333vw;
    line-height: 7.4666vw;
    text-transform: uppercase;
    color: #FF295A;
    padding: 0;
  }

  .wrapper .section_academia .section_academia_wrapper .second_item {
    font-family: TTCommons-DemiBold;
    font-style: normal;
    font-weight: 500;
    font-size: 8.8vw;
    line-height: 86.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #FF295A;
    padding: 0;
  }

  .wrapper .section_academia .section_academia_wrapper .section_academia_item {
    padding: 0;
    margin-top: 5.3333vw;
  }

  .wrapper .section_academia .section_academia_wrapper .section_academia_item .section_academia_item_content .description p {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    line-height: 4.8vw;
    color: #000000;
  }

  .section_about .section_about_wrapper {
    padding: 0 5.333vw 29.33vw 5.333vw;
  }

  .section_about .section_about_wrapper .first_item .first_item_animate {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 5.333vw;
    line-height: 86.5%;
    text-transform: uppercase;
    color: #FF295A;
  }

  .section_about .section_about_wrapper .first_item .first_item_animate h1 {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 5.333vw;
    line-height: 86.5%;
    text-transform: uppercase;
    color: #FF295A;
  }

  .section_about .section_about_wrapper .second_item .second_item_animate {
    font-family: TTCommons-DemiBold;
    font-style: normal;
    font-weight: 500;
    font-size: 10.666vw;
    line-height: 86.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #FF295A;
  }

  .section_about .section_about_wrapper .second_item .second_item_animate h1 {
    font-family: TTCommons-DemiBold;
    font-style: normal;
    font-weight: 500;
    font-size: 10.666vw;
    line-height: 86.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #FF295A;
    margin: 0;
  }

  .section_about .section_about_wrapper .section_about_item {
    display: none;
  }

  .section_about .section_about_wrapper .section_about_ankor {
    width: 29.866vw;
    height: 23.733vw;
  }

  .section_about .section_about_wrapper .section_about_ankor .section_about_ankor_btn {
    display: none;
  }

  .section_about .section_about_wrapper .section_about_ankor a {
    width: 100%;
    height: 100%;
    padding: 5.866vw;
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    line-height: 100.49%;
    text-transform: uppercase;
    color: #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
  }

  .section_events {
    padding: 14vw 5.33vw 61.333vw 5.33vw;
  }

  .section_events .section_events_ankor {
    width: 29.866vw;
    height: 23.733vw;
  }

  .section_events .section_events_ankor .section_events_ankor_btn {
    display: none;
  }

  .section_events .section_events_ankor a {
    width: 100%;
    height: 100%;
    padding: 5.866vw;
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    line-height: 100.49%;
    text-transform: uppercase;
    color: #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
  }

  .section_events .section_events_list .single_item {
    position: relative;
    margin-bottom: 12.266vw;
    padding-bottom: 0.8vw;
  }

  .section_events .section_events_list .single_item .wrapper {
    width: 50%;
  }

  .section_events .section_events_list .single_item .wrapper .name {
    position: absolute;
    top: 140%;
    left: 0;
    width: 100%;
  }

  .section_events .section_events_list .single_item .wrapper .name a {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    line-height: 140.99%;
    text-transform: uppercase;
    color: #FFFFFF;
  }

  .section_events .section_events_list .single_item .wrapper .date {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 5.333vw;
    line-height: 5.333vw;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.5;
    width: 100%;
  }

  .section_events .section_events_list .single_item .time {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 5.333vw;
    line-height: 5.333vw;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.5;
    width: 50%;
    text-align: right;
  }

  .section_events .section_events_list .title {
    width: 100%;
    font-size: 10.66vw;
    margin-top: 34.133vw;
  }

  .section_events .section_events_list .title .title__lnk {
    display: table-cell;
    position: relative;
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    line-height: 4.533vw;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 2.666vw;
    padding-right: 4vw;
  }

  .section_our_team {
    padding: 15vw 5.33vw 16.333vw 5.33vw;
  }

  .section_our_team .section_our_team_static_value {
    display: none;
  }

  .section_our_team .container_header .second_item {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    line-height: 4.8vw;
    color: #FFFFFF;
    opacity: 0.8;
  }

  .section_our_team .section_our_team_content .frame_wrapper {
    padding: 0;
  }

  .section_our_team .section_our_team_content .frame_wrapper .frame_wrapper_contaiber {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .section_our_team .section_our_team_content .frame_wrapper li {
    min-width: 51.2vw !important;
    margin-right: 5.333vw;
  }

  .section_our_team .section_our_team_content .frame_wrapper li .section_our_team_item .person_name {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 5.333vw;
    line-height: 5.333vw;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 4.944vw;
    width: 20%;
  }

  .section_our_team .section_our_team_content .frame_wrapper li .section_our_team_item .section_our_team__description {
    margin-top: 5.944vw;
  }

  .section_our_team .section_our_team_content .frame_wrapper li .section_our_team_item .section_our_team__description p {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    line-height: 101.49%;
    text-align: right;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.5;
  }

  .section_our_team .section_our_team_content .frame_wrapper .slick-list .slick-track .slick-slide {
    width: 51.2vw !important;
    margin: 0 2.666vw;
  }

  .section_our_team .section_our_team_content .frame_wrapper .slick-list .slick-track .slick-slide:first-child {
    margin-left: 0;
  }

  .section_our_team .section_our_team_content .frame_wrapper .slick-list .slick-track .slick-slide:last-child {
    margin-right: 0;
  }

  .section_our_team .container_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section_our_team .container_header .first_item {
    font-size: 10.666vw;
    width: 100%;
    margin-bottom: 4.266vw;
  }

  .section_our_team .container_header .second_item {
    font-size: 4vw;
    width: 100%;
  }

  .section_index-circle-products {
    padding: 20vw 5.33vw 24vw 5.33vw;
    overflow: hidden;
  }

  .section_index-circle-products .section_index-circle-products__title {
    display: block;
    font-family: HelveticaNeue;
    font-style: normal;
    font-weight: normal;
    font-size: 5.3333vw;
    line-height: 7.7333vw;
    text-transform: uppercase;
    margin-bottom: 13.333vw;
    color: #000000;
  }

  .section_index-circle-products .section_index-circle-products__wrapper {
    overflow: visible !important;
    width: auto;
  }

  .section_index-circle-products .section_index-circle-products__wrapper .slider_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .section_index-circle-products .section_index-circle-products__wrapper .slider_container .single_item:first-child {
    margin-left: 0;
  }

  .section_index-circle-products .section_index-circle-products__wrapper .slider_container .single_item:last-child {
    margin-right: 0;
  }

  .section_index-circle-products .section_index-circle-products__wrapper .slider_container .active .single_item__img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .section_index-circle-products .section_index-circle-products__wrapper .slider_container .active .single_item__img::before {
    display: none;
    padding: 2.13vw;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -2.4vw;
    left: -2.4vw;
    border: 1px solid #8F263E;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }

  .section_index-circle-products .section_index-circle-products__wrapper .slick-list {
    overflow: visible;
  }

  .section_index-circle-products .section_index-circle-products__wrapper .slick-list .slick-track .slick-active .single_item__img:before {
    padding: 2.4vw;
    top: -2.93vw;
    left: -2.93vw;
    opacity: 1;
    width: 100%;
    height: 100%;
    border: 1px solid #8F263E;
  }

  .section_index-circle-products .section_index-circle-products__wrapper .single_item {
    width: 50.133vw;
    height: auto;
    display: block;
    max-width: 50.133vw;
    margin: 0 6.933vw;
  }

  .section_index-circle-products .section_index-circle-products__wrapper .single_item .single_item__description a {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    line-height: 4.503vw;
    text-transform: uppercase;
    color: #000000;
    opacity: 0.5;
  }

  .section_index-circle-products .section_index-circle-products__wrapper .single_item .single_item__img {
    margin-bottom: 12.445vw;
  }

  .section_index-circle-products .section_index-circle-products__wrapper .single_item .single_item__img a img {
    width: 49.6vw;
    height: 49.6vw;
  }

  .section-catalog:before {
    z-index: -1;
  }

  .section-feedback {
    padding-top: 12.6vw;
  }

  .section-feedback .section-feedback__wrapper .bottom_section .right .section-feedback_wrapper li {
    position: relative;
  }

  .section-feedback .section-feedback__wrapper .bottom_section .right .section-feedback_wrapper li .button_project_call,
  .section-feedback .section-feedback__wrapper .bottom_section .right .section-feedback_wrapper li .button_academy_call {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block !important;
    opacity: 0;
    z-index: 2;
    -webkit-tap-highlight-color: transparent;
  }

  .section-feedback .section-feedback__wrapper .bottom_section .right .section-feedback_wrapper li .button_project_call svg,
  .section-feedback .section-feedback__wrapper .bottom_section .right .section-feedback_wrapper li .button_academy_call svg {
    display: none;
  }

  .section-feedback .section-feedback__wrapper {
    padding: 0;
  }

  .section-feedback .section-feedback__wrapper .top_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section-feedback .section-feedback__wrapper .top_section .top_section__left {
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 29.866vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding-bottom: 6.86vw;
  }

  .section-feedback .section-feedback__wrapper .top_section .top_section__left div {
    width: auto;
    padding: 0;
    margin: 0;
    height: 8vw !important;
  }

  .section-feedback .section-feedback__wrapper .top_section .top_section__left div img {
    height: 100%;
    width: auto;
  }

  .section-feedback .section-feedback__wrapper .top_section .top_section__left .footer-logo__whisen {
    margin-right: 0;
  }

  .section-feedback .section-feedback__wrapper .top_section .top_section__left .footer-logo__whisen img {
    width: 25.86vw;
  }

  .section-feedback .section-feedback__wrapper .top_section .top_section__left .footer-logo__lg img {
    width: 25.86vw;
  }

  .section-feedback .section-feedback__wrapper .top_section .top_section__left__mobile {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
  }

  .section-feedback .section-feedback__wrapper .top_section .top_section__right {
    width: 100%;
    padding: 0 5.33vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }

  .section-feedback .section-feedback__wrapper .top_section .top_section__right .top_section__right__title {
    width: 100%;
    font-family: TTCommons-DemiBold;
    font-style: normal;
    font-weight: 500;
    font-size: 10.666vw;
    line-height: 12.266vw;
    text-transform: uppercase;
    color: #000000;
    margin-top: 11.2vw;
    margin-bottom: 5.866vw;
  }

  .section-feedback .section-feedback__wrapper .top_section .top_section__right .container {
    width: 50%;
    margin-left: 50%;
  }

  .section-feedback .section-feedback__wrapper .top_section .top_section__right .container .top_section__right__description {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    line-height: 140.99%;
    color: #000000;
    opacity: 0.8;
    margin-bottom: 6.4vw;
    display: block;
  }

  .section-feedback .section-feedback__wrapper .top_section .top_section__right .container a {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    line-height: 101.49%;
    text-transform: uppercase;
    color: #000000;
    padding-top: 1.6vw;
    padding-right: 10.666vw;
    pointer-events: auto;
    cursor: pointer;
  }

  .section-feedback .section-feedback__wrapper .bottom_section {
    position: relative;
    margin: 0;
  }

  .section-feedback .section-feedback__wrapper .bottom_section .left_color_white .mosaic-var {
    color: white !important;
  }

  .section-feedback .section-feedback__wrapper .bottom_section .left {
    position: absolute;
    top: -38.66vw;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 38.933vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 5.33vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .section-feedback .section-feedback__wrapper .bottom_section .left a {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    line-height: 101.49%;
    text-transform: uppercase;
    color: #000000;
  }

  .section-feedback .section-feedback__wrapper .bottom_section .left a .mosaic-var {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    line-height: 101.49%;
    text-transform: uppercase;
    color: #000000;
  }

  .section-feedback .section-feedback__wrapper .bottom_section .right {
    width: 100%;
    padding: 16.33vw 5.33vw 5.33vw 5.33vw;
  }

  .section-feedback .section-feedback__wrapper .bottom_section .right .section-feedback_wrapper {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .section-feedback .section-feedback__wrapper .bottom_section .right .section-feedback_wrapper li {
    width: 42.133vw;
    height: 42.133vw;
    border-radius: 50%;
    background-color: #FF295A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    line-height: 101.49%;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 2.666vw 6.4vw 0 6.4vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
  }

  .section-feedback .section-feedback__wrapper .bottom_section .right .section-feedback_wrapper li .button {
    display: none;
  }

  .section-feedback .section-feedback__wrapper .bottom_section_mobile_black .right .section-feedback_wrapper li {
    border-bottom: none !important;
  }

  .footer {
    padding: 7vw 5.33vw 3.33vw 5.33vw;
    overflow: hidden;
  }

  .footer .register_popup_bg_shadow,
  .footer .academy_popup_bg_shadow {
    z-index: 999;
    background-color: white;
  }

  .footer .register_popup_bg_shadow .academy_registration,
  .footer .academy_popup_bg_shadow .academy_registration {
    top: 0;
  }

  .footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper,
  .footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper {
    height: 100% !important;
  }

  .footer .register_popup_bg_shadow .popup_registration,
  .footer .academy_popup_bg_shadow .popup_registration {
    padding: 30.333vw 5.333vw 0 5.333vw !important;
  }

  .footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .close_button,
  .footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .close_button {
    top: -15.333vw !important;
  }

  .footer .register_popup_bg_shadow .popup_registration,
  .footer .register_popup_bg_shadow .academy_registration,
  .footer .academy_popup_bg_shadow .popup_registration,
  .footer .academy_popup_bg_shadow .academy_registration {
    width: 100%;
    padding: 30.333vw 5.333vw 0 5.333vw !important;
    margin: 0;
    background-color: white;
    z-index: 999;
    position: fixed;
    height: 100vh;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: scroll;
    top: 0;
  }

  .footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper,
  .footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper,
  .footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper,
  .footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__desc_container,
  .footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__desc_container,
  .footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__desc_container,
  .footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__desc_container {
    display: block;
  }

  .footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__desc_container .popup_registration__desc,
  .footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__desc_container .popup_registration__desc,
  .footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__desc_container .popup_registration__desc,
  .footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__desc_container .popup_registration__desc {
    display: block;
  }

  .footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__desc_container .popup_registration__desc .title,
  .footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__desc_container .popup_registration__desc .title,
  .footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__desc_container .popup_registration__desc .title,
  .footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__desc_container .popup_registration__desc .title {
    font-family: TTCommons-DemiBold;
    font-style: normal;
    font-weight: 500;
    font-size: 10.666vw;
    line-height: 12vw;
    text-transform: uppercase;
    color: #000000;
    display: block;
    position: relative;
  }

  .footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__desc_container .popup_registration__desc .desc,
  .footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__desc_container .popup_registration__desc .desc,
  .footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__desc_container .popup_registration__desc .desc,
  .footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__desc_container .popup_registration__desc .desc {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    line-height: 140.99%;
    color: #000000;
    opacity: 0.8;
    display: block;
    position: relative;
  }

  .footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__desc_container .popup_registration__desc .desc p,
  .footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__desc_container .popup_registration__desc .desc p,
  .footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__desc_container .popup_registration__desc .desc p,
  .footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__desc_container .popup_registration__desc .desc p {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    line-height: 140.99%;
    color: #000000;
    opacity: 0.8;
  }

  .footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__desc_container .manager_help,
  .footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__desc_container .manager_help,
  .footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__desc_container .manager_help,
  .footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__desc_container .manager_help {
    display: none;
  }

  .footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container,
  .footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container,
  .footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container,
  .footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container {
    width: 100%;
  }

  .footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form,
  .footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form,
  .footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form,
  .footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form {
    margin-top: 16vw;
    height: auto;
  }

  .footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container,
  .footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container,
  .footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container,
  .footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket,
  .footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket,
  .footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket,
  .footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket {
    font-size: 4vw !important;
    position: relative;
  }

  .footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket > span,
  .footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket > span,
  .footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket > span,
  .footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket > span {
    margin-bottom: 5vw;
    display: block;
    font-size: 5vw;
    line-height: 5vw;
    position: relative;
  }

  .footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket .checkbox,
  .footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket .checkbox,
  .footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket .checkbox,
  .footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket .checkbox {
    font-size: 4vw !important;
  }

  .footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket .company_area,
  .footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket .company_area,
  .footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket .company_area,
  .footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket .company_area {
    font-size: 4vw !important;
  }

  .footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item,
  .footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item,
  .footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item,
  .footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item {
    position: relative;
    margin-bottom: 11.733vw;
  }

  .footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item > span,
  .footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item > span,
  .footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item > span,
  .footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item > span {
    font-size: 4vw;
    line-height: 4vw;
  }

  .footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item input,
  .footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item input,
  .footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item input,
  .footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item input {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 5.333vw;
    line-height: 86.5%;
    text-transform: uppercase;
    color: #000000;
    padding-left: 0;
  }

  .footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item label,
  .footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item label,
  .footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item label,
  .footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item label {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 5.333vw;
    line-height: 86.5%;
    text-transform: uppercase;
    color: #000000;
    bottom: 8.533vw;
    padding-left: 0vw;
    pointer-events: none;
    position: absolute;
  }

  .footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item input:focus ~ label,
  .footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item input:not(:focus):valid ~ label,
  .footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item input:focus ~ label,
  .footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item input:not(:focus):valid ~ label,
  .footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item input:focus ~ label,
  .footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item input:not(:focus):valid ~ label,
  .footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item input:focus ~ label,
  .footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item input:not(:focus):valid ~ label {
    bottom: 0.666vw;
    font-size: 2.66vw;
    opacity: 0.8;
    color: rgba(0, 0, 0, 0.9);
  }

  .footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select,
  .footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select,
  .footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select,
  .footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select {
    width: 100%;
  }

  .footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box,
  .footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box,
  .footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box,
  .footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box {
    width: 100%;
  }

  .footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box:before,
  .footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box:before,
  .footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box:before,
  .footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box:before {
    width: 8vw;
    height: 8vw;
    top: 0;
  }

  .footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box .type_select,
  .footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box .type_select,
  .footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box .type_select,
  .footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box .type_select {
    bottom: 2.083vw;
  }

  .footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box select,
  .footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box select,
  .footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box select,
  .footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box select {
    width: 100%;
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4.8vw;
    line-height: 4.8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #000000;
    padding: 0;
  }

  .footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box select option,
  .footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box select option,
  .footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box select option,
  .footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box select option {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4.8vw;
    line-height: 86.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #000000;
  }

  .footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea,
  .footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea,
  .footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea,
  .footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea {
    height: 21.333vw;
    font-size: 4.8vw;
    line-height: 86.5%;
  }

  .footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::-webkit-input-placeholder,
  .footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::-webkit-input-placeholder,
  .footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::-webkit-input-placeholder,
  .footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::-webkit-input-placeholder {
    padding-top: 60px;
  }

  .footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::-moz-placeholder,
  .footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::-moz-placeholder,
  .footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::-moz-placeholder,
  .footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::-moz-placeholder {
    padding-top: 60px;
  }

  .footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea:-ms-input-placeholder,
  .footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea:-ms-input-placeholder,
  .footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea:-ms-input-placeholder,
  .footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea:-ms-input-placeholder {
    padding-top: 60px;
  }

  .footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::-ms-input-placeholder,
  .footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::-ms-input-placeholder,
  .footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::-ms-input-placeholder,
  .footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::-ms-input-placeholder {
    padding-top: 60px;
  }

  .footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::placeholder,
  .footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::placeholder,
  .footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::placeholder,
  .footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::placeholder {
    padding-top: 60px;
  }

  .footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria label,
  .footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria label,
  .footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria label,
  .footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria label {
    bottom: -5.334vw;
  }

  .footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .send_message_registration,
  .footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .send_message_registration,
  .footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .send_message_registration,
  .footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .send_message_registration {
    width: calc(100% + 10.666vw);
    margin: 0 -5.333vw 18.77vw -5.333vw;
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 5.333vw;
    line-height: 5.333vw;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 23.466vw;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .send_message_registration .mosaic-var,
  .footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .send_message_registration .mosaic-var,
  .footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container form .send_message_registration .mosaic-var,
  .footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .popup_registration__form_container form .send_message_registration .mosaic-var {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 5.333vw;
    line-height: 5.333vw;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0;
    height: 23.466vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .close_button,
  .footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .close_button,
  .footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .close_button,
  .footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .close_button {
    right: 0;
    top: -15.333vw;
    width: 10.666vw;
    height: 10.666vw;
    -webkit-tap-highlight-color: transparent;
  }

  .footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .close_button:hover,
  .footer .register_popup_bg_shadow .academy_registration .popup_registration__wrapper .close_button:hover,
  .footer .academy_popup_bg_shadow .popup_registration .popup_registration__wrapper .close_button:hover,
  .footer .academy_popup_bg_shadow .academy_registration .popup_registration__wrapper .close_button:hover {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }

  .footer .footer_copyright {
    position: relative;
  }

  .footer .footer_copyright .back_subj {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .footer .footer_copyright .back_subj .thanks_page {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 36.666vw 5.333vw;
  }

  .footer .footer_copyright .back_subj .thanks_page > div {
    width: 100%;
  }

  .footer .footer_copyright .back_subj .thanks_page .js_btn_close {
    display: block;
    width: 74px;
    top: 24.33vw;
    right: 4.266vw;
  }

  .footer .footer_copyright .back_subj .thanks_page .btn_to_main a {
    height: 23.2vw;
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 5.333vw;
    line-height: 5.333vw;
    text-transform: uppercase;
    color: #FF295A;
  }

  .footer .footer_copyright .back_subj .thanks_page .manager_help {
    margin-top: 8.533vw;
  }

  .footer .footer_copyright .back_subj .thanks_page .manager_help span {
    font-family: TTCommons-DemiBold;
    font-style: normal;
    font-weight: 500;
    font-size: 5.333vw;
    line-height: 6.133vw;
    text-transform: uppercase;
  }

  .footer .footer_copyright .back_subj .thanks_page .manager_help a {
    margin-top: 2.666vw;
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 5.333vw;
    line-height: 6.133vw;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
  }

  .footer .footer_copyright .back_subj .thanks_page .thanks_page_desc {
    padding-left: 0;
    margin-top: 0;
  }

  .footer .footer_copyright .back_subj .thanks_page .thanks_page_desc span {
    width: 100%;
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 5.333vw;
    line-height: 5.866vw;
    padding-top: 3.733vw;
  }

  .footer .footer_copyright .back_subj .thanks_page .thanks_page_desc span br {
    display: none;
  }

  .footer .footer_copyright .back_subj .thanks_page .thanks_page_title {
    font-family: TTCommons-DemiBold;
    font-style: normal;
    font-weight: 500;
    font-size: 10.666vw;
    line-height: 10.266vw;
  }

  .footer .footer_copyright .back_subj .thanks_page .thanks_page_title span {
    font-family: TTCommons-DemiBold;
    font-style: normal;
    font-weight: 500;
    font-size: 10.666vw;
    line-height: 12.266vw;
  }

  .footer .footer_copyright .back_subj .fade_color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 200px;
    width: 400px;
    background-color: rgba(255, 255, 255, 0.7);
    color: #8F263E;
    font-size: 50px;
  }

  .footer .footer_copyright .logotype {
    position: absolute;
    left: 0;
    width: auto;
    bottom: -3.33vw;
    margin-bottom: 0;
  }

  .footer .footer_copyright .logotype a {
    display: block;
  }

  .footer .footer_copyright .logotype a img {
    width: 9vw;
    margin-bottom: 0;
    bottom: 0;
  }

  .footer .footer_copyright .container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer .footer_copyright .container .footer_copyright__title {
    font-size: 2.933vw;
  }

  .footer .footer_copyright .container .footer_copyright__title .mosaic-var {
    font-family: HelveticaNeue;
    font-style: normal;
    font-weight: normal;
    font-size: 2.933vw;
    line-height: 3.466vw;
    color: #FFFFFF;
    opacity: 0.4;
  }

  .footer .footer_copyright .container .social_lnk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 8vw;
  }

  .footer .footer_copyright .container .social_lnk a {
    margin-left: 3vw;
  }

  .wrapper #main .preheader {
    -webkit-box-shadow: 0px 4px 20px rgba(148, 133, 133, 0.25);
    box-shadow: 0px 4px 20px rgba(148, 133, 133, 0.25);
  }

  .wrapper #main .preheader .active_menu {
    width: 85%;
  }

  .wrapper #main .preheader .active_menu #main-menu {
    width: auto;
    position: relative;
    height: 100vh;
  }

  .wrapper #main .preheader .active_menu #main-menu .mobile_header_language {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    left: 5.333vw;
    top: 9.5vw;
  }

  .wrapper #main .preheader .active_menu #main-menu .mobile_header_language #langs {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    line-height: 4.533vw;
    text-transform: uppercase;
  }

  .wrapper #main .preheader .active_menu #main-menu .mobile_header_language #langs span {
    color: #C4C4C4;
  }

  .wrapper #main .preheader .active_menu #main-menu .mobile_header_language #langs a {
    color: white;
  }

  .wrapper #main .preheader .active_menu #main-menu ul.accordion {
    padding: 25.5vw 0 0 0;
    list-style: none;
  }

  .wrapper #main .preheader .active_menu #main-menu ul.accordion li.active span {
    padding: 0 5.333vw;
  }

  .wrapper #main .preheader .active_menu #main-menu ul.accordion li .accordion_toggle_menu {
    display: none;
  }

  .wrapper #main .preheader .active_menu #main-menu ul.accordion li .item_acardeon_menu_item {
    width: 100%;
    height: auto;
    position: relative;
    font-weight: 500;
    font-size: 9.066vw;
    line-height: 140.99%;
  }

  .wrapper #main .preheader .active_menu #main-menu ul.accordion li .item_acardeon_menu_item a {
    width: 100%;
    height: auto;
    font-weight: 500;
    font-size: 9.066vw;
    line-height: 140.99%;
  }

  .wrapper #main .preheader .active_menu #main-menu ul.accordion li .item_acardeon_menu_item .accordion_trigger_menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 13.333vw;
    height: 13.333vw;
  }

  .wrapper #main .preheader .active_menu #main-menu ul.accordion a .mosaic-var {
    font-size: 5.333vw;
  }

  .wrapper #main .preheader .active_menu #main-menu ul.accordion li {
    font-size: 9.066vw;
    padding: 1.388vw 0 3.5vw 0;
  }

  .wrapper #main .preheader .active_menu #main-menu ul.accordion li .accordion_trigger_menu {
    position: absolute;
    right: 5.8055vw !important;
    top: 3.833vw !important;
    height: 5.472vw !important;
    width: 4.472vw !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper #main .preheader .active_menu #main-menu ul.accordion li a {
    font-size: 5.333vw;
    padding: 0 5.333vw;
  }

  .wrapper #main .preheader .active_menu #main-menu ul.accordion li .second_level {
    margin-top: 2.1333vw !important;
  }

  .wrapper #main .preheader .active_menu #main-menu ul.accordion li .second_level li {
    margin-bottom: 0.533vw;
  }

  .wrapper #main .preheader .active_menu #main-menu ul.accordion li .second_level li a {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    line-height: 133.99%;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.6;
  }

  .wrapper #main .preheader .active_menu #main-menu ul.accordion li .second_level li.active span {
    font-size: 4vw;
    line-height: 133.99%;
    color: #FFFFFF;
    opacity: 1;
  }

  .wrapper #main .preheader .active_menu #main-menu .active_menu_bottom_btn .btn {
    border: none;
    border-radius: 0;
  }

  .wrapper #main .preheader .active_menu #main-menu .active_menu_bottom_btn .btn a {
    padding: 5vw 0;
    font-size: 4vw;
    width: 100%;
    height: 16.266vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper #main .preheader .active_menu #main-menu .active_menu_bottom_btn .btn a .mosaic-var {
    font-size: 4vw;
  }

  .wrapper #main .preheader .active_menu #main-menu .active_menu_cancel_btn {
    width: 11.733vw;
    height: 11.733vw;
    top: 4.5vw;
    right: 5.8055vw;
  }

  .section_about_page_about {
    height: auto;
  }

  .section_about_page_about .section_about_page_about_wrapper_wide {
    padding: 19vw 5.33vw 52vw 5.33vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section_about_page_about .section_about_page_about_wrapper_wide .bottom_section {
    width: 100%;
  }

  .section_about_page_about .section_about_page_about_wrapper_wide .section_btn_back_new {
    display: none;
  }

  .section_about_page_about .section_about_page_about_wrapper_wide .section_about_item_cources {
    width: 100%;
    margin-top: 16vw;
  }

  .section_about_page_about .section_about_page_about_wrapper_wide .section_about_item_cources .section_about_item_content a span {
    font-family: TTCommons-DemiBold;
    font-style: normal;
    font-weight: 500;
    font-size: 4.9vw;
    line-height: 5.866vw;
    text-transform: uppercase;
    color: #000000;
  }

  .section_about_page_about .section_about_page_about_wrapper_wide .section_about_item_cources .section_about_item_content .description p {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    line-height: 5.6vw;
    color: #000000;
    margin: 2.666vw 0;
  }

  .section_about_page_about .section_about_page_about_wrapper_wide .section_about_item_cources .section_about_item_content .description ul {
    list-style: none;
  }

  .section_about_page_about .section_about_page_about_wrapper_wide .section_about_item_cources .section_about_item_content .description ul li {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    line-height: 5.6vw;
    color: #000000;
    margin: 2.666vw 0;
  }

  .section_about_page_about .section_about_page_about_wrapper_wide .first_item_content .first_item_content_value {
    width: 60vw;
  }

  .section_about_page_about .section_about_page_about_wrapper_wide .first_item_content .first_item_content_value p {
    font-size: 4vw;
    line-height: 5.6vw;
  }

  .section_about_page_about .section_about_page_about_wrapper_wide .first_item_content .first_item_content_value p strong {
    font-size: 22.6388vw;
    line-height: 13.6388vw;
  }

  .section_about_page_about .section_about_page_about_wrapper_wide .left_item .left_item_content {
    width: 60vw;
  }

  .section_about_page_about .section_about_page_about_wrapper_wide .left_item .left_item_content p {
    font-size: 4vw;
    line-height: 5.6vw;
  }

  .section_about_page_about .section_about_page_about_wrapper_wide .left_item .left_item_content p br {
    display: none;
  }

  .section_about_page_about .section_about_page_about_wrapper_wide .left_item .left_item_content p strong {
    font-size: 22.6388vw;
    line-height: 13.6388vw;
  }

  .section_about_page_about .section_about_page_about_wrapper_wide .first_item {
    width: 100%;
  }

  .section_about_page_about .section_about_page_about_wrapper_wide .first_item .first_item_animate_catalog_item_wide {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section_about_page_about .section_about_page_about_wrapper_wide .first_item .first_item_animate_catalog_item_wide h1 {
    text-align: left;
    margin: 8vw 0 0 0;
    font-family: TTCommons-DemiBold;
    font-style: normal;
    font-weight: 500;
    font-size: 8.533vw;
    line-height: 86.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #FF295A;
  }

  .section_about_page_about .section_about_page_about_wrapper_wide .first_item .first_item_animate_catalog_item {
    font-weight: 500;
    font-size: 8.533vw;
    line-height: 86.5%;
    margin-bottom: 43.333vw;
    margin-top: 8vw;
  }

  .section_about_page_about .section_about_page_about_wrapper_wide .first_item .first_item_animate_catalog_item h1 {
    font-weight: 500;
    font-size: 8.533vw;
    line-height: 86.5%;
    margin-bottom: 43.333vw;
    margin-top: 8vw;
  }

  .section_about_page_about .section_about_page_about_wrapper_wide .first_item .first_item_animate {
    font-size: 18.666vw;
    margin-bottom: 28vw;
    line-height: 71.5%;
    word-break: break-word;
  }

  .section_about_page_about .section_about_page_about_wrapper_wide .first_item .first_item_animate h1 {
    font-size: 13.666vw;
    margin-bottom: 28vw;
    line-height: 71.5%;
    word-break: break-word;
  }

  .section_about_page_about .section_about_page_about_wrapper_wide .list_of_items {
    margin-top: 45.333vw;
    padding-left: 0;
  }

  .section_about_page_about .section_about_page_about_wrapper_wide .list_of_items .list_of_items_title {
    display: none;
  }

  .section_about_page_about .section_about_page_about_wrapper_wide .list_of_items .list_of_items_list .section_about_item_content {
    margin-bottom: 1.6vw;
  }

  .section_about_page_about .section_about_page_about_wrapper_wide .list_of_items .list_of_items_list .section_about_item_content a {
    font-size: 4vw;
    line-height: 4.533vw;
  }

  .section_about_page_about .section_about_page_about_wrapper_wide .section_about_item {
    width: 100%;
  }

  .section_about_page_about .section_about_page_about_wrapper_wide .section_about_item .section_about_item_content span {
    font-family: TTCommons-DemiBold;
    font-style: normal;
    font-weight: 500;
    font-size: 6.666vw;
    line-height: 7.733vw;
    text-transform: uppercase;
    color: #000000;
  }

  .section_about_page_about .section_about_page_about_wrapper_wide .section_about_item .section_about_item_content a span {
    font-family: TTCommons-DemiBold;
    font-style: normal;
    font-weight: 500;
    font-size: 6.666vw;
    line-height: 7.733vw;
    text-transform: uppercase;
    color: #000000;
  }

  .section_about_page_about .section_about_page_about_wrapper_wide .section_about_item .section_about_item_content .description {
    margin-top: 0;
  }

  .section_about_page_about .section_about_page_about_wrapper_wide .section_about_item .section_about_item_content .description p {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    line-height: 5.6vw;
    color: #000000;
  }

  .section_about_page_about .section_about_page_about_wrapper_wide .section_about_ankor {
    width: 29.866vw;
    height: 23.733vw;
  }

  .section_about_page_about .section_about_page_about_wrapper_wide .section_about_ankor .section_events_ankor_btn {
    display: none;
  }

  .section_about_page_about .section_about_page_about_wrapper_wide .section_about_ankor a {
    width: 100%;
    height: 100%;
    padding: 5.866vw;
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    line-height: 100.49%;
    text-transform: uppercase;
    color: #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
  }

  .section_about_page_about .section_about_page_about_wrapper_wide .section_btn_back {
    width: 29.866vw;
    height: 23.733vw;
    display: none;
  }

  .section_about_page_about .section_about_page_about_wrapper_wide .section_btn_back a {
    width: 100%;
    height: 100%;
    padding: 2.666vw;
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    line-height: 100.49%;
    text-transform: uppercase;
    color: black;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
  }

  .section_about_page_about .section_about_page_about_wrapper {
    padding: 19vw 5.33vw 52vw 5.33vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section_about_page_about .section_about_page_about_wrapper .bottom_section {
    width: 100%;
  }

  .section_about_page_about .section_about_page_about_wrapper .section_btn_back_new {
    display: none;
  }

  .section_about_page_about .section_about_page_about_wrapper .section_about_item_cources {
    width: 100%;
    margin-top: 16vw;
  }

  .section_about_page_about .section_about_page_about_wrapper .section_about_item_cources .section_about_item_content a span {
    font-family: TTCommons-DemiBold;
    font-style: normal;
    font-weight: 500;
    font-size: 4.9vw;
    line-height: 5.866vw;
    text-transform: uppercase;
    color: #000000;
  }

  .section_about_page_about .section_about_page_about_wrapper .section_about_item_cources .section_about_item_content .description p {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    line-height: 5.6vw;
    color: #000000;
    margin: 2.666vw 0;
  }

  .section_about_page_about .section_about_page_about_wrapper .section_about_item_cources .section_about_item_content .description ul {
    list-style: none;
  }

  .section_about_page_about .section_about_page_about_wrapper .section_about_item_cources .section_about_item_content .description ul li {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    line-height: 5.6vw;
    color: #000000;
    margin: 2.666vw 0;
  }

  .section_about_page_about .section_about_page_about_wrapper .first_item_content .first_item_content_value {
    width: 60vw;
  }

  .section_about_page_about .section_about_page_about_wrapper .first_item_content .first_item_content_value p {
    font-size: 4vw;
    line-height: 5.6vw;
  }

  .section_about_page_about .section_about_page_about_wrapper .first_item_content .first_item_content_value p strong {
    font-size: 22.6388vw;
    line-height: 13.6388vw;
  }

  .section_about_page_about .section_about_page_about_wrapper .first_item {
    width: 100%;
  }

  .section_about_page_about .section_about_page_about_wrapper .first_item .first_item_animate_catalog_item {
    font-weight: 500;
    font-size: 8.533vw;
    line-height: 86.5%;
    margin-bottom: 43.333vw;
    margin-top: 8vw;
  }

  .section_about_page_about .section_about_page_about_wrapper .first_item .first_item_animate_catalog_item h1 {
    font-weight: 500;
    font-size: 8.533vw;
    line-height: 86.5%;
    margin-bottom: 43.333vw;
    margin-top: 8vw;
  }

  .section_about_page_about .section_about_page_about_wrapper .first_item .first_item_animate {
    font-size: 18.666vw;
    margin-bottom: 28vw;
    line-height: 71.5%;
    word-break: break-word;
  }

  .section_about_page_about .section_about_page_about_wrapper .first_item .first_item_animate h1 {
    font-size: 13.666vw;
    margin-bottom: 28vw;
    line-height: 71.5%;
    word-break: break-word;
  }

  .section_about_page_about .section_about_page_about_wrapper .list_of_items .list_of_items_title {
    display: none;
  }

  .section_about_page_about .section_about_page_about_wrapper .list_of_items .list_of_items_list .section_about_item_content {
    margin-bottom: 1.6vw;
  }

  .section_about_page_about .section_about_page_about_wrapper .list_of_items .list_of_items_list .section_about_item_content a {
    font-size: 4vw;
    line-height: 4.533vw;
  }

  .section_about_page_about .section_about_page_about_wrapper .section_about_item {
    width: 100%;
  }

  .section_about_page_about .section_about_page_about_wrapper .section_about_item .section_about_item_content span {
    font-family: TTCommons-DemiBold;
    font-style: normal;
    font-weight: 500;
    font-size: 6.666vw;
    line-height: 7.733vw;
    text-transform: uppercase;
    color: #000000;
  }

  .section_about_page_about .section_about_page_about_wrapper .section_about_item .section_about_item_content a span {
    font-family: TTCommons-DemiBold;
    font-style: normal;
    font-weight: 500;
    font-size: 6.666vw;
    line-height: 7.733vw;
    text-transform: uppercase;
    color: #000000;
  }

  .section_about_page_about .section_about_page_about_wrapper .section_about_item .section_about_item_content .description {
    margin-top: 0;
  }

  .section_about_page_about .section_about_page_about_wrapper .section_about_item .section_about_item_content .description p {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    line-height: 5.6vw;
    color: #000000;
  }

  .section_about_page_about .section_about_page_about_wrapper .section_about_ankor {
    width: 29.866vw;
    height: 23.733vw;
  }

  .section_about_page_about .section_about_page_about_wrapper .section_about_ankor .section_events_ankor_btn {
    display: none;
  }

  .section_about_page_about .section_about_page_about_wrapper .section_about_ankor a {
    width: 100%;
    height: 100%;
    padding: 5.866vw;
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    line-height: 100.49%;
    text-transform: uppercase;
    color: #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
  }

  .section_about_page_about .section_about_page_about_wrapper .section_btn_back {
    width: 29.866vw;
    height: 23.733vw;
  }

  .section_about_page_about .section_about_page_about_wrapper .section_btn_back a {
    width: 100%;
    height: 100%;
    padding: 2.666vw;
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    line-height: 100.49%;
    text-transform: uppercase;
    color: black;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
  }

  .section_about_only_image {
    height: 100vw;
  }

  .section_about_only_image .section_about_only_image_wrapper .section_about_only_image_item {
    width: 100%;
    overflow-x: scroll;
  }

  .section_about_only_image .section_about_only_image_wrapper .section_about_only_image_item .section_about_only_image_item_image {
    background-position: left center;
    background-size: cover;
    width: 260vw;
  }

  .section_about_advantages .section_about_advantages_wrapper {
    padding: 19vw 5.33vw 10vw 5.33vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .section_about_advantages .section_about_advantages_wrapper .section_about_advantages_item {
    width: 100%;
  }

  .section_about_advantages .section_about_advantages_wrapper .section_about_advantages_item .section_about_advantages_item_content .advantages_content {
    margin-bottom: 8.444vw;
  }

  .section_about_advantages .section_about_advantages_wrapper .section_about_advantages_item .section_about_advantages_item_content .advantages_content a span {
    font-family: TTCommons-DemiBold;
    font-style: normal;
    font-weight: 500;
    font-size: 12vw;
    line-height: 13.866vw;
    text-transform: uppercase;
    color: #FF295A;
  }

  .section_about_advantages .section_about_advantages_wrapper .section_about_advantages_item .section_about_advantages_item_content .advantages_container {
    display: none;
  }

  .section_about_advantages .section_about_advantages_wrapper .section_about_advantages_item .section_about_advantages_item_content .description p {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 3.733vw;
    line-height: 140.99%;
    color: #000000;
    margin-bottom: 2.666vw;
    padding: 0;
  }

  .section_about_advantages .section_about_advantages_wrapper .section_about_advantages_item .section_about_advantages_item_content .description ol,
  .section_about_advantages .section_about_advantages_wrapper .section_about_advantages_item .section_about_advantages_item_content .description ul {
    padding: 0;
    margin: 0;
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 3.733vw;
    line-height: 140.99%;
    color: #000000;
    margin-bottom: 2.666vw;
    padding: 0;
  }

  .section_about_advantages .section_about_advantages_wrapper .section_about_advantages_item .section_about_advantages_item_content .description ol li,
  .section_about_advantages .section_about_advantages_wrapper .section_about_advantages_item .section_about_advantages_item_content .description ul li {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 3.733vw;
    line-height: 140.99%;
    color: #000000;
    margin-bottom: 2.666vw;
  }

  .section_about_advantages .section_about_advantages_wrapper .mobile_advantages_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section_about_advantages .section_about_advantages_wrapper .mobile_advantages_container .advantages_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section_about_advantages .section_about_advantages_wrapper .mobile_advantages_container .advantages_content span {
    font-family: HelveticaNeue;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    line-height: 4.8vw;
    text-transform: uppercase;
    color: #000000;
    margin-left: 50%;
    padding-top: 4.266vw;
    position: relative;
    margin-bottom: 8.533vw;
  }

  .section_about_advantages .section_about_advantages_wrapper .mobile_advantages_container .advantages_content span:before {
    content: "";
    display: block;
    height: 1px;
    width: 33.333vw;
    background-color: black;
    position: absolute;
    top: 0;
    left: 0;
  }

  .section-realized-projects_about {
    padding: 42vw 5.33vw 17vw 5.33vw !important;
  }

  .section-realized-projects_about .section-our-pluses_parrent_about {
    width: 30.4vw;
    height: 24vw;
  }

  .section-realized-projects_about .section-our-pluses_parrent_about .wrapper {
    width: 100%;
    height: 100%;
  }

  .section-realized-projects_about .section-our-pluses_parrent_about .wrapper a {
    font-size: 4vw;
    line-height: 100.49%;
    padding: 6vw 5vw;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .section-realized-projects_about .first_item_about {
    margin-bottom: 12vw !important;
  }

  .section-realized-projects_about .first_item_about .container {
    font-family: TTCommons-DemiBold;
    font-style: normal;
    font-weight: 500;
    font-size: 45px;
    line-height: 50px;
  }

  .about_effectivity .about_effectivity_wrapper {
    padding: 21.333vw 0 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .about_effectivity .about_effectivity_wrapper .about_effectivity__items {
    width: 100%;
    padding-left: 0;
  }

  .about_effectivity .about_effectivity_wrapper .about_effectivity__items .about_effectivity_item .about_effectivity_item_content span {
    padding-left: 5.33vw;
    padding-top: 5.1333vw;
    font-size: 20vw;
    line-height: 86.5%;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-stroke: 1px #FF295A;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about_effectivity .about_effectivity_wrapper .about_effectivity__items .about_effectivity_item .about_effectivity_item_content .description {
    padding: 6vw 5.33vw 6vw 0;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .about_effectivity .about_effectivity_wrapper .about_effectivity__items .about_effectivity_item .about_effectivity_item_content .description p {
    font-size: 5.333vw;
    line-height: 6.1333vw;
  }

  .about_effectivity .about_effectivity_wrapper .first_item {
    padding: 0 5.33vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 9.361vw;
  }

  .about_effectivity .about_effectivity_wrapper .first_item .first_item_animate {
    font-size: 11.466vw;
    line-height: 86.5%;
    padding: 0;
  }

  .about_effectivity .about_effectivity_wrapper .first_item .first_item_animate h1 {
    font-size: 11.466vw;
    line-height: 86.5%;
    padding: 0;
  }

  .about_effectivity .about_effectivity_wrapper .second_item {
    display: none;
  }

  .about_section_our_team {
    padding: 13vw 5.33vw 7vw 5.33vw !important;
  }

  .about_section_our_team .container_header .first_item {
    margin-bottom: 6.8vw;
  }

  .about_section_our_team .container_header .second_item {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    line-height: 4.8vw;
    color: #FFFFFF;
    opacity: 0.8;
  }

  .about_section_our_team .section_our_team_content .frame_wrapper {
    padding: 0;
  }

  .about_section_our_team .section_our_team_content .frame_wrapper .frame_wrapper_contaiber {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .about_section_our_team .section_our_team_content .frame_wrapper li {
    width: 51.2vw;
    margin-right: 5.333vw;
  }

  .about_section_our_team .section_our_team_content .frame_wrapper li .about_section_our_team_item {
    margin-top: 19vw !important;
  }

  .about_section_our_team .section_our_team_content .frame_wrapper li .about_section_our_team_item .section_our_team__image {
    height: 67.73vw;
  }

  .about_section_our_team .section_our_team_content .frame_wrapper li .about_section_our_team_item .person_name {
    font-size: 5.333vw !important;
    line-height: 5.333vw !important;
    margin-bottom: 5vw !important;
    width: 20%;
  }

  .about_section_our_team .section_our_team_content .frame_wrapper li .about_section_our_team_item .section_our_team__description div p {
    font-size: 4vw;
    line-height: 101.49%;
    margin-top: 6.4vw;
  }

  .cources_description {
    padding: 13vw 5.33vw 7vw 5.33vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cources_description .cources_description_wrapper {
    padding: 0;
  }

  .cources_description .cources_description_wrapper .cources_description_ankor {
    display: none;
  }

  .cources_description .cources_description_wrapper .first_item .first_item_animate {
    font-size: 7.466vw;
    line-height: 86.5%;
  }

  .cources_description .cources_description_wrapper .first_item .first_item_animate h1 {
    font-size: 7.466vw;
    line-height: 86.5%;
  }

  .cources_description .cources_description_wrapper .cources_description__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cources_description .cources_description_wrapper .cources_description__container .cources_description_item {
    width: 100%;
  }

  .cources_description .cources_description_wrapper .cources_description__container .cources_description_item .description {
    width: 100%;
  }

  .cources_description .cources_description_wrapper .cources_description__container .cources_description_item .description p {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    line-height: 5.6vw;
    margin-bottom: 8vw;
  }

  .cources_description .cources_description_wrapper .cources_description__container .cources_description_item .description p strong {
    font-family: TTCommons-DemiBold;
    font-style: normal;
    font-weight: 500;
    font-size: 4.8vw;
    line-height: 5.6vw;
    text-transform: uppercase;
  }

  .academy_list .academy_list__container {
    position: relative;
    padding: 37vw 5.33vw 43vw 5.33vw;
  }

  .academy_list .academy_list__container .section_about_ankor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 29.866vw;
    height: 23.733vw;
    background-color: #FF295A;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .academy_list .academy_list__container .section_about_ankor a {
    width: 100%;
    height: 100%;
    padding: 5.866vw;
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    line-height: 100.49%;
    text-transform: uppercase;
    color: #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    text-decoration: none;
  }

  .academy_list .academy_list__container .academy_list__title {
    margin-bottom: 27.167vw;
    padding-left: 0;
    margin-right: 0;
    font-size: 10.666vw;
    line-height: 86.5%;
  }

  .academy_list .academy_list__container .academy_list__title span {
    font-size: 10.666vw !important;
    line-height: 86.5%;
  }

  .academy_list .academy_list__container .academy_list__items .academy_list__item .academy_list__article {
    margin-top: 5.639vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 1.6vw;
  }

  .academy_list .academy_list__container .academy_list__items .academy_list__item .academy_list__article .date {
    font-size: 4vw;
    line-height: 140.99%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .academy_list .academy_list__container .academy_list__items .academy_list__item .academy_list__article .date .mosaic-var {
    font-size: 4vw;
    line-height: 140.99%;
  }

  .academy_list .academy_list__container .academy_list__items .academy_list__item .academy_list__article .title {
    max-width: 68%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .academy_list .academy_list__container .academy_list__items .academy_list__item .academy_list__article .title a {
    font-size: 4vw !important;
    line-height: 140.99% !important;
    text-align: right;
  }

  .p-ourprojects_section-photo .p-ourprojects_section-photo_container .photo_container_wrapper li {
    margin-right: 0 !important;
    height: 46.933vw;
    margin-bottom: 1.6vw;
  }

  .p-ourprojects_section-photo .p-ourprojects_section-photo_container .photo_container_wrapper li .photo_container_wrapper__item .photo_container_wrapper__item__description a {
    font-size: 6.666vw;
    line-height: 7.733vw;
  }

  .p-ourprojects_section-photo .p-ourprojects_section-photo_container .photo_container_wrapper li:first-child {
    width: 50%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .p-ourprojects_section-photo .p-ourprojects_section-photo_container .photo_container_wrapper li:nth-child(2) {
    width: calc(50% - 1.6vw);
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .p-ourprojects_section-photo .p-ourprojects_section-photo_container .photo_container_wrapper li:nth-child(3) {
    width: calc(50% - 1.6vw);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .p-ourprojects_section-photo .p-ourprojects_section-photo_container .photo_container_wrapper li:nth-child(4) {
    width: 100%;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .p-ourprojects_section-photo .p-ourprojects_section-photo_container .photo_container_wrapper li:nth-child(5) {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .p-ourprojects_section-photo .p-ourprojects_section-photo_container .photo_container_wrapper li:nth-child(6) {
    width: 50%;
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .single_page_item_projects .single_page_item_projects_container {
    margin-bottom: 8vw;
  }

  .single_page_item_projects .single_page_item_projects_container .photo_container_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .single_page_item_projects .single_page_item_projects_container .photo_container_wrapper > li {
    padding: 0;
  }

  .single_page_item_projects .single_page_item_projects_container .photo_container_wrapper > li:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .single_page_item_projects .single_page_item_projects_container .photo_container_wrapper > li .image_part {
    height: 84vw;
    width: 100%;
  }

  .single_page_item_projects .single_page_item_projects_container .photo_container_wrapper > li .image_part .single_page_item_projects__item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .single_page_item_projects .single_page_item_projects_container .photo_container_wrapper > li .description_part {
    width: 100%;
    padding: 13.33vw 5.333vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .single_page_item_projects .single_page_item_projects_container .photo_container_wrapper > li .description_part .single_page_item_projects__content {
    padding: 0;
  }

  .single_page_item_projects .single_page_item_projects_container .photo_container_wrapper > li .description_part .single_page_item_projects__content .object_single_title {
    font-size: 6.666vw;
    line-height: 7.733vw;
  }

  .single_page_item_projects .single_page_item_projects_container .photo_container_wrapper > li .description_part .single_page_item_projects__content .object_single_content p {
    font-size: 5vw;
    line-height: 5vw;
  }

  .single_page_item_projects .single_page_item_projects_container .photo_container_wrapper > li .description_part .single_page_item_projects__content .object_single_content ul {
    padding: 0;
    margin: 0;
    color: white;
  }

  .single_page_item_projects .single_page_item_projects_container .photo_container_wrapper > li .description_part .single_page_item_projects__content .object_single_content ul li {
    padding: 0;
    color: white;
    display: block;
    text-align: left;
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .single_page_item_projects .single_page_item_projects_container .photo_container_wrapper > li .description_part .single_page_item_projects__content .single_page_item_projects__description div {
    padding-bottom: 2.111vw;
  }

  .single_page_item_projects .single_page_item_projects_container .photo_container_wrapper > li .description_part .single_page_item_projects__content .single_page_item_projects__description div:first-child {
    padding-bottom: 2.111vw;
    margin-top: 16px;
  }

  .single_page_item_projects .single_page_item_projects_container .photo_container_wrapper > li .description_part .single_page_item_projects__content .single_page_item_projects__description div .projects__description__title {
    font-weight: 500;
    font-size: 4.8vw;
    line-height: 140.99%;
  }

  .single_page_item_projects .single_page_item_projects_container .photo_container_wrapper > li .description_part .single_page_item_projects__content .single_page_item_projects__description div .projects__description__value {
    font-weight: normal;
    font-size: 4.8vw;
    line-height: 6.666vw;
  }

  .single_page_item_projects .single_page_item_projects_container .photo_container_wrapper > li .description_part .single_page_item_projects__content .single_page_item_projects_info {
    padding-top: 15vw;
    padding-right: 0;
  }

  .single_page_item_projects .single_page_item_projects_container .photo_container_wrapper > li .description_part .single_page_item_projects__content .single_page_item_projects_info .city_location__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .single_page_item_projects .single_page_item_projects_container .photo_container_wrapper > li .description_part .single_page_item_projects__content .single_page_item_projects_info .city_location__container .location__value {
    font-weight: 500;
    font-size: 6.666vw;
    line-height: 7.73333vw;
  }

  .single_page_item_projects .single_page_item_projects_container .photo_container_wrapper > li .description_part .single_page_item_projects__content .single_page_item_projects_info .city_location__container .location__title {
    font-weight: normal;
    font-size: 4vw;
    line-height: 5.6vw;
  }

  .single_page_item_projects .single_page_item_projects_container .photo_container_wrapper > li:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .single_page_item_projects .single_page_item_projects_container .photo_container_wrapper > li:nth-child(even) .image_part {
    height: 84vw;
    width: 100%;
  }

  .single_page_item_projects .single_page_item_projects_container .photo_container_wrapper > li:nth-child(even) .image_part .single_page_item_projects__item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .single_page_item_projects .single_page_item_projects_container .photo_container_wrapper > li:nth-child(even) .description_part {
    width: 100%;
    padding: 13.33vw 5.333vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .single_page_item_projects .single_page_item_projects_container .photo_container_wrapper > li:nth-child(even) .description_part .single_page_item_projects__content {
    padding: 0;
  }

  .single_page_item_projects .single_page_item_projects_container .photo_container_wrapper > li:nth-child(even) .description_part .single_page_item_projects__content .object_single_title {
    font-size: 6.666vw;
    line-height: 7.733vw;
  }

  .single_page_item_projects .single_page_item_projects_container .photo_container_wrapper > li:nth-child(even) .description_part .single_page_item_projects__content .object_single_content ul {
    padding: 0;
    margin: 0;
    color: black;
  }

  .single_page_item_projects .single_page_item_projects_container .photo_container_wrapper > li:nth-child(even) .description_part .single_page_item_projects__content .object_single_content ul li {
    padding: 0;
    color: white;
    display: block;
    text-align: left;
  }

  .single_page_item_projects .single_page_item_projects_container .photo_container_wrapper > li:nth-child(even) .description_part .single_page_item_projects__content .single_page_item_projects__description div {
    padding-bottom: 2.111vw;
  }

  .single_page_item_projects .single_page_item_projects_container .photo_container_wrapper > li:nth-child(even) .description_part .single_page_item_projects__content .single_page_item_projects__description div:first-child {
    padding-bottom: 2.111vw;
    margin-top: 16px;
  }

  .single_page_item_projects .single_page_item_projects_container .photo_container_wrapper > li:nth-child(even) .description_part .single_page_item_projects__content .single_page_item_projects__description div .projects__description__title {
    font-weight: 500;
    font-size: 4.8vw;
    line-height: 140.99%;
  }

  .single_page_item_projects .single_page_item_projects_container .photo_container_wrapper > li:nth-child(even) .description_part .single_page_item_projects__content .single_page_item_projects__description div .projects__description__value {
    font-weight: normal;
    font-size: 4.8vw;
    line-height: 6.666vw;
  }

  .single_page_item_projects .single_page_item_projects_container .photo_container_wrapper > li:nth-child(even) .description_part .single_page_item_projects__content .single_page_item_projects_info {
    padding-top: 15vw;
    padding-right: 0;
  }

  .single_page_item_projects .single_page_item_projects_container .photo_container_wrapper > li:nth-child(even) .description_part .single_page_item_projects__content .single_page_item_projects_info .city_location__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .single_page_item_projects .single_page_item_projects_container .photo_container_wrapper > li:nth-child(even) .description_part .single_page_item_projects__content .single_page_item_projects_info .city_location__container .location__value {
    font-weight: 500;
    font-size: 6.666vw;
    line-height: 7.73333vw;
  }

  .single_page_item_projects .single_page_item_projects_container .photo_container_wrapper > li:nth-child(even) .description_part .single_page_item_projects__content .single_page_item_projects_info .city_location__container .location__title {
    font-weight: normal;
    font-size: 4vw;
    line-height: 5.6vw;
  }

  .single_page_item_projects .single_page_item_projects_container .single_page_item_projects__btn_show_all {
    margin: 0 5.333vw;
  }

  .single_page_item_projects .single_page_item_projects_container .single_page_item_projects__btn_show_all span {
    line-height: normal;
    padding: 8.6vw 0;
  }

  .single_page_item_projects .single_page_item_projects_container .single_page_item_projects__btn_show_all span .mosaic-var {
    font-size: 4vw;
    line-height: 4.533vw;
  }

  .catalog_items_header {
    padding: 23.8vw 5.333vw 56.8vw 5.333vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }

  .catalog_items_header .main_title {
    font-size: 8.533vw;
    line-height: 80.5%;
    text-align: left;
    margin-top: 0;
    margin-bottom: 48vw;
    position: static;
  }

  .catalog_items_header .main_title .section_btn_back {
    bottom: 0;
    left: 0;
    top: auto;
    width: 27.733vw;
    height: 27.733vw;
  }

  .catalog_items_header .main_title .section_btn_back a {
    margin-top: 2.666vw;
    font-size: 4vw;
    line-height: 4.533vw;
  }

  .catalog_items_header .main_title .section_btn_back a .mosaic-var {
    font-size: 4vw;
    line-height: 4.533vw;
  }

  .catalog_items_header .catalog_items_header_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }

  .catalog_items_header .catalog_items_header_wrapper .catalog_items_header_item:before {
    display: none;
  }

  .catalog_items_header .catalog_items_header_wrapper .catalog_items_header_item .catalog_items_header_item_content .catalog_items_header_content a {
    display: block;
    margin-bottom: 2.666vw;
  }

  .catalog_items_header .catalog_items_header_wrapper .catalog_items_header_item .catalog_items_header_item_content .catalog_items_header_content a span {
    font-weight: normal;
    font-size: 4vw;
    line-height: 4.533vw;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .catalog_items_header .catalog_items_header_wrapper .catalog_items_header_item .catalog_items_header_item_content .catalog_items_header_content a span br {
    display: none;
  }

  .catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(odd),
  .catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(even) {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(odd) .image,
  .catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(even) .image {
    width: 100%;
    height: 78.133vw !important;
  }

  .catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(odd) .advantages_container,
  .catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(even) .advantages_container {
    display: none;
  }

  .catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(odd) .catalog_item_list_content,
  .catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(even) .catalog_item_list_content {
    width: 100%;
    padding: 18vw 5.333vw 36.266vw 5.333vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(odd) .catalog_item_list_content a,
  .catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(even) .catalog_item_list_content a {
    margin-bottom: 3.2vw;
    display: block;
  }

  .catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(odd) .catalog_item_list_content a span,
  .catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(even) .catalog_item_list_content a span {
    font-size: 6.46vw;
    line-height: 7.733vw;
  }

  .catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(odd) .catalog_item_list_content .description p,
  .catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(even) .catalog_item_list_content .description p {
    padding: 0;
    font-size: 4vw;
    line-height: 5.6vw;
  }

  .catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(odd) .catalog_item_list_content .catalog_item_list_content__btn,
  .catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(even) .catalog_item_list_content .catalog_item_list_content__btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30.133vw;
    height: 23.733vw;
    margin: 0;
    padding: 5.333vw 0 5.333vw 4vw;
    font-size: 4vw;
    line-height: 100.49%;
  }

  .catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(odd) .catalog_item_list_content .catalog_item_list_content__btn a,
  .catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(even) .catalog_item_list_content .catalog_item_list_content__btn a {
    font-size: 4vw;
    line-height: 100.49%;
  }

  .catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(odd) .catalog_item_list_content .catalog_item_list_content__btn a .mosaic-var,
  .catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(even) .catalog_item_list_content .catalog_item_list_content__btn a .mosaic-var {
    font-size: 4vw;
    line-height: 100.49%;
  }

  .catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(odd) .catalog_item_list_content .catalog_item_list_content__btn .mosaic-var,
  .catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(even) .catalog_item_list_content .catalog_item_list_content__btn .mosaic-var {
    font-size: 4vw;
    line-height: 100.49%;
  }

  .catalog_item_list .catalog_item_list_wrapper .catalog_item_list_item:nth-child(odd) .catalog_item_list_content .catalog_item_list_content__btn {
    opacity: 0.9;
  }

  .section_about_only_image_contacts {
    height: 140.8vw !important;
  }

  .section_about_only_image_contacts .section_about_only_image_wrapper .section_about_only_image_item .section_about_only_image_item_image .section_about_only_image_item_bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .section_about_only_image_contacts .section_about_only_image_wrapper .section_about_only_image_item .section_about_only_image_item_image .section_about_only_image_item_bg:after {
    width: 100%;
  }

  .section_about_only_image_contacts .section_about_only_image_wrapper .section_about_only_image_item .section_about_only_image_item_image .title {
    padding: 45.323vw 5.33vw 0 5.33vw;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .section_about_only_image_contacts .section_about_only_image_wrapper .section_about_only_image_item .section_about_only_image_item_image .title span,
  .section_about_only_image_contacts .section_about_only_image_wrapper .section_about_only_image_item .section_about_only_image_item_image .title h1 {
    font-size: 12.666vw;
    line-height: 12vw;
    font-weight: 500;
    margin: 0;
  }

  .contacts_adress_time_wrapper {
    padding: 18.666vw 5.333vw 8.666vw 5.333vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts_adress_time_wrapper li {
    width: 100%;
  }

  .contacts_adress_time_wrapper li:first-child {
    margin-bottom: 16vw;
  }

  .contacts_adress_time_wrapper li .contacts_adress_time__item .title {
    font-weight: 500;
    font-size: 9.333vw;
    line-height: 10.666vw;
  }

  .contacts_adress_time_wrapper li .contacts_adress_time__item .content p {
    font-size: 5.333vw;
    line-height: 6.1333vw;
  }

  .contacts_adress_time_wrapper li .contacts_adress_time__item .contacts_adress_time__description {
    margin-top: 11vw;
  }

  .contacts_adress_time_wrapper li .contacts_adress_time__item .contacts_adress_time__description div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 1.555vw !important;
  }

  .contacts_adress_time_wrapper li .contacts_adress_time__item .contacts_adress_time__description div:first-child {
    margin-bottom: 5.866vw !important;
  }

  .contacts_adress_time_wrapper li .contacts_adress_time__item .contacts_adress_time__description div .title {
    width: 28.266vw;
    font-size: 5.333vw;
    line-height: 6.1333vw;
  }

  .contacts_adress_time_wrapper li .contacts_adress_time__item .contacts_adress_time__description div .value {
    width: calc(100% - 28.266vw);
    font-size: 5.333vw;
    line-height: 6.1333vw;
  }

  .contacts_adress_time_wrapper li .contacts_adress_time__item .contacts_adress_time__description div .value a {
    font-size: 5.333vw !important;
    line-height: 6.1333vw !important;
  }

  .section_contacts_map {
    height: 105.8666vw;
  }

  .category_item_pluses {
    padding: 0;
    position: relative;
  }

  .category_item_pluses .category_item_pluses_wrapper_else {
    padding: 0vw 0vw 26.1333vw 0vw !important;
  }

  .category_item_pluses .category_item_pluses_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0vw 0vw 10.1333vw 0vw;
  }

  .category_item_pluses .category_item_pluses_wrapper .lnk_to_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 29.866vw;
    height: 23.73vw;
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    line-height: 100.49%;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 5.866vw 0 0 5.866vw;
    right: 0;
    border: 0;
    left: auto;
  }

  .category_item_pluses .category_item_pluses_wrapper .left_side {
    width: 100%;
    padding: 18.666vw 5.333vw 0 5.333vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .category_item_pluses .category_item_pluses_wrapper .left_side .right_side_content {
    display: none;
  }

  .category_item_pluses .category_item_pluses_wrapper .left_side .left_side__title {
    width: 100%;
    height: auto;
  }

  .category_item_pluses .category_item_pluses_wrapper .left_side .left_side__title span {
    font-weight: 500;
    font-size: 6.466vw;
    line-height: 7.7333vw;
  }

  .category_item_pluses .category_item_pluses_wrapper .left_side .description_mobile {
    display: block;
  }

  .category_item_pluses .category_item_pluses_wrapper .left_side .description_mobile p {
    font-weight: normal;
    font-size: 4vw;
    line-height: 5.6vw;
    color: white;
    font-family: TTCommons-Regular;
    font-style: normal;
    margin: 3.2vw 0 0 0;
  }

  .category_item_pluses .category_item_pluses_wrapper .left_side .item_pluses {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 11.733vw;
  }

  .category_item_pluses .category_item_pluses_wrapper .left_side .item_pluses .left_side__title__value {
    width: 100%;
    font-weight: normal;
    font-size: 4vw;
    line-height: 4.8vw;
    padding-top: 7.066vw;
    margin-bottom: 2.666vw;
  }

  .category_item_pluses .category_item_pluses_wrapper .left_side .item_pluses .left_side__title__value:after {
    width: 32.266vw;
  }

  .category_item_pluses .category_item_pluses_wrapper .right_side {
    width: 100%;
  }

  .category_item_pluses .category_item_pluses_wrapper .right_side .item_pluses {
    padding: 5.333vw 5.333vw 5.333vw 5.333vw;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 11.733vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .category_item_pluses .category_item_pluses_wrapper .right_side .item_pluses .left_side__title__value {
    width: 42%;
    font-weight: normal;
    font-size: 4vw;
    line-height: 4.8vw;
    padding-top: 7.066vw;
    margin-bottom: 2.666vw;
  }

  .category_item_pluses .category_item_pluses_wrapper .right_side .item_pluses .left_side__title__value:after {
    width: 100%;
  }

  .category_item_pluses .category_item_pluses_wrapper .right_side .right_side_content {
    display: none;
  }

  .category_item_pluses .category_item_pluses_wrapper .right_side .item_img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 78.133vw;
  }

  .category_item_description .accordion_trigger {
    padding-right: 21vw;
    position: relative;
  }

  .category_item_description .accordion_trigger:after {
    content: "";
    display: block;
    width: 11.733vw;
    height: 11.733vw;
    right: 5.333vw;
    top: 3.2vw;
    position: absolute;
    background-image: url("../../img/acardeon_hide.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  .category_item_description .accordion_toggle:checked ~ .accordion_trigger {
    padding-right: 21vw;
  }

  .category_item_description .accordion_toggle:checked ~ .accordion_trigger:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    content: "";
    display: block;
    width: 11.733vw;
    height: 11.733vw;
    right: 5.333vw;
    top: 3.2vw;
    position: absolute;
    background-image: url("../../img/acardeon_hide.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
  }

  .category_item_description .accordion_toggle:checked ~ .accordion_target {
    padding: 4vw 5.333vw 5.694vw 5.333vw;
  }

  .category_item_description .accordion_toggle:checked ~ .accordion_target p,
  .category_item_description .accordion_toggle:checked ~ .accordion_target ol,
  .category_item_description .accordion_toggle:checked ~ .accordion_target ul,
  .category_item_description .accordion_toggle:checked ~ .accordion_target li {
    font-size: 4vw;
    line-height: 4.8vw;
    margin-bottom: 10.666vw;
    font-style: normal;
    font-weight: normal;
    /* identical to box height */
    color: #000000;
    opacity: 0.5;
  }

  .category_item_description .accordion_item .accordion_toggle:checked ~ .accordion_trigger {
    padding: 6.111vw 21vw 6.111vw 5.333vw !important;
  }

  .category_item_description .category_item_description_wrapper .accordion .category_item_description_item:first-child {
    margin-top: 20.666vw;
    border-top: 1px solid rgba(192, 192, 192, 0.4);
  }

  .category_item_description .category_item_description_wrapper .accordion .category_item_description_item .accordion_trigger {
    font-size: 5.333vw;
    line-height: 6.1333vw;
    padding: 6.111vw 21vw 80px 5.333vw;
  }

  .cookie-popup {
    position: fixed;
    left: 0;
    bottom: -100%;
    width: 100%;
    padding: 5.6703vw 5.13678vw;
    z-index: 999;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cookie-popup .wrapper {
    position: static;
  }

  .cookie-popup span {
    display: block;
    max-width: 90%;
    font-size: 2vw;
    line-height: 2.86866vw;
    font-family: TTCommons-Regular;
    color: #fff;
  }

  .cookie-popup.active {
    bottom: 0;
    visibility: visible;
  }

  .cookie-popup span {
    display: block;
    max-width: 90%;
    font-size: 4.33515vw !important;
    line-height: 6.86866vw !important;
    font-family: TTCommons-DemiBold;
    color: #fff;
  }

  .close-cookies {
    position: absolute;
    right: -6.40218vw;
    top: -6.40218vw;
    cursor: pointer;
    pointer-events: all;
    width: 6.6703vw;
    height: 6.6703vw;
  }

  .close-cookies svg {
    width: 100% !important;
    height: 100% !important;
  }

  .section_about_page_about_new {
    height: auto !important;
    padding-top: 19vw;
  }

  .section_about_page_about_new .section_about_page_about_wrapper {
    padding-bottom: 52vw !important;
  }

  .section_about_page_about_new .section_about_page_about_wrapper .academia_header_new_second {
    width: 100%;
    margin-top: 28vw;
  }

  .section_about_page_about_new .section_about_page_about_wrapper .academia_header_new_second .first_item_content_value {
    padding-right: 0;
  }

  .section_about_page_about_new .section_about_page_about_wrapper .academia_header_new_second .first_item_content_value p {
    font-family: TTCommons-DemiBold;
    font-style: normal;
    font-weight: 500;
    font-size: 6.666vw;
    line-height: 7.733vw;
    text-transform: uppercase;
  }

  .section_about_page_about_new .section_about_page_about_wrapper .bottom_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10vw;
  }

  .section_about_page_about_new .section_about_page_about_wrapper .bottom_section .section_about_item {
    width: 100%;
  }

  .section_about_page_about_new .section_about_page_about_wrapper .bottom_section .section_about_item .section_about_item_content {
    padding-right: 0 !important;
  }

  .section_about_page_about_new .section_about_page_about_wrapper .bottom_section .section_about_item .section_about_item_content a {
    margin-top: 3vw;
  }

  .section_about_page_about_new .section_about_page_about_wrapper .bottom_section .section_about_item .section_about_item_content a span {
    font-family: TTCommons-DemiBold;
    font-style: normal;
    font-weight: 500;
    font-size: 5.666vw;
    line-height: 6.733vw;
    text-transform: uppercase;
    color: #000000;
  }

  .section_about_page_about_new .section_about_page_about_wrapper .bottom_section .section_about_item .section_about_item_content .description p {
    margin-top: 0;
  }

  .section_about_page_about_new .section_about_page_about_wrapper .first_item .academia_header_new_first h1 {
    font-family: TTCommons-DemiBold;
    font-style: normal;
    font-weight: 500;
    font-size: 18.666vw;
    line-height: 16vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #FF295A;
  }

  .button_apply_call {
    bottom: 90px;
  }

  .apply_popup_bg_shadow {
    z-index: 999;
    background-color: white;
  }

  .apply_popup_bg_shadow .popup_apply {
    width: 100%;
    padding: 0 5.333vw !important;
    margin: 0;
    background-color: white;
    z-index: 999;
    position: fixed;
    height: 100vh;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: scroll;
    top: 0;
  }

  .apply_popup_bg_shadow .popup_apply .popup_registration__wrapper {
    padding: 11.333vw 0 0;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__desc_container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__desc_container .popup_registration__desc .title {
    font-family: TTCommons-DemiBold;
    font-style: normal;
    font-weight: 500;
    font-size: 10.666vw;
    line-height: 12vw;
    text-transform: uppercase;
    color: #000000;
    display: block;
    position: relative;
  }

  .apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__desc_container .popup_registration__desc .desc {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    line-height: 140.99%;
    color: #000000;
    opacity: 0.8;
    display: block;
    position: relative;
  }

  .apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__desc_container .popup_registration__desc .desc p {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    line-height: 140.99%;
    color: #000000;
    opacity: 0.8;
  }

  .apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__desc_container .manager_help {
    display: none;
  }

  .apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form {
    margin-top: 16vw;
    height: auto;
  }

  .apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket {
    font-size: 4vw !important;
    position: relative;
  }

  .apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket > span {
    margin-bottom: 5vw;
    display: block;
    font-size: 5vw;
    line-height: 5vw;
    position: relative;
  }

  .apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket .checkbox {
    font-size: 4vw !important;
  }

  .apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .input_chacket .company_area {
    font-size: 4vw !important;
  }

  .apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item {
    position: relative;
    margin-bottom: 8.733vw;
  }

  .apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item > span {
    font-size: 4vw;
    line-height: 4vw;
  }

  .apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item input {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4.333vw;
    line-height: 86.5%;
    text-transform: uppercase;
    color: #000000;
    padding-left: 0;
  }

  .apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item label {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 3.333vw;
    line-height: 86.5%;
    text-transform: uppercase;
    padding-left: 0;
    pointer-events: none;
  }

  .apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item input:focus ~ label,
  .apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item input:not(:focus):valid ~ label {
    bottom: 0.666vw;
    font-size: 2.66vw;
    opacity: 0.8;
    color: rgba(0, 0, 0, 0.9);
  }

  .apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select {
    width: 100%;
  }

  .apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box {
    width: 100%;
  }

  .apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box:before {
    width: 8vw;
    height: 8vw;
    top: 0;
  }

  .apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box .type_select {
    bottom: 2.083vw;
  }

  .apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box select {
    width: 100%;
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4.8vw;
    line-height: 4.8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #000000;
    padding: 0;
  }

  .apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item_select .box select option {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4.8vw;
    line-height: 86.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #000000;
  }

  .apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea {
    font-size: 4.8vw;
    line-height: 86.5%;
  }

  .apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::-webkit-input-placeholder {
    padding-top: 60px;
  }

  .apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::-moz-placeholder {
    padding-top: 60px;
  }

  .apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea:-ms-input-placeholder {
    padding-top: 60px;
  }

  .apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::-ms-input-placeholder {
    padding-top: 60px;
  }

  .apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria textarea::placeholder {
    padding-top: 60px;
  }

  .apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .container .form-item__textaria label {
    bottom: -5.334vw;
  }

  .apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .send_message_registration {
    width: calc(100% + 10.666vw);
    margin: 0 -5.333vw 0 -5.333vw;
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 5.333vw;
    line-height: 5.333vw;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 23.466vw;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .popup_registration__form_container form .send_message_registration .mosaic-var {
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 5.333vw;
    line-height: 5.333vw;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0;
    height: 23.466vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .close_button {
    right: 0;
    top: 1.333vw;
    width: 10.666vw;
    height: 10.666vw;
    -webkit-tap-highlight-color: transparent;
  }

  .apply_popup_bg_shadow .popup_apply .popup_registration__wrapper .close_button:hover {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }

  .apply_back_subj {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .apply_back_subj .thanks_page {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 36.666vw 5.333vw;
  }

  .apply_back_subj .thanks_page > div {
    width: 100%;
  }

  .apply_back_subj .thanks_page .js_btn_close {
    display: block;
    width: 74px;
    top: 4.33vw;
    right: 4.266vw;
  }

  .apply_back_subj .thanks_page .btn_to_main a {
    height: 23.2vw;
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 5.333vw;
    line-height: 5.333vw;
    text-transform: uppercase;
    color: #FF295A;
  }

  .apply_back_subj .thanks_page .manager_help {
    margin-top: 8.533vw;
  }

  .apply_back_subj .thanks_page .manager_help .desc {
    font-family: TTCommons-DemiBold;
    font-style: normal;
    font-weight: 500;
    font-size: 5.333vw;
    line-height: 6.133vw;
    text-transform: uppercase;
  }

  .apply_back_subj .thanks_page .manager_help .phone {
    margin-top: 2.666vw;
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 4.333vw;
    line-height: 6.133vw;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
  }

  .apply_back_subj .thanks_page .thanks_page_desc {
    padding-left: 0;
    margin-top: 0;
  }

  .apply_back_subj .thanks_page .thanks_page_desc span {
    width: 100%;
    font-family: TTCommons-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 5.333vw;
    line-height: 5.866vw;
    padding-top: 3.733vw;
  }

  .apply_back_subj .thanks_page .thanks_page_desc span br {
    display: none;
  }

  .apply_back_subj .thanks_page .thanks_page_title {
    font-family: TTCommons-DemiBold;
    font-style: normal;
    font-weight: 500;
    font-size: 10.666vw;
    line-height: 10.266vw;
  }

  .apply_back_subj .thanks_page .thanks_page_title span {
    font-family: TTCommons-DemiBold;
    font-style: normal;
    font-weight: 500;
    font-size: 10.666vw;
    line-height: 12.266vw;
  }

  .apply_back_subj .fade_color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 200px;
    width: 400px;
    background-color: rgba(255, 255, 255, 0.7);
    color: #8F263E;
    font-size: 50px;
  }
}

@media (min-width: 1500px) {
  .popup_registration {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    margin: auto !important;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }

  .footer .footer_copyright .back_subj .thanks_page {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }

  .academy_registration {
    margin: auto !important;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

.pdf_buttons_holder {
  margin-top: 35px;
}

a.download_pdf {
  display: inline-block;
  font-family: TTCommons-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.436vw;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  line-height: 1.042;
  margin-right: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a.download_pdf:before {
  width: 100%;
  display: block;
  height: 2px;
  content: "";
  border-top: 2px solid #000;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-bottom: 10px;
}

a.download_pdf:hover {
  color: #FF295A;
}

a.download_pdf:hover:before {
  border-top: 2px solid #FF295A;
}

@media (max-width: 768px) {
  a.download_pdf {
    font-size: 3.436vw;
    margin-right: 25px;
  }
}

@media (min-width: 1200px) and (max-height: 850px) {
  .footer .register_popup_bg_shadow .popup_registration .popup_registration__wrapper .popup_registration__form_container {
    max-height: 85vh;
    overflow: scroll;
    height: 85vh;
  }
}