@import url(https://fonts.googleapis.com/css?family=Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

button, input {
  background: none;
  border: none;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-center.fl-start {
  justify-content: flex-start;
}
.flex-center.top {
  align-items: unset;
}
.flex-center.bottom {
  align-items: baseline;
}
.flex-center.nowrap {
  flex-wrap: nowrap;
}

.center-v-block {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.al-ct-ab {
  width: 100%;
  text-align: center;
}

.center-block {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.modalYoga {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  min-height: 100vh;
  display: flex;
  z-index: 999;
  background-color: #fff;
  transition: all 0.7s;
}
@media screen and (max-width: 950px) {
  .modalYoga {
    overflow-y: scroll;
    display: block;
    height: 100vh;
  }
}
.modalYoga.active {
  left: 0;
}
.modalYoga .modalTab {
  width: 350px;
}
@media screen and (max-width: 950px) {
  .modalYoga .modalTab {
    width: 100%;
  }
}
.modalYoga .modalTab .top {
  display: flex;
  align-items: center;
}
.modalYoga .modalTab .top img:nth-child(1) {
  margin: 0px 22px 0px 11px;
}
.modalYoga .modalTab .navModel {
  min-height: 200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 14px;
}
@media screen and (max-width: 950px) {
  .modalYoga .modalTab .navModel {
    min-height: auto;
  }
}
.modalYoga .modalTab .navModel button {
  width: 255px;
  height: 50px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(159, 159, 159, 0.25);
  border-radius: 4px;
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
  color: #FB3F3D;
}
@media screen and (max-width: 950px) {
  .modalYoga .modalTab .navModel button {
    width: 100%;
  }
}
.modalYoga .modalTab .descModel {
  width: 90%;
  margin: 0 auto;
  margin-top: 40px;
}
.modalYoga .modalTab .descModel .main-content {
  display: block;
}
.modalYoga .modalTab .descModel .shop-links {
  display: none;
}
.modalYoga .modalTab .descModel .shop-links .item {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.modalYoga .modalTab .descModel .shop-links .item img {
  display: inline-block;
}
.modalYoga .modalTab .descModel span {
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #000000;
}
.modalYoga .modalTab .descModel h2 {
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 34px;
  text-transform: uppercase;
  color: #FB3F3D;
  margin-top: 18px;
  margin-bottom: 35px;
}
.modalYoga .modalTab .descModel p {
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  color: #000000;
}
.modalYoga .modalTab .descModel button {
  width: 255px;
  height: 50px;
  background: #FB3F3D;
  box-shadow: 0px 4px 4px rgba(159, 159, 159, 0.25);
  border-radius: 4px;
  margin-top: 40px;
  margin-bottom: 50px;
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 950px) {
  .modalYoga .modalTab .descModel button {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.modalYoga .modalSlide {
  width: calc(100% - 350px);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
@media screen and (max-width: 950px) {
  .modalYoga .modalSlide {
    position: relative;
    width: 100%;
    height: auto;
    right: auto;
    top: auto;
  }
}
.modalYoga .modalSlide .modal-slick, .modalYoga .modalSlide .modal-item {
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 950px) {
  .modalYoga .modalSlide .modal-slick, .modalYoga .modalSlide .modal-item {
    height: auto;
  }
}
.modalYoga .modalSlide .sliderYoga {
  width: 100%;
  height: 100vh;
}
.modalYoga .modalSlide .sliderYoga div img {
  width: 100%;
}
.modalYoga .modalSlide .navYoga {
  position: absolute;
  top: 35%;
  right: -14%;
  transform: rotate(90deg);
}
.modalYoga .modalSlide .navYoga div {
  width: 520px;
}
.modalYoga .modalSlide .navYoga div img {
  transform: rotate(-90deg);
  width: 100%;
  margin-top: 39px;
}
.modalYoga .modalSlide .slider-img-nav img, .modalYoga .modalSlide .modal-item img {
  display: none;
}
.modalYoga .modalSlide .slider-img-nav div, .modalYoga .modalSlide .modal-item div {
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
@media screen and (max-width: 950px) {
  .modalYoga .modalSlide .slider-img-nav div, .modalYoga .modalSlide .modal-item div {
    background-size: 100% cover;
  }
}
@media screen and (max-width: 950px) {
  .modalYoga .modalSlide .modal-item div {
    display: none;
  }
  .modalYoga .modalSlide .modal-item img {
    display: block;
    margin: 0 auto;
  }
}
.modalYoga .modalSlide .slider-img-nav {
  right: 10px;
  left: auto;
}
@media screen and (max-width: 950px) {
  .modalYoga .modalSlide .slider-img-nav {
    display: none;
  }
}
.modalYoga .modalSlide .slider-img-nav div {
  width: 120px;
  height: 80px;
  margin-bottom: 50px;
  box-shadow: 0px 4px 4px rgba(28, 28, 28, 0.25);
  border-radius: 2px;
  background-color: #fff;
}
.modalYoga .modalSlide .slider-img-nav div.active {
  border: 1px solid #FB3F3D;
}
.modalYoga .modalSlide .nav-btns {
  position: absolute;
  bottom: 0;
  right: 50px;
  bottom: 58px;
}
@media screen and (max-width: 950px) {
  .modalYoga .modalSlide .nav-btns {
    position: relative;
    bottom: auto;
    right: auto;
    padding: 30px 0;
  }
}
.modalYoga .modalSlide .nav-btns div:first-child {
  margin-right: 80px;
}

.section-1 {
  width: 100%;
  min-height: 100vh;
  position: relative;
  background: linear-gradient(174.35deg, #FB3F3D 40.06%, #FB566B 72.73%, #FC72A3 107.14%);
}
@media screen and (max-width: 950px) {
  .section-1 {
    height: auto;
  }
}
.section-1 .abs_element .lenovoAbs {
  position: absolute;
  right: 0;
  top: 10%;
}
.section-1 .abs_element .evo {
  position: absolute;
  right: 10px;
  bottom: 15px;
}
.section-1 .abs_element .evo img {
  margin-bottom: 22px;
}
@media screen and (max-width: 950px) {
  .section-1 .abs_element .evo {
    bottom: 120px;
    width: 100%;
    text-align: center;
  }
}
.section-1 .abs_element .evo p {
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 6px;
  line-height: 6px;
  color: #FFFFFF;
}
.section-1 .section-top {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-1 .section-top .nav {
  margin-left: 32px;
}
.section-1 .section-top .lang {
  display: flex;
}
.section-1 .section-top .lang a {
  display: block;
  width: 73px;
  height: 37px;
}
.section-1 .section-top .lang .ru {
  background: #FFFFFF;
  border-radius: 4px;
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 15px;
  letter-spacing: 0.05em;
  color: #FB3F3D;
  padding: 10px 20px;
}
.section-1 .section-top .lang .kz {
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin-left: 12px;
  padding: 10px 20px;
}
.section-1 .contSection-1 {
  width: 90%;
  height: 95vh;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 950px) {
  .section-1 .contSection-1 {
    padding-bottom: 50px;
  }
}
.section-1 .contSection-1.addPadding {
  padding-top: 50px;
}
@media screen and (min-width: 950px) {
  .section-1 .contSection-1.addPadding {
    margin-top: 50px;
  }
}
.section-1 .contSection-1 .cont .top img {
  display: block;
}
.section-1 .contSection-1 .cont .top img:nth-child(2) {
  margin-top: 70px;
}
.section-1 .contSection-1 .cont .about {
  margin-top: 60px;
}
@media screen and (max-width: 950px) {
  .section-1 .contSection-1 .cont .about {
    min-height: 240px;
  }
}
.section-1 .contSection-1 .cont .about p {
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 120%;
  color: #FFFFFF;
}
.section-1 .contSection-1 .picSection-1 {
  position: absolute;
  bottom: -30px;
  right: 0;
}
.section-1 .contSection-1 .picSection-1 img {
  width: 90%;
}
.section-1 .contSection-1 button {
  width: 255px;
  height: 50px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(245, 245, 245, 0.25);
  border-radius: 4px;
  margin-top: 70px;
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  color: #FB3F3D;
}
@media screen and (max-width: 950px) {
  .section-1 .contSection-1 button {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 150px;
  }
}
.section-1 .contSection-1 button.dark {
  color: #fff;
  box-shadow: none;
  background: #F10300;
}

.section-2 {
  width: 100%;
  padding-top: 63px;
  min-height: 100vh;
}
.section-2 .container {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.section-2 .container h2 {
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  letter-spacing: 0.05em;
}
.section-2 .container h2.clip-text {
  background: linear-gradient(180deg, #FB3F3D 13.04%, #FC72A3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.section-2 .container h2.dark {
  color: #111;
}
.section-2 .container p {
  margin-top: 55px;
  margin-bottom: 58px;
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #000000;
}
.section-2 .container div {
  position: relative;
  background: url(../../img/section-2.jpg);
  background-repeat: no-repeat;
  width: 70%;
  background-position: center;
  height: 524px;
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  .section-2 .container div {
    width: 100%;
  }
}
.section-2 .container div .play {
  margin: 0 auto;
  padding-top: 200px;
  width: 196px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-2 .container div .play span {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
.section-2 .container div iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.baner {
  width: 100%;
  height: 470px;
  margin-top: 116px;
  background-image: url(../../img/Yoga_Slim_7_Pro.png);
  background-size: cover;
}
@media screen and (max-width: 950px) {
  .baner {
    background-position: center;
    margin-bottom: 50px;
  }
}
.baner .container {
  width: 90%;
  margin: 0 auto;
}
.baner h2 {
  padding-top: 89px;
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 140%;
  color: #FFFFFF;
  text-shadow: 0px 0px 30px rgba(255, 255, 255, 0.25), 0px 0px 35px #FB3F3D;
}
@media screen and (max-width: 950px) {
  .baner h2 {
    font-size: 40px;
    text-align: center;
  }
}

.section-3 .container {
  width: 90%;
  min-height: 90vh;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 950px) {
  .section-3 .container {
    display: block;
  }
}
.section-3 .container .descSlider h2 {
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 34px;
  color: #FB3F3D;
  margin-bottom: 60px;
}
.section-3 .container .descSlider span {
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
}
.section-3 .container .descSlider p {
  margin-top: 30px;
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
}
.section-3 .container .descSlider div {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
@media screen and (max-width: 950px) {
  .section-3 .container .descSlider div {
    display: block;
    text-align: center;
  }
}
.section-3 .container .descSlider div button:nth-child(1) {
  width: 255px;
  height: 50px;
  border: 1px solid #FB3F3D;
  filter: drop-shadow(0px 4px 4px rgba(159, 159, 159, 0.25));
  border-radius: 4px;
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  color: #FB3F3D;
}
@media screen and (max-width: 950px) {
  .section-3 .container .descSlider div button:nth-child(1) {
    margin-bottom: 30px;
  }
}
.section-3 .container .descSlider div button:nth-child(2) {
  width: 255px;
  height: 50px;
  background: #FB3F3D;
  box-shadow: 0px 4px 4px rgba(159, 159, 159, 0.25);
  border-radius: 4px;
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  color: #FFFFFF;
}
.section-3 .container .sliderr {
  width: 50%;
}
@media screen and (max-width: 950px) {
  .section-3 .container .sliderr {
    width: 100%;
  }
}
.section-3 .container .sliderr .navSlider {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  .section-3 .container .sliderr .navSlider {
    width: 95%;
  }
}
.section-3 .container .sliderr .navSlider img {
  margin-left: 30px;
}
@media screen and (max-width: 950px) {
  .section-3 .container .sliderr .navSlider img {
    margin: 0 15px;
  }
}

.section-4 {
  margin-top: 144px;
}
.section-4 .baner-section4 {
  background-image: url(../../img/sec4.jpg);
  height: 470px;
}
.section-4 .baner-section4 .container {
  width: 90%;
  margin: 0 auto;
}
.section-4 .baner-section4 .container h2 {
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  color: #FFFFFF;
  padding-top: 111px;
  text-shadow: 0px 0px 30px rgba(255, 255, 255, 0.25), 0px 0px 35px #FB3F3D;
}
.section-4 .yoga {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}
.section-4 .yoga > div:first-child {
  margin-top: -200px;
}
@media screen and (max-width: 950px) {
  .section-4 .yoga > div:first-child {
    margin-top: 30px;
  }
}
.section-4 .yoga div img {
  width: 100%;
}
.section-4 .yoga div h2 {
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FB3F3D;
  margin-top: 10px;
}
.section-4 .yoga div p {
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #000000;
  margin-top: 40px;
}
.section-4 .yoga div button {
  width: 255px;
  height: 50px;
  margin-top: 100px;
  background: #FB3F3D;
  box-shadow: 0px 4px 4px rgba(159, 159, 159, 0.25);
  border-radius: 4px;
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 950px) {
  .section-4 .yoga div button {
    margin-top: 50px;
  }
}
.section-4 .yoga div button.dark {
  color: #fff;
  background-color: #000;
}
.section-4 .yoga div button.dark:hover {
  background-color: #F10300;
}

.section-5 {
  height: 752px;
  background-image: url(../../img/section-5.jpg);
  background-size: cover;
  padding-top: 66px;
  margin-top: 155px;
}
@media screen and (max-width: 950px) {
  .section-5 {
    padding-bottom: 50px;
  }
}
.section-5 .container {
  width: 90%;
  margin: 0 auto;
}
.section-5 .container h2 {
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  color: #FFFFFF;
  margin-top: 33px;
}
.section-5 .container p {
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 120%;
  color: #FFFFFF;
  margin-top: 33px;
}

.section-6 {
  margin-top: 70px;
}
.section-6 .container {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 950px) {
  .section-6 .container {
    display: block;
  }
}
.section-6 .container .ecoPic img {
  width: 100%;
}
.section-6 .container .ecoDesc {
  margin-left: 50px;
}
@media screen and (max-width: 950px) {
  .section-6 .container .ecoDesc {
    margin-left: 0;
    margin-top: 40px;
  }
}
.section-6 .container .ecoDesc h2 {
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 120%;
  color: #FB3F3D;
  margin-left: 80px;
  margin-bottom: 70px;
}
@media screen and (max-width: 950px) {
  .section-6 .container .ecoDesc h2 {
    margin-left: 0;
    margin-bottom: 40px;
  }
}
.section-6 .container .ecoDesc div {
  display: flex;
}
@media screen and (max-width: 950px) {
  .section-6 .container .ecoDesc div {
    align-items: flex-start;
  }
}
.section-6 .container .ecoDesc div p {
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  margin-left: 34px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 950px) {
  .section-6 .container .ecoDesc div p {
    margin-top: 0;
  }
}

.section-7 {
  width: 90%;
  margin: 0 auto;
  margin-top: 70px;
}
@media screen and (max-width: 950px) {
  .section-7 {
    width: 100%;
  }
}
.section-7 h2 {
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 34px;
  color: #424242;
  margin-bottom: 81px;
}
.section-7 .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 950px) {
  .section-7 .container {
    display: block;
    text-align: center;
  }
}
.section-7 .container div {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 950px) {
  .section-7 .container div {
    width: 100%;
  }
}
.section-7 .container div a {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  margin-left: 20px;
  margin-bottom: 20px;
}
.section-7 .container div:nth-child(1) {
  background-image: url(../../img/ineresting-1.jpg);
  width: 32%;
  height: 223px;
  background-size: cover;
}
@media screen and (max-width: 950px) {
  .section-7 .container div:nth-child(1) {
    width: 100%;
  }
}
.section-7 .container div:nth-child(2) {
  background-image: url(../../img/ineresting-2.jpg);
  width: 32%;
  height: 223px;
  background-size: cover;
}
@media screen and (max-width: 950px) {
  .section-7 .container div:nth-child(2) {
    width: 100%;
  }
}
.section-7 .container div:nth-child(3) {
  background-image: url(../../img/ineresting-3.jpg);
  width: 32%;
  height: 223px;
  background-size: cover;
}
@media screen and (max-width: 950px) {
  .section-7 .container div:nth-child(3) {
    width: 100%;
  }
}

footer {
  height: 72px;
  margin-top: 72px;
  background: linear-gradient(144.64deg, #FB3F3D 40.76%, #FB566B 66.04%, #FC72A3 92.66%);
}
@media screen and (max-width: 950px) {
  footer {
    height: auto;
    padding: 10px 0;
  }
}
footer.dark {
  background: #F10300;
}
footer .container {
  width: 70%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 950px) {
  footer .container {
    display: block;
    text-align: center;
  }
}
footer .container a {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-decoration-line: underline;
  color: #FFFFFF;
}
@media screen and (max-width: 950px) {
  footer .container a {
    padding: 10px 0;
  }
}
footer .container div {
  display: flex;
  align-items: center;
}
footer .container div a {
  margin-left: 10px;
}
footer .container div p {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}

.baseModal .cross {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 999;
}
@media screen and (max-width: 950px) {
  .baseModal .cross {
    top: 3px;
    right: 3px;
  }
}
.baseModal .cross img {
  width: 35px;
  height: 35px;
}
.baseModal .cross img.dark {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(54deg) brightness(101%) contrast(102%);
}

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
  padding: 20px 0;
}
header .burger {
  position: absolute;
  left: 10px;
}
header .burger img {
  filter: invert(100%);
}
header .abs_element {
  padding: 0 5%;
}
header .abs_element .evo p {
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 8px;
  line-height: 8px;
  color: #FFFFFF;
}
header .section-top .lang {
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}

.section-1.dark {
  padding-top: 150px;
  height: 100vh;
}
.section-1.dark .right-img {
  position: absolute;
  right: 0;
  top: 220px;
}
.section-1.dark .right-img img {
  height: 200px;
  width: auto;
}
.section-1.dark .contSection-1 {
  width: auto;
  height: auto;
  display: inline-block;
  left: 5%;
}
.section-1.dark .contSection-1 .big-title {
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 140%;
  color: #FFFFFF;
}

@media screen and (max-width: 950px) {
  .row {
    margin-left: 0;
  }
}
.upper {
  text-transform: uppercase;
}

@media screen and (min-width: 1650px) {
  html {
    font-size: 20px;
  }
}
@media screen and (max-width: 1550px) {
  html {
    font-size: 17px;
  }
}
@media screen and (max-width: 1450px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 1350px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 1250px) {
  html {
    font-size: 14px;
  }
}
.relative {
  position: relative;
}

* {
  margin: 0;
  padding: 0;
}

button {
  border: none;
  background-color: transparent;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

a {
  text-decoration: none;
}

* {
  font-family: "Proxima Nova Rg", sans-serif;
}

.under {
  text-decoration: underline;
}

.del-03 {
  animation-delay: 0.3s;
}

.del-05 {
  animation-delay: 0.5s;
}

.del-07 {
  animation-delay: 0.7s;
}

.del-09 {
  animation-delay: 0.9s;
}

.del-11 {
  animation-delay: 1.1s;
}

.del-13 {
  animation-delay: 1.3s;
}

.del-15 {
  animation-delay: 1.5s;
}

.del-17 {
  animation-delay: 1.7s;
}

.del-19 {
  animation-delay: 1.9s;
}

.cont-l {
  width: 100%;
  padding-left: 20%;
}

button {
  cursor: pointer;
}

ul {
  list-style-type: none;
}

.abs-r {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.inl-block {
  display: block;
  font-size: 0;
  width: 100%;
}

.inl-blocks {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
}
.inl-blocks.inl-0 {
  font-size: 0;
}
.inl-blocks.inl-0 * {
  font-size: 1rem;
}

.middle {
  vertical-align: middle;
}

.in-1 {
  width: 10%;
}
@media screen and (max-width: 950px) {
  .in-1 {
    width: 95%;
    margin: 0 auto;
  }
}

.in-2 {
  width: 20%;
}
@media screen and (max-width: 950px) {
  .in-2 {
    width: 95%;
    margin: 0 auto;
  }
}

.in-25 {
  width: 25%;
}
@media screen and (max-width: 950px) {
  .in-25 {
    width: 95%;
    margin: 0 auto;
  }
}

.in-15 {
  width: 15%;
}
@media screen and (max-width: 950px) {
  .in-15 {
    width: 95%;
    margin: 0 auto;
  }
}

.in-3 {
  width: 30%;
}
@media screen and (max-width: 950px) {
  .in-3 {
    width: 95%;
    margin: 0 auto;
  }
}

.in-33 {
  width: 33.3%;
}
@media screen and (max-width: 950px) {
  .in-33 {
    width: 95%;
    margin: 0 auto;
  }
}

.in-35 {
  width: 35%;
}
@media screen and (max-width: 950px) {
  .in-35 {
    width: 95%;
    margin: 0 auto;
  }
}

.in-4 {
  width: 40%;
}
@media screen and (max-width: 950px) {
  .in-4 {
    width: 95%;
    margin: 0 auto;
  }
}

.in-5 {
  width: 50%;
}
@media screen and (max-width: 950px) {
  .in-5 {
    width: 95%;
    margin: 0 auto;
  }
}

.in-6 {
  width: 60%;
}
@media screen and (max-width: 950px) {
  .in-6 {
    width: 95%;
    margin: 0 auto;
  }
}

.in-7 {
  width: 70%;
}
@media screen and (max-width: 950px) {
  .in-7 {
    width: 95%;
    margin: 0 auto;
  }
}

.in-8 {
  width: 80%;
}
@media screen and (max-width: 950px) {
  .in-8 {
    width: 95%;
    margin: 0 auto;
  }
}

.in-9 {
  width: 90%;
}
@media screen and (max-width: 950px) {
  .in-9 {
    width: 95%;
    margin: 0 auto;
  }
}

.in-100 {
  width: 100%;
}
@media screen and (max-width: 950px) {
  .in-100 {
    width: 95%;
    margin: 0 auto;
  }
}

.in-25 {
  width: 25%;
}
@media screen and (max-width: 950px) {
  .in-25 {
    width: 95%;
    margin: 0 auto;
  }
}

.border_bottom {
  border-bottom: 1px solid #E4E7EB;
}

.inl-1 {
  width: 1%;
}

.inl-2 {
  width: 2%;
}

.inl-3 {
  width: 3%;
}

.inl-4 {
  width: 4%;
}

.inl-5 {
  width: 5%;
}

.inl-6 {
  width: 6%;
}

.inl-7 {
  width: 7%;
}

.inl-8 {
  width: 8%;
}

.inl-9 {
  width: 9%;
}

.inl-10 {
  width: 10%;
}

.inl-11 {
  width: 11%;
}

.inl-12 {
  width: 12%;
}

.inl-13 {
  width: 13%;
}

.inl-14 {
  width: 14%;
}

.inl-15 {
  width: 15%;
}

.inl-16 {
  width: 16%;
}

.inl-17 {
  width: 17%;
}

.inl-18 {
  width: 18%;
}

.inl-19 {
  width: 19%;
}

.inl-20 {
  width: 20%;
}

.inl-21 {
  width: 21%;
}

.inl-22 {
  width: 22%;
}

.inl-23 {
  width: 23%;
}

.inl-24 {
  width: 24%;
}

.inl-25 {
  width: 25%;
}

.inl-26 {
  width: 26%;
}

.inl-27 {
  width: 27%;
}

.inl-28 {
  width: 28%;
}

.inl-29 {
  width: 29%;
}

.inl-30 {
  width: 30%;
}

.inl-31 {
  width: 31%;
}

.inl-32 {
  width: 32%;
}

.inl-33 {
  width: 33%;
}

.inl-34 {
  width: 34%;
}

.inl-35 {
  width: 35%;
}

.inl-36 {
  width: 36%;
}

.inl-37 {
  width: 37%;
}

.inl-38 {
  width: 38%;
}

.inl-39 {
  width: 39%;
}

.inl-40 {
  width: 40%;
}

.inl-41 {
  width: 41%;
}

.inl-42 {
  width: 42%;
}

.inl-43 {
  width: 43%;
}

.inl-44 {
  width: 44%;
}

.inl-45 {
  width: 45%;
}

.inl-46 {
  width: 46%;
}

.inl-47 {
  width: 47%;
}

.inl-48 {
  width: 48%;
}

.inl-49 {
  width: 49%;
}

.inl-50 {
  width: 50%;
}

.inl-51 {
  width: 51%;
}

.inl-52 {
  width: 52%;
}

.inl-53 {
  width: 53%;
}

.inl-54 {
  width: 54%;
}

.inl-55 {
  width: 55%;
}

.inl-56 {
  width: 56%;
}

.inl-57 {
  width: 57%;
}

.inl-58 {
  width: 58%;
}

.inl-59 {
  width: 59%;
}

.inl-60 {
  width: 60%;
}

.inl-61 {
  width: 61%;
}

.inl-62 {
  width: 62%;
}

.inl-63 {
  width: 63%;
}

.inl-64 {
  width: 64%;
}

.inl-65 {
  width: 65%;
}

.inl-66 {
  width: 66%;
}

.inl-67 {
  width: 67%;
}

.inl-68 {
  width: 68%;
}

.inl-69 {
  width: 69%;
}

.inl-70 {
  width: 70%;
}

.inl-71 {
  width: 71%;
}

.inl-72 {
  width: 72%;
}

.inl-73 {
  width: 73%;
}

.inl-74 {
  width: 74%;
}

.inl-75 {
  width: 75%;
}

.inl-76 {
  width: 76%;
}

.inl-77 {
  width: 77%;
}

.inl-78 {
  width: 78%;
}

.inl-79 {
  width: 79%;
}

.inl-80 {
  width: 80%;
}

.inl-81 {
  width: 81%;
}

.inl-82 {
  width: 82%;
}

.inl-83 {
  width: 83%;
}

.inl-84 {
  width: 84%;
}

.inl-85 {
  width: 85%;
}

.inl-86 {
  width: 86%;
}

.inl-87 {
  width: 87%;
}

.inl-88 {
  width: 88%;
}

.inl-89 {
  width: 89%;
}

.inl-90 {
  width: 90%;
}

.inl-91 {
  width: 91%;
}

.inl-92 {
  width: 92%;
}

.inl-93 {
  width: 93%;
}

.inl-94 {
  width: 94%;
}

.inl-95 {
  width: 95%;
}

.inl-96 {
  width: 96%;
}

.inl-97 {
  width: 97%;
}

.inl-98 {
  width: 98%;
}

.inl-99 {
  width: 99%;
}

.inl-100 {
  width: 100%;
}

.f-1 {
  font-size: 1px;
}

.f-2 {
  font-size: 2px;
}

.f-3 {
  font-size: 3px;
}

.f-4 {
  font-size: 4px;
}

.f-5 {
  font-size: 5px;
}

.f-6 {
  font-size: 6px;
}

.f-7 {
  font-size: 7px;
}

.f-8 {
  font-size: 8px;
}

.f-9 {
  font-size: 9px;
}

.f-10 {
  font-size: 10px;
}

.f-11 {
  font-size: 11px;
}

.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

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

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

.f-16 {
  font-size: 16px;
}

.f-17 {
  font-size: 17px;
}

.f-18 {
  font-size: 18px;
}

.f-19 {
  font-size: 19px;
}

.f-20 {
  font-size: 20px;
}

.f-21 {
  font-size: 21px;
}

.f-22 {
  font-size: 22px;
}

.f-23 {
  font-size: 23px;
}

.f-24 {
  font-size: 24px;
}

.f-25 {
  font-size: 25px;
}

.f-26 {
  font-size: 26px;
}

.f-27 {
  font-size: 27px;
}

.f-28 {
  font-size: 28px;
}

.f-29 {
  font-size: 29px;
}

.f-30 {
  font-size: 30px;
}

.modal-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.modal-img .wrapper {
  width: 100%;
  height: 100%;
  text-align: center;
}
.modal-img .wrapper img {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.center-v-block {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.al-ct-ab {
  width: 100%;
  text-align: center;
}

.center-block {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 950px) {
  .center-block.center-n-m, .center-v-block.center-n-m {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin-right: 0;
    transform: none;
  }
}

img {
  max-width: 100%;
  max-height: 100%;
}

.def-btn {
  width: 85%;
  margin: 0 auto;
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1rem;
  text-align: center;
  color: #000;
  border: 1px solid #E4E7EB;
  transition: all 0.7s;
  background-color: #E4E7EB;
}
.def-btn.crm-btn {
  color: #632872;
  border: 1px solid #632872;
  background-color: #fff;
}
.def-btn.crm-btn.active {
  background-color: #642872;
  color: #fff;
}
.def-btn.light {
  background-color: transparent;
  border: 1px solid #E4E7EB;
  border-radius: 4px;
}
.def-btn.sm {
  width: auto;
  font-family: 0.8125rem;
  padding: 0.1875rem 0.3125rem;
}
.def-btn.red {
  color: #fff;
  background-color: #EC4C47;
  color: #fff;
  border: 1px solid #E4E7EB;
  border-radius: 4px;
}
.def-btn.green {
  color: #fff;
  background-color: #47B881;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #E4E7EB;
}

.list-container {
  width: 95%;
  margin: 1rem auto;
}

.sec-title {
  font-style: normal;
  font-weight: bold;
  font-size: 1.6875rem;
  line-height: 1.875rem;
  color: #000000;
}

.n-light {
  margin-right: 30px;
}

.dash-container .list-filter.sm {
  width: 40%;
  margin-left: 2.1%;
}
@media screen and (max-width: 950px) {
  .dash-container .list-filter.sm {
    width: 96%;
    margin-left: 2%;
  }
}
.dash-container .list-filter.sm .form-group {
  wdith: 100%;
}
.dash-container .list-filter.sm .select {
  wdith: 100%;
}

@media screen and (max-width: 950px) {
  .n-scrollble {
    overflow: scroll !important;
  }
}

@media screen and (max-width: 950px) {
  .flex-mobile {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 950px) {
  .mobile-hide {
    display: none !important;
  }
}

@media screen and (min-width: 950px) {
  .desktop-hide {
    display: none !important;
  }
}

@media screen and (max-width: 950px) {
  .mobile-h-auto {
    height: auto !important;
  }
}

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

@media screen and (max-width: 950px) {
  .br-hide br {
    display: none;
  }
}

.red-color {
  color: #F10300 !important;
}

@media screen and (max-width: 1350px) {
  .section-1 .contSection-1 .cont .about p {
    font-size: 20px;
  }
}
@media screen and (max-width: 950px) {
  .pr-item {
    margin-bottom: 50px;
  }
}

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