/* Minification failed. Returning unminified contents.
(586,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(713,31): run-time error CSS1039: Token not allowed after unary operator: '-swiper-centered-offset-before'
(719,17): run-time error CSS1039: Token not allowed after unary operator: '-swiper-centered-offset-after'
(723,30): run-time error CSS1039: Token not allowed after unary operator: '-swiper-centered-offset-before'
(729,18): run-time error CSS1039: Token not allowed after unary operator: '-swiper-centered-offset-after'
(746,17): run-time error CSS1039: Token not allowed after unary operator: '-swiper-virtual-size'
(751,18): run-time error CSS1039: Token not allowed after unary operator: '-swiper-virtual-size'
(755,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(761,22): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-size'
(762,18): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-size'
(763,34): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-size'
(769,17): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-color'
(769,48): run-time error CSS1039: Token not allowed after unary operator: '-swiper-theme-color'
(780,21): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-size'
(863,17): run-time error CSS1039: Token not allowed after unary operator: '-swiper-pagination-bullet-width'
(863,55): run-time error CSS1039: Token not allowed after unary operator: '-swiper-pagination-bullet-size'
(864,18): run-time error CSS1039: Token not allowed after unary operator: '-swiper-pagination-bullet-height'
(864,57): run-time error CSS1039: Token not allowed after unary operator: '-swiper-pagination-bullet-size'
(867,22): run-time error CSS1039: Token not allowed after unary operator: '-swiper-pagination-bullet-inactive-color'
(868,19): run-time error CSS1039: Token not allowed after unary operator: '-swiper-pagination-bullet-inactive-opacity'
(889,19): run-time error CSS1039: Token not allowed after unary operator: '-swiper-pagination-bullet-opacity'
(890,22): run-time error CSS1039: Token not allowed after unary operator: '-swiper-pagination-color'
(890,53): run-time error CSS1039: Token not allowed after unary operator: '-swiper-theme-color'
(900,18): run-time error CSS1039: Token not allowed after unary operator: '-swiper-pagination-bullet-vertical-gap'
(916,20): run-time error CSS1039: Token not allowed after unary operator: '-swiper-pagination-bullet-horizontal-gap'
(939,22): run-time error CSS1039: Token not allowed after unary operator: '-swiper-pagination-color'
(939,53): run-time error CSS1039: Token not allowed after unary operator: '-swiper-theme-color'
(1045,28): run-time error CSS1039: Token not allowed after unary operator: '-swiper-preloader-color'
(1045,58): run-time error CSS1039: Token not allowed after unary operator: '-swiper-theme-color'
(1051,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1055,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
* {
  box-sizing: border-box;
  font-family: "Exo 2", sans-serif;
  outline: none;
}
*::selection {
  background-color: #9f9f9f;
  color: black;
}

body {
  margin: 0;
}

main {
  display: block;
}

button {
  border: none;
}

a {
  text-decoration: none;
  background-color: transparent;
  color: black;
}

li {
  list-style-type: none;
  text-align: left;
}

ul {
  padding-left: 0;
}

h2, p {
  margin: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

#loader {
  z-index: 111;
}
#loader .lds-ripple {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 80px;
  height: 80px;
}
#loader .lds-ripple div {
  position: absolute;
  border: 4px solid #9f9f9f;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
#loader .lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.clue-info {
  position: absolute;
  display: none;
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 0 0 25px rgba(73, 84, 83, 0.19);
  border-radius: 3px;
  z-index: 5;
  bottom: 25px;
  width: 230px;
  left: 33%;
}

.visible {
  display: block;
}

.below {
  top: 120%;
  bottom: auto;
}

.clue {
  position: relative;
  display: flex;
  align-items: center;
}
.clue img {
  padding: 2px 6px;
  margin-left: 6px;
  cursor: pointer;
  z-index: 1;
}

.overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  overflow-y: auto;
  z-index: 40;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6);
}

#overlay {
  padding: 0 3%;
}
#overlay .modal {
  position: relative;
  max-width: 497px;
  min-height: auto;
  cursor: default;
  margin: 80px auto;
  display: none;
  background: #FFFFFF;
  border-radius: 28px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  padding: 39px 52px 39px 49px;
  text-align: center;
}
#overlay .modal_logo {
  text-align: center;
}
#overlay .modal_logo img {
  width: 176px;
}
#overlay .modal h3 {
  font-weight: 400;
  font-size: 23px;
  line-height: 26px;
  text-align: center;
  margin: 26px 0 34px;
  color: #444444;
}
#overlay .modal > p {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #000000;
  margin-bottom: 22px;
}
#overlay .modal > div:first-of-type {
  position: absolute;
  top: -40px;
  right: -40px;
  font-size: 60px;
  color: #9f9f9f;
  border-radius: 3px;
  cursor: pointer;
}
#overlay .modal_descr {
  height: 1px;
  background: #e9e9e9;
  position: relative;
}
#overlay .modal_descr > p {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #626262;
  padding: 0 5px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 193px;
}
#overlay .modal > button {
  position: relative;
  margin-top: 23px;
  text-align: center;
  font-size: 16px;
  color: #000;
  background: inherit;
  cursor: pointer;
}
#overlay .modal form {
  display: flex;
  flex-direction: column;
}
#overlay .modal form label {
  position: relative;
  display: flex;
  flex-direction: column;
}
#overlay .modal form label .pass {
  position: absolute;
  right: 10px;
  top: 42%;
  cursor: pointer;
}
#overlay .modal form label .show-pass {
  min-width: 35px;
  min-height: 35px;
  background: url("/Content/_common/icons/closed-eye.svg");
}
#overlay .modal form label .hide-pass {
  min-width: 35px;
  min-height: 35px;
  background: url("/Content/_common/icons/eye.svg");
}
#overlay .modal form label span {
  color: #8c8c8c;
  font-size: 14px;
  width: fit-content;
  padding-left: 14px;
}
#overlay .modal form label span > a {
  font-weight: 700;
}
#overlay .modal form label input, #overlay .modal form label select {
  max-width: 100%;
  width: 399px;
  height: 48px;
  background: rgba(240, 240, 240, 0.66);
  border: none;
  margin-top: 8px;
  border-radius: 8px;
  padding: 14px 0 15px 27px;
  outline: 0;
}
#overlay .modal form label input::placeholder {
  color: #d5d5d5;
}
#overlay .modal form label + label {
  margin-top: 20px;
}
#overlay .modal form > button {
  background: #9f9f9f;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  display: block;
  margin: 30px auto 34px;
  border: none;
  height: 41px;
  width: 203px;
  border-radius: 44px;
}
#overlay .modal form .connect_btn {
  margin-top: 49px;
  width: 202px;
  height: 40px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #4E8418;
  background: #D9F42E;
}
#overlay .modal form .validation {
  font-size: 15px;
  color: #d14242;
  text-align: center;
}
#overlay .modal > span {
  font-size: 14px;
}
#overlay .show {
  display: block;
}
#overlay #timetable {
  padding: 39px 69px 46px;
  max-width: 806px;
}
#overlay #timetable > h3 {
  margin: 42px 0 17px;
}
#overlay #timetable > h4 {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #818181;
}
#overlay #timetable > button {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
#overlay #timetable .cards {
  margin: 26px 0 35px;
}
#overlay #timetable .cards > div {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
#overlay #timetable .cards > div .card {
  width: 202px;
  padding: 23px 12px 34px;
  background: #FFFFFF;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.09);
  border-radius: 9px;
  text-align: center;
  min-height: 263px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 7.5px 15px 7.5px;
}
#overlay #timetable .cards > div .card > p:first-of-type {
  font-size: 12px;
  line-height: 14px;
  color: #AFAFAF;
}
#overlay #timetable .cards > div .card p {
  font-size: 14px;
  line-height: 17px;
  color: #666666;
}
#overlay #timetable .cards > div .card > h3, #overlay #timetable .cards > div .card h4 {
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
#overlay #timetable .cards > div .card > h3 {
  min-height: 38px;
  font-weight: 600;
  margin: 6px 0 23px;
}
#overlay #timetable .cards > div .card > h4 {
  margin-top: 11px;
  font-weight: normal;
}
#overlay #timetable .cards > div .card > div > div {
  margin-top: 14px;
  margin-left: 14px;
}
#overlay #timetable .cards > div .card > div > div > p {
  position: relative;
  font-weight: 500;
  color: #000000;
}
#overlay #timetable .cards > div .card > div > div > p:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 0;
  bottom: 1px;
  background: url("/Content/autoschoolPartner/icons/calendar.svg") no-repeat center;
}
#overlay #timetable .cards > div .card > div > div > p > span {
  padding-right: 15px;
}
#overlay #timetable .cards > div .card > div > div > p + p {
  margin-top: 8px;
}
#overlay #timetable .description {
  text-align: center;
  margin-bottom: 42px;
}
#overlay #timetable .description > p {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #818181;
}
#overlay #timetable .description > p + p {
  margin-top: 17px;
}
#overlay #login form label:last-of-type, #overlay #registration form label:last-of-type {
  flex-direction: row;
  align-items: center;
  width: fit-content;
  cursor: pointer;
  position: relative;
}
#overlay #login form label:last-of-type .svg-icon, #overlay #registration form label:last-of-type .svg-icon {
  display: none;
  position: absolute;
  left: -1px;
  bottom: -2px;
  z-index: 5;
  cursor: pointer;
}
#overlay #login form label:last-of-type input, #overlay #registration form label:last-of-type input {
  position: absolute;
  width: auto;
  height: auto;
  margin: 0;
  opacity: 0;
  z-index: -2;
}
#overlay #login form label:last-of-type input:checked ~ .svg-icon, #overlay #registration form label:last-of-type input:checked ~ .svg-icon {
  display: block;
}
#overlay #login form label:last-of-type span, #overlay #registration form label:last-of-type span {
  position: relative;
  padding-left: 52px;
}
#overlay #login form label:last-of-type span::before, #overlay #registration form label:last-of-type span::before {
  content: "";
  position: absolute;
  width: 34px;
  height: 36px;
  left: 0;
  background: #F0F0F0;
  border-radius: 7px;
}
#overlay #login form .show, #overlay #registration form .show {
  margin-top: 30px;
}
#overlay #registration form label:last-of-type .svg-icon {
  bottom: -8px;
}
#overlay #login form label > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#overlay #login form label > div a {
  background: inherit;
  font-size: 14px;
  padding: 0 5px;
  color: #7B7B7B;
  height: auto;
  cursor: pointer;
}
#overlay #login form label:last-of-type span {
  line-height: 36px;
}
#overlay #login form > button {
  margin-top: 30px;
}
#overlay #registration form {
  margin-bottom: 8px;
}
#overlay #registration form .clue span {
  width: 280px;
}
#overlay #registration form label:last-of-type {
  text-align: left;
  cursor: default;
  margin-top: 30px;
}
#overlay #registration form label:last-of-type span::before {
  top: 4px;
  cursor: pointer;
}
#overlay #registration form > p {
  text-align: left;
  font-size: 14px;
  padding-left: 14px;
  margin-top: 6px;
  font-weight: 300;
  color: #b4b4b4;
}
#overlay #registration form > p > span {
  color: #c76e00;
}
#overlay #registration form > button {
  margin-top: 30px;
}
#overlay #application form {
  margin-bottom: 8px;
}
#overlay #forgot-password form .show, #overlay #phone-confirm form .show, #overlay #phone-confirm-for-password-reset form .show, #overlay #application form .show, #overlay #reset-password form .show {
  margin-top: 30px;
}
#overlay #application-crashed, #overlay #application-completed {
  padding: 33px 47px 37px;
}
#overlay #application-crashed h3, #overlay #application-completed h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  margin: 27px 0 0 0;
}
#overlay #phone-confirm-for-password-reset label > span, #overlay #phone-confirm label > span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
}
#overlay #phone-confirm-for-password-reset label > span a, #overlay #phone-confirm label > span a {
  background: inherit;
  font-size: 14px;
  padding: 0 5px;
  color: #7B7B7B;
  height: auto;
  cursor: pointer;
  font-weight: 400;
}
#overlay #phone-confirm .validation {
  margin-top: 20px;
}

.show {
  display: block;
}

.no-scroll {
  overflow: hidden;
}

@media (max-width: 576px) {
  #overlay .modal {
    width: 100%;
    padding: 39px 29px;
  }
  #overlay .modal_descr::before, #overlay .modal_descr::after {
    width: 6.8%;
  }
  #overlay .modal > div:first-of-type {
    right: 18px;
    top: -3px;
    font-size: 45px;
    line-height: 50px;
  }
  #overlay .modal form label input {
    width: 100%;
  }
  #overlay #login form label > div a {
    font-size: 14px;
  }
  #overlay #registration form label:last-of-type .svg-icon {
    bottom: 8px;
  }
  #overlay #timetable {
    padding: 39px 29px;
  }
}
@media (max-width: 452px) {
  #overlay #registration form .clue span {
    width: 230px;
    left: -4%;
  }
  #overlay .modal form label input {
    padding: 14px 0 15px 15px;
    font-size: 13px;
  }
}
@media (min-width: 576px) and (max-width: 1096px) {
  .overlay {
    padding: 0 5%;
  }
}
@media (max-width: 330px) {
  #overlay #registration form label:last-of-type .svg-icon {
    bottom: 24px;
  }
}

/*# sourceMappingURL=overlay.css.map */

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered > .swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}
#loader .lds-ripple div {
  border: 4px solid #A2CE0D;
}

#overlay .modal > div:first-of-type {
  color: #D9F42E;
}

button, input, optgroup, select, textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

* {
  scroll-behavior: smooth;
}

button, input {
  overflow: visible;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.connect_btn, .send_btn, .modal_btn {
  border-radius: 28px;
  border: none;
  cursor: pointer;
}

.connect_btn {
  margin-top: 49px;
  width: 216px;
  height: 59px;
  font-weight: bold;
  font-size: 21.9803px;
  color: #4E8418;
  background: radial-gradient(59.06% 145.13% at 53.12% 50%, #D9F42E 0%, #BDEC39 100%);
}

.send_btn {
  width: 214px;
  height: 40px;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  background: #37861b;
}

.modal_btn {
  width: 203px;
  height: 41px;
  background-color: #a22cde;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #fff;
}

.up {
  position: fixed;
  height: 40px;
  width: 40px;
  bottom: -20px;
  right: 30px;
  transition: 0.4s;
  opacity: 0;
  z-index: 1;
}

.arrow-show {
  cursor: pointer;
  bottom: 100px;
  right: 32px;
  transition: 0.4s;
  opacity: 1;
}

.special-offer {
  position: sticky;
  display: flex;
  justify-content: center;
  background: #C8EF34;
  font-size: 16px;
  width: 100%;
  padding: 10px;
  z-index: 20;
  top: 0;
}
.special-offer .pc {
  display: block;
}
.special-offer .mobile {
  display: none;
}

.header {
  padding: 40px 0;
  position: absolute;
  width: 100%;
}
.header .container {
  margin: 0 auto;
  max-width: 1284px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.header .container > a {
  z-index: 1;
}
.header .container > a img {
  display: flex;
}
.header .container nav {
  width: 42.5%;
  z-index: 1;
}
.header .container nav ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding-left: 0;
  max-width: 100%;
  margin: 0;
}
.header .container nav ul li a {
  font-family: "Exo 2", sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  text-decoration: none;
}
.header .container nav > img {
  display: none;
}
.header .container nav > div > a {
  display: none;
}
.header .container .wrapper {
  z-index: 2;
}
.header .container .wrapper .authorization {
  padding: 10px 18px 10px 13px;
  background-color: transparent;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  border-radius: 28px;
  cursor: pointer;
  transition: 0.4s;
}
.header .container .wrapper .authorization:hover {
  color: #C6EF36;
}
.header .container .wrapper img {
  width: 14px;
  height: 17.31px;
  margin-right: 19.49px;
}
.header .container .wrapper a {
  color: #FFFFFF;
  text-decoration: none;
}
.header .container .wrapper .hamburger {
  display: none;
}

.promo {
  position: relative;
  width: 100%;
  background: linear-gradient(283.66deg, rgba(155, 46, 157, 0.87) 13.08%, rgba(20, 77, 188, 0.87) 92.5%);
  padding: 120px 0 30px;
  height: 100vh;
  min-height: 680px;
  max-height: 980px;
  text-align: center;
  backface-visibility: hidden;
}
.promo .container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
  backface-visibility: hidden;
}
.promo h1 {
  position: relative;
  font-size: 70px;
  margin: 0;
  text-align: center;
  color: #FFFFFF;
  animation: fadeIn 1s 1;
}
.promo h1 span {
  color: #C6EF36;
}
.promo .advantages {
  max-width: 794px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.promo .advantages div {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
.promo .advantages div img {
  margin-right: 16px;
}
.promo .advantages div:nth-child(1) {
  animation: fadeFromDown 1s 1;
  animation-delay: 0.5s;
  animation-fill-mode: backwards;
}
.promo .advantages div:nth-child(2) {
  animation: fadeFromDown 1s 1;
  animation-delay: 1s;
  animation-fill-mode: backwards;
}
.promo .advantages div:nth-child(3) {
  animation: fadeFromDown 1s 1;
  animation-delay: 1.5s;
  animation-fill-mode: backwards;
}
.promo .connect_btn {
  margin: 0 auto;
  transition: 0.4s;
}
.promo .connect_btn:hover {
  color: #7355B6;
  transform: translateY(-2px);
  box-shadow: 0 2px darkgrey;
}
.promo .connect_btn:active {
  transform: translateY(2px);
}
.promo .double_arrow {
  cursor: pointer;
  animation-name: jumping;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.promo .double_arrow:hover {
  animation-play-state: paused;
}

@keyframes jumping {
  0% {
    transform: translateY(0);
  }
  85% {
    transform: translateY(0);
  }
  92.5% {
    transform: translateY(30%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-25%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeFromDown {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.live {
  position: relative;
  padding: 53px 0 69px 0;
  overflow: hidden;
}
.live::before {
  content: "";
  position: absolute;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  background: #F8F8F8;
  top: -380px;
  left: -380px;
  z-index: -1;
}
.live h2 {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #7355B6;
  margin: 0;
  padding: 0 9px;
}
.live_main {
  position: relative;
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
.live_main::before, .live_main::after {
  content: "";
  position: absolute;
  background: #F8F8F8;
  z-index: -2;
}
.live_main::before {
  width: 273px;
  height: 273px;
  border-radius: 41px;
  bottom: 5px;
  left: -110px;
}
.live_main::after {
  width: 396px;
  height: 396px;
  bottom: -48px;
  right: -290px;
  border-radius: 50%;
}
.live_main .second_wrapper {
  width: 234px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 20px;
}
.live_main .second_wrapper_interactive, .live_main .second_wrapper_chat {
  border-radius: 10px;
  padding: 19px 17px 20px 18px;
  background: #FFFFFF;
  height: 100%;
  border: 1px solid rgba(125, 83, 180, 0.3);
}
.live_main .second_wrapper_interactive h2, .live_main .second_wrapper_interactive p {
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
  color: #4E4E4E;
}
.live_main .second_wrapper_interactive h2 {
  position: relative;
  margin-left: 12px;
  text-align: left;
}
.live_main .second_wrapper_interactive h2::after {
  content: "";
  position: absolute;
  width: 5px;
  background: #7D53B4;
  bottom: 0;
  left: -12px;
  height: 100%;
}
.live_main .second_wrapper_interactive div {
  display: flex;
  align-items: center;
  margin-top: 24px;
  padding-left: 32px;
  position: relative;
  color: #484848;
}
.live_main .second_wrapper_interactive div::before, .live_main .second_wrapper_interactive div::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
}
.live_main .second_wrapper_interactive div::before {
  background-image: url("/Content/b2b/icons/checkbox-border.svg");
}
.live_main .second_wrapper_interactive div:first-of-type::after {
  background: url("/Content/b2b/icons/live-check.svg") center center/contain no-repeat;
  width: 16px;
  height: 16px;
  left: 5px;
}
.live_main .second_wrapper_interactive div + div {
  margin-top: 18px;
}
.live_main .second_wrapper_interactive button {
  margin-top: 27px;
  width: 119px;
  height: 25px;
  border-radius: 6px;
  background: #8252B3;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 12px;
  cursor: pointer;
}
.live_main .second_wrapper_chat {
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
  color: #4E4E4E;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.live_main .second_wrapper_chat .chat__message {
  width: 100%;
  border-bottom: 1px solid #b3b3b3;
  padding: 5px 0;
}
.live_main .second_wrapper_chat .chat__message_img {
  float: left;
  height: 30px;
  width: 30px;
  margin-right: 5px;
}
.live_main .second_wrapper_chat .chat__message_img img {
  width: 100%;
  height: 100%;
  border-radius: 100px;
}
.live_main .second_wrapper_chat .chat__message_name {
  margin-left: 3px;
  font-weight: 700;
}
.live_main .second_wrapper_chat .chat__message_text {
  font-size: 12px;
  line-height: 16px;
}
.live_main .second_wrapper_chat .chat__message small {
  float: right;
}
.live_main .second_wrapper_chat .chat__enter {
  display: flex;
  height: 50px;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  padding: 10px;
}
.live_main .second_wrapper_chat .chat__enter_text {
  border-right: 1px solid #b3b3b3;
  flex-grow: 2;
}
.live_main .second_wrapper_chat .chat__enter_icon {
  height: 20px;
  width: 20px;
  padding: 5px;
}
.live_main .second_wrapper_chat .chat__enter_icon img {
  height: 100%;
  width: 100%;
}
.live_main .second_wrapper .content > img {
  position: absolute;
  right: -90px;
  bottom: 242px;
}
.live_main .second_wrapper_block {
  position: absolute;
  top: -60px;
  right: 0;
}
.live_main .second_wrapper_block ul {
  display: flex;
  padding-left: 0;
  list-style-type: none;
}
.live_main .second_wrapper_block ul li {
  width: 105px;
  height: 31px;
  border-radius: 6px;
  border: 1px #F0E8F5 solid;
  color: #6B57B8;
  font-weight: normal;
  background: #FFFFFF;
  font-size: 18px;
  line-height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 5px;
}
.live_main .second_wrapper .tab_active {
  background: #F0E8F5;
}
.live_main .second_wrapper .content {
  height: 100%;
  margin-bottom: 20px;
}
.live_main .hided {
  display: none;
}
.live_main .first_wrapper > img {
  border-radius: 10px;
  height: 100%;
}
.live_main .teacher_board, .live_main .interactive_block, .live_main .web_block {
  position: absolute;
  padding: 21px 14px 35px 14px;
  max-width: 235px;
  min-height: 167px;
  background: #904FAF;
  border-radius: 6px;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}
.live_main .teacher_board img, .live_main .interactive_block img, .live_main .web_block img {
  position: absolute;
  z-index: 1;
}
.live_main .teacher_board_wrapper, .live_main .interactive_block_wrapper, .live_main .web_block_wrapper {
  position: relative;
}
.live_main .teacher_board_wrapper h2, .live_main .interactive_block_wrapper h2, .live_main .web_block_wrapper h2 {
  font-weight: bold;
  padding: 0;
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
}
.live_main .teacher_board {
  left: -29px;
  top: 134px;
  background: #6D57B7;
}
.live_main .teacher_board img {
  right: -32px;
  bottom: -99px;
}
.live_main .interactive_block {
  right: -264px;
  top: 8px;
  perspective: 1000px;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  min-width: 234px;
}
.live_main .interactive_block_wrapper {
  transform-style: preserve-3d;
}
.live_main .interactive_block_wrapper_front, .live_main .interactive_block_wrapper_back {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.live_main .interactive_block_wrapper_back {
  transform: rotateY(180deg);
}
.live_main .web_block {
  right: -30px;
  bottom: 55px;
}
.live_main .web_block::after {
  content: "";
  position: absolute;
  background: url("/Content/b2b/img/play-bg.png") center center/cover no-repeat;
  z-index: -2;
  width: 328px;
  height: 299px;
  top: -450px;
  left: -110px;
}
.live_main .web_block img {
  right: 147px;
  bottom: -91px;
}
.live .demo_link {
  position: relative;
  width: fit-content;
  padding: 0 77px 0 49px;
  height: 49px;
  border: 1px solid rgba(125, 83, 180, 0.3);
  border-radius: 28px;
  background: #FFFFFF;
  margin: 40px auto 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #7D53B4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.live .demo_link::after {
  content: "";
  position: absolute;
  background: url("/Content/b2b/icons/play.svg") center center/cover no-repeat;
  width: 26px;
  height: 26px;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.live .demo_link > span:first-of-type {
  display: none;
}

.types {
  padding: 81px 0 72px;
  background: linear-gradient(93.05deg, #475FC0 9.25%, #744AAA 55.99%);
}
.types .container h2 {
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 72px;
  padding: 0 9px;
}
.types .container > div {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.types .container > div > div {
  display: flex;
  align-items: center;
  padding: 0 9px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.types .container > div > div::-webkit-scrollbar {
  display: none;
}
.types .container > div > div h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  color: #C6EF36;
  margin: 0 0 32px;
  text-align: center;
}
.types .container > div > div > div:first-of-type > div {
  position: relative;
  padding: 38px 52px 42px;
  width: 253px;
  border: 2px solid #C6EF36;
  border-radius: 9px;
}
.types .container > div > div > div:first-of-type > div > :nth-child(odd) {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #CBCBCB;
  margin-bottom: 8px;
}
.types .container > div > div > div:first-of-type > div > :nth-child(even) {
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  color: #FFFFFF;
  margin-bottom: 34px;
}
.types .container > div > div > div:first-of-type > div > :last-child {
  margin-bottom: 0;
}
.types .container > div > div > div:first-of-type .types_record::after {
  position: absolute;
  content: "";
  right: 27.5px;
  bottom: -52px;
  width: 161px;
  height: 89px;
  background: url("/Content/b2b/img/udobno.png") center;
}
.types .container > div > div > div:first-of-type .types_live::after {
  position: absolute;
  content: "";
  right: -11px;
  bottom: -40px;
  width: 245px;
  height: 71px;
  background: url("/Content/b2b/img/effectivno.png") center;
}
.types .container > div > div > div:last-of-type {
  margin-left: 31px;
  margin-top: 60px;
  width: 249px;
}
.types .container > div > div > div:last-of-type .advantage::before, .types .container > div > div > div:last-of-type .flow::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
}
.types .container > div > div > div:last-of-type .advantage::before {
  background: url("/Content/b2b/icons/pls.svg") center;
}
.types .container > div > div > div:last-of-type .flow::before {
  background: url("/Content/b2b/icons/att.svg") center;
}
.types .container > div > div > div:last-of-type > p {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 33.5px;
  padding-left: 42px;
}
.types .container > div > div > div:last-of-type > :last-child {
  margin-bottom: 0;
}
.types .container button {
  display: block;
  margin: 73px auto 0;
  font-size: 18px;
  line-height: 22px;
}
.types .show-timetable {
  margin-left: 0;
}

.creation {
  padding: 72px 0 82px;
}
.creation h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #7355B6;
  margin-bottom: 50px;
  padding: 0 9px;
}
.creation .container .stages-content {
  position: relative;
}
.creation .container .stages-content > div {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 48px;
  padding: 0 9px;
}
.creation .container .stages-content > div::before {
  position: absolute;
  content: "";
  width: 622px;
  height: 434px;
  left: -280px;
  top: -75px;
  background: url("/Content/b2b/img/camera.png") center center/cover no-repeat;
  z-index: -1;
}
.creation .container .stages-content > div > div {
  position: relative;
  width: 320px;
}
.creation .container .stages-content > div > div > div:first-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 79px;
  height: 79px;
  background: #B2D92B;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #FFFFFF;
  border-radius: 50%;
  z-index: 1;
  margin-bottom: 55px;
}
.creation .container .stages-content > div > div p {
  position: relative;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #7355B6;
  padding-left: 24px;
  text-align: left;
}
.creation .container .stages-content > div > div p::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #7355B6;
}
.creation .container .stages-content > div > div p + p {
  margin-top: 29px;
}
.creation .container .stages-content > div > img {
  border: 1px solid #7355B6;
  border-radius: 9px;
}
.creation .container .stages-content .hide {
  display: none;
}
.creation .container .stages-creation {
  display: flex;
  justify-content: space-between;
  padding: 0 9px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.creation .container .stages-creation::-webkit-scrollbar {
  display: none;
}
.creation .container .stages-creation > div {
  position: relative;
  cursor: pointer;
}
.creation .container .stages-creation > div > div {
  position: relative;
  min-width: 240px;
  padding: 34px;
  background: rgba(178, 217, 43, 0.12);
  border-radius: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  overflow: hidden;
}
.creation .container .stages-creation > div > div span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
}
.creation .container .stages-creation > div > div p {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #4E8418;
  text-align: center;
}
.creation .container .stages-creation > div + div::before {
  position: absolute;
  content: "";
  left: -17%;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 16px;
  background: url("/Content/b2b/icons/r-arrow.svg") center;
}
.creation .container .stages-creation > div:last-of-type {
  margin-right: 0;
}
.creation .container .stages-creation .active-stage span {
  width: 100%;
  background: #B2D92B;
  transition: 6s linear width;
}

.offers {
  position: relative;
  padding: 48px 0 53px;
  text-align: center;
}
.offers::after {
  z-index: -2;
  position: absolute;
  content: "";
  width: 100%;
  height: 1880px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background: url("/Content/b2b/img/offers-bg-arrow.svg") center center/contain no-repeat;
}
.offers .container {
  max-width: 1350px;
}
.offers .container > h2 {
  color: #7355B6;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  margin: 0;
}
.offers .container h3 {
  margin: 64px 0 0;
  color: #727272;
  font-weight: 300;
  font-size: 19px;
  line-height: 23px;
  padding: 0 9px;
}
.offers .container > div > :first-child {
  width: 100%;
  padding: 0 40px;
  overflow-x: auto;
  margin-top: 36px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.offers .container > div > :first-child::-webkit-scrollbar {
  display: none;
}
.offers .container > div > :first-child > ul {
  position: relative;
  width: max-content;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
.offers .container > div > :first-child > ul::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #9474BE;
  z-index: 0;
}
.offers .container > div > :first-child > ul li {
  font-size: 16px;
  line-height: 19px;
  padding: 10px 16px 14px;
  color: #484848;
  cursor: pointer;
  white-space: nowrap;
}
.offers .container > div > :last-child > div .swiper-container {
  position: relative;
}
.offers .container > div > :last-child > div .swiper-container .swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.offers .container > div > :last-child > div .swiper-container .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 450px;
  height: 450px;
}
.offers .container > div > :last-child > div .swiper-container .swiper-button-next, .offers .container > div > :last-child > div .swiper-container .swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #F3F3F3;
  color: #c2c2c2;
}
.offers .container > div > :last-child > div .swiper-container .swiper-button-next:after, .offers .container > div > :last-child > div .swiper-container .swiper-button-prev:after {
  content: "";
  display: none;
}
.offers .container > div > :last-child > div .swiper-container .swiper-button-prev {
  left: -85px;
}
.offers .container > div > :last-child > div .swiper-container .swiper-button-next {
  right: -85px;
}
.offers .container > div > :last-child > div .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  border-radius: 9px;
}
.offers .container > div > :last-child > div .swiper-container .swiper-pagination-bullet {
  background-color: #C7B7E9;
  transition: 1s;
}
.offers .container > div > :last-child > div .swiper-container .swiper-pagination-bullet-active {
  background-color: #855EDC;
  width: 24px;
  border-radius: 3px;
}
.offers .container > div > :last-child > div .training-program_wrapper {
  overflow-x: auto;
  justify-content: space-between;
  padding: 50px 0;
  display: flex;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.offers .container > div > :last-child > div .training-program_wrapper::-webkit-scrollbar {
  display: none;
}
.offers .container > div > :last-child > div .training-program_wrapper_item {
  position: relative;
  background: #FFFFFF;
  box-shadow: 1px 1px 10px rgba(128, 128, 128, 0.2392156863);
  border-radius: 9px;
  height: 362px;
  padding: 38px 0 36px 0;
  margin: 10px 15px;
  min-width: 294px;
}
.offers .container > div > :last-child > div .training-program_wrapper_item > h2 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}
.offers .container > div > :last-child > div .training-program_wrapper_item > img {
  margin-top: 39px;
  width: 100%;
  border-radius: 0;
}
.offers_content {
  display: none;
}
.offers_content_active {
  display: block;
}

.care {
  position: relative;
  padding: 69px 0 191px;
  text-align: center;
}
.care::after {
  z-index: -2;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background: url("/Content/b2b/img/care-bg-arrow.svg") center center/contain no-repeat;
}
.care h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #7355B6;
  padding: 0 9px;
  margin: 0 0 76px;
}
.care > div + div {
  margin-top: 30px;
}
.care > div {
  height: 310px;
  display: flex;
}
.care > div > div {
  width: 50%;
}
.care > div .care_description {
  background: linear-gradient(90.25deg, #6950B0 42%, #754BAB 89.48%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding-left: 100px;
}
.care > div .care_description > div {
  width: 400px;
  margin-right: auto;
}
.care > div p {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #FFFFFF;
}
.care > div p + p {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  margin-top: 31px;
}
.care > div .bg {
  background: transparent;
  text-align: right;
}
.care > div .bg img {
  margin: 0 -1px;
  height: 100%;
  border-radius: 10px 0 0 10px;
}
.care .care_service_r .bg {
  text-align: left;
}
.care .care_service_r .bg img {
  border-radius: 0 9px 9px 0;
}
.care .care_service_r .care_service_description_r {
  background: linear-gradient(90.58deg, #4860C0 7.53%, #6751B1 60.92%);
  text-align: right;
  padding-left: 0;
  padding-right: 100px;
}
.care .care_service_r .care_service_description_r > div {
  margin-left: auto;
  margin-right: 0;
}

.system {
  padding: 0 0 116px;
  text-align: center;
  margin-top: -100px;
}
.system h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #7355B6;
  padding: 0 9px;
}
.system > :first-child > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 90px 16px 0;
}
.system > :first-child > div > div {
  width: 33%;
}
.system > :first-child > div > div p {
  margin-top: 36px;
  font-weight: 600;
  font-size: 21px;
  line-height: 25px;
  color: #4E4E4E;
}
.system > :first-child .connect_btn {
  margin-top: 90px;
}

.ask {
  padding: 0 0 65px 0;
  text-align: center;
}
.ask h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #FFFFFF;
  margin: 0 0 42px 0;
}
.ask > :first-child > div {
  padding: 73px 0 63px;
  margin: 0 10px;
  background: linear-gradient(91.5deg, #4E5EBE 8.9%, #734DAD 88.11%);
  border-radius: 40px;
}
.ask > :first-child > div .ask_item {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 21px 94px 20px 94px;
  border-radius: 13px;
  cursor: pointer;
  margin-top: 25px;
}
.ask > :first-child > div .ask_item p {
  position: relative;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}
.ask > :first-child > div .ask_item p::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 3px;
  left: -26px;
  background: center center no-repeat url(/Content/b2b/icons/arrow_dropdown.svg);
  transition: 0.2s all;
}
.ask > :first-child > div .ask_hidden {
  height: 0;
  border-radius: 0 0 13px 13px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  width: 60%;
  margin: 0 auto;
}
.ask > :first-child > div .ask_hidden p {
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  line-height: 24px;
  color: #FFFFFF;
  margin-top: 17px;
  margin-bottom: 30px;
}
.ask > :first-child > div .show {
  height: auto;
}
.ask form {
  padding: 46px 74px 39px 74px;
  max-width: 720px;
  min-height: 374px;
  margin: 29px auto 0;
}
.ask form h2 {
  text-align: center;
  font-weight: normal;
  font-size: 26px;
  line-height: 31px;
  color: #7355B6;
  margin: 0;
}
.ask form > div {
  display: flex;
  flex-direction: column;
}
.ask form > div > div {
  display: flex;
  justify-content: space-between;
}
.ask form > div input, .ask form > div textarea {
  height: 34px;
  padding: 0;
  width: 46%;
  margin: 46px 0 0;
  border: none;
  border-bottom: 1px solid #7355B6;
  color: #424242;
  outline: none;
}
.ask form > div textarea {
  width: 100%;
  resize: none;
  overflow: hidden;
  padding: 0;
  margin-top: 46px;
  height: 30px;
}
.ask form > div input::placeholder, .ask form > div textarea::placeholder {
  color: rgba(115, 85, 182, 0.24);
}
.ask form .send_btn {
  margin-top: 46px;
  background: #7355B6;
  color: #FFFFFF;
}
.ask form .validation {
  display: none;
  margin-top: 30px;
  font-size: 15px;
  color: #d14242;
}
.ask form .validation.show {
  display: block;
}

.footer {
  padding: 32px 0 28px 0;
  width: 100%;
  min-height: 113px;
  background: #7355B6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.footer a {
  position: relative;
  color: #FFFFFF;
  font-weight: 500;
  text-decoration: none;
}
.footer_main {
  display: flex;
  align-items: center;
}
.footer_main_tel, .footer_main_email, .footer_main_link {
  margin: 0 25.5px;
}
.footer_main_tel {
  font-size: 16px;
}
.footer_main_email, .footer_main_link {
  font-size: 14px;
}
.footer a + a::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #B4B4B4;
  left: -27px;
  top: 9px;
}
.footer_descr {
  text-align: center;
}
.footer_descr a {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}
.footer_descr br {
  display: none;
}

@media (max-width: 1600px) {
  .offers .container {
    max-width: 1280px;
  }
  .offers .container > div > :last-child > div .swiper-container .swiper-button-prev, .offers .container > div > :last-child > div .swiper-container .swiper-button-next {
    background: rgba(243, 243, 243, 0.7490196078);
  }
  .offers .container > div > :last-child > div .swiper-container .swiper-button-prev {
    left: 25px;
  }
  .offers .container > div > :last-child > div .swiper-container .swiper-button-next {
    right: 25px;
  }
  .care::after {
    background-size: cover;
  }
}
@media (max-width: 1526px) {
  .offers::after {
    background-size: cover;
  }
}
@media (max-width: 1440px) {
  .promo h1 {
    font-size: 4.87vw;
  }
  .promo h1 br {
    display: block;
  }
  .live {
    position: relative;
  }
  .live_main {
    margin-top: 257px;
  }
  .live_main::before {
    left: 0;
    bottom: -70px;
  }
  .live_main::after {
    bottom: 0;
    right: -150px;
  }
  .live_main .first_wrapper {
    position: relative;
  }
  .live_main .second_wrapper_block {
    bottom: -60px;
    top: auto;
  }
  .live_main .content > img {
    display: none;
  }
  .live_main .teacher_board, .live_main .interactive_block, .live_main .web_block {
    padding: 15px;
    top: -187px;
  }
  .live_main .teacher_board img, .live_main .interactive_block img, .live_main .web_block img {
    display: none;
  }
  .live_main .teacher_board {
    left: 0;
  }
  .live_main .interactive_block {
    right: 0;
    left: -106.5%;
  }
  .live_main .web_block {
    right: -53%;
    bottom: auto;
  }
  .live_main .web_block::after {
    top: -175px;
    left: 90px;
  }
  .live .demo_link {
    margin-top: 90px;
  }
}
@media (max-width: 1200px) {
  .live::before {
    width: 620px;
    height: 620px;
    top: -310px;
    left: -310px;
  }
  .live_main_wrapper h1 {
    font-size: 17px;
  }
  .offers::after {
    background: url("/Content/b2b/img/m-offers-bg-arrow.svg") center center/contain no-repeat;
    height: 2425px;
  }
  .types .container > div {
    flex-direction: column;
  }
  .types .container > div > div + div {
    margin-top: 80px;
  }
  .types .container button {
    margin: 100px auto 0;
  }
  .creation .container .stages-creation {
    overflow: scroll;
  }
  .creation .container .stages-creation > div {
    margin-right: 34px;
  }
  .creation .container .stages-creation > div + div::before {
    left: -8.5%;
  }
  .creation .container .stages-content > div {
    justify-content: space-around;
  }
  .creation .container .stages-content > div::before {
    width: 452px;
    height: 315px;
    left: -105px;
    top: -10px;
  }
  .creation .container .stages-content > div > img {
    width: 590px;
    height: 320px;
  }
  .care > div .care_description {
    padding-left: 50px;
  }
  .care > div .care_description > div {
    width: 60%;
  }
  .care .care_service_r .care_service_description_r {
    padding-left: 0;
    padding-right: 50px;
  }
}
@media (max-width: 1075px) {
  .creation .container .stages-creation {
    justify-content: flex-start;
  }
}
@media (max-width: 1014px) {
  .care > div > div {
    width: auto;
  }
  .care > div .care_description > div {
    width: 80%;
  }
  .care > div .care_description .bg img {
    border-radius: 0;
  }
  .care > div .care_service_r .bg img {
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .header {
    padding: 30px 0;
  }
  .header .container {
    padding: 0 26px;
    justify-content: space-between;
  }
  .header .container nav {
    position: fixed;
    top: 0;
    right: -150%;
    width: 300px;
    background-color: #FFFFFF;
    transition: 0.2s ease-out;
    height: 100%;
    padding: 65px 40px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
  }
  .header .container nav ul {
    justify-content: center;
    flex-direction: column;
    margin: 0 0 120px;
  }
  .header .container nav ul li a {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #818181;
    text-align: left;
  }
  .header .container nav ul li + li {
    margin-top: 29px;
  }
  .header .container nav > div > a {
    display: block;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #b2b2b2;
  }
  .header .container nav > div > a + a {
    margin-top: 15px;
  }
  .header .container .menu_active {
    z-index: 41;
    right: -1px;
  }
  .header .container .menu_active > img {
    display: block;
    margin-bottom: 80px;
  }
  .header .container .wrapper {
    width: 242px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .container .wrapper .hamburger {
    position: relative;
    cursor: pointer;
    display: block;
    width: 48px;
    padding: 8px;
  }
  .header .container .wrapper .hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 5px;
    transition: 0.2s all;
  }
  .header .container .wrapper .hamburger span:nth-child(2) {
    width: 20px;
    margin: 6px;
  }
  .header .container .wrapper .hamburger span + span {
    margin-top: 6px;
  }
  .header .container .wrapper_active {
    z-index: 41;
  }
  .header .container .wrapper_active .authorization {
    visibility: hidden;
  }
  .header .container .wrapper_active .hamburger {
    height: 48px;
  }
  .header .container .wrapper_active .hamburger span {
    position: relative;
    top: 13px;
    background: #8E8E8E;
  }
  .header .container .wrapper_active .hamburger span:nth-child(1) {
    transform: rotate(-45deg);
  }
  .header .container .wrapper_active .hamburger span:nth-child(2) {
    transition: 0.2s all;
    height: 0;
    overflow: hidden;
  }
  .header .container .wrapper_active .hamburger span:nth-child(3) {
    transform: rotate(45deg);
  }
  .header .container .wrapper_active .hamburger span + span {
    margin-top: -15px;
  }
  .promo .advantages {
    justify-content: space-evenly;
  }
  .creation .container .stages-content > div {
    flex-direction: column;
    justify-content: center;
  }
  .creation .container .stages-content > div::before {
    left: -25px;
    top: 55px;
  }
  .creation .container .stages-content > div > img {
    width: 555px;
    height: auto;
  }
  .creation .container .stages-content > div > div {
    width: auto;
    text-align: center;
    margin-bottom: 47px;
  }
  .creation .container .stages-content > div > div > div:first-of-type {
    margin: 0 auto 50px;
  }
  .creation .container .stages-creation > div + div::before {
    left: -20px;
  }
  .care::after {
    background: url("/Content/b2b/img/m-care-bg-arrow.svg") center center/contain no-repeat;
  }
  .care > div {
    flex-direction: column-reverse;
    max-width: 378px;
    margin: 0 auto;
    padding: 0 5px;
    height: auto;
  }
  .care > div .care_description {
    padding: 50px 49px 48px 36px;
    border-radius: 10px 10px 0 0;
    margin: 0;
  }
  .care > div .care_description p {
    font-size: 21px;
    line-height: 25px;
  }
  .care > div .care_description p + p {
    margin-top: 16px;
    font-size: 16px;
    line-height: 19px;
  }
  .care > div .care_description > div {
    width: auto;
  }
  .care > div .bg img {
    margin: -1px 0 0;
    border-radius: 0 0 10px 10px;
    width: 100%;
  }
  .care .show-timetable {
    margin-left: 0;
    margin-right: auto;
  }
  .care .care_service_r {
    flex-direction: column;
  }
  .care .care_service_r .care_service_description_r {
    padding: 50px 49px 48px 36px;
    text-align: left;
  }
  .care .care_service_r .care_service_description_r > div {
    margin: 0;
  }
  .care .care_service_r .bg img {
    border-radius: 0 0 10px 10px;
    margin: -1px 0 0;
  }
  .footer {
    padding: 46px 0 45px 0;
  }
  .footer_main {
    flex-direction: column;
  }
  .footer_main_tel, .footer_main_email, .footer_main_link {
    margin: 0;
  }
  .footer_main_tel {
    font-size: 21px;
    line-height: 25px;
  }
  .footer_main_email {
    position: relative;
    margin-top: 16px;
    font-size: 18px;
    line-height: 22px;
  }
  .footer_main_email::after {
    content: "";
    display: block;
    position: absolute;
    width: 155.5px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50.5px;
    border-bottom: 1px solid #AAAAAA;
  }
  .footer_main_link {
    margin-top: 91px;
  }
  .footer_main_link + .footer_main_link {
    margin-top: 24px;
  }
  .footer_descr {
    margin-top: 24px;
  }
  .footer_descr a {
    font-size: 16px;
    line-height: 19px;
  }
  .footer a + a::before {
    content: none;
  }
  .special-offer .pc {
    display: none;
  }
  .special-offer .mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .promo {
    height: min(max(100vh, 650px), 850px);
    padding: 130px 0 80px;
  }
  .promo .advantages {
    flex-direction: column;
  }
  .promo .advantages div {
    width: 220px;
    justify-content: flex-start;
  }
  .promo .advantages div img {
    margin-right: 25px;
  }
  .promo .advantages div + div {
    margin-top: 21.5px;
  }
  .promo .double_arrow {
    bottom: 15px;
  }
  .live {
    padding: 53px 0 70px 0;
  }
  .live::before {
    width: 450px;
    height: 450px;
    top: 35px;
    left: -237px;
  }
  .live h2 {
    font-size: 27px;
  }
  .live_main {
    margin: 259px 9px 0;
    flex-direction: column;
  }
  .live_main::before {
    left: -162px;
    bottom: -261px;
  }
  .live_main::after {
    bottom: -160px;
    right: -280px;
  }
  .live_main .web_block {
    top: -220px;
    right: auto;
    left: 0;
  }
  .live_main .first_wrapper {
    margin: 0 auto;
  }
  .live_main .first_wrapper img {
    max-width: 100%;
  }
  .live_main .teacher_board {
    top: -220px;
    left: auto;
    right: 0;
  }
  .live_main .web_block::before, .live_main .teacher_board::before {
    position: absolute;
    content: "";
    background: url("/Content/b2b/icons/arrow-short.svg") center center/cover no-repeat;
    width: 18px;
    height: 25px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
  }
  .live_main .second_wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
  }
  .live_main .second_wrapper_interactive, .live_main .second_wrapper_chat {
    margin-top: -4px;
    border: 1px solid rgba(125, 83, 180, 0.3);
    border-radius: 0 0 10px 10px;
    min-height: 250px;
    z-index: -1;
  }
  .live_main .second_wrapper_interactive .chat__enter, .live_main .second_wrapper_chat .chat__enter {
    margin-top: 5px;
  }
  .live_main .second_wrapper_block {
    bottom: -85px;
    right: 50%;
    transform: translateX(50%);
  }
  .live_main .second_wrapper_block .tab_active::before {
    position: absolute;
    content: "";
    background: url("/Content/b2b/icons/arrow-short.svg") center center/cover no-repeat;
    width: 18px;
    height: 25px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    bottom: -33px;
  }
  .live_main .second_wrapper_block ul li {
    position: relative;
    width: 135px;
    height: 41px;
  }
  .live_main .second_wrapper .teacher_webcam {
    width: 180px;
    position: absolute;
    top: -120px;
    left: 8px;
  }
  .live_main .first_wrapper > img {
    border-radius: 10px 10px 0 0;
  }
  .live_main .web_block::after {
    height: 195px;
    width: 225px;
    top: -200px;
    left: 275px;
  }
  .live_main .interactive_block {
    left: 0;
    top: auto;
    max-width: 100%;
    bottom: -233px;
    min-height: 120px;
    padding: 23px;
  }
  .live_main .interactive_block_wrapper {
    width: 65%;
    margin: 0 auto;
  }
  .live .demo_link {
    margin-top: 260px;
  }
  .offers::after {
    height: 2270px;
  }
  .offers .container h2 {
    padding: 0 54px;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
  }
  .offers .container h2 br {
    display: none;
  }
  .offers .container > div > :last-child > div .swiper-container .swiper-slide {
    width: 320px;
    height: 320px;
  }
  .offers .container > div > :last-child > div .swiper-container .swiper-button-prev, .offers .container > div > :last-child > div .swiper-container .swiper-button-next {
    display: none;
  }
  .system {
    padding: 0 0 84px 0;
  }
  .system h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .system > :first-child > div {
    margin-top: 0;
    flex-direction: column;
  }
  .system > :first-child > div > div {
    margin-top: 64px;
  }
  .system > :first-child > div > div img {
    width: 70px;
  }
  .system > :first-child > div > div p {
    margin-top: 24px;
    font-size: 20px;
    line-height: 24px;
  }
  .system > :first-child .connect_btn {
    margin-top: 84px;
  }
  .ask > :first-child > div .ask_item {
    justify-content: flex-start;
  }
  .ask > :first-child > div .ask_item p {
    text-align: left;
  }
  .ask > :first-child > div .ask_hidden {
    width: 85%;
  }
  .ask > :first-child > div .ask_hidden p {
    text-align: left;
    padding: 0 40px;
  }
  .creation {
    padding: 65px 0 82px;
  }
}
@media (max-width: 625px) {
  .offers::after {
    background-size: cover;
  }
}
@media (max-width: 575px) {
  .header {
    padding: 25px 0;
  }
  .header .container {
    padding: 0 16px;
  }
  .header .container .wrapper {
    width: 84px;
  }
  .header .container .wrapper .authorization {
    padding: 0;
    width: 31px;
    height: 31px;
  }
  .header .container .wrapper .authorization img {
    margin-right: 0;
  }
  .header .container .wrapper .authorization span {
    display: none;
  }
  .promo {
    padding: 100px 0 50px;
  }
  .promo h1 {
    padding: 0 25px;
    font-size: 28px;
    line-height: 115%;
  }
  .promo h1 ::after {
    width: 130px;
  }
  .promo h1 br {
    display: none;
  }
  .promo .advantages > div {
    font-size: 19.6px;
  }
  .promo .advantages > div img {
    width: 38px;
    height: 26px;
  }
  .live::before {
    left: -320px;
  }
  .live h2 {
    font-size: 24px;
    line-height: 29px;
  }
  .live h2 br:last-of-type {
    display: none;
  }
  .live_main::before {
    left: -222px;
    bottom: -221px;
  }
  .live_main .second_wrapper::after {
    right: -280px;
  }
  .live_main .second_wrapper img {
    width: 150px;
    top: -100px;
  }
  .live_main .second_wrapper_interactive, .live_main .second_wrapper_chat {
    min-height: 280px;
  }
  .live_main .first_wrapper img {
    max-width: 100%;
  }
  .live_main .teacher_board_wrapper, .live_main .interactive_block_wrapper, .live_main .web_block_wrapper {
    font-size: 14px;
    line-height: 16px;
    width: 100%;
  }
  .live_main .teacher_board_wrapper h1, .live_main .interactive_block_wrapper h1, .live_main .web_block_wrapper h1 {
    font-size: 16px;
    line-height: 19px;
  }
  .live_main .teacher_board_wrapper_back, .live_main .interactive_block_wrapper_back, .live_main .web_block_wrapper_back {
    width: 100%;
  }
  .live_main .teacher_board, .live_main .web_block {
    min-height: 182px;
    width: 49%;
    top: -229px;
  }
  .live_main .teacher_board::before, .live_main .web_block::before {
    bottom: -35px;
  }
  .live_main .teacher_board_wrapper, .live_main .web_block_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 90%;
  }
  .live_main .web_block::after {
    height: 170px;
    width: 200px;
    top: -170px;
    left: 235px;
  }
  .live .demo_link {
    margin-top: 267px;
    padding: 0 44px 0 20px;
  }
  .live .demo_link > span:first-of-type {
    display: block;
  }
  .live .demo_link:after {
    right: 12px;
  }
  .connect_btn {
    margin-top: 53px;
    font-size: 18px;
  }
  .offers {
    padding: 48px 0 46px;
  }
  .offers::after {
    height: 2240px;
  }
  .offers .container h2 {
    padding: 0 9px;
  }
  .offers .container > div > :first-child {
    padding: 0 30px;
  }
  .types {
    padding: 68px 0;
  }
  .types .container h2 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 51px;
    font-weight: 700;
  }
  .types .container > div {
    align-items: flex-start;
  }
  .types .container > div > div {
    overflow-x: scroll;
    width: 100%;
    padding: 0 50px 50px;
  }
  .types .container > div > div + div {
    margin-top: 30px;
  }
  .types .container button {
    margin: 50px auto 0;
  }
  .care {
    padding: 49px 0 152px;
  }
  .care h2 {
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 60px;
  }
  .care > div .care_description {
    padding: 50px 40px 48px 30px;
  }
  .care .care_service_r .care_service_description_r {
    padding: 50px 40px 48px 30px;
  }
  .creation {
    padding: 65px 0 49px;
  }
  .creation .container h2 {
    font-size: 24px;
    line-height: 29px;
  }
  .creation .container .stages-creation {
    padding: 0 45px;
  }
  .creation .container .stages-content > div {
    margin-bottom: 40px;
  }
  .creation .container .stages-content > div::before {
    left: -190px;
    top: 40px;
  }
  .creation .container .stages-content > div > img {
    width: 100%;
    height: auto;
  }
  .creation .container .stages-content > div > div p {
    font-size: 18px;
    line-height: 22px;
  }
  .ask {
    padding: 0 0 35px;
  }
  .ask > :first-child > div {
    margin: 0;
    border-radius: 0;
  }
  .ask > :first-child > div .ask_item {
    padding: 21px 45px 20px 45px;
  }
  .ask > :first-child > div .ask_hidden {
    width: 100%;
  }
  .ask > :first-child > div .ask_hidden p {
    padding: 0 44px;
  }
  .ask form {
    padding: 0 41px;
    filter: none;
  }
  .ask form > div > div {
    flex-direction: column;
  }
  .ask form > div > div input {
    width: 100%;
  }
  .footer_descr br {
    display: block;
  }
  .modal {
    padding: 39px 18px 39px 18px;
  }
  .modal_descr {
    font-size: 15px;
  }
  .modal_descr::before, .modal_descr::after {
    width: 20.8%;
  }
  .modal_close {
    top: -19px;
    right: 20px;
    color: #a22cde;
  }
}
@media (max-width: 480px) {
  .care::after {
    background-size: cover;
  }
}
@media (max-width: 362px) {
  .live_main .web_block::after {
    left: 185px;
  }
  .live_main .interactive_block {
    padding: 25.5px;
  }
  .live_main .interactive_block_wrapper {
    width: 100%;
  }
  .live_main .interactive_block_wrapper h2 {
    font-size: 17px;
  }
}
@media (max-width: 375px) {
  .promo h1 {
    padding: 0 9px;
  }
  .offers .container > h2 {
    padding: 0 9px;
  }
  .offers .container > div > :last-child > div .swiper-container .swiper-slide {
    width: 300px;
    height: 300px;
  }
  .offers .container > div > :last-child > div .training-program_wrapper_item {
    margin: 10px 13px;
    min-width: 271px;
  }
  .types .container > div > div {
    padding-left: 10px;
  }
  .creation .container .stages-content > div::before {
    width: 280px;
    height: 195px;
    left: -80px;
    top: 80px;
  }
  .live_main .second_wrapper_interactive, .live_main .second_wrapper_chat {
    min-height: 325px;
  }
}
.show-timetable {
  margin-left: auto;
  width: fit-content;
  text-decoration: underline;
  cursor: pointer;
}

.active {
  display: block;
}

.hidden {
  overflow: hidden;
}

.offers_tab_active {
  position: relative;
  font-weight: 600;
}
.offers_tab_active::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 2px solid #a22cde;
  z-index: 5;
}

.training-program_tab_active {
  position: relative;
  font-weight: 600;
}
.training-program_tab_active::after {
  content: "";
  position: absolute;
  width: 5px;
  background: #a22cde;
  bottom: 0;
  right: -10px;
  height: 100%;
}

.training-program_active {
  display: flex;
}

.ask_item_active {
  border-radius: 13px 13px 0 0;
}

.ask_item_active > p::before {
  transform: rotate(90deg);
}

.swiper-button-prev img, .swiper-button-next img {
  stroke: red;
}

.cookie {
  position: fixed;
  left: 3%;
  bottom: 3%;
  padding: 24px;
  width: 200px;
  background: #FFFFFF;
  z-index: 999;
  box-shadow: 0 0 25px rgba(73, 84, 83, 0.19);
  border-radius: 3px;
}
.cookie > p {
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  color: #747474;
  margin: 0;
}
.cookie > p > a {
  color: #000000;
  border-bottom: 1px dashed #1F1F1F;
}
.cookie > button {
  border-radius: 2px;
  margin-top: 26px;
  width: 100%;
  height: 41px;
  cursor: pointer;
  background: #7355B6;
  color: #FFFFFF;
}

.info-close {
  padding: 5px;
  content: "";
  width: 20px;
  height: 20px;
  background: url(/Content/autoschoolPartner/icons/close-small.svg) no-repeat center;
  right: 7px;
  top: 10px;
  cursor: pointer;
}

.hide {
  display: none;
}

/*# sourceMappingURL=style.css.map */

