.language-selection {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.language-selection img {
  width: 30px;
  height: 20px;
  margin-left: 10px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .language-selection {
    display: flex;
    align-items: center;
    margin-left: 0px;
    position: relative;
    top: 55px;
  }
}


.predostav {
  overflow: hidden;
  padding: 60px 0;
}
@media (max-width: 991px) {
  .predostav {
    padding: 25px 0;
  }
}
.predostav .swiper-button__tab {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.predostav__title {
  max-width: 850px;
  margin: 0 auto;
  -webkit-transform: translate(0%, 20%) scale(0.6) rotate(-2deg);
          transform: translate(0%, 20%) scale(0.6) rotate(-2deg);
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  opacity: 0;
}
.predostav__title h2 {
  text-align: center;
}
.predostav__title h3 {
  text-align: center;
}
@media (max-width: 1200px) {
  .predostav__title {
    padding: 0 20px;
  }
}
@media (max-width: 650px) {
  .predostav__title {
    padding: 0 15px;
  }
}
.predostav__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 0 0 0;
}
.predostav__tab {
  cursor: pointer;
  padding: 15px 20px;
  border: 1px solid rgb(175 95 227);
}
.predostav__tab p {
  font-weight: 600;
  color: rgb(4, 49, 70);
}
.predostav__tab._active {
  background: linear-gradient(135deg, rgb(175 95 227) 21.479%, rgb(223, 156, 80) 100%);
}
.predostav__tab-content {
  overflow: hidden;
  padding: 0 63px;
  position: relative;
  margin: 40px 0 0 0;
}
@media (max-width: 900px) {
  .predostav__tab-content {
    padding: 0 20px;
  }
}
.predostav__elems {
  overflow: hidden;
}
.predostav__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0 0 0;
  -webkit-transform: translate(0%, 20%) scale(0.6) rotate(-2deg);
          transform: translate(0%, 20%) scale(0.6) rotate(-2deg);
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  opacity: 0;
}
@media (max-width: 500px) {
  .predostav__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px 0 0 0;
  }
}
.predostav__btns._active {
  -webkit-transform: translate(0%, 0) scale(1) rotate(0deg);
          transform: translate(0%, 0) scale(1) rotate(0deg);
  opacity: 1;
}
.predostav__btn {
  margin: 15px;
}
@media (max-width: 500px) {
  .predostav__btn {
    margin: 10px 0;
  }
}
.predostav__btn:last-child a {
  background: #fff;
  border: 2px solid rgb(175 95 227);
  color: rgb(175 95 227) !important;
}
.predostav .swiper-button-prev, .predostav .swiper-button-next {
  left: -10px;
}
.predostav .swiper-button-prev {
  left: 10px;
}

.predostav__title._active {
  -webkit-transform: translate(0%, 0) scale(1) rotate(0deg);
          transform: translate(0%, 0) scale(1) rotate(0deg);
  opacity: 1;
}

.elems-predostav {
  background-color: rgb(249, 249, 249);
}
.elems-predostav__elem {
  position: relative;
  height: auto;
}
@media (min-width: 991px) {
  .elems-predostav__elem:hover .elems-predostav__image {
    opacity: 1;
  }
  .elems-predostav__elem:hover .elems-predostav__image::before {
    content: "";
    opacity: 1;
  }
  .elems-predostav__elem:hover .elems-predostav__cont h3 {
    color: #fff;
  }
  .elems-predostav__elem:hover .elems-predostav__cont p {
    color: #fff;
  }
}
.elems-predostav__cont {
  height: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 40px 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1300px) {
  .elems-predostav__cont {
    padding: 20px;
  }
}
@media (max-width: 650px) {
  .elems-predostav__cont {
    padding: 20px 25px;
  }
}
.elems-predostav__cont h3 {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.elems-predostav__cont p {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.elems-predostav__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.elems-predostav__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.elems-predostav__image::before {
  content: "";
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(195, 129, 55, 0.9);
}
@media (max-width: 650px) {
  .elems-predostav .elems-predostav__image-icon img {
    width: 60px;
    height: 60px;
  }
}
.elems-predostav__title {
  margin: 10px 0 0 0;
}
.elems-predostav__title h3 {
  font-size: 24px;
}
@media (max-width: 1300px) {
  .elems-predostav__title h3 {
    margin: 8px 0 0 0;
    font-size: 21px;
  }
}
@media (max-width: 500px) {
  .elems-predostav__title h3 {
    font-size: 19px;
  }
}
@media (max-width: 380px) {
  .elems-predostav__title h3 {
    font-size: 18px;
  }
}
.elems-predostav__desp {
  margin: 15px 0 0 0;
}
@media (max-width: 1300px) {
  .elems-predostav__desp {
    margin: 12px 0 0 0;
  }
  .elems-predostav__desp p {
    font-size: 15px;
  }
}

.predostav__tab-content {
  display: none;
}

.predostav__tab-content._active {
  display: block;
}

@media (max-width: 900px) {
  .predostav .swiper-button-prev {
    left: 0px;
  }
  .predostav .swiper-button-next {
    left: 0px;
  }
  .predostav .swiper-button__tab {
    z-index: 10;
  }
}
@media (max-width: 650px) {
  .predostav__container._container {
    padding: 0 2px;
  }
}
.about {
  overflow: hidden;
  padding: 60px 0;
}
@media (max-width: 991px) {
  .about {
    padding: 35px 0;
  }
}
.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -20px;
}
@media (max-width: 750px) {
  .about__content {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 20px;
}
@media (max-width: 750px) {
  .about__column {
    padding: 0;
  }
  .about__column:last-child {
    padding: 30px 0 0 0;
  }
}
.about__item {
  height: 100%;
}
.about__text p {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.about__text p::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: -100px;
  background-color: rgb(175 95 227);
}
@media (max-width: 650px) {
  .about__text p {
    font-size: 18px;
  }
}
.about__title {
  margin: 20px 0 0 0;
  -webkit-transform: translate(-60%, 20%) scale(0.6) rotate(-3deg);
          transform: translate(-60%, 20%) scale(0.6) rotate(-3deg);
  -webkit-transition: all 0.8s ease 0.2s;
  transition: all 0.8s ease 0.2s;
  opacity: 0;
}
@media (max-width: 991px) {
  .about__title {
    margin: 15px 0 0 0;
  }
}
.about__title h2 {
  padding: 0 0 30px 0;
}
.about__title h2::before {
  content: "";
  display: none;
}
@media (max-width: 991px) {
  .about__title h2 {
    padding: 0px 0 15px 0;
  }
}
.about__title._active {
  -webkit-transform: translate(0%, 0) scale(1) rotate(0deg);
          transform: translate(0%, 0) scale(1) rotate(0deg);
  opacity: 1;
}
.about__desp {
  margin: 15px 0 0 0;
  -webkit-transform: translate(0%, 20%) scale(0.6) rotate(-2deg);
          transform: translate(0%, 20%) scale(0.6) rotate(-2deg);
  -webkit-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
  opacity: 0;
}
.about__desp p {
  line-height: 150%;
}
.about__desp._active {
  -webkit-transform: translate(0%, 0) scale(1) rotate(0deg);
          transform: translate(0%, 0) scale(1) rotate(0deg);
  opacity: 1;
}
.about__btn {
  margin: 50px 0 0 0;
}
@media (max-width: 650px) {
  .about__btn {
    width: 100%;
  }
  .about__btn a {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .about__btn {
    margin: 30px 0 0 0;
  }
}
.about__btn a {
  width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about__images {
  height: 100%;
  overflow: hidden;
}
.about__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-two .about__content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.about-two .about__title {
  margin: 0 0 30px 0;
}
.about-two .about__desp {
  max-width: 600px;
}

.header__column:first-child::before {
  background: #fff;
}

.header__content::before {
  background: #fff;
}

.global {
  padding: 87px 0 0 0;
}
.global .about__title h1 {
  color: rgb(28, 28, 28);
}
.global .about__cont {
  padding: 20px 0 0 0;
}
.global .about__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 0 0 0;
}
.global .about__btns .about__btn:first-child {
  margin: 0 30px 0 0;
}
.global .about__btns .about__btn:last-child {
  margin: 0;
}
.global .about__btns .about__btn:last-child a {
  background: rgba(255, 255, 255, 0);
  border: 2px solid rgb(175 95 227);
  color: rgb(165 83 215) !important;
}

.num-vavorit {
  margin: -80px 0 0 0;
  position: relative;
}

.num-vavorit__container._container {
  max-width: 1441px;
}

.num-vavorit__item {
  padding: 55px 0 12px 0;
}

@media (max-width: 1300px) {
  .num-vavorit {
    margin: -30px 0 0 0;
    position: relative;
  }
  .about__container._container {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 1200px) {
  .num-vavorit {
    margin: 0px 0 0 0;
    position: relative;
  }
}
@media (max-width: 991px) {
  .num-vavorit {
    padding: 75px 0 35px 0 !important;
  }
  .about__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__btn.btn {
    margin: 0 !important;
  }
  .about__btn.btn:last-child {
    margin: 20px 0 0 0 !important;
  }
}
@media (max-width: 750px) {
  .header .header__conts {
    padding: 0 0 0 15px !important;
  }
  .global .about__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .global .about__btns .about__btn:first-child {
    margin: 0 30px 0 0 !important;
  }
  .global .about__btns .about__btn:last-child {
    margin: 0 !important;
  }
}
@media (max-width: 550px) {
  .global .about__btns {
    margin: 30px 0 0 0 !important;
  }
  .about.global .about__desp {
    margin: 0;
  }
}
@media (max-width: 750px) {
  .about__container._container {
    padding: 0 15px;
  }
}
@media (max-width: 650px) {
  .logo_w {
    display: none;
  }
  .logo_b {
    display: block;
  }
}
@media (max-width: 500px) {
  .num-vavorit {
    padding: 0px 0 35px 0 !important;
    margin: -35px 0 0 0;
  }
}
@media (max-width: 450px) {
  .about__btns {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .about__btns .about__btn.btn {
    margin: 0 !important;
  }
  .about__btns .about__btn.btn:last-child {
    margin: 20px 0 0 0 !important;
  }
}
@media (max-width: 750px) {
  .about.about-two .about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .about.about-two .about__content .about__column:last-child {
    padding: 0 0 30px 0;
  }
  .about.about-two .about__content .about__title {
    margin: 0 0 15px 0 !important;
  }
}
@media (max-width: 600px) {
  .cont-header__fons {
    display: none;
  }
  .cont-header .cont-header__menu-global.menu-global .menu-global__burger span {
    background-color: #000;
  }
  .menu-global__burger._active span {
    background-color: #fff !important;
  }
}
.num-vavorit {
  overflow: hidden;
  padding: 60px 0;
}
@media (max-width: 991px) {
  .num-vavorit {
    padding: 25px 0 35px 0;
  }
}
.num-vavorit__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgb(40, 40, 38);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 500px) {
  .num-vavorit__content {
    background-color: rgba(255, 255, 255, 0);
  }
}
.num-vavorit__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  position: relative;
}
@media (max-width: 850px) {
  .num-vavorit__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    padding: 20px 0;
  }
}
@media (max-width: 500px) {
  .num-vavorit__column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding: 20px;
    background-color: rgb(40, 40, 38);
    margin: 25px 0;
    border-radius: 11px;
  }
}
.num-vavorit__column::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgb(175 95 227);
}
@media (max-width: 500px) {
  .num-vavorit__column::before {
    display: none;
  }
}
.num-vavorit__column:last-child::before {
  content: "";
  display: none;
}
.num-vavorit__column:hover .num-vavorit__item {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.num-vavorit__column:hover .num-vavorit__image {
  -webkit-transform: scale(-1, 1) translate(-50%, 0);
          transform: scale(-1, 1) translate(-50%, 0);
}
.num-vavorit__item {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  position: relative;
  padding: 65px 0 25px 0;
}
@media (max-width: 550px) {
  .num-vavorit__item {
    padding: 40px 0 0px 0;
  }
}
.num-vavorit__image {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  position: absolute;
  top: -45px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  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: rgb(40, 40, 38);
  border: 2px solid rgb(175 95 227);
  width: 90px;
  border-radius: 99999px;
  height: 90px;
}
@media (max-width: 550px) {
  .num-vavorit__image {
    width: 65px;
    height: 65px;
  }
  .num-vavorit__image img {
    width: 36px;
    height: 36px;
  }
}
.num-vavorit__cont {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.num-vavorit__num {
  font-size: 42px;
  line-height: 100%;
  font-family: "Yeseva One", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
.num-vavorit__text {
  margin: 10px 0 0 0;
  font-weight: 500;
  color: #fff;
}

.team {
  padding: 60px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .team {
    padding: 35px 0;
  }
}
.team__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -30px;
}
@media (max-width: 1000px) {
  .team__content {
    margin: -15px;
  }
}
@media (max-width: 800px) {
  .team__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0;
  }
}
.team__column {
  margin: 30px;
}
@media (max-width: 1000px) {
  .team__column {
    margin: 15px;
  }
}
@media (max-width: 800px) {
  .team__column {
    margin: 0;
  }
  .team__column:first-child {
    margin: 30px 0 0 0;
  }
}
.team__column:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
  overflow: hidden;
}
.team__column:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}
.item-team {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.item-team__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.item-team__name {
  font-size: 22px;
  font-family: "Yeseva One", sans-serif;
  line-height: 115%;
  margin: 15px 0 0 0;
}
@media (max-width: 800px) {
  .item-team__name {
    font-size: 20px;
  }
}
.item-team__spec {
  margin: 4px 0 0 0;
  font-size: 16px;
  line-height: 120%;
}
@media (max-width: 800px) {
  .item-team__spec {
    font-size: 14px;
  }
}
.item-team__conts {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.item-team__conts p {
  line-height: 140%;
}
.item-team__btns {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 40px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.item-team__btns .about__btn {
  margin: 0;
}
.item-team__btns .about__btn a {
  height: 54px;
  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;
}
.item-team__messages {
  padding: 0 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 550px) {
  .item-team__messages {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
.item-team__message {
  width: 54px;
  height: 54px;
  border: 1px solid rgb(0, 0, 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;
  margin: 0 15px 0 0;
  border-radius: 8px;
}
.item-team__message:last-child {
  margin: 0;
}

.swiper-team {
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 960px;
  margin: 0px 0 0 -105px;
}
@media (max-width: 1200px) {
  .swiper-team {
    padding: 0 0 50px 0;
  }
}
@media (max-width: 800px) {
  .swiper-team {
    padding: 0;
  }
}
@media (max-width: 550px) {
  .swiper-team {
    margin: 0px 0 0 0px;
  }
}

.swiper-button-team-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-pag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.swiper-pagination {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  width: auto !important;
}

.swiper-button-team-btns .swiper-button-prev {
  margin: 0 20px 0 0 !important;
}

.swiper-pag {
  padding: 40px 0 0 0;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (max-width: 1200px) {
  .item-team__image {
    height: 100%;
  }
}
@media (max-width: 420px) {
  .item-team__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .item-team__messages {
    margin: 15px 0 0 0;
    padding: 0;
  }
}
@media (max-width: 550px) {
  .swiper-button-team-btns .swiper-button-prev {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
  }
  .swiper-pag {
    position: relative;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .swiper-button-team-btns .swiper-button-next {
    position: absolute;
    bottom: 0;
    top: auto;
    right: 0;
    left: auto;
  }
}
.yr-help {
  overflow: hidden;
  padding: 60px 0;
}
@media (max-width: 991px) {
  .yr-help {
    padding: 35px 0;
  }
}
.yr-help .yr-help__contain {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1300px) {
  .yr-help .yr-help__contain {
    padding: 50px 0;
  }
}
.yr-help__container {
  position: relative;
  z-index: 2;
}
.yr-help__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -15px;
}
@media (max-width: 1300px) {
  .yr-help__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 650px) {
  .yr-help__content {
    margin: 0;
  }
}
.yr-help__column {
  padding: 15px;
}
.yr-help__column:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
.yr-help__column:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 1300px) {
  .yr-help__column {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 100% !important;
            flex: 1 1 100% !important;
  }
}
@media (max-width: 650px) {
  .yr-help__column {
    padding: 0;
  }
  .yr-help__column:last-child {
    padding: 20px 0 0 0;
  }
}
.yr-help__cont h2 {
  color: #fff;
}
@media (max-width: 1300px) {
  .yr-help__cont h2 {
    max-width: 850px;
  }
}
.yr-help__cont p {
  color: #fff;
}
@media (max-width: 1300px) {
  .yr-help__cont p {
    max-width: 850px;
  }
}
.yr-help__desp {
  margin: 15px 0 0 0;
  -webkit-transform: translate(-60%, 20%) scale(0.6) rotate(-3deg);
          transform: translate(-60%, 20%) scale(0.6) rotate(-3deg);
  -webkit-transition: all 0.8s ease 0.3s;
  transition: all 0.8s ease 0.3s;
  opacity: 0;
}
.yr-help__desp._active {
  -webkit-transform: translate(0%, 0) scale(1) rotate(0deg);
          transform: translate(0%, 0) scale(1) rotate(0deg);
  opacity: 1;
}
.yr-help__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  margin: -20px;
}
@media (max-width: 1300px) {
  .yr-help__rows {
    max-width: 850px;
  }
}
@media (max-width: 768px) {
  .yr-help__rows {
    margin: -10px;
  }
}
@media (max-width: 650px) {
  .yr-help__rows {
    margin: 0;
  }
}
@media (max-width: 720px) {
  .yr-help__rows {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.yr-help__input {
  padding: 0 0 40px 0;
}
@media (max-width: 768px) {
  .yr-help__input {
    padding: 0 0 20px 0;
  }
}
.yr-help__text {
  padding: 0 0 34px 0;
}
.yr-help__submits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.yr-help__messages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 25px;
}
.yr-help__message {
  border: 1px solid rgb(255, 255, 255);
  width: 54px;
  height: 54px;
  border-radius: 8px;
  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;
  margin: 0 19px 0 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.yr-help__message:last-child {
  margin: 0;
}
.yr-help__message:hover {
  -webkit-transform: scale(0.95) translate(0, -5px);
          transform: scale(0.95) translate(0, -5px);
}
.yr-help__fon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.yr-help__fon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.yr-help__fon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(40, 40, 38, 0.9);
}

.submit-btn {
  width: 200px;
  height: 54px;
  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;
}

.yr-help__column-form {
  padding: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
@media (max-width: 768px) {
  .yr-help__column-form {
    padding: 10px;
  }
}
.yr-help__column-form input {
  width: 350px;
}
@media (max-width: 850px) {
  .yr-help__column-form input {
    width: 100%;
  }
}

.yr-help__input.textarea-yr-help {
  padding: 0;
}

@media (max-width: 720px) {
  .yr-help__texts-glonal {
    text-align: center;
  }
  .yr-help__submits {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .yr-help__column-form {
    padding: 0;
  }
  .yr-help__texts-glonal {
    padding: 0;
  }
  .yr-help__text {
    padding: 0 0 20px 0;
  }
}
@media (max-width: 720px) {
  .yr-help__texts-glonal {
    padding: 20px 0 0 0;
  }
}
a.submit-btn {
  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;
}

@media (max-width: 380px) {
  .yr-help__submits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  a.submit-btn {
    width: 100%;
  }
  .yr-help__submit.btn {
    width: 100%;
  }
  .yr-help__messages {
    margin: 20px 0 0 0;
  }
  .yr-help__rows {
    margin: 0;
  }
}
.contactss {
  padding: 0;
}

.itap {
  overflow: hidden;
  padding: 60px 0;
}
@media (max-width: 991px) {
  .itap {
    padding: 30px 0;
  }
}
.itap__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -20px;
}
@media (max-width: 1200px) {
  .itap__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
.itap__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 20px;
}
@media (max-width: 1200px) {
  .itap__column {
    padding: 0;
  }
  .itap__column:last-child {
    padding: 20px 0 0 0;
  }
}
@media (max-width: 650px) {
  .itap__column:last-child {
    padding: 0px 0 0 0;
  }
}
.itap__item {
  height: 100%;
}
@media (max-width: 1200px) {
  .itap__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.elems-itap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.elems-itap__title h2 {
  font-size: 70px;
  max-width: 560px;
  padding: 0 0 10px 0;
  line-height: 125%;
}
@media (max-width: 1200px) {
  .elems-itap__title h2 {
    font-size: 55px;
  }
}
@media (max-width: 650px) {
  .elems-itap__title h2 {
    font-size: 36px;
  }
}
.elems-itap__title h2::before {
  content: "";
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  bottom: -15px;
  width: 55%;
}
@media (max-width: 650px) {
  .elems-itap__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.elems-itap__title h3 {
  font-size: 26px;
  line-height: 125%;
}
@media (max-width: 650px) {
  .elems-itap__title h3 {
    font-size: 20px;
  }
}
.elems-itap__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate(0%, 20%) scale(0.6) rotate(-3deg);
          transform: translate(0%, 20%) scale(0.6) rotate(-3deg);
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  opacity: 0;
}
@media (max-width: 650px) {
  .elems-itap__image {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
}
.elems-itap__image img {
  position: relative;
  z-index: 2;
}
@media (max-width: 1150px) {
  .elems-itap__image img {
    max-width: 400px;
    height: auto;
  }
}
@media (max-width: 520px) {
  .elems-itap__image img {
    max-width: 300px;
  }
}
.elems-itap__image._active {
  -webkit-transition: all 0.8s ease 0.2s;
  transition: all 0.8s ease 0.2s;
  -webkit-transform: translate(0%, 0) scale(1) rotate(0deg);
          transform: translate(0%, 0) scale(1) rotate(0deg);
  opacity: 1;
}
.elems-itap__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgb(249, 249, 249);
  border-radius: 16px;
  padding: 30px;
}
@media (max-width: 1200px) {
  .elems-itap__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    width: 100%;
  }
}
@media (max-width: 650px) {
  .elems-itap__btns {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0px 0 0 0;
  }
}
@media (max-width: 520px) {
  .elems-itap__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.elems-itap__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.elems-itap__btn:first-child {
  margin: 0 15px 0 0;
}
@media (max-width: 520px) {
  .elems-itap__btn:first-child {
    margin: 0 0 20px 0;
  }
}
.elems-itap__btn:last-child {
  margin: 0 0 0 15px;
}
@media (max-width: 520px) {
  .elems-itap__btn:last-child {
    margin: 0;
  }
}
.elems-itap__elem {
  background: rgb(40, 40, 38);
  border: 2px solid rgb(175 95 227);
  padding: 40px;
  color: rgb(255, 255, 255);
  margin: 0 0 40px 0;
  -webkit-transform: translate(30%, 0%) scale(0.6) rotate(-3deg);
          transform: translate(30%, 0%) scale(0.6) rotate(-3deg);
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  opacity: 0;
}
@media (max-width: 650px) {
  .elems-itap__elem {
    margin: 0 0 20px 0;
    padding: 25px;
  }
}
.elems-itap__elem:last-child {
  margin: 0;
}
.elems-itap__elem:hover {
  -webkit-transform: translate(0, -30px) scale(0.95) rotate(-1deg);
          transform: translate(0, -30px) scale(0.95) rotate(-1deg);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3921568627);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3921568627);
}
.elems-itap__elem._active {
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  -webkit-transform: translate(0%, 0) scale(1) rotate(0deg);
          transform: translate(0%, 0) scale(1) rotate(0deg);
  opacity: 1;
}
.elems-itap__elem._active:hover {
  -webkit-transform: translate(0, -10px) scale(0.95);
          transform: translate(0, -10px) scale(0.95);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.623);
          box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.623);
}
.elems-itap__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 650px) {
  .elems-itap__top .elems-itap__title {
    -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
            order: inherit;
  }
}
.elems-itap__num {
  padding: 0 0 0 20px;
  font-size: 70px;
  color: rgb(175 95 227);
  font-family: "Yeseva One", sans-serif;
}
@media (max-width: 650px) {
  .elems-itap__num {
    font-size: 60px;
  }
}
.elems-itap__desp {
  margin: 15px 0 0 0;
  max-width: 500px;
}

@media (max-width: 380px) {
  .elems-itap__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .elems-itap__num {
    line-height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.itap-two .elems-itap__num {
  padding: 0;
}
.itap-two .elems-itap {
  margin: 50px 0 0 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.itap-two .itap__image {
  height: 100%;
  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: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.itap-two .elems-itap__title h2 {
  max-width: 700px;
}
.itap-two .elems-itap__top .elems-itap__desp {
  margin: 0 0 0 30px;
}
@media (max-width: 650px) {
  .itap-two .elems-itap__top .elems-itap__desp {
    margin: 0 0 0 15px;
  }
}
@media (max-width: 1200px) {
  .itap-two .elems-itap__top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 650px) {
  .itap-two .itap__image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .itap-two .itap-two .elems-itap {
    margin: 35px 0 0 0;
  }
}

.resuld {
  position: relative;
  padding: 70px 0;
}
@media (max-width: 650px) {
  .resuld {
    padding: 35px 0;
  }
}
.resuld__content {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto;
}
.resuld__fon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.resuld__fon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.resuld__fon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(40, 40, 38, 0.9);
}
.resuld .predostav__title h2 {
  color: #fff;
  text-align: center;
}
.resuld p {
  color: #fff;
  text-align: center;
}

.case {
  padding: 60px 0;
  background-color: rgb(249, 249, 249);
}
@media (max-width: 991px) {
  .case {
    padding: 35px 0;
  }
}
.case__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -15px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 800px) {
  .case__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
.top-case__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 15px;
}
@media (max-width: 800px) {
  .top-case__column {
    padding: 0;
  }
  .top-case__column:last-child {
    padding: 10px 0 0;
  }
}
.about__title h2 {
  padding: 0;
}
.bottom-case__swiper {
  overflow: hidden;
  padding: 200px 0 0 0;
}
.bottom-case__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bottom-case__column {
  background-color: rgb(255, 255, 255);
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
}
.bottom-case__item {
  position: relative;
}
.bottom-case__image {
  position: absolute;
  left: 0%;
  width: 100%;
  top: -165px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bottom-case__cont {
  padding: 200px 25px 25px 25px;
  min-height: 320px;
}
.bottom-case__title h4 {
  font-size: 26px;
  text-align: center;
  line-height: 120%;
}
@media (max-width: 650px) {
  .bottom-case__title h4 {
    font-size: 20px;
  }
}
.bottom-case__desp {
  margin: 15px 0 0 0;
  text-align: center;
}
@media (max-width: 650px) {
  .bottom-case__desp {
    margin: 10px 0 0 0;
  }
}

.case__bottom.bottom-case {
  overflow: hidden;
}

.bottom-case__swiper {
  margin: 0px -10px;
}

.contacts-sec {
  position: relative;
  padding: 100px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 650px) {
  .contacts-sec {
    padding: 20px 0 0 0;
  }
}
.contacts-sec::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50px;
  left: 0;
  background-color: rgb(175 95 227);
}
@media (max-width: 650px) {
  .contacts-sec::before {
    display: none;
  }
}
.contacts-sec .yr-help__messages {
  margin: 0;
}
.contacts-sec__column {
  padding: 20px;
}
@media (max-width: 450px) {
  .contacts-sec__column {
    padding: 12px;
  }
}
.contacts-sec__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.contacts-sec__link {
  margin: 10px 0 0 0;
}