@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Ubuntu+Sans:ital,wght@0,100..800;1,100..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

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

body.no-scroll {
  overflow: hidden;
}

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;
}

.main-container {
  overflow: hidden;
}

@media (min-width: 1177px) {
  body {
    position: relative;
    background-image: none;
    overflow-x: hidden;
  }
}
@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: "UraBumBumSP";
  src: url("https://fs.advance.ru/fonts/UraBumBumSP/UraBumBumSP.otf") format("opentype");
  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;
}
.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: 1177px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto;
    max-width: 1178px;
  }
}
.header {
  z-index: 1;
  height: 30px;
  background: #FFFFFF;
  border-bottom: 1px solid #AEACAC;
  margin-bottom: 10px;
}

.header_wrap {
  height: 30px;
  position: relative;
  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;
}

.nav_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.burger_active {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.header_nav {
  display: none;
  position: absolute;
  left: -10px;
  right: -10px;
  width: calc(100% + 20px);
  top: 30px;
}
.header_nav ul {
  width: 100%;
  padding: 0 20px;
  background-color: #FFFFFF;
  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: start;
      -ms-flex-align: start;
          align-items: start;
  border-bottom: 1px solid #AEACAC;
}
.header_nav ul li {
  list-style: none;
  width: 100%;
  padding: 20px 0;
}
.header_nav ul li:not(:last-child) {
  border-bottom: 1px solid #DBDBDB;
}
.header_nav ul a {
  border-top: 4px solid transparent;
  cursor: pointer;
  list-style: none;
  font-family: "Ubuntu-regular";
  font-size: 22px;
  line-height: 25px;
  color: #0D0D0D;
}

.adv_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}

.burger_menu {
  padding: 7px 6px 3px 3px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.burger_menu .line {
  position: relative;
  width: 10px;
  border: 1px solid #8F8F8F;
  border-radius: 2px;
}
.burger_menu .line:before {
  position: absolute;
  content: "";
  left: -1px;
  bottom: 3px;
  width: 11px;
  border: 1px solid #8F8F8F;
  border-radius: 2px;
}
.burger_menu .line:after {
  position: absolute;
  content: "";
  left: -1px;
  bottom: -5px;
  width: 4.5px;
  border: 1px solid #8F8F8F;
  border-radius: 2px;
}

.header__logo-wrap {
  height: 18px;
}

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

.adv_system {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.adv_system .header__link {
  padding: 5px 5.5px;
  border: 0.49px solid #DADADA;
  border-radius: 3.42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.45px;
  font-family: "Ubuntu-light";
  font-size: 7.33693px;
  line-height: 8px;
  color: #0D0D0D;
}
.adv_system .header__login {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: 0.49px solid #7000E3;
  border-radius: 3.42px;
  padding: 5px 5.5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  gap: 2.45px;
}
.adv_system .header__login:hover {
  background: #7000E3;
}
.adv_system .header__login:hover span {
  color: #FFFFFF;
}
.adv_system .header__login span {
  font-family: "Ubuntu-light";
  font-size: 7.33693px;
  line-height: 8px;
  color: #7000E3;
}

@media (min-width: 650px) {
  .burger_menu {
    display: none;
  }
  .header_nav {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
  .header_nav ul {
    padding: 0;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: none;
  }
  .header_nav ul li {
    width: auto;
    padding: 0;
  }
  .header_nav ul li:not(:last-child) {
    border-bottom: none;
  }
  .header_nav ul a {
    width: auto;
    cursor: pointer;
    padding: 6px 6px 13px;
    font-size: 9.07692px;
    line-height: 10px;
    color: #0D0D0D;
    border-top: none;
    border-bottom: none;
  }
  .header_nav ul a a:visited, .header_nav ul a a:visited:hover {
    color: #0D0D0D;
  }
  .header_nav ul a:hover {
    border-bottom: 2px solid #FE4C04;
  }
}
@media (min-width: 768px) {
  .header {
    height: 45px;
    margin-bottom: 20px;
  }
  .header_wrap {
    height: 45px;
  }
  .header__logo-wrap {
    height: 26px;
  }
  .header__logo img {
    width: 105px;
  }
  .adv_system {
    gap: 6px;
  }
  .adv_system .header__link {
    border-radius: 5px;
    font-size: 9.08px;
    line-height: 100%;
    padding: 7px 6px;
  }
  .adv_system .header__login {
    padding: 7px 6px;
    gap: 3px;
  }
  .adv_system .header__login span {
    font-size: 9px;
    line-height: 100%;
  }
}
@media (min-width: 1177px) {
  .header {
    height: 88px;
    margin-bottom: 20px;
  }
  .header_wrap {
    height: 88px;
  }
  .header__logo-wrap {
    height: 42px;
  }
  .header__logo img {
    width: 170px;
  }
  .header_nav ul a {
    padding: 10px 10px 32px;
    font-size: 15px;
  }
  .header_nav ul a:hover {
    border-bottom: 4px solid #FE4C04;
  }
  .adv_system {
    gap: 10px;
  }
  .adv_system .header__link {
    padding: 13px 11px;
    font-size: 15px;
    line-height: 100%;
    border-radius: 7px;
  }
  .adv_system .header__login {
    padding: 13px 11px;
    border-radius: 7px;
  }
  .adv_system .header__login span {
    font-size: 15px;
    line-height: 100%;
  }
}
.breadcrumbs {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 3px;
}

.content_down {
  margin-top: 475px;
}

.breadcrumbs_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.breadcrumbs_list li {
  list-style: none;
}
.breadcrumbs_list li:not(:first-child):before {
  display: inline-block;
  padding-right: 3px;
  color: #0D0D0D;
  content: "/";
  font-size: 10px;
}
.breadcrumbs_list a, .breadcrumbs_list span {
  position: relative;
  font-family: "Ubuntu-light";
  font-size: 10px;
  line-height: 11px;
  color: #0D0D0D;
}

@media (min-width: 650px) {
  .breadcrumbs {
    -webkit-transition: 0s;
    transition: 0s;
  }
  .content_down {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .breadcrumbs {
    margin-bottom: 7px;
  }
  .breadcrumbs_list {
    gap: 5px;
  }
  .breadcrumbs_list li:not(:first-child):before {
    padding-right: 6px;
    font-size: 14px;
  }
  .breadcrumbs_list a, .breadcrumbs_list span {
    font-size: 14px;
  }
}
@media (min-width: 1177px) {
  .breadcrumbs {
    margin-bottom: 8px;
  }
  .breadcrumbs_list {
    gap: 6px;
  }
  .breadcrumbs_list li:not(:first-child):before {
    padding-right: 7px;
    font-size: 15px;
  }
  .breadcrumbs_list a, .breadcrumbs_list span {
    font-size: 15px;
  }
}
body {
  background-color: #f6f6f6;
}

.schedule_web {
  margin-bottom: 80px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.schedule_web h1 {
  font-family: "Ubuntu-bold";
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  color: #353535;
  margin-bottom: 6px;
}
.schedule_web h1 span {
  color: #FE4C04;
}

.schedule_web_nav {
  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;
  gap: 5px;
  margin-bottom: 20px;
}
.schedule_web_nav [class^=icon_] {
  line-height: 3px;
}
.schedule_web_nav a {
  border: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 15px;
  gap: 5px;
  background: #FFFFFF;
  border-radius: 15px;
}
.schedule_web_nav a span {
  font-family: "Ubuntu-light";
  font-size: 14px;
  line-height: 16px;
  color: #353535;
}
.schedule_web_nav a.active span {
  color: #ffffff;
}
.schedule_web_nav .all_web.active {
  background-color: #FE4C04;
}
.schedule_web_nav .children_web.active {
  background-color: #F6A85A;
}
.schedule_web_nav .efficiency_web.active {
  background-color: #9A38FE;
}
.schedule_web_nav .languages_web.active {
  background-color: #346CDB;
}

.schedule_web_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 0px 30px;
}

.schedule_web_card {
  width: 226px;
  height: 290px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 15px rgba(29, 29, 29, 0.1);
          box-shadow: 0px 5px 15px rgba(29, 29, 29, 0.1);
  border-radius: 12px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.schedule_web_card:hover {
  -webkit-box-shadow: 0px 5px 15px rgba(29, 29, 29, 0.42);
          box-shadow: 0px 5px 15px rgba(29, 29, 29, 0.42);
}

.header_card {
  position: relative;
  padding: 18px;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}
.header_card .card_bg_img {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  height: 90px;
  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;
}
.header_card .free_window {
  position: relative;
  z-index: 2;
  width: 55px;
  height: 55px;
  background: #FFFFFF;
  border: 0.605128px solid #FE4C04;
  border-radius: 6px;
}
.header_card .free_window .free_window_mark {
  background: #FE4C04;
  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: 4px 4px 0 0;
}
.header_card .free_window .free_window_mark span {
  font-family: "Ubuntu-bold";
  font-size: 7px;
  line-height: 9px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.header_card .free_window p {
  padding-top: 3px;
  font-family: "Ubuntu-bold";
  font-size: 10px;
  line-height: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: -0.02em;
  color: #353535;
}
.header_card .free_window p span {
  font-size: 26px;
  line-height: 25px;
}

.body_card {
  padding: 10px 18px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.body_card p {
  font-family: "Ubuntu-light";
  font-size: 11px;
  line-height: 11px;
  color: #353535;
}
.body_card ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.body_card li {
  position: relative;
  list-style: none;
  font-family: "Ubuntu-light";
  font-size: 11px;
  line-height: 11px;
  color: #353535;
  padding-left: 10px;
}
.body_card li:before {
  content: "·";
  position: absolute;
  left: 1px;
  top: -2px;
  font-size: 23px;
}
.body_card span {
  font-family: "Ubuntu-bold";
  font-size: 18px;
  line-height: 18px;
  color: #353535;
}

.footer_card {
  padding: 0px 18px 18px;
}
.footer_card ul {
  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: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 7px;
}
.footer_card ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  padding: 3px;
  gap: 3px;
  border: 0.302564px solid #D0D0D0;
  border-radius: 3px;
  font-family: "Ubuntu-light";
  font-size: 8.4718px;
  line-height: 10px;
  color: #7E7E7E;
}
.footer_card ul:before {
  font-size: 10px;
  line-height: 7px;
}

@media (min-width: 768px) {
  .schedule_web h1 {
    font-size: 34px;
    line-height: 100%;
    margin-bottom: 13px;
    text-align: left;
  }
  .schedule_web_nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 30px;
    gap: 7px;
  }
  .schedule_web_nav a {
    padding: 7px 13px;
    gap: 5px;
  }
  .schedule_web_nav a span {
    font-size: 14px;
    line-height: 16px;
  }
  .schedule_web_content {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
  .schedule_web_card {
    width: 100%;
  }
  .header_card .card_img_bg {
    height: 90px;
  }
}
@media (min-width: 1177px) {
  .schedule_web {
    margin-bottom: 100px;
  }
  .schedule_web h1 {
    font-size: 56px;
    margin-bottom: 19px;
  }
  .schedule_web_nav {
    margin-bottom: 50px;
    gap: 10px;
  }
  .schedule_web_nav a {
    border-radius: 20px;
    padding: 10px 20px;
  }
  .schedule_web_nav a span {
    font-size: 18px;
    line-height: 100%;
  }
  .schedule_web_content {
    gap: 30px;
  }
  .schedule_web_card {
    height: 480px;
    border-radius: 20px;
  }
  .header_card {
    padding: 30px;
    border-radius: 20px 20px 0 0;
  }
  .header_card .card_bg_img {
    height: 147px;
  }
  .header_card .free_window {
    width: 90px;
    height: 90px;
    border-radius: 10px;
    border: 1px solid #FE4C04;
    overflow: hidden;
  }
  .header_card .free_window p {
    font-size: 16px;
    line-height: 18px;
  }
  .header_card .free_window p span {
    font-size: 44px;
    line-height: 41px;
  }
  .header_card .free_window .free_window_mark {
    padding: 3px 0px;
  }
  .header_card .free_window .free_window_mark span {
    font-size: 11px;
    line-height: 13px;
  }
  .body_card {
    padding: 20px 27px 0px;
    gap: 10px;
  }
  .body_card p {
    font-size: 18px;
    line-height: 18px;
  }
  .body_card li {
    font-size: 18px;
    line-height: 18px;
    padding-left: 20px;
  }
  .body_card li:before {
    font-size: 40px;
  }
  .body_card span {
    font-size: 30px;
    line-height: 30px;
  }
  .footer_card {
    padding: 0px 30px 16px;
  }
  .footer_card ul li {
    border-radius: 5px;
    padding: 5px;
    gap: 5px;
    font-size: 14px;
    line-height: 100%;
  }
  .footer_card ul li:before {
    font-size: 17px;
  }
}
.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: 1177px) {
  .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;
  }
}
/*# sourceMappingURL=style.css.map */