* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  min-width: 280px;
  font-family: "Ubuntu-light", "Arial", sans-serif;
  color: #232323;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}

body.no-scroll {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

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

input,
textarea,
button {
  font: inherit;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  overflow: hidden;
  text-overflow: ellipsis;
}

@font-face {
  font-family: "Ubuntu-bold";
  src: url("../../fonts/Ubuntu/Ubuntu-Bold.woff2") format("woff2"), url("../../fonts/Ubuntu/Ubuntu-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu-regular";
  src: url("../../fonts/Ubuntu/Ubuntu-Regular.woff2") format("woff2"), url("../../fonts/Ubuntu/Ubuntu-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu-medium";
  src: url("../../fonts/Ubuntu/Ubuntu-Medium.woff2") format("woff2"), url("../../fonts/Ubuntu/Ubuntu-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu-light";
  src: url("../../fonts/Ubuntu/Ubuntu-Light.woff2") format("woff2"), url("../../fonts/Ubuntu/Ubuntu-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu-lightItalic";
  src: url("../../fonts/Ubuntu/Ubuntu-LightItalic.woff2") format("woff2"), url("../../fonts/Ubuntu/Ubuntu-LightItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas-light";
  src: url("../../fonts/Bebas/BebasNeueLight.woff2") format("woff2"), url("../../fonts/Bebas/BebasNeueLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas-regular";
  src: url("../../fonts/Bebas/BebasNeueRegular.woff2") format("woff2"), url("../../fonts/Bebas/BebasNeueRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas-bold";
  src: url("../../fonts/Bebas/BebasNeueBold.woff2") format("woff2"), url("../../fonts/Bebas/BebasNeueBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.container {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1212px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto;
    max-width: 1212px;
  }
}
.header {
  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;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header__logo img {
  width: 71px;
  height: auto;
}

.header__link {
  color: #3C3C3C;
  font-size: 9px;
  font-family: "Ubuntu-regular";
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header__link:hover {
  color: #FE4C04;
}
.header__link:active {
  color: #FE4C04;
}

@media (min-width: 768px) {
  .header {
    padding-bottom: 5px;
  }
  .header__logo img {
    width: 105px;
  }
  .header__link {
    font-size: 16px;
  }
}
@media (min-width: 1212px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header__logo img {
    width: 165px;
  }
  .header__link {
    padding: 0;
    margin: 0;
    font-size: 20px;
    border: 0;
  }
}
.banner {
  padding-bottom: 30px;
  overflow: hidden;
}
.banner > p {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
}
.banner > p span {
  display: block;
  font-size: 22px;
  font-family: "Ubuntu-bold";
}
.banner > p br {
  display: none;
}

.banner__wrap {
  padding: 25px 20px 20px 20px;
  margin-bottom: 18px;
  position: relative;
  background: #2daac2;
  border-radius: 18px;
  overflow: hidden;
  background-image: url("../../landing-pages/webinar/study_english/bg-mobile.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  min-height: 600px;
}

.banner__title {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-family: "Ubuntu-bold";
  font-size: 32px;
  line-height: 1.1;
  text-align: center;
}
.banner__title br {
  display: none;
}

.banner__info {
  margin-bottom: 10px;
}
.banner__info p {
  padding: 0;
  margin: 0 auto;
  font-family: "Ubuntu-medium";
  font-size: 16px;
  text-align: center;
}
.banner__info p:first-child {
  display: block;
  padding: 5px;
  margin-bottom: 12px;
  color: #fff;
  background-color: #FF6560;
  border-radius: 6px;
  max-width: 158px;
}

.banner__timer {
  padding: 10px 17px;
  margin: 0 auto;
  backdrop-filter: blur(9px);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  width: 210px;
}

.banner__btn {
  display: block;
  padding: 10px 5px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 22px;
  font-family: "Ubuntu-bold";
  border-radius: 10px;
  border: none;
  background: #FE4C04;
  background: linear-gradient(310deg, rgb(254, 76, 4) 0%, rgb(255, 141, 95) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff6560), to(#fe2018));
  background: linear-gradient(180deg, #ff6560 0%, #fe2018 100%);
  text-align: center;
  max-width: 380px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-shadow: 0 3px 6px 0 rgba(29, 29, 29, 0.3);
          box-shadow: 0 3px 6px 0 rgba(29, 29, 29, 0.3);
}
.banner__btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#fe2018), to(#fe2018));
  background: linear-gradient(180deg, #fe2018 0%, #fe2018 100%);
}
.banner__btn:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#fe2018), to(#fe2018));
  background: linear-gradient(180deg, #fe2018 0%, #fe2018 100%);
}

@media (min-width: 340px) {
  .banner__wrap {
    background-image: url("../../landing-pages/webinar/study_english/bg-mobile1.jpg");
  }
}
@media (min-width: 400px) {
  .banner__wrap {
    background-image: url("../../landing-pages/webinar/study_english/bg-mobile2.jpg");
  }
}
@media (min-width: 430px) {
  .banner > p span {
    display: inline;
  }
  .banner__timer {
    width: auto;
    max-width: 400px;
  }
}
@media (min-width: 500px) {
  .banner__wrap {
    min-height: 550px;
  }
}
@media (min-width: 768px) {
  .banner {
    padding-bottom: 40px;
  }
  .banner > p br {
    display: block;
  }
  .banner__wrap {
    padding: 44px 45px 43px 45px;
    background-image: url("../../landing-pages/webinar/study_english/bg-tablet.jpg");
    background-position: bottom right;
    background-size: cover;
    min-height: 318px;
  }
  .banner__title {
    font-size: 38px;
    margin-bottom: 10px;
    text-align: left;
  }
  .banner__title br {
    display: block;
  }
  .banner__text-wrap {
    padding-right: 41%;
  }
  .banner__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    margin-bottom: 12px;
  }
  .banner__info p {
    font-size: 14px;
    margin: 0;
  }
  .banner__info p:first-child {
    padding: 5px 15px;
    margin-bottom: 0;
  }
  .banner__timer {
    padding: 10px 4px;
    margin: 0;
  }
  .banner__btn {
    font-size: 18px;
    max-width: none;
    width: 350px;
  }
  .banner__btn {
    padding: 18px 5px;
  }
}
@media (min-width: 992px) {
  .banner__title br {
    display: none;
  }
}
@media (min-width: 1212px) {
  .banner {
    padding-bottom: 70px;
    margin-bottom: 0;
  }
  .banner > p {
    font-size: 30px;
    margin-bottom: 38px;
  }
  .banner > p span {
    font-size: 36px;
  }
  .banner__wrap {
    padding-top: 70px;
    padding-left: 80px;
    padding-bottom: 72px;
    margin-bottom: 30px;
    border-radius: 30px;
    background-image: url("../../landing-pages/webinar/study_english/bg-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .banner__title {
    font-size: 64px;
    line-height: 1;
    margin-bottom: 30px;
  }
  .banner__title br {
    display: block;
  }
  .banner__text-wrap {
    padding-right: 30%;
  }
  .banner__info {
    margin-bottom: 20px;
    gap: 20px;
  }
  .banner__info p {
    font-size: 24px;
    margin-bottom: 0;
  }
  .banner__info p:first-child {
    padding: 10px 15px;
    border-radius: 10px;
    max-width: none;
  }
  .banner__timer {
    padding: 20px 18px;
    width: 600px;
    backdrop-filter: blur(9px);
    border-radius: 20px;
    max-width: none;
  }
  .banner__btn {
    padding: 27px 10px;
    font-size: 30px;
    width: 580px;
    border-radius: 15px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(29, 29, 29, 0.3);
            box-shadow: 0 5px 10px 0 rgba(29, 29, 29, 0.3);
  }
}
.gift {
  margin-bottom: 30px;
}

.gift__wrap {
  padding: 18px 15px 0 15px;
  background-color: #174369;
  background-image: url("../../landing-pages/webinar/study_english/gift-bg-mobile.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  color: #fff;
  border-radius: 18px;
}
.gift__wrap img {
  display: block;
  margin: -30px auto 0;
  padding-left: 20px;
  width: 248px;
  height: auto;
}

.gift__text p {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  text-align: center;
  font-size: 18px;
}
.gift__text p span {
  display: block;
  font-family: "Ubuntu-bold";
  font-size: 22px;
}
.gift__text p:last-child {
  padding: 10px 20px;
  font-size: 16px;
  font-family: "Ubuntu-bold";
  margin-bottom: 0;
  backdrop-filter: blur(3px);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 9px;
}

@media (min-width: 768px) {
  .gift__wrap {
    display: grid;
    grid-template-columns: 1fr 228px;
    -webkit-column-gap: 73px;
       -moz-column-gap: 73px;
            column-gap: 73px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 45px;
    background-image: url("../../landing-pages/webinar/study_english/gift-bg-tablet.jpg");
    background-position: bottom right;
    background-size: cover;
  }
  .gift__wrap img {
    margin: -42px 0 0 0;
    padding: 0;
  }
  .gift__text p {
    text-align: left;
  }
  .gift__text p:last-child {
    padding: 12px 20px;
    font-size: 12px;
    z-index: 1;
    background: url("../../landing-pages/webinar/study_english/a-method.png"), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2)));
    background: url("../../landing-pages/webinar/study_english/a-method.png"), linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
    background-repeat: no-repeat, no-repeat;
    background-position: top right, center;
    background-size: contain, auto;
  }
}
@media (min-width: 1212px) {
  .gift {
    margin-bottom: 50px;
  }
  .gift__wrap {
    grid-template-columns: 1fr 380px;
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
    padding: 0 0 0 60px;
    background-image: url("../../landing-pages/webinar/study_english/gift-bg.jpg");
    background-position: bottom right;
    border-radius: 30px;
  }
  .gift__wrap img {
    width: 100%;
    margin: -70px 0 0 0;
  }
  .gift__text {
    padding: 0 20px 20px 20px;
    border-radius: 15px;
  }
  .gift__text p {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .gift__text p span {
    font-size: 36px;
  }
  .gift__text p:last-child {
    padding: 20px;
    font-size: 20px;
    border-radius: 15px;
  }
}
.progress {
  margin-bottom: 30px;
}

.progress__wrap {
  padding: 20px;
  background-color: #FFE8E7;
  border-radius: 20px;
}
.progress__wrap h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
  font-size: 26px;
  font-family: "Ubuntu-bold";
  text-align: center;
}

.progress__info {
  margin-bottom: 10px;
}
.progress__info > img {
  display: block;
  margin: 0 auto 8px;
  width: 260px;
  height: auto;
  border-radius: 12px;
}
.progress__info ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
}
.progress__info ul li {
  display: grid;
  grid-template-columns: 24px 1fr;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  margin-bottom: 8px;
  background-color: #fff;
  border-radius: 12px;
}
.progress__info ul li:last-child {
  margin-bottom: 0;
}

.progress__sum {
  padding: 25px 20px;
  margin: 0;
  font-size: 18px;
  text-align: center;
  background: linear-gradient(135deg, #ff6560 0%, #ff9b98 100%);
  color: #fff;
  border-radius: 12px;
}
.progress__sum span {
  font-family: "Ubuntu-bold";
}

@media (min-width: 768px) {
  .progress__wrap {
    padding: 33px 45px 46px 45px;
    border-radius: 20px;
  }
  .progress__wrap h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .progress__info {
    display: grid;
    grid-template-columns: 241px 1fr;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    margin-bottom: 20px;
  }
  .progress__info > img {
    margin: 0;
    width: 100%;
  }
  .progress__info ul {
    font-size: 12px;
  }
  .progress__info ul li {
    height: 54px;
    margin-bottom: 6px;
  }
  .progress__sum {
    padding: 23px 20px;
  }
}
@media (min-width: 1212px) {
  .progress {
    margin-bottom: 70px;
  }
  .progress__wrap {
    padding: 55px 80px 72px 80px;
    border-radius: 30px;
  }
  .progress__wrap h2 {
    font-size: 50px;
    margin-bottom: 36px;
  }
  .progress__info {
    grid-template-columns: 400px 1fr;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    margin-bottom: 20px;
  }
  .progress__info > img {
    border-radius: 20px;
  }
  .progress__info ul {
    font-size: 20px;
  }
  .progress__info ul li {
    padding: 0 20px;
    grid-template-columns: 40px 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    height: 90px;
    margin-bottom: 10px;
    border-radius: 20px;
  }
  .progress__sum {
    padding: 37px 10px;
    font-size: 30px;
    border-radius: 20px;
  }
}
.webinar {
  margin-bottom: 30px;
}

.webinar__wrap > p {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
}
.webinar__wrap h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 70px;
  font-family: "Ubuntu-bold";
  font-size: 22px;
  text-align: center;
}
.webinar__wrap ul {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  list-style: none;
}
.webinar__wrap ul li {
  padding: 10px 20px 40px 20px;
  margin-bottom: 70px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 50, 95, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 50, 95, 0.1);
  background: #fff;
  border-radius: 30px;
}
.webinar__wrap ul li img {
  display: block;
  margin: -60px auto 18px;
  width: 100px;
  height: auto;
}
.webinar__wrap ul li h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  text-align: center;
  font-size: 26px;
  font-family: "Ubuntu-bold";
}
.webinar__wrap ul li p {
  padding: 0;
  margin: 0;
  line-height: 1.1;
  text-align: center;
  font-size: 22px;
}
.webinar__wrap ul li p br {
  display: none;
}
.webinar__wrap ul li:last-child {
  margin-bottom: 0;
}

.webinar__sum {
  padding: 30px 20px;
  border-radius: 20px;
  background: linear-gradient(-60deg, #00c0ea 0%, #177594 54%, #173960 100%);
  color: #fff;
}
.webinar__sum p {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 22px;
}
.webinar__sum p:last-child {
  font-family: "Ubuntu-bold";
}

@media (min-width: 576px) {
  .webinar__wrap h2 br {
    display: none;
  }
}
@media (min-width: 768px) {
  .webinar__wrap h2 {
    margin-bottom: 55px;
  }
  .webinar__wrap ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .webinar__wrap ul li {
    padding: 10px 14px 15px 15px;
    margin-bottom: 0;
    border-radius: 20px;
  }
  .webinar__wrap ul li img {
    width: 60px;
    margin: -35px auto 20px;
  }
  .webinar__wrap ul li h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .webinar__wrap ul li p {
    font-size: 14px;
  }
  .webinar__sum {
    padding: 17px 20px;
  }
}
@media (min-width: 1212px) {
  .webinar {
    margin-bottom: 50px;
  }
  .webinar__wrap h2 {
    font-size: 36px;
    margin-bottom: 105px;
  }
  .webinar__wrap p {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .webinar__wrap ul {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-bottom: 20px;
  }
  .webinar__wrap ul li {
    padding: 20px 22px 30px 22px;
    margin-bottom: 0;
    border-radius: 30px;
  }
  .webinar__wrap ul li img {
    width: 100px;
    margin: -70px auto 25px;
  }
  .webinar__wrap ul li h3 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .webinar__wrap ul li p {
    font-size: 22px;
  }
  .webinar__wrap ul li p br {
    display: block;
  }
  .webinar__sum {
    padding: 32px 40px;
    border-radius: 30px;
  }
  .webinar__sum p {
    font-size: 36px;
  }
}
.leader {
  margin-bottom: 30px;
}

.leader__wrap {
  padding: 200px 20px 30px 20px;
  position: relative;
  background-color: #FFE8E7;
  border-radius: 20px;
}
.leader__wrap h2 {
  position: absolute;
  top: 42px;
  left: 10px;
  right: 10px;
  padding: 0 10px;
  margin: 0;
  margin-bottom: 15px;
  font-family: "Ubuntu-bold";
  font-size: 22px;
  text-align: center;
  width: calc(100% - 20px);
}
.leader__wrap h2 span {
  display: block;
  font-size: 30px;
  color: #FE2119;
}
.leader__wrap img {
  display: block;
  width: 198px;
  height: auto;
  margin: 0 auto 20px;
}
.leader__wrap ul {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  list-style: none;
  font-size: 15px;
  line-height: 1.1;
}
.leader__wrap ul li {
  position: relative;
  padding: 11px 10px 14px 52px;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 12px;
}
.leader__wrap ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 24px;
  height: 24px;
  background-image: url("../../landing-pages/webinar/study_english/icon6.png");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.leader__wrap ul li:nth-child(2)::before {
  background-image: url("../../landing-pages/webinar/study_english/icon7.png");
}
.leader__wrap ul li:nth-child(3) {
  margin-bottom: 0;
}
.leader__wrap ul li:nth-child(3)::before {
  background-image: url("../../landing-pages/webinar/study_english/icon8.png");
}
.leader__wrap ul li p {
  padding: 0;
  margin: 0;
}
.leader__wrap ul li p span {
  font-family: "Ubuntu-bold";
  display: block;
}
.leader__wrap blockquote {
  position: relative;
}
.leader__wrap blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 102px;
  height: 95px;
  background-image: url("../../landing-pages/webinar/study_english/quote.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.leader__wrap blockquote p {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-family: "Ubuntu-lightItalic";
}

@media (min-width: 330px) {
  .leader__wrap {
    padding-top: 175px;
  }
}
@media (min-width: 430px) {
  .leader__wrap {
    padding-top: 155px;
  }
}
@media (min-width: 730px) {
  .leader__wrap {
    padding-top: 130px;
  }
}
@media (min-width: 768px) {
  .leader__wrap {
    padding: 42px 45px 45px 45px;
    display: grid;
    grid-template-columns: 181px 1fr;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .leader__wrap h2 {
    position: static;
    text-align: left;
    width: auto;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .leader__wrap h2 span {
    font-size: 22px;
  }
  .leader__wrap img {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .leader__wrap ul {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .leader__wrap ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 60px;
    padding: 16px 20px 16px 52px;
    margin-bottom: 6px;
  }
  .leader__wrap ul li:last-child {
    margin-bottom: 0;
  }
  .leader__wrap blockquote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 95px;
    grid-column: 1/3;
  }
  .leader__wrap blockquote p {
    padding-left: 75px;
    padding-right: 30px;
  }
}
@media (min-width: 1212px) {
  .leader {
    margin-bottom: 60px;
  }
  .leader__wrap {
    padding: 70px 80px 65px 80px;
    grid-template-columns: 300px 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    border-radius: 30px;
  }
  .leader__wrap h2 {
    font-size: 30px;
    padding: 0;
    margin-bottom: 20px;
  }
  .leader__wrap h2 span {
    margin-top: 10px;
    font-size: 36px;
  }
  .leader__wrap img {
    margin-bottom: 30px;
  }
  .leader__wrap ul {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .leader__wrap ul li {
    padding: 0 30px 0 85px;
    height: 100px;
    margin-bottom: 10px;
    border-radius: 20px;
  }
  .leader__wrap ul li::before {
    width: 40px;
    height: 40px;
    left: 25px;
  }
  .leader__wrap blockquote {
    min-height: 175px;
  }
  .leader__wrap blockquote::before {
    width: 187px;
    height: 175px;
  }
  .leader__wrap blockquote p {
    padding-left: 120px;
    padding-right: 30px;
    font-size: 30px;
  }
}
.result {
  padding-bottom: 30px;
}
.result h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-family: "Ubuntu-bold";
  font-size: 26px;
  text-align: center;
}
.result ul {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  list-style: none;
}
.result ul li {
  padding: 12px 20px 30px 20px;
  margin-bottom: 10px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(-60deg, #00c0ea 0%, #177594 54%, #173960 100%);
}
.result ul li img {
  display: block;
  margin: 0 auto 15px;
  width: 107px;
  height: auto;
}
.result ul li p {
  padding: 0;
  margin: 0;
  font-size: 18px;
  text-align: center;
}
.result ul li p:first-child {
  text-transform: uppercase;
  font-size: 22px;
}
.result ul li h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-family: "Ubuntu-bold";
  text-align: center;
}
.result ul li:last-child {
  margin-bottom: 0;
}

.result__btn {
  display: block;
  padding: 10px 5px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 22px;
  font-family: "Ubuntu-bold";
  border-radius: 10px;
  border: none;
  background: #FE4C04;
  background: linear-gradient(310deg, rgb(254, 76, 4) 0%, rgb(255, 141, 95) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff6560), to(#fe2018));
  background: linear-gradient(180deg, #ff6560 0%, #fe2018 100%);
  text-align: center;
  max-width: 380px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-shadow: 0 3px 6px 0 rgba(29, 29, 29, 0.3);
          box-shadow: 0 3px 6px 0 rgba(29, 29, 29, 0.3);
}
.result__btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#fe2018), to(#fe2018));
  background: linear-gradient(180deg, #fe2018 0%, #fe2018 100%);
}
.result__btn:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#fe2018), to(#fe2018));
  background: linear-gradient(180deg, #fe2018 0%, #fe2018 100%);
}

@media (min-width: 768px) {
  .result h2 {
    font-size: 30px;
    margin-bottom: 24px;
  }
  .result ul {
    margin-bottom: 30px;
  }
  .result ul li {
    padding: 12px;
    display: grid;
    grid-template-columns: 107px 1fr;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .result ul li img {
    width: 100%;
    margin: 0;
  }
  .result ul li p {
    text-align: left;
  }
  .result ul li h3 {
    text-align: left;
  }
  .result__btn {
    padding: 16px 5px;
    font-size: 18px;
    max-width: none;
    width: 350px;
  }
}
@media (min-width: 1212px) {
  .result {
    padding-bottom: 70px;
  }
  .result h2 {
    font-size: 50px;
    margin-bottom: 40px;
  }
  .result ul {
    margin-bottom: 40px;
  }
  .result ul li {
    padding: 20px;
    margin-bottom: 20px;
    grid-template-columns: 180px 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    border-radius: 30px;
  }
  .result ul li p {
    font-size: 30px;
  }
  .result ul li p:first-child {
    font-size: 36px;
  }
  .result ul li h3 {
    font-size: 36px;
  }
  .result__btn {
    padding: 27px 10px;
    font-size: 30px;
    width: 580px;
    border-radius: 15px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(29, 29, 29, 0.3);
            box-shadow: 0 5px 10px 0 rgba(29, 29, 29, 0.3);
  }
}
.video {
  margin-bottom: 30px;
}
.video h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  font-family: "Ubuntu-bold";
  font-size: 24px;
  text-align: center;
}

.video__item {
  padding: 28px 15px 30px 25px;
  margin-bottom: 20px;
  background-color: #FFFFFF;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
}
.video__item h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  font-size: 23px;
  font-family: "Ubuntu-bold";
  text-align: center;
}
.video__item p {
  padding: 0;
  margin: 0;
  margin-bottom: 7px;
  font-size: 20px;
}
.video__item p:last-child {
  margin-bottom: 0;
}
.video__item p span {
  font-family: "Ubuntu-bold";
}
.video__item:last-child {
  margin-bottom: 0;
}

.video__block {
  position: relative;
  margin: 0 auto 20px;
  border-radius: 6px;
  overflow: hidden;
  width: 220px;
  height: 310px;
}
.video__block iframe {
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.video__block img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
}
.video__block img.video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85px;
  height: 85px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video__block:hover img.video__play {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}
.video__block:active img.video__play {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}

.video__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

@media (min-width: 768px) {
  .video h2 {
    margin-bottom: 30px;
  }
  .video__wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .video__item {
    margin-bottom: 0;
    margin: 0;
    padding: 18px 25px 30px 25px;
  }
  .video__item h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .video__item p {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .video__block {
    width: 124px;
    height: 198px;
    margin: 0 auto 20px;
  }
  .video__block img.video__play {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1212px) {
  .video {
    margin-bottom: 50px;
  }
  .video h2 {
    font-size: 50px;
    margin-bottom: 30px;
  }
  .video__wrap {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .video__item {
    padding: 30px 30px 70px 40px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
  }
  .video__item h3 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .video__item p {
    font-size: 20px;
    margin-bottom: 7px;
    padding-right: 10px;
  }
  .video__block {
    margin-bottom: 35px;
    width: 210px;
    height: 310px;
    border-radius: 10px;
  }
  .video__block iframe {
    border-radius: 10px;
  }
  .video__block img.video__play {
    width: 100px;
    height: 100px;
  }
}
.timer {
  margin-bottom: 30px;
}

.timer__wrap {
  padding: 30px 19px 25px 19px;
  border-radius: 20px;
  color: #ffffff;
  background-color: #7000E3;
  background: linear-gradient(100deg, #091628 0%, #284670 54%, #00C0EA 100%);
}
.timer__wrap > img {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  border-radius: 11px;
}
.timer__wrap h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-family: "Ubuntu-bold";
  font-size: 26px;
  text-align: center;
}
.timer__wrap p {
  padding: 0;
  margin: 0;
  margin-bottom: 11px;
  font-size: 14px;
  text-align: center;
}
.timer__wrap p.timer__lead {
  margin-bottom: 15px;
  font-size: 22px;
}
.timer__wrap p.timer__lead br {
  display: none;
}
.timer__wrap p.timer__data {
  font-size: 22px;
  font-family: "Ubuntu-bold";
  margin-bottom: 5px;
}

.timer__info {
  padding: 12px 10px;
  margin-bottom: 10px;
  backdrop-filter: blur(3px);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
}

.timer__count {
  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;
  padding: 2px 10px 8px 10px;
  margin-bottom: 10px;
  font-family: "Ubuntu-regular";
  font-size: 29px;
  line-height: 1;
}
.timer__count .timer_item {
  padding: 2px 5px 4px 5px;
  width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  color: #00325F;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.timer__count .timer_item span:last-child {
  font-size: 10px;
}
.timer__count .separator {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}
.timer__count .separator.separator--first {
  opacity: 0;
}

.timer_content {
  margin-bottom: 10px;
}
.timer_content p {
  margin-bottom: 10px;
}
.timer_content p.timer__begin {
  font-size: 22px;
  font-family: "Ubuntu-bold";
  margin-bottom: 16px;
}

p.timer__places {
  padding: 12px 10px;
  margin-bottom: 20px;
  font-family: "Ubuntu-bold";
  font-size: 16px;
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
}

.timer__btn {
  display: block;
  padding: 12px 5px;
  margin: 0 auto 20px;
  color: #ffffff;
  font-size: 22px;
  font-family: "Ubuntu-bold";
  border-radius: 10px;
  border: none;
  background: #FE4C04;
  background: linear-gradient(310deg, rgb(254, 76, 4) 0%, rgb(255, 141, 95) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff6560), to(#fe2018));
  background: linear-gradient(180deg, #ff6560 0%, #fe2018 100%);
  text-align: center;
  max-width: 380px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-shadow: 0 3px 6px 0 rgba(29, 29, 29, 0.3);
          box-shadow: 0 3px 6px 0 rgba(29, 29, 29, 0.3);
}
.timer__btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#fe2018), to(#fe2018));
  background: linear-gradient(180deg, #fe2018 0%, #fe2018 100%);
}
.timer__btn:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#fe2018), to(#fe2018));
  background: linear-gradient(180deg, #fe2018 0%, #fe2018 100%);
}

.timer__widget p {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-family: "Ubuntu-bold";
  font-size: 18px;
  text-align: center;
}

.timer__gift-wrap {
  padding: 19px 20px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  background-color: #157DC4;
  background: linear-gradient(-60deg, #00c0ea 0%, #177594 54%, #173960 100%);
  border-radius: 20px;
}
.timer__gift-wrap picture {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.timer__gift-wrap picture img {
  display: block;
  margin: 0;
}
.timer__gift-wrap p {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
}
.timer__gift-wrap p span {
  display: block;
  font-family: "Ubuntu-bold";
}

@media (min-width: 576px) {
  .timer__wrap h2 br {
    display: none;
  }
}
@media (min-width: 768px) {
  .timer__wrap {
    padding: 28px 45px 35px 45px;
    display: grid;
    grid-template-columns: 1fr 291px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .timer__wrap > img {
    max-width: none;
    margin-bottom: 0;
    border-radius: 12px;
  }
  .timer__wrap h2 {
    font-size: 30px;
    line-height: 1.12;
    margin-bottom: 6px;
    grid-column: 1/3;
  }
  .timer__wrap h2 br {
    display: block;
  }
  .timer__wrap p {
    font-size: 12px;
    margin-bottom: 0;
  }
  .timer__wrap p.timer__lead {
    grid-column: 1/3;
    margin-bottom: 20px;
  }
  .timer__wrap p.timer__lead br {
    display: block;
  }
  .timer__wrap p.timer__data {
    font-size: 16px;
  }
  .timer__info {
    padding: 18px 20px;
    border-radius: 12px;
  }
  .timer_content p.timer__begin {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .timer__count {
    margin-bottom: 15px;
  }
  .timer__widget p {
    font-family: "Ubuntu-regular";
    font-size: 11px;
  }
  .timer__btn {
    padding: 12px 5px;
    margin-bottom: 10px;
    width: 277px;
    font-size: 16px;
    border-radius: 9px;
  }
  .timer__gift-wrap {
    padding: 0 10px 0 0;
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-radius: 12px;
  }
  .timer__gift-wrap picture {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 130px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .timer__gift-wrap picture img {
    width: 100%;
    height: auto;
    margin: -15px 0 0 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .timer__gift-wrap .timer__gift-text {
    padding: 5px 0;
    margin-left: -20px;
  }
  .timer__gift-wrap p {
    text-align: left;
    font-size: 11px;
    margin-bottom: 5px;
  }
  .timer__gift-wrap p:last-child {
    margin-bottom: 0;
  }
  p.timer__places {
    padding: 3px 7px;
    margin: 0 auto 8px;
    font-size: 10px;
    border-radius: 10px;
    width: 277px;
  }
}
@media (min-width: 1212px) {
  .timer {
    margin-bottom: 70px;
  }
  .timer__wrap {
    padding: 47px 80px 79px 80px;
    grid-template-columns: 1fr 480px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    border-radius: 30px;
  }
  .timer__wrap > img {
    margin-bottom: 0;
    border-radius: 20px;
  }
  .timer__wrap h2 {
    font-size: 50px;
    margin-bottom: 10px;
  }
  .timer__wrap p.timer__lead {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .timer__wrap p {
    font-size: 20px;
  }
  .timer__wrap p.timer__places {
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 15px;
    margin: 0;
    margin-bottom: 20px;
    width: auto;
  }
  .timer__wrap p.timer__data {
    font-size: 28px;
    margin: 0;
  }
  .timer__info {
    padding: 20px 20px 25px 20px;
    margin: 0;
    border-radius: 20px;
  }
  .timer_content {
    margin-bottom: 20px;
  }
  .timer_content p.timer__begin {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .timer__count {
    margin-bottom: 25px;
  }
  .timer__count .timer_item {
    padding: 10px 0 12px 0;
    font-size: 51px;
    line-height: 0.9;
    width: 85px;
    border-radius: 14px;
  }
  .timer__count .timer_item span:last-child {
    font-size: 17px;
  }
  .timer__count .separator {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 17px;
    font-size: 56px;
  }
  .timer__widget p {
    margin-bottom: 17px;
    font-size: 18px;
  }
  .timer__btn {
    padding: 24px 0;
    margin-bottom: 15px;
    width: 480px;
    max-width: none;
    font-size: 28px;
    border-radius: 15px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(29, 29, 29, 0.3);
            box-shadow: 0 5px 10px 0 rgba(29, 29, 29, 0.3);
  }
  .timer__gift-wrap {
    margin-bottom: 20px;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    border-radius: 20px;
  }
  .timer__gift-wrap picture {
    width: 222px;
  }
  .timer__gift-wrap picture img {
    margin-top: -33px;
  }
  .timer__gift-wrap .timer__gift-text {
    margin-left: -40px;
  }
  .timer__gift-wrap p {
    font-size: 18px;
    padding-right: 20px;
  }
}
.timer2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.timer2 p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: "Ubuntu-medium";
}

.timer2__count {
  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;
  font-family: "Ubuntu-regular";
  font-size: 22px;
  line-height: 1;
}
.timer2__count .timer2_item {
  padding: 2px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  width: 36px;
}
.timer2__count .timer2_item span:last-child {
  font-size: 8px;
}
.timer2__count .separator {
  padding-left: 1px;
  padding-right: 1px;
  padding-bottom: 10px;
  color: #fff;
  opacity: 0;
}

@media (min-width: 768px) {
  .timer2 {
    margin-bottom: 0;
  }
  .timer2 p {
    font-size: 14px;
  }
  .timer2__count {
    font-size: 21px;
  }
  .timer2__count .timer2_item {
    width: 36px;
  }
  .timer2__count .timer2_item span:last-child {
    font-size: 9px;
  }
  .timer2__count .separator {
    padding-left: 4px;
    padding-right: 4px;
    opacity: 1;
  }
  .timer2__count .separator.separator--first {
    opacity: 0;
  }
  .timer2__btn {
    font-size: 15px;
  }
}
@media (min-width: 1212px) {
  .timer2 {
    margin-bottom: 0;
    gap: 20px;
  }
  .timer2 p {
    font-size: 24px;
    padding-left: 5px;
  }
  .timer2__count {
    font-size: 36px;
  }
  .timer2__count .timer2_item {
    padding: 2px 8px 5px 8px;
    border-radius: 10px;
    width: 60px;
  }
  .timer2__count .timer2_item span:last-child {
    font-size: 12px;
  }
  .timer2__count .separator {
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 0;
  }
}
.footer {
  background-color: #404143;
  color: #ffffff;
  padding-top: 18px;
  padding-bottom: 35px;
  font-family: "Ubuntu-regular";
}
.footer a {
  color: #ffffff;
}

.footer__copywrite {
  position: relative;
  padding: 7px 25px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #2D2D47;
  border-radius: 16px;
}
.footer__copywrite q {
  padding: 0;
  margin: 0;
  margin-right: 8px;
  font-style: italic;
  font-size: 12px;
}
.footer__copywrite q span {
  font-family: "Ubuntu-bold";
}
.footer__copywrite p {
  padding: 0;
  margin: 0;
  font-family: "Ubuntu-regular";
  font-size: 12px;
}
.footer__copywrite::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("https://fs.advance.ru/landing-pages/webinar/perspektivy/icon-info.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.footer__logo {
  display: block;
  margin-bottom: 7px;
  width: 104px;
  height: auto;
}

.footer__socials {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.footer__socials img {
  display: block;
  margin-bottom: 0;
  width: 20px;
  height: auto;
}
.footer__socials li:first-child:hover {
  background-color: #4C75A3;
  border-radius: 50%;
}
.footer__socials li:nth-child(2):hover {
  background-color: #ed812b;
  border-radius: 50%;
}
.footer__socials li:nth-child(3):hover {
  background-color: #F52424;
  border-radius: 50%;
}
.footer__socials li:nth-child(4):hover {
  background-color: #0088cc;
  border-radius: 50%;
}

.footer__phones {
  margin-bottom: 16px;
}

.footer__tel {
  display: block;
  color: #ffffff;
  font-size: 11px;
  font-family: "Ubuntu-bold";
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer__tel:hover {
  color: #D8B7FA;
}
.footer__tel:active {
  color: #D8B7FA;
}

.footer__details {
  margin-bottom: 23px;
}
.footer__details p {
  padding: 0;
  margin: 0;
  margin-bottom: 3px;
  font-size: 8px;
  line-height: 1.2;
}

.footer__email {
  margin-bottom: 16px;
}
.footer__email a {
  color: #ffffff;
}
.footer__email span {
  margin-right: 5px;
}

.footer__personal {
  display: grid;
  grid-template-columns: 44px 1fr;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  margin-bottom: 14px;
}

.footer__personal-img {
  width: 44px;
  height: 62px;
  background-color: #D9D9D9;
}
.footer__personal-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer__personal-text a {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 7px;
}
.footer__personal-text a:first-child {
  margin-bottom: 12px;
}

.footer__training {
  display: block;
  margin-bottom: 9px;
  font-size: 10px;
  line-height: 1.1;
  font-family: "Ubuntu-bold";
  text-transform: uppercase;
}

.footer__section {
  margin-bottom: 8px;
}
.footer__section a {
  display: block;
}

.footer__link {
  font-size: 7px;
  margin-bottom: 6px;
}
.footer__link:last-child {
  margin-bottom: 0;
}

a.footer__main-link {
  font-family: "Ubuntu-bold";
  font-size: 10px;
  margin-bottom: 4px;
  color: #8F8F8F;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
a.footer__main-link:hover {
  color: #ffffff;
}
a.footer__main-link:active {
  color: #ffffff;
}

.footer__form {
  width: 100%;
  min-height: 126px;
  border-radius: 6px;
  background-color: #ffffff;
  margin-bottom: 16px;
  margin-top: 20px;
  overflow: hidden;
}

.footer__payment {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 17px;
}

.footer__quote {
  display: block;
  font-size: 7px;
  margin-bottom: 20px;
}

.footer__umoney {
  width: 64px;
  height: auto;
}

.footer__tinkoff {
  width: 27px;
  height: auto;
}

.footer__cloud {
  width: 27px;
  height: auto;
}

@media (min-width: 576px) {
  .footer__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
  .footer__column--last {
    grid-column: 1/3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
  .footer__column--last .footer__form {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-top: -50px;
  }
  .footer__column--last .footer__payment {
    grid-column: 1/3;
  }
}
@media (min-width: 768px) {
  .footer {
    padding-top: 32px;
    padding-bottom: 40px;
  }
  .footer__wrap {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
  }
  .footer__column--last {
    grid-column: 3/4;
    display: block;
  }
  .footer__column--last .footer__form {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-top: 0;
  }
}
@media (min-width: 1212px) {
  .footer {
    padding-top: 50px;
  }
  .footer__logo {
    width: 170px;
  }
  .footer__socials {
    margin-bottom: 25px;
  }
  .footer__socials img {
    width: 35px;
  }
  .footer__tel {
    font-size: 18px;
  }
  .footer__details {
    margin-bottom: 40px;
  }
  .footer__details p {
    font-size: 14px;
  }
  .footer__phones {
    margin-bottom: 25px;
  }
  .footer__personal {
    grid-template-columns: 68px 1fr;
    margin-bottom: 24px;
  }
  .footer__personal-text a {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .footer__personal-text a:first-child {
    margin-bottom: 15px;
  }
  .footer__personal-img {
    width: 68px;
    height: 99px;
  }
  .footer__quote {
    font-size: 12px;
  }
  .footer__training {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .footer__link {
    font-size: 12px;
  }
  a.footer__main-link {
    font-size: 16px;
  }
  .footer__section {
    margin-bottom: 16px;
  }
  .footer__section.footer__section--main {
    margin-bottom: 19px;
  }
  .footer__form {
    width: 97%;
    min-height: 210px;
  }
  .footer__payment {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 45px;
    gap: 40px;
  }
  .footer__umoney {
    width: 107px;
  }
  .footer__tinkoff {
    width: 45px;
  }
  .footer__cloud {
    width: 44px;
  }
}
.overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(29, 34, 41, 0.96);
  z-index: 90;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 2500;
  overflow-y: auto;
  overflow-x: hidden;
  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;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1200px) {
  .overlay {
    backdrop-filter: blur(0);
  }
}
.modal {
  position: absolute;
  z-index: 3000;
  right: -100vw;
  width: calc(100% - 100px);
  height: auto;
  max-height: 100vh;
  -webkit-transition: right 0.6s;
  transition: right 0.6s;
  background-color: #ffffff;
}
.modal img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal .modal__slider {
  height: 100%;
}
.modal .modal__slider2 {
  height: 100%;
}

.modal.modal--reviews {
  background-color: transparent;
}

.modal.modal--licenses {
  background-color: transparent;
}

.modal.modal--experts {
  background-color: transparent;
}

.modal * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal.active {
  right: 50px;
}

.modal__wrap {
  position: relative;
  height: 100%;
  width: 100%;
}
.modal__wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.modal__wrap .form__widget {
  padding: 10px;
}

.modal__cross {
  width: 32px;
  height: 32px;
  position: absolute;
  top: -32px;
  right: -32px;
  cursor: pointer;
}

.modal__slider .swiper-button-prev {
  display: none;
}

.modal__slider .swiper-button-next {
  display: none;
}

.modal__slider2 .swiper-button-prev {
  display: none;
}

.modal__slider2 .swiper-button-next {
  display: none;
}

@media (min-width: 576px) {
  .modal.modal--reviews, .modal.modal--experts, .modal.modal--licenses {
    width: 70%;
    height: 70%;
  }
  .modal {
    width: 420px;
  }
  .modal.active {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .modal__slider .swiper-button-prev {
    display: block;
    color: #BDBDBD;
  }
  .modal__slider .swiper-button-next {
    display: block;
    color: #BDBDBD;
  }
  .modal__slider2 .swiper-button-prev {
    display: block;
    color: #BDBDBD;
  }
  .modal__slider2 .swiper-button-next {
    display: block;
    color: #BDBDBD;
  }
}
/*# sourceMappingURL=style.css.map */