* {
  -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: #262626;
  background: #ffffff;
  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("https://fs.advance.ru/fonts/Ubuntu/Ubuntu-Bold.woff2") format("woff2"), url("https://fs.advance.ru/fonts/Ubuntu/Ubuntu-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu-regular";
  src: url("https://fs.advance.ru/fonts/Ubuntu/Ubuntu-Regular.woff2") format("woff2"), url("https://fs.advance.ru/fonts/Ubuntu/Ubuntu-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu-medium";
  src: url("https://fs.advance.ru/fonts/Ubuntu/Ubuntu-Medium.woff2") format("woff2"), url("https://fs.advance.ru/fonts/Ubuntu/Ubuntu-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu-light";
  src: url("https://fs.advance.ru/fonts/Ubuntu/Ubuntu-Light.woff2") format("woff2"), url("https://fs.advance.ru/fonts/Ubuntu/Ubuntu-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu-italic";
  src: url("https://fs.advance.ru/fonts/Ubuntu/Ubuntu-Italic.woff2") format("woff2"), url("https://fs.advance.ru/fonts/Ubuntu/Ubuntu-Italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas-light";
  src: url("https://fs.advance.ru/fonts/Bebas/BebasNeueLight.woff2") format("woff2"), url("https://fs.advance.ru/fonts/Bebas/BebasNeueLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas-regular";
  src: url("https://fs.advance.ru/fonts/Bebas/BebasNeueRegular.woff2") format("woff2"), url("https://fs.advance.ru/fonts/Bebas/BebasNeueRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas-bold";
  src: url("https://fs.advance.ru/fonts/Bebas/BebasNeueBold.woff2") format("woff2"), url("https://fs.advance.ru/fonts/Bebas/BebasNeueBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoeprint-bold";
  src: url("https://fs.advance.ru/fonts/Segoeprint/segoeprint_bold.woff2") format("woff2"), url("https://fs.advance.ru/fonts/Bebas/segoeprint_bold.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;
  }
}
.banner {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 20px;
}
.banner p {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-size: 24px;
}
.banner p:first-child {
  padding: 0 15px;
}
.banner p:last-child {
  font-size: 20px;
  margin-bottom: 0;
}
.banner p br {
  display: none;
}
.banner p.banner__begin {
  position: relative;
  margin-bottom: 30px;
  font-family: "Segoeprint-bold";
  color: #6F00E2;
}
.banner p.banner__begin::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 219px;
  height: 7px;
  background-image: url("https://fs.advance.ru/landing-pages/sale/birthday_ps/underline.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.banner p.bold {
  font-family: "Ubuntu-bold";
}

.banner__logo {
  margin-bottom: 30px;
}
.banner__logo img {
  display: block;
  width: 195px;
  height: auto;
  margin: 0 auto;
}
.banner__logo img.banner__img-logo {
  width: 250px;
  margin: 0 auto 10px;
}

@media (min-width: 768px) {
  .banner {
    padding-top: 40px;
    margin-bottom: 0;
    height: 532px;
  }
  .banner p {
    font-size: 18px;
    margin-bottom: 13px;
  }
  .banner p:last-child {
    font-size: 14px;
  }
  .banner p br {
    display: block;
  }
  .banner p.banner__begin {
    margin-bottom: 18px;
  }
  .banner p.bold {
    margin-bottom: 5px;
  }
  .banner__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-bottom: 10px;
  }
  .banner__logo img {
    margin: 0;
    width: 144px;
  }
  .banner__logo img.banner__img-logo {
    width: 185px;
    margin: 0;
  }
}
@media (min-width: 1212px) {
  .banner {
    padding-top: 75px;
    height: 876px;
  }
  .banner p {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .banner p:last-child {
    font-size: 24px;
    margin-bottom: 85px;
  }
  .banner p.banner__begin {
    margin-bottom: 35px;
  }
  .banner p.banner__begin::after {
    width: 273px;
    height: 7px;
    background-image: url("https://fs.advance.ru/landing-pages/sale/birthday_ps/underline1.svg");
  }
  .banner__logo {
    margin-bottom: 27px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .banner__logo img {
    width: 241px;
  }
  .banner__logo img.banner__img-logo {
    width: 310px;
  }
}
.doors {
  margin-bottom: 30px;
}

.doors__item {
  margin-bottom: 18px;
}
.doors__item > a {
  cursor: pointer;
}

.doors__text {
  position: relative;
  padding: 30px 20px 25px 20px;
  margin-left: 10px;
  margin-right: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff4d2), to(#fffbef));
  background: linear-gradient(180deg, #fff4d2 0%, #fffbef 100%);
  border-radius: 10px;
  z-index: 2;
}
.doors__text h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
  font-family: "Ubuntu-bold";
  font-size: 24px;
}
.doors__text h2 span {
  color: #E8B134;
}
.doors__text::before {
  content: "";
  position: absolute;
  top: -31px;
  left: 50%;
  width: 66px;
  height: 40px;
  background-image: url("https://fs.advance.ru/landing-pages/sale/birthday_ps/triangle1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.doors__text ul {
  padding: 0;
  padding-left: 32px;
  padding-right: 5px;
  margin: 0;
  margin-bottom: 20px;
  font-size: 18px;
}
.doors__text ul li {
  margin-bottom: 4px;
}
.doors__text ul li:last-child {
  margin-bottom: 0;
}
.doors__text a {
  display: block;
  padding: 17px 0;
  margin: 0 auto 20px;
  border-radius: 6px;
  font-family: "Bebas-bold";
  font-size: 24px;
  text-align: center;
  color: #FFFFFF;
  width: 255px;
  -webkit-box-shadow: 0 5px 20px 0 #ffb100;
          box-shadow: 0 5px 20px 0 #ffb100;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc000), to(#dfa800));
  background: linear-gradient(180deg, #ffc000 0%, #dfa800 100%);
  cursor: pointer;
}
.doors__text a:hover, .doors__text a:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#dfa800), to(#dfa800));
  background: linear-gradient(180deg, #dfa800 0%, #dfa800 100%);
}
.doors__text p {
  padding: 0;
  margin: 0;
  font-family: "Ubuntu-bold";
  font-size: 20px;
  text-align: center;
}

.doors__item.doors__item--second .doors__text {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe8df), to(#fff8f5));
  background: linear-gradient(180deg, #ffe8df 0%, #fff8f5 100%);
}
.doors__item.doors__item--second .doors__text h2 span {
  color: #FE4D07;
}
.doors__item.doors__item--second .doors__text::before {
  background-image: url("https://fs.advance.ru/landing-pages/sale/birthday_ps/triangle2.svg");
}
.doors__item.doors__item--second .doors__text a {
  -webkit-box-shadow: 0 5px 20px 0 #ff6d33;
          box-shadow: 0 5px 20px 0 #ff6d33;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff7d49), to(#fe4d07));
  background: linear-gradient(180deg, #ff7d49 0%, #fe4d07 100%);
}
.doors__item.doors__item--second .doors__text a:hover, .doors__item.doors__item--second .doors__text a:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#fe4d07), to(#fe4d07));
  background: linear-gradient(180deg, #fe4d07 0%, #fe4d07 100%);
}

.doors__item.doors__item--third .doors__text {
  background: -webkit-gradient(linear, left top, left bottom, from(#f1e4ff), to(#fbf8ff));
  background: linear-gradient(180deg, #f1e4ff 0%, #fbf8ff 100%);
}
.doors__item.doors__item--third .doors__text h2 span {
  color: #702FB3;
}
.doors__item.doors__item--third .doors__text::before {
  background-image: url("https://fs.advance.ru/landing-pages/sale/birthday_ps/triangle3.svg");
}
.doors__item.doors__item--third .doors__text a {
  -webkit-box-shadow: 0 5px 20px 0 #bb78ff;
          box-shadow: 0 5px 20px 0 #bb78ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#913de6), to(#702fb3));
  background: linear-gradient(180deg, #913de6 0%, #702fb3 100%);
}
.doors__item.doors__item--third .doors__text a:hover, .doors__item.doors__item--third .doors__text a:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#702fb3), to(#702fb3));
  background: linear-gradient(180deg, #702fb3 0%, #702fb3 100%);
}

@media (min-width: 400px) {
  .doors__text h2 br {
    display: none;
  }
}
@media (min-width: 768px) {
  .doors {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: -264px;
  }
  .doors__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
    margin: 0 auto;
  }
  .doors__item {
    margin: 0;
    width: calc((100% - 30px) / 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .doors__item > a {
    display: block;
    width: 107px;
    overflow: hidden;
    margin: 0 auto 20px;
  }
  .doors__item > a img {
    display: block;
    width: 100%;
    height: auto;
  }
  .doors__text {
    padding: 17px 22px 20px 22px;
    margin: 0;
    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-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-radius: 6px;
  }
  .doors__text::before {
    top: -18px;
    width: 40px;
    height: 20px;
  }
  .doors__text h2 {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .doors__text h2 br {
    display: block;
  }
  .doors__text ul {
    padding-right: 0;
    padding-left: 20px;
    margin-bottom: 15px;
    font-size: 11px;
  }
  .doors__text ul li {
    margin-bottom: 3px;
  }
  .doors__text a {
    padding: 9px 0;
    margin: 0 auto 12px;
    font-size: 15px;
    width: 180px;
    border-radius: 5px;
  }
  .doors__text p {
    font-size: 12px;
  }
  .doors__text .doors__bottom {
    margin-top: auto;
  }
}
@media (min-width: 992px) {
  .doors__text h2 br {
    display: none;
  }
}
@media (min-width: 1212px) {
  .doors {
    margin-top: -437px;
    margin-bottom: 40px;
  }
  .doors__wrap {
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto;
    max-width: 1212px;
    gap: 20px;
  }
  .doors__item {
    width: calc((100% - 40px) / 3);
  }
  .doors__item > a {
    width: 180px;
    margin: 0 auto 35px;
  }
  .doors__text {
    padding: 30px 40px 38px 40px;
    border-radius: 10px;
  }
  .doors__text::before {
    top: -30px;
    width: 66px;
    height: 33px;
  }
  .doors__text h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .doors__text h2 br {
    display: block;
  }
  .doors__text ul {
    font-size: 18px;
    padding-left: 25px;
    margin-bottom: 30px;
  }
  .doors__text ul li {
    margin-bottom: 4px;
  }
  .doors__text a {
    padding: 15px 0;
    margin: 0 auto 22px;
    font-size: 25px;
    width: 299px;
    border-radius: 6px;
  }
  .doors__text p {
    font-size: 20px;
  }
}
@media (max-width: 767.8px) {
  .doors__item {
    background-image: url("https://fs.advance.ru/landing-pages/sale/birthday_ps/bg1-mobile.png");
    background-repeat: no-repeat;
    background-position: top center;
  }
  .doors__item > a {
    display: block;
    position: relative;
    margin: 0 auto 35px;
    width: 100%;
    max-width: 200px;
    height: 486px;
    overflow: hidden;
  }
  .doors__item > a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .doors__item.doors__item--second {
    background-image: url("https://fs.advance.ru/landing-pages/sale/birthday_ps/bg2-mobile.png");
  }
  .doors__item.doors__item--third {
    background-image: url("https://fs.advance.ru/landing-pages/sale/birthday_ps/bg3-mobile.png");
  }
}
.we {
  margin-bottom: 40px;
}

.we__wrap {
  padding: 39px 25px;
  color: #fff;
  background: url("https://fs.advance.ru/landing-pages/sale/birthday_ps/a2.svg"), -webkit-gradient(linear, left top, left bottom, from(#4c2f89), to(#8552ef));
  background: url("https://fs.advance.ru/landing-pages/sale/birthday_ps/a2.svg"), linear-gradient(180deg, #4c2f89 0%, #8552ef 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, center;
  border-radius: 10px;
}
.we__wrap h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  font-family: "Ubuntu-bold";
  font-size: 30px;
  line-height: 1.1;
  text-align: center;
}
.we__wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.we__wrap ul li {
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.we__wrap ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.we__wrap ul li img {
  display: inline-block;
  width: 80px;
  height: auto;
  margin-bottom: 10px;
}
.we__wrap ul li p {
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 1.1;
}
.we__wrap ul li p span {
  display: block;
  font-size: 40px;
  font-family: "Ubuntu-bold";
}
.we__wrap ul li p br {
  display: none;
}

@media (min-width: 768px) {
  .we__wrap {
    padding: 23px 2px 35px 2px;
    background: url("https://fs.advance.ru/landing-pages/sale/birthday_ps/a.svg"), -webkit-gradient(linear, left top, left bottom, from(#4c2f89), to(#8552ef));
    background: url("https://fs.advance.ru/landing-pages/sale/birthday_ps/a.svg"), linear-gradient(180deg, #4c2f89 0%, #8552ef 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: top center, center;
    border-radius: 6px;
  }
  .we__wrap h2 {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 1.2;
  }
  .we__wrap ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .we__wrap ul li {
    padding: 0 24px 10px 24px;
    margin-bottom: 0;
    border-bottom: none;
    border-right: 1px solid #fff;
  }
  .we__wrap ul li:last-child {
    border-right: none;
  }
  .we__wrap ul li img {
    width: 60px;
    margin-bottom: 10px;
  }
  .we__wrap ul li p {
    font-size: 12px;
  }
  .we__wrap ul li p span {
    font-size: 24px;
  }
  .we__wrap ul li p br {
    display: block;
  }
}
@media (min-width: 992px) {
  .we__wrap ul li p br {
    display: none;
  }
}
@media (min-width: 1212px) {
  .we {
    margin-bottom: 80px;
  }
  .we__wrap {
    padding: 39px 0 60px 0;
    background: url("https://fs.advance.ru/landing-pages/sale/birthday_ps/a.svg"), -webkit-gradient(linear, left top, left bottom, from(#4c2f89), color-stop(50.48%, #4c2f89), to(#8552ef));
    background: url("https://fs.advance.ru/landing-pages/sale/birthday_ps/a.svg"), linear-gradient(180deg, #4c2f89 0%, #4c2f89 50.48%, #8552ef 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: top center, center;
    border-radius: 10px;
  }
  .we__wrap h2 {
    margin-bottom: 40px;
    font-size: 40px;
  }
  .we__wrap ul li {
    padding: 0 40px 18px 40px;
  }
  .we__wrap ul li:last-child {
    border-right: none;
    padding: 0 40px 18px 0;
  }
  .we__wrap ul li img {
    width: 100px;
    margin-bottom: 10px;
  }
  .we__wrap ul li p {
    font-size: 20px;
  }
  .we__wrap ul li p span {
    font-size: 40px;
  }
  .we__wrap ul li p br {
    display: block;
  }
}
.main-container {
  width: 100%;
  overflow: hidden;
  background-image: url("https://fs.advance.ru/landing-pages/sale/birthday_ps/bg-mobile.jpg");
  background-repeat: repeat-x;
  background-position: top center;
}

@media (min-width: 768px) {
  .main-container {
    background-image: url("https://fs.advance.ru/landing-pages/sale/birthday_ps/bg-tablet.jpg");
    background-repeat: repeat-x;
    background-position: top center;
  }
}
@media (min-width: 1212px) {
  .main-container {
    position: relative;
    background-image: url("https://fs.advance.ru/landing-pages/sale/birthday_ps/bg-main1.jpg");
  }
}
.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;
  -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--form {
  top: 0;
}

.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__cross {
  width: 32px;
  height: 32px;
  position: absolute;
  top: -32px;
  right: -32px;
  cursor: pointer;
}

.modal--form .modal__cross {
  top: 0;
}

.modal--form .modal__wrap {
  padding-left: 10px;
  padding-right: 10px;
}

.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;
    min-height: 70%;
  }
  .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;
  }
  .modal--form .modal__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .modal.modal--form {
    top: 20px;
    width: 700px;
  }
}
@media (min-height: 1800px) {
  .modal.modal--form {
    top: 50px;
  }
}
/*# sourceMappingURL=style.css.map */