:root {
  --font-family: "Montserrat", sans-serif;
}

html,
body {
  height: 100%;
}

body {
  font-family: var(--font-family);
  font-weight: normal;
  font-style: normal;
  background: #ececf5;
}

.noscroll {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

* {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper {
  min-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;
  overflow: hidden;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
}

.header {
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.02);
  background: rgba(255, 255, 255, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 50;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .h-block1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 54px;
}
.header .h-block1 .social-list {
  margin-top: 0;
}
.header .h-block2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header.scrolled {
  background: rgb(255, 255, 255);
}
.header .h-login-mob {
  display: none;
  border: 1px solid #ed4f5d;
  border-radius: 100px;
  padding: 12px;
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .h-catalog-btn {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(55, 113, 200, 0.1);
  border-radius: 100px;
  padding: 12px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: #000;
  gap: 12px;
}
.header .h-catalog-btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.header .h-catalog-btn span::after {
  position: relative;
  content: "";
  height: 10px;
  width: 1px;
  background-color: #fff;
  display: block;
}
@media (max-width: 768px) {
  .header .h-login {
    display: none;
  }
  .header .h-logo img {
    width: 53px;
  }
  .header .h-block1 .social-list {
    display: none;
  }
  .header .h-block2 {
    gap: 12px;
  }
  .header .h-login-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .h-catalog-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.h-logo img {
  width: 57px;
}

.h-login {
  border: 1px solid #0ea4e4;
  border-radius: 100px;
  padding: 16px 12px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #0ea4e4;
  min-width: 142px;
  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-transition: 0.23s;
  transition: 0.23s;
}
.h-login:hover {
  background-color: #0ea4e4;
  color: #fff;
}

.minpretitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  text-transform: uppercase;
  color: #ed4f5d;
}
@media (max-width: 768px) {
  .minpretitle {
    font-size: 16px;
    text-align: center;
  }
}

.maintitle {
  font-weight: 700;
  font-size: 55px;
  line-height: 140%;
  color: #000;
}
@media (max-width: 768px) {
  .maintitle {
    font-size: 32px;
    text-align: center;
  }
}

.main-section {
  padding-top: 55px;
  padding-bottom: 75px;
}
.main-section__top {
  display: -ms-grid;
  display: grid;
  gap: 12px;
  margin-bottom: 60px;
}
.main-section .container {
  position: relative;
}
.main-section .container .bgimg {
  position: absolute;
  right: -184px;
  top: 180px;
}
.main-section .container .bgimg2 {
  position: absolute;
  bottom: -50px;
  left: -300px;
}
@media (max-width: 768px) {
  .main-section {
    padding-top: 48px;
    padding-bottom: 50px;
  }
  .main-section__top {
    margin-bottom: 30px;
  }
}

.service-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  width: 100%;
  max-width: 1177px;
}
@media (max-width: 576px) {
  .service-box {
    gap: 10px 15px;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}

.service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 24px;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.23s;
  transition: 0.23s;
  padding: 30px 20px;
  position: relative;
  z-index: 10;
}
.service-item:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 768px) {
  .service-item {
    border-radius: 10px;
    padding: 17px 20px;
    -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;
    gap: 5px;
    font-size: 14px;
  }
}

.insta {
  background: linear-gradient(44deg, #eb7e37 0%, #c9216d 100%);
}
.inst {
  background: linear-gradient(44deg, #eb7e37 0%, #c9216d 100%);
}
.instagram {
  background: linear-gradient(44deg, #eb7e37 0%, #c9216d 100%);
}

.tiktok {
  background: linear-gradient(44deg, #139bf5 0%, #7846c2 100%);
}
.tt {
  background: linear-gradient(44deg, #139bf5 0%, #7846c2 100%);
}

.tg {
  background: linear-gradient(44deg, #2b7fdb 0%, #4c86df 100%);
}
.telegram {
  background: linear-gradient(44deg, #2b7fdb 0%, #4c86df 100%);
}

.tw {
  background: linear-gradient(44deg, #00bad8 0%, #02adee 100%);
}

.twitch {
  background: linear-gradient(44deg, #6953ca 0%, #6953ca 100%);
}

.threads {
  background: linear-gradient(44deg, #090909 0%, #323232 100%);
}

.fb {
  background: linear-gradient(44deg, #0863f4 0%, #2850bc 100%);
}

.youtube {
  background: linear-gradient(44deg, #f40303 0%, #ab0707 100%);
}
.yt {
  background: linear-gradient(44deg, #f40303 0%, #ab0707 100%);
}

.spotify {
  background: linear-gradient(44deg, #01bc4d 0%, #079a4f 100%);
}

.soundcloud {
  background: linear-gradient(44deg, #ff9300 0%, #ff7400 100%);
}

.li {
  background: linear-gradient(44deg, #0077b5 0%, #0077b5 100%);
}

.why {
  padding-top: 75px;
  padding-bottom: 125px;
  position: relative;
}
.why::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(../img/Ellipse2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100vw;
  height: 1400px;
}
@media (max-width: 1400px) {
  .why::before {
    background-size: 200%;
  }
}
@media (max-width: 768px) {
  .why::before {
    background-image: url(../img/Ellipse2-mob.svg);
    bottom: -200px;
    width: 100vw;
    height: 2400px;
    background-size: cover;
  }
}
.why__top {
  margin-bottom: 48px;
}
.why__top .maintitle {
  text-align: center;
}
.why .why-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 17px 1fr 17px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 130px 17px;
  padding-top: 55px;
}
@media (max-width: 1200px) {
  .why .why-box {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.why .why-item {
  background: #fff;
  border-radius: 24px;
  padding: 105px 24px 24px;
  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;
  position: relative;
}
.why .why-item__icon {
  width: 111px;
  height: 108px;
  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;
  border-radius: 23px;
  top: -55px;
  position: absolute;
}
.why .why-item__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  margin-bottom: 16px;
}
.why .why-item p {
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}
.why .why-item p span {
  font-weight: 500;
}
.why .why-item:nth-child(1) .why-item__icon {
  background: -webkit-gradient(linear, left top, left bottom, from(#c9216b), to(#ec8337));
  background: linear-gradient(180deg, #c9216b 0%, #ec8337 100%);
}
.why .why-item:nth-child(2) .why-item__icon {
  background: -webkit-gradient(linear, left top, left bottom, from(#1699f4), to(#7b43c0));
  background: linear-gradient(180deg, #1699f4 0%, #7b43c0 100%);
}
.why .why-item:nth-child(3) .why-item__icon {
  background: -webkit-gradient(linear, left top, left bottom, from(#079b4f), to(#01bc4d));
  background: linear-gradient(180deg, #079b4f 0%, #01bc4d 100%);
}
.why .why-item:nth-child(4) .why-item__icon {
  background: -webkit-gradient(linear, left top, left bottom, from(#0077b5), to(#229ad8));
  background: linear-gradient(180deg, #0077b5 0%, #229ad8 100%);
}
.why .why-item:nth-child(5) .why-item__icon {
  background: -webkit-gradient(linear, left top, left bottom, from(#e80303), to(#aa0707));
  background: linear-gradient(180deg, #e80303 0%, #aa0707 100%);
}
.why .why-item:nth-child(6) .why-item__icon {
  background: -webkit-gradient(linear, left top, left bottom, from(#f22680), to(#cd2c5f));
  background: linear-gradient(180deg, #f22680 0%, #cd2c5f 100%);
}
@media (max-width: 768px) {
  .why {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .why__top {
    margin-bottom: 32px;
  }
  .why .why-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 92px;
    padding-top: 55px;
  }
  .why .why-item {
    border-radius: 20px;
    padding: 65px 17px 30px 17px;
  }
  .why .why-item__icon {
    width: 100px;
    height: 97px;
    top: -50px;
  }
  .why .why-item__title {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .why .why-item p {
    font-size: 14px;
  }
}

.steps-section {
  padding-top: 125px;
  padding-bottom: 170px;
}
.steps-section__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  margin-bottom: 56px;
}
.steps-section__top .maintitle {
  max-width: 650px;
}
.steps-section__top p {
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  color: #000;
}
.steps-section__top p span {
  font-weight: 500;
}
.steps-section .steps-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 955px;
  margin: 0 auto;
  position: relative;
}
.steps-section .steps-top::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#c9216b), to(#c9216b));
  background: linear-gradient(180deg, #c9216b 0%, #c9216b 100%);
  width: 100%;
  height: 1px;
}
.steps-section .step-main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 64px 1fr 64px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
  max-width: 1272px;
  margin: 0 auto;
  margin-top: 40px;
}
.steps-section .step-main .step-main-item {
  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;
}
.steps-section .step-main .step-main-item .steps-top-item {
  width: 64px;
  height: 64px;
  background: -webkit-gradient(linear, left top, left bottom, from(#c9216b), to(#ec8337));
  background: linear-gradient(180deg, #c9216b 0%, #ec8337 100%);
  border-radius: 23px;
  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;
  position: relative;
  margin-bottom: 40px;
}
.steps-section .step-main .step-main-item .steps-top-item span {
  display: block;
  font-weight: 600;
  font-size: 29px;
  line-height: 140%;
  text-align: center;
  color: #fff;
}
.steps-section .step-main .step-main-item:nth-child(1) .steps-top-item::before {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  width: 400px;
  height: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 32px;
  background-color: #c9216b;
}
.steps-section .step-main .step-main-item:nth-child(2) .steps-top-item::before {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  width: 400px;
  height: 1px;
  left: -170px;
  right: 0;
  margin: 0 auto;
  top: 32px;
  background-color: #c9216b;
}
.steps-section .step-main .step-main-item:nth-child(3) .steps-top-item::before {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  width: 400px;
  height: 1px;
  right: 0;
  right: 0;
  margin: 0 auto;
  top: 32px;
  background-color: #c9216b;
}
.steps-section .step-main .step-main-item__icon {
  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-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 100px;
  width: 75px;
  height: 75px;
}
.steps-section .step-main .step-main-item__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  margin-top: 36px;
  margin-bottom: 16px;
}
.steps-section .step-main .step-main-item p {
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 992px) {
  .steps-section .step-main {
    gap: 20px;
  }
  .steps-section .step-main .step-main-item__title {
    font-size: 20px;
    margin-top: 36px;
    margin-bottom: 16px;
  }
  .steps-section .step-main .step-main-item p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .steps-section {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .steps-section__top {
    -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;
    gap: 32px;
    margin-bottom: 32px;
  }
  .steps-section__top .maintitle {
    max-width: 650px;
  }
  .steps-section__top p {
    font-size: 18px;
    line-height: 110%;
    text-align: center;
  }
  .steps-section .steps-top::before {
    height: 1px;
  }
  .steps-section .step-main {
    margin-top: 40px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .steps-section .step-main .step-main-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 82px;
    position: relative;
  }
  .steps-section .step-main .step-main-item .steps-top-item {
    width: 48px;
    height: 48px;
    border-radius: 13px;
    margin-bottom: 0px;
    position: absolute;
    top: 35px;
    left: 10px;
  }
  .steps-section .step-main .step-main-item .steps-top-item span {
    font-size: 23px;
  }
  .steps-section .step-main .step-main-item:nth-child(1) .steps-top-item::before {
    width: 1px;
    height: 200px;
    top: 32px;
    left: 0;
  }
  .steps-section .step-main .step-main-item:nth-child(2) .steps-top-item::before {
    width: 1px;
    height: 100px;
    left: 0px;
    top: 32px;
  }
  .steps-section .step-main .step-main-item:nth-child(3) .steps-top-item::before {
    width: 1px;
    height: 200px;
    top: auto;
    bottom: 0;
    left: 0;
  }
  .steps-section .step-main .step-main-item__icon {
    width: 45px;
    height: 45px;
  }
  .steps-section .step-main .step-main-item__icon img {
    width: 50%;
  }
  .steps-section .step-main .step-main-item__title {
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 12px;
    text-align: left;
  }
  .steps-section .step-main .step-main-item p {
    font-size: 14px;
    text-align: left;
  }
}

.social-list {
  margin-top: 23px;
}
.social-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
.social-list ul li a {
  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;
  border-radius: 10px;
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.social-list ul li a img, .social-list ul li a svg {
  position: relative;
  z-index: 2;
}
.social-list ul li a::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#1699f4), to(#7b43c0));
  background: linear-gradient(180deg, #1699f4 0%, #7b43c0 100%);
  display: block;
  content: "";
  position: absolute;
  width: 68px;
  height: 68px;
  -webkit-transition: 0.23s;
  transition: 0.23s;
  top: -10px;
}
.social-list ul li a:hover::after {
  top: -20px;
}

.footer {
  position: relative;
}
.footer::before {
  background-image: url(../img/Ellipse1.svg);
  background-position: center top;
  background-size: cover;
  display: block;
  content: "";
  position: absolute;
  width: 100vw;
  height: 1300px;
  bottom: -300px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.footer__main {
  -webkit-box-shadow: 4px 0 16px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 4px 0 16px 0 rgba(0, 0, 0, 0.02);
  background: rgba(255, 255, 255, 0.2);
  padding: 40px 0;
}
.footer__main .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.footer__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 23px;
}
.footer .footer-col:nth-child(1) {
  width: 100%;
  max-width: 400px;
  margin-right: 29px;
}
.footer .footer-col:nth-child(2) {
  width: 100%;
  max-width: 430px;
}
.footer .footer-col:nth-child(2) .footer__title {
  margin-bottom: 16px;
}
.footer .footer-col:nth-child(3) {
  width: 100%;
}
.footer .foo-maincol .foo-maincol-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.footer .foo-maincol .foo-maincol-top__txt {
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  color: #000;
}
.footer .foo-maincol .foo-logo img {
  width: 57px;
}
.footer .menu-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.footer .menu-footer ul li {
  width: calc(50% - 8px);
}
.footer .menu-footer ul li a {
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  color: #000;
}
.footer .menu-footer ul li a:hover {
  text-decoration: underline;
}
.footer .gototg__box {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-decoration: underline;
  color: #086bfe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  background: #fff;
  border-radius: 12px;
  padding: 18px;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.footer .gototg__box:hover {
  background: rgb(241, 245, 252);
}
.footer .gototg__ico {
  background: rgba(96, 156, 245, 0.16);
  border-radius: 100px;
  min-width: 56px;
  max-width: 56px;
  min-height: 56px;
  max-height: 56px;
  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;
}
.footer__bottom {
  background: #fff;
  padding: 20px 0;
}
.footer__bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__bottom p {
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #000;
}
.footer__bottom a {
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  text-align: right;
  color: #000;
}
.footer__bottom a:hover {
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .footer .footer-col:nth-child(1) {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .footer__main .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .footer-col:nth-child(1) {
    margin-right: 40px;
    width: calc(50% - 40px);
  }
  .footer .footer-col:nth-child(2) {
    width: calc(50% - 40px);
  }
}
@media (max-width: 768px) {
  .footer::before {
    background-image: url(../img/Ellipse1-mob.svg);
    background-position: center top;
    background-size: contain;
    display: block;
    content: "";
    position: absolute;
    width: 500px;
    height: 1500px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
  }
  .footer__main {
    -webkit-box-shadow: 4px 0 16px 0 rgba(0, 0, 0, 0.04);
            box-shadow: 4px 0 16px 0 rgba(0, 0, 0, 0.04);
    background: rgba(255, 255, 255, 0.1);
    padding: 24px 0;
  }
  .footer__main .container {
    gap: 48px;
  }
  .footer__title {
    font-size: 16px;
  }
  .footer .footer-col:nth-child(1) {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
    position: relative;
  }
  .footer .footer-col:nth-child(1)::after {
    display: block;
    content: "";
    position: absolute;
    z-index: 10;
    bottom: -24px;
    left: 0;
    right: 0;
    width: 100vw;
    height: 1px;
    background-color: #ebf1f9;
  }
  .footer .footer-col:nth-child(2) {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
    position: relative;
  }
  .footer .footer-col:nth-child(2)::after {
    display: block;
    content: "";
    position: absolute;
    z-index: 10;
    bottom: -24px;
    left: 0;
    right: 0;
    width: 100vw;
    height: 1px;
    background-color: #ebf1f9;
  }
  .footer .footer-col:nth-child(3) {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .footer .footer-col:nth-child(3) .footer__title {
    margin-bottom: 16px;
  }
  .footer .foo-maincol .foo-maincol-top__txt {
    font-size: 10px;
    line-height: 140%;
    width: 100%;
    max-width: 300px;
  }
  .footer .social-list {
    margin-top: 20px;
  }
  .footer .menu-footer ul {
    gap: 20px;
  }
  .footer .menu-footer ul li {
    width: calc(50% - 10px);
  }
  .footer .menu-footer ul li a {
    font-size: 14px;
  }
  .footer .gototg__box {
    font-size: 14px;
    gap: 18px;
    border-radius: 12px;
    padding: 12px;
  }
  .footer .gototg__ico {
    min-width: 48px;
    max-width: 48px;
    min-height: 48px;
    max-height: 48px;
    padding: 0;
  }
  .footer .gototg__ico svg {
    width: 27px;
    height: 27px;
  }
  .footer__bottom {
    padding: 12px 0;
  }
  .footer__bottom .container {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
  }
  .footer__bottom p, .footer__bottom a {
    font-size: 12px;
  }
}


/*ВЫБОР ЯЗЫКА*/

.select {
  position: relative;
  border-radius: 100px;
  background: #EBF1FA;
}
@media (any-hover: hover) {
  .select-top {
      cursor: pointer;
  }
}
.select-top {
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.select-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.select-img {
  margin-right: 12px;
  width: 100%;
  max-width: 22.5px;
}
.select-line {
  width: 1px;
  height: 10px;
  background-color: #fff;
}
.select-text {
  font-weight: 400;
  font-size: 12px;
  color: #000;
}
.select-icon {
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.select-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 150px;
  overflow: auto;
  background: #fff;
  border-radius: 20px;
  padding: 6px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 5px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}



.select-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 8px;
  border-radius: 15px;
}

.select-option img {
  margin-right: 12px;
}

@media (any-hover: hover) {
  .select-option {
      cursor: pointer;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
  }
}
.select.active .select-list {
  opacity: 1;
  z-index: 10;
}